I rebuilt fam this evening to get the libstdc++ v6 libraries, and checked it with ldd. But when I rebooted there was the same old "sgi_fam ... unknown service" message. Any suggestions appreciated. Could it be an portmap/inetd problem?
Paul Rogers ([EMAIL PROTECTED]) http://www.xprt.net/~pgrogers/ Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) -- [EMAIL PROTECTED] wrote: Send blfs-support mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://linuxfromscratch.org/mailman/listinfo/blfs-support or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of blfs-support digest..." Today's Topics: 1. Re: Udev not creating /dev/rtc (Cliff McDiarmid) 2. Re: Udev not creating /dev/rtc (Andrew Benton) 3. Re: Udev not creating /dev/rtc (Cliff McDiarmid) 4. OpenOffice.org compiling problems (Martin McCourt) 5. Re: OpenOffice.org compiling problems (DJ Lucas) 6. Problem with mouse in 2.6.15.5 (Satish Chebrolu) 7. Re: Problem with mouse in 2.6.15.5 (Ken Moffat) 8. Re: Udev not creating /dev/rtc (Andrew Benton) ---------------------------------------------------------------------- Message: 1 Date: Sun, 05 Mar 2006 10:57:20 +0000 From: "Cliff McDiarmid" <[EMAIL PROTECTED]> Subject: Re: Udev not creating /dev/rtc To: "BLFS Support List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" "Jim Gifford" wrote on Sat, 04 Mar 2006 21:13:37 > Did you build rtc as a module No, I've built into the kernel, that's what's so strange. Udev just won't create the device. MAC -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ ------------------------------ Message: 2 Date: Sun, 05 Mar 2006 12:59:32 +0000 From: Andrew Benton <[EMAIL PROTECTED]> Subject: Re: Udev not creating /dev/rtc To: BLFS Support List <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8; format=flowed Cliff McDiarmid wrote: > Two problems. Despite building rtc support into a 2.6.11 kernel I can not > get udev to create the character device in /dev. Having built LFS 6.1 I > have the 25-lfs.rules script under /etc/udev/rules.d where rtc is listed. > > This problem is leading to the other, and that's Mplayers need of rtc, > although I understand it runs without it. It's complaining about rtc not > existing and the permissions being wrong. If I create rtc under /dev > manually with mknod(it's lost when I reboot of course), Mplayer still fails > to find it. I've added 'echo "dev.rtc.max-user-freq=1024" >> > /etc/sysctl.conf' as suggested in BLFS, but this is giving the error: 'error: > "dev.rtc.max-user-freq" is an unknown key', but then it would, wouldn't it? > If mplayer works then the `problem' doesn't sound too bad. Please post your kernel .config Andy ------------------------------ Message: 3 Date: Sun, 05 Mar 2006 14:16:15 +0000 From: "Cliff McDiarmid" <[EMAIL PROTECTED]> Subject: Re: Udev not creating /dev/rtc To: "BLFS Support List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" Andy wrote: > If mplayer works then the `problem' doesn't sound too bad. Please > post your kernel .config Sure -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: kernel.config Type: application/octet-stream Size: 25712 bytes Desc: not available Url : http://linuxfromscratch.org/pipermail/blfs-support/attachments/20060305/9fe52bfa/kernel-0001.obj ------------------------------ Message: 4 Date: Sun, 5 Mar 2006 15:47:36 -0500 From: Martin McCourt <[EMAIL PROTECTED]> Subject: OpenOffice.org compiling problems To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I'm trying to build OOo from scratch, googled and patched my way through several problems, and now I'm absolutely stuck here. Just wondering if the following looks familiar to anybody, or if I'm the only one :(: <---snip---> ============= Building project odk ============= /sources/OOA680_m1/odk/pack/unzip_udk /sources/OOA680_m1/odk/source/com/sun/star/lib/loader Not building javaunohelper because Java is disabled /sources/OOA680_m1/odk/source/unoapploader/unx ------------- /sources/OOA680_m1/odk/pack/copying cd ../../unxlngi6.pro/bin/odkcommon/classes && zip -u -r ../../../bin/uno_loader_classes com/* win/* dmake: Error code 12, while making '../../unxlngi6.pro/bin/uno_loader_classes.zip' '---* RULES.MK *---' ERROR: Error 65280 occurred while making /sources/OOA680_m1/odk/pack/copying dmake: Error code 1, while making 'build_instsetoo_native' '---* tg_merge.mk *---' <--- snip ---> My configure command looks like this if it's worth anything to anyone: ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \ --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var \ --libdir=/usr/lib --includedir=/usr/include --mandir=/usr/man \ --x-includes=/usr/X11R7/include --x-libraries=/usr/lib/X11 \ --disable-mozilla --disable-epm --disable-odk --disable-qadevooo \ --disable-fontooo --disable-mathmldtd --enable-evolution2 \ --disable-directx --disable-gnome-vfs --enable-kde --disable-binfilter \ --disable-rpath --with-system-stdlibs --with-system-libs --without-java \ --with-x I only observed 2 warnings from configure, which I think I can live with: - building without java will mean some features will not be available - to prevent incompatibilities between internal libxml2 and xsltproc, the office will be build with system-libxml I found it interesting that it's still "Building project odk" even though I specified "--disable-odk" in my configure command. Thoughts or suggestions? Thanks in advance! Marty ------------------------------ Message: 5 Date: Sun, 05 Mar 2006 15:16:57 -0600 From: DJ Lucas <[EMAIL PROTECTED]> Subject: Re: OpenOffice.org compiling problems To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Martin McCourt wrote: > I'm trying to build OOo from scratch, googled and patched my way through > several problems, and now I'm absolutely stuck here. Just wondering if the > following looks familiar to anybody, or if I'm the only one :(: > > <---snip---> > ============= > Building project odk > ============= > /sources/OOA680_m1/odk/pack/unzip_udk > /sources/OOA680_m1/odk/source/com/sun/star/lib/loader > Not building javaunohelper because Java is disabled > /sources/OOA680_m1/odk/source/unoapploader/unx > ------------- > /sources/OOA680_m1/odk/pack/copying > cd ../../unxlngi6.pro/bin/odkcommon/classes && zip -u > -r ../../../bin/uno_loader_classes com/* win/* > dmake: Error code 12, while making > '../../unxlngi6.pro/bin/uno_loader_classes.zip' > '---* RULES.MK *---' > > ERROR: Error 65280 occurred while making /sources/OOA680_m1/odk/pack/copying > dmake: Error code 1, while making 'build_instsetoo_native' > '---* tg_merge.mk *---' > <--- snip ---> > > My configure command looks like this if it's worth anything to anyone: > ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \ > --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var \ > --libdir=/usr/lib --includedir=/usr/include --mandir=/usr/man \ > --x-includes=/usr/X11R7/include --x-libraries=/usr/lib/X11 \ > --disable-mozilla --disable-epm --disable-odk --disable-qadevooo \ > --disable-fontooo --disable-mathmldtd --enable-evolution2 \ > --disable-directx --disable-gnome-vfs --enable-kde --disable-binfilter \ > --disable-rpath --with-system-stdlibs --with-system-libs --without-java \ > --with-x > > I only observed 2 warnings from configure, which I think I can live with: > - building without java will mean some features will not be available > - to prevent incompatibilities between internal libxml2 and xsltproc, the > office will be build with system-libxml > > I found it interesting that it's still "Building project odk" even though I > specified "--disable-odk" in my configure command. Thoughts or suggestions? > > Thanks in advance! > Marty > I'm not honestly sure that disabling java is possible without some serious patching. I've never been successful with it...which is why Ant is listed as a _required_ dependency in BLFS. Sorry, I only had time for around 25 or so complete builds. :-) All previous attempts have failed at least for me. But looking at where you are now, it's a lot furthur than in 2.0.0, you're about half way done. I'd take a look at the the patches in ooobuild http://ooo.ximian.com , and see if there are java/nojava related patches in the src680 dir, though nothing jumps out at me immediately. http://ooo.ximian.com/patches/src680/ Hope that helps a little bit anyway. -- DJ Lucas ------------------------------ Message: 6 Date: Sun, 5 Mar 2006 13:30:58 -0800 From: "Satish Chebrolu" <[EMAIL PROTECTED]> Subject: Problem with mouse in 2.6.15.5 To: "BLFS Support List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Hi, I recently compiled 2.6.15.5 on my dell laptop, which has ALPS Glidepoint Touchpad. During bootup, sometimes mouse is getting configured and sometimes not. Because there is no /dev/mouse, KDE is not starting sometimes. I have to remove "psmouse" modue and reload it again for the mouse to work fine. On some occasions, it takes some time before /dev/mouse appears. Does anybody know about this flaky behavior and what I should do to get around it? Thanks in advance, -Satish ------------------------------ Message: 7 Date: Sun, 5 Mar 2006 21:41:34 +0000 (GMT) From: Ken Moffat <[EMAIL PROTECTED]> Subject: Re: Problem with mouse in 2.6.15.5 To: BLFS Support List <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" On Sun, 5 Mar 2006, Satish Chebrolu wrote: > Hi, > > I recently compiled 2.6.15.5 on my dell laptop, which has ALPS > Glidepoint Touchpad. During bootup, sometimes mouse is getting > configured and sometimes not. Because there is no /dev/mouse, KDE is > not starting sometimes. I have to remove "psmouse" modue and reload it > again for the mouse to work fine. On some occasions, it takes some > time before /dev/mouse appears. Does anybody know about this flaky > behavior and what I should do to get around it? > Try /dev/nput/mice, which is usually better (e.g. if you add a usb mouse while booted). Alternatively, be brave and try a 2.6.16-rc kernel - I've seen a problem with old X configs using /dev/mouse that *appeared* to be ok when using 2.6.16-rc, certainly -rc5 on this box does have a /dev/mouse. Ken -- das eine Mal als Tragödie, das andere Mal als Farce ------------------------------ Message: 8 Date: Sun, 05 Mar 2006 23:06:55 +0000 From: Andrew Benton <[EMAIL PROTECTED]> Subject: Re: Udev not creating /dev/rtc To: BLFS Support List <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8; format=flowed Cliff McDiarmid wrote: > Andy wrote: > >> If mplayer works then the `problem' doesn't sound too bad. Please >> post your kernel .config > > Sure # CONFIG_HPET_TIMER is not set Try setting CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y Andy ------------------------------ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page End of blfs-support Digest, Vol 929, Issue 1 ******************************************** -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
