| |
| |
| |
|
Page: 1 2
Comments:
<0> I'm having a little trouble getting bootblocks installed on my Plus/4's 1551... <0> Har har. Does anyone have experience with running Net on a VIA EPIA? I'm shopping for hardware and wondering about compatibility with the VIA EPIA CN10000EG. Onboard VIA C7, CN700 chipset, VIA VT8237R Plus south bridge. Any ideas? <1> NetBSD should run on that <0> Thanks, Mr. Spanjaard. I feel better about it. (Was going to attempt it anyway.) I'll come back and report how it goes. <1> no need to refer to me by my last name <0> Alrighty, Mr. Thomas. <1> just use my nick, as it is the most obvious moniker <0> Congrats on your commit bit for DragonFly, Mr. TGEN. <0> I'm only being annoying intentionally. I apologize. <1> I take it you like google? <0> Not trying to show off or anything. Was just curious about the person answering my question. <0> Thanks very much for answering, and I'm glad you're a credible computer guy. <2> yesss :))) <2> I got my K!! <2> :) <3> whee
<3> netbsd down, huh? <3> hmm, maybe it's just rsync <4> heya yeled :) <2> hi dive =) <2> good morning :) <5> ey folks <3> riz_, please to be fixing the rsync <6> did f.n.o go down? <7> i hear so <1> mornin <8> Hi everyone... <8> I ma having a problem for a while now with 4.0, not sure if it s my lack of knowledge or incompetence but <9> ... <8> when I build a 4.0 kernel from the cvs fetched sources the MAkefile ending up in /usr/obj/sys/arch/i386/compile/MYKERNEL <8> doesnt want to run ^^ <8> I get an error : <8> /usr/src/sys/conf/Makefile.kern.inc seems to have syntaxic problems ^^ <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 75: Malformed conditional (${HAVE_GCC} > 3) <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 75: Need an operator <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 81: if-less endif <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 81: Need an operator <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 88: Malformed conditional (${HAVE_GCC} > 3) <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 88: Need an operator <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 90: if-less endif <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 90: Need an operator <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 100: Malformed conditional (${HAVE_GCC} > 3 && !empty(${CFLAGS:M-DKERN_SYNCH_BPENDTSLEEP_LABEL})) <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 102: if-less endif <8> make: "/usr/src/sys/conf/Makefile.kern.inc" line 102: Need an operator <8> make: Fatal errors encountered -- cannot continue <8> this kind of ugly stuff... <7> so obvious. <7> cd .../src/sys/arch/i386/conf/ ; cvs status std.i386 | grep Tag <7> ^- asmodehn, that's meant for you <8> yep ;) <8> =================================================================== <8> File: Makefile.kern.inc Status: Up-to-date <8> Working revision: 1.94.2.3 <8> Repository revision: 1.94.2.3 /cvsroot/src/sys/conf/Makefile.kern.inc, v <8> Sticky Tag: netbsd-4 (branch: 1.94.2) <8> Sticky Date: (none) <8> Sticky Options: (none) <8> ah sorry wrong dir ^^ <9> asmodehn: ggc -v <9> asmodehn: er, gcc -v <8> Using built-in specs. <8> Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf <8> Thread model: posix <8> gcc version 3.3.3 (NetBSD nb3 20040520) <9> seems like you are trying to build -4 from a -3 host without using tools <9> asmodehn: you need to use build.sh to build tools and kernel=WHATEVER <9> or, run netbsd-4 kernel AND userland <7> cd .../src ; build.sh tools kernel=MYKERNEL <8> =================================================================== <8> File: std.i386 Status: Up-to-date <8> Working revision: 1.26 <8> Repository revision: 1.26 /cvsroot/src/sys/arch/i386/conf/std.i386,v <8> Sticky Tag: netbsd-4 (branch: 1.26.24) <8> Sticky Date: (none) <8> Sticky Options: (none) <8> I am using build.sh to build it yes <8> I usually build kernel firest, then install then reboot, then userland
<8> I put my script in the wiki long time ago, when it was working ;) <8> I ll try to force rebuild of tools... <8> yeah I am on 3 building 4 <9> asmodehn: you don't seem to be running netbsd-4 userland <9> right <9> I usually specify a tooldir using -T <9> (to build.sh) <1> hmm <1> my X11 isn't nice <9> TGEN: spank it <1> carneous: it seems it's out of memory <1> it won't start firefox due to not enough resources <1> I saw it was using 257M mem <1> so I bumped proc.<X server PID>.rlimit.memorylocked.soft from ~260M to 380M <1> but it still won't play :( <7> 260MB for an X server sounds quite insane <1> NedBeasty: acroread under Linux emu <9> aiee <9> adobe <1> yup <1> xpdf won't show the bookmarks, and browsing a 1000+ page PDF without them is a bitch <1> any idea how to force X11 to accept the fact that it can allocate more memory now? <1> or do I need to tune another rlimit? <7> no idea <8> I just run a ./build.sh tools to see what will happen, and it created me a tooldir.NetBSD-3.1_RC4 :-/. however building tools built gcc4 ;-) <8> I guess my problem was that I was running ./build.sh tools first <8> then ./build.sh kern=MYKERN <8> without p***ing tooldir, so he was only rebuilding nbmake ^^ <8> I guess ./build.sh tools kernel=MYKERN should do the job ;) <8> thanks you guys ;) <1> asmodehn: it names the tooldir after the OS you're running at that time by default <1> (so, the host OS) <8> uh ok didnt know that.... <8> :-/ <8> mmm doesnt seem to solve my problem completely... <8> I am building with the right tools now at least ;) <8> but the error remains... <8> my netbsd kernel is built but the "make install" that used to work doesnt anymore ^^ <1> issue the nbmake command from your toolfir <1> *tooldir <7> nbmake-i386 <8> you mean runnin nbmake myself from the tooldir right ? <8> when in the build process and how can I do that ? what is nbmake used for ? <10> yawn <11> Shaded: You around? <10> yo <11> Ok, got my stuff setup <11> heh <11> now I need to start working <11> Shaded: Which version of nbsd should I use? <10> -current <11> I will search for HEAD on cvsweb <11> doesn't make any sense to get everything <12> oi vey <13> aren't we all searching for head/ <13> ? <13> good morning folks <13> happy saturday <10> cha-cha-cha-chuey! <10> how goes it you orange flag <13> it goes well <11> hi chuey <13> went out drinking last night <13> for the first time in a long time <13> howdy Lupines <13> I think I am officially old now <13> I just saw my first white hair <13> :( <10> heh, welcome to my world <13> hehe.. <10> grr I need a blank DVD
Return to
#netbsd or Go to some related
logs:
#sql #beginner #windows #nhl #hardware #beginner #politics Bryan ssh package for java #beginner
|
|