Re: [gentoo-user] boot problem since devfs-udev switch

2005-07-27 Thread Zarick Lau
Hi,

> 
> I switched from devfs to udev 10 days ago, and since then every 
> nth boot will hang at 'initializing random number generator'
> 

It try to read a /dev/urandom, does this device node created properly by 
udev. In my box, there is corresponding rules in udev setting.

Cheers,
Zarick Lau
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome-config question

2005-06-15 Thread Zarick Lau
Hi,

On 14/Jun/05, Tres Melton wrote:
>   I'm trying to port plextor-tools.ebuild from ~x86 to ~amd64 and have
> encountered a problem.  The Makefile sets
> 
> CFLAGS=`gnome-config --cflags applets` $(SCFLAGS)
> 
> but "gnome-config --cflags applets" returns "Unknown library `applets'"
> even though I have gnome-base/gnome-applets installed.
> 
> *  gnome-base/gnome-applets
>   Latest version available: 2.10.0
>   Latest version installed: 2.10.0
>   Size of downloaded files: 5,529 kB
>   Homepage:http://www.gnome.org/
>   Description: Applets for the Gnome2 Desktop and Panel
>   License: GPL-2 FDL-1.1

Al gnome2 based libs will use pkg-config, if you see gnome-config in
Makefile, most likely, it is referring to gnome1 stuffs.
So obviously, you need to the gnome applet library of gnome1.4 (not
gnome2)

Regards,
Zarick Lau
-- 
gentoo-user@gentoo.org mailing list