RE: [gentoo-user] Problem getting gentoo on a HP laptop

2003-02-11 Thread Gwendolyn van der Linden
> I've tried pretty much all of the boot parameters listing
> by pressing
> F2.  I've tried nopcmcia, nousb, noapic, acpi=no, nonet, noscsi.

Isn't it acpi=off?  I remember that the help text said acpi=no, but
that didn't work.  (My Micron laptop does not like ACPI **at all**).

Gwendolyn.


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] gnome 2.2...

2003-02-11 Thread Lincoln A. Baxter
I did it the safe way... (see below) and it seems good.  No ~x86.  I
like the gnome 2.2... yea!

Here is how I would do all major upgrades (I consider an emerge of 50
packages a major upgrade): 

mkFS /dev/unusedpartition #I use reiserfs (call it /dev/new)
#edit fstab adding a /mnt/new mount of the new partition...
mount /dev/new /mnt/new
cd /
tar -lpf - . | ( cd /mnt/new && tar -xvf - )
cd /mnt/new
chroot .
mount proc -t proc /proc #emerge wants these file systems avail.
mount none -t devfs /dev
emerge -un world
#edit the fstab (in the chrooted world) changing the root partition to
/dev/new

Now add boot configurations to the grub.conf in your boot partitions,
and boot the new partition as the root partition.  If every thing is ok,
your old root partition will be your new root partition the next time
you want to do a big upgrade.

This is safe because if the emerge is craps out you can always boot the
orginal root partition, and you can use your system safely while it is
happening.


Best,

Lincoln



On Mon, 2003-02-10 at 00:53, Alan wrote:
> On Sun, Feb 09, 2003 at 09:36:24PM -0800, Alan wrote:
> > On Mon, Feb 10, 2003 at 12:33:43AM -0500, Lincoln A. Baxter wrote:
> > > Hi,
> > > 
> > > Gnome 2.2 ebuilds were added (and apparently not masked), in portage
> > > over the weekend. emerge -unp world yeilds a huge list of modules to be
> > > updated.  Has anyone had any trouble with this?  Just thought I'd ask
> > > before I trashed me-self.  Seems like a pretty big upgrade, especially
> > > if 1.4 is not final yet... perhaps they really wanted this in 1.4?
> > 
> > Don't know about the gnome 2.2 builds (yay though), but when I try to
> > update world now I get:
> > 
> > phoenix alan # emerge -up world
> > 
> > These are the packages that I would merge, in order:
> > 
> > Calculating world dependencies \
> > !!! all ebuilds that could satisfy ">=gnome-extra/libgsf-1.6.0" have been masked.
> > !!!(dependency required by "gnome-base/librsvg-2.2.2.1" [ebuild])
> 
> A little bit more investigation reveals that the gnome package is
> updated to 2.2 stable, but a lot of dependancies aren't (gst-plugins,
> gstreamer, mpeglib, etc etc).  
> 
> I'm going to brave it and try an ~x86 update to gnome, and see what
> happens
> 
> alan
-- 
Lincoln A. Baxter <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list




RE: [gentoo-user] What to do when emerge don't work?

2003-02-11 Thread Cal Evans
Resolution.  I cheated.

I scp'ed the file from another box and then rebuild gcc. I'm now rebuilding
glib and a couple of other ebuilds.  I think qpkg is hosed to because
qpkg -f /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5 does not
return anything.

* Cal Evans
* Stay plugged into your audience.
* http://www.christianperformer.com


-Original Message-
From: Matt Tucker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 5:19 PM
To: Cal Evans
Cc: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] What to do when emerge don't work?


-- Cal Evans <[EMAIL PROTECTED]> spake thusly:

> I just did an emerge -u world
>
> One of the packages updated was gcc but I didn't watch everything
> compile. There were no errors reported in the emerge.log but
> something went wrong. The last few lines of emerge.log are:
> 1045001785:  >>> AUTOCLEAN: sys-apps/bash
> 1045001790:  >>> unmerge success: sys-apps/bash-2.05a-r3
> 1045001790:  ::: completed emerge (23 of 30) sys-apps/bash-2.05b-r3
> to / 1045001790:  >>> emerge (24 of 30) net-misc/dhcp-3.0_p2 to /
>
> It hit an error in the emerging of dhcp-3.0_p2.
>
> Now whenever I try to do emerge ANYTHING, I get the following:
> python2.2: error while loading shared libraries: libstdc++.so.5:
> cannot open shared object file: No such file or directory
>
> I have confirmed that libstdc++.so.5 does not exist in
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1
>
> Any idea on how to get it back up and running?

try reading /usr/portage/sys-apps/portage/files/README.RESCUE.

Perhaps it would make sense for emerge to have a statically linked
wrapper which runs the real emerge, or outputs a message about this
file if that fails.


> Any idea what when wrong?

It's possible that what happened to you is similar to what just
happened to me on two different systems. My portage counter
(/var/cache/edb/counter) got reset or something, which made Portage
think that newly emerged packages were older than existing ones. When
AUTOCLEAN kicked in, Portage started deleting things like
/lib/ld-linux.so.2 and /lib/ld-2.3.1.so. Not cool.

You can test whether this is happening (once you've rescued Portage) by
doing 'emerge -p clean' and seeing if Portage is planning to remove
older versions instead of newer of any packages. If it is, you can fix
it by altering the relevant COUNTER files under /var/db/pkg manually,
or write a semi-quick shell one-liner to do it automatically. In the
meantime, I'd recommend disabling AUTOCLEAN in make.conf until you get
things straightened out (although be sure to turn it back on and do
'emerge clean' once you do).


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Build farms

2003-02-11 Thread Mark Hazell
On Tue, 11 Feb 2003 17:23:12 + MAL typed:

> I'm thinking potentially, but what I would like to do is build a few
> pcs who's sole purpose is building software, (via distcc or
> openmosix).  I'd like them to be as small and as cheap as possible,
> containing only the essentials and preferably being quiet, but that's
> not important.
> 
> So basically I want to find some all inclusive motherboards that run 
> well under linux, and have acceleration in the right places for 
> compiling, (what does accelerate compiling? memory bandwidth? CPU
> clock? L2 cache?), and a net card with decent 100 FD throughput.
> 
> Then, why not try and fit more than one of them in a box.. I can
> custom make it, so is there any hardware that could be added to this
> to aid in distributed compiling?

Not the fastest things on earth, but why not check out what's available
at http://www.mini-itx.com.
Basically they offer small form-factor motherboards with pretty much
everything on-board. They all run Via processors (some with fans, some
fanless), and are well supported in the kernel (the guys on there seem
to do a lot of linux 'experiments' with their stuff :-)
They also have a variety of cases and stuff, but if you're looking to
build something yourself, you'll probably want a huge case, and then try
and fit 3 or 4 of those boards in it - I have an old HP Netserver
sitting here right now doing nothing that I was thinking of doing
something similar with at some point when I find some time (and money) -
something like that would be ideal.

Good luck, hope the link is of some use,
Mark.

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] CK3 kernel improvements

2003-02-11 Thread Kent Jantz
I was looking at implementing this kernel but then I noticed I couldn't find any 
Firewire(1394) settings in menuconfig, is this true that the CK3 kernel doesn't have 
any provisions for firewire?

Thanks,
Kent
  

On Tue, 11 Feb 2003 14:50:17 -0500
Chris Black <[EMAIL PROTECTED]> wrote:

> http://members.optusnet.com.au/ckolivas/kernel/
> 
> Con goes into (briefly) what each patch does and his recommended usage.
> 
> On Tue, 11 Feb 2003 20:34:27 +0100
> Marcos Garcia <[EMAIL PROTECTED]> wrote:
> 
> > Hello
> > I'm patching my 2.4.20 kernel with the famous ck3 patches, but i'm not sure 
> > what configuration i must do. Anybody has a .config for me? ;) Or an options 
> > list to get tuned my kernel, or the USE flags for my pentium3 maybe...
> > thanks
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 



msg01148/pgp0.pgp
Description: PGP signature


Re: [gentoo-user] CDRW problem with 2.4.20-ck3

2003-02-11 Thread Brett Campbell
I've got a cdrw/dvd combo drive in my thinkpad, and i've just emerged vanilla-sources 
and applied ck2 patches.  the device seems to function properly as it did before.

brett@ThinkBox> file /dev/cdrw
/dev/cdrw: symbolic link to /dev/scsi/host0/bus0/target0/lun0/cd

brett@ThinkBox> cdrecord -scanbus
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'TEAC' 'DW-28E  ' '2.1A' Removable CD-ROM
...

brett@ThinkBox> grep SCSI /usr/src/linux/.config |grep -v \^\#\|not
CONFIG_BLK_DEV_IDESCSI=y
CONFIG_SCSI=y
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_SYM53C8XX=y
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20

brett@ThinkBox> grep kernel /boot/grub/grub.conf 
kernel /bzImage root=/dev/hda6 cpufreq=120:160:performance vga=791 
video=vesa:1024x768@70 hdc=ide-scsi

Notice i have the 'hdc=ide-scsi' option passed to the kernel because i am using the 
CONFIG_BLK_DEV_IDESCSI compile option.  Basically, i didn't notice a change when 
installing 2.4.20, and i'm using ck2 patches.

Make sure you have these things configurations as i do.  Best regards,

lion-O


On Tue, Feb 11, 2003 at 03:04:12PM -0800, Balaji Srinivasan wrote:
> I have the same problem.
> Is it a problem with 2.4.20 kernels? (I havent done any patches to it)
> Balaji

 
>> I have just patched and compiled succesfully the vanilla 2.4.20 with the ck3
 
>> patches. Desktop now runs a bit faster (specially kde apps). But i'm trying 
>> to get my CDRW unit (hdc) as an SCSI device, but with the parametres i had 
>> with 2.4.19, it doesn't works. I had all the kernels parametrers i thought 
>> were necesary (3 at all,SCSI support, SCSI emulation support,SCSI CDROM and 
>> something else). Also, i had the grub parameter for the kernel-line hdc=scsi
 
>> (ide-scsi did'nt work, unlike the gentoo-installation-guide said).
>> Now, hdc is a IDE device and exists, but with the old kernel and booting
>> grub 
>> as i'd explained, hdc dissappeared and /scsi/lun0/part0 or something like 
>> this appeared. 
>> I don't know what's happening. SCSI CDROM support is activated , but grub's 
>> kernel parameters (hdc=scsi or hdc=ide-scsi) doesn't work.
>> Any ideas?
>> thanks!!!

-- 
''Wisdom is the companion of patience''

   ,-~~-.___.
  / |  ' \
 (  ) 0
  \_/-, ,'
    //
/  \-'~;/~~~(O)
   /  __/~|   /   |
 =(  _| (_|

Brett Ryan Campbell
Systems Administrator, CAD Research Center
Cal Poly State University, San Luis Obispo, CA 93407
http://www.cadrc.calpoly.edu/frameset_content/content_about_us.html

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Emerge gkrellm only installs gkrellmd

2003-02-11 Thread Донин С.Н.
> Either the emerge is screwed up, or I am an idiot.
> Ive never used gkrellm, but I read *everything* in
> ../docs after the install, and all that got installed
> was a server daemon.
>
> The docs even refer to gkrellm client attatching, and
> there are no command line switches or anything to get
> it to work.
>
> The only command in my path is gkrellmd, after two
> unmerges and emerges.
>
> whasup?
>

It might be '-gtk' in yor /etc/make.conf .

--
Sergey Donin

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] What to do when emerge don't work?

2003-02-11 Thread Matt Tucker
-- Cal Evans <[EMAIL PROTECTED]> spake thusly:

> I just did an emerge -u world
> 
> One of the packages updated was gcc but I didn't watch everything
> compile. There were no errors reported in the emerge.log but
> something went wrong. The last few lines of emerge.log are:
> 1045001785:  >>> AUTOCLEAN: sys-apps/bash
> 1045001790:  >>> unmerge success: sys-apps/bash-2.05a-r3
> 1045001790:  ::: completed emerge (23 of 30) sys-apps/bash-2.05b-r3
> to / 1045001790:  >>> emerge (24 of 30) net-misc/dhcp-3.0_p2 to /
> 
> It hit an error in the emerging of dhcp-3.0_p2.
> 
> Now whenever I try to do emerge ANYTHING, I get the following:
> python2.2: error while loading shared libraries: libstdc++.so.5:
> cannot open shared object file: No such file or directory
> 
> I have confirmed that libstdc++.so.5 does not exist in
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1
> 
> Any idea on how to get it back up and running?

try reading /usr/portage/sys-apps/portage/files/README.RESCUE.

Perhaps it would make sense for emerge to have a statically linked
wrapper which runs the real emerge, or outputs a message about this
file if that fails.


> Any idea what when wrong?

It's possible that what happened to you is similar to what just
happened to me on two different systems. My portage counter
(/var/cache/edb/counter) got reset or something, which made Portage
think that newly emerged packages were older than existing ones. When
AUTOCLEAN kicked in, Portage started deleting things like
/lib/ld-linux.so.2 and /lib/ld-2.3.1.so. Not cool.

You can test whether this is happening (once you've rescued Portage) by
doing 'emerge -p clean' and seeing if Portage is planning to remove
older versions instead of newer of any packages. If it is, you can fix
it by altering the relevant COUNTER files under /var/db/pkg manually,
or write a semi-quick shell one-liner to do it automatically. In the
meantime, I'd recommend disabling AUTOCLEAN in make.conf until you get
things straightened out (although be sure to turn it back on and do
'emerge clean' once you do).


--
[EMAIL PROTECTED] mailing list




RE: [gentoo-user] CDRW problem with 2.4.20-ck3

2003-02-11 Thread Balaji Srinivasan
I have the same problem.
Is it a problem with 2.4.20 kernels? (I havent done any patches to it)
Balaji

-Original Message-
From: Marcos Garcia [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 3:02 PM
To: Gentoo-USER-list
Subject: [gentoo-user] CDRW problem with 2.4.20-ck3


I have just patched and compiled succesfully the vanilla 2.4.20 with the ck3

patches. Desktop now runs a bit faster (specially kde apps). But i'm trying 
to get my CDRW unit (hdc) as an SCSI device, but with the parametres i had 
with 2.4.19, it doesn't works. I had all the kernels parametrers i thought 
were necesary (3 at all,SCSI support, SCSI emulation support,SCSI CDROM and 
something else). Also, i had the grub parameter for the kernel-line hdc=scsi

(ide-scsi did'nt work, unlike the gentoo-installation-guide said).
Now, hdc is a IDE device and exists, but with the old kernel and booting
grub 
as i'd explained, hdc dissappeared and /scsi/lun0/part0 or something like 
this appeared. 
I don't know what's happening. SCSI CDROM support is activated , but grub's 
kernel parameters (hdc=scsi or hdc=ide-scsi) doesn't work.
Any ideas?
thanks!!!

--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list




[gentoo-user] CDRW problem with 2.4.20-ck3

2003-02-11 Thread Marcos Garcia
I have just patched and compiled succesfully the vanilla 2.4.20 with the ck3 
patches. Desktop now runs a bit faster (specially kde apps). But i'm trying 
to get my CDRW unit (hdc) as an SCSI device, but with the parametres i had 
with 2.4.19, it doesn't works. I had all the kernels parametrers i thought 
were necesary (3 at all,SCSI support, SCSI emulation support,SCSI CDROM and 
something else). Also, i had the grub parameter for the kernel-line hdc=scsi 
(ide-scsi did'nt work, unlike the gentoo-installation-guide said).
Now, hdc is a IDE device and exists, but with the old kernel and booting grub 
as i'd explained, hdc dissappeared and /scsi/lun0/part0 or something like 
this appeared. 
I don't know what's happening. SCSI CDROM support is activated , but grub's 
kernel parameters (hdc=scsi or hdc=ide-scsi) doesn't work.
Any ideas?
thanks!!!

--
[EMAIL PROTECTED] mailing list




[gentoo-user] What to do when emerge don't work?

2003-02-11 Thread Cal Evans
I just did an emerge -u world

One of the packages updated was gcc but I didn't watch everything compile.
There were no errors reported in the emerge.log but something went wrong.
The last few lines of emerge.log are:
1045001785:  >>> AUTOCLEAN: sys-apps/bash
1045001790:  >>> unmerge success: sys-apps/bash-2.05a-r3
1045001790:  ::: completed emerge (23 of 30) sys-apps/bash-2.05b-r3 to /
1045001790:  >>> emerge (24 of 30) net-misc/dhcp-3.0_p2 to /

It hit an error in the emerging of dhcp-3.0_p2.

Now whenever I try to do emerge ANYTHING, I get the following:
python2.2: error while loading shared libraries: libstdc++.so.5: cannot open
shared object file: No such file or directory

I have confirmed that libstdc++.so.5 does not exist in
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1

Any idea on how to get it back up and running?
Any idea what when wrong?

TIA,
=C=
* Cal Evans
* Stay plugged into your audience.
* http://www.christianperformer.com


--
[EMAIL PROTECTED] mailing list




[gentoo-user] USR5610 modem

2003-02-11 Thread Jehan
Hi guys,

I'm trying to install a USR5610B modem on my gentoo machine. None of the 
documentation I found works.

lspci correctly detects the card:
#lspci -vv
[...]
02:0b.0 Serial controller: US Robotics/3Com 56K FaxModem Model 5610 (rev 
01) (prog-if 02 [16550])
Subsystem: US Robotics/3Com: Unknown device 00d3
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium 
>TAbort- SERR- 
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at dff0 [size=8]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA 
PME(D0+,D1-,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-


setserial is also correcly configured:
# setserial -g /dev/ttyS4
/dev/ttyS4, UART: 16550A, Port: 0xdff0, IRQ: 11


but then, when I try minicom, I get errors (first two lines is the 
default init, the next one is entered manually which gives the third line):
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
ERROR
AT
Boot>

This thing I'm not sure about is how devfs could influence the system. 
I've seen in several docs/mailing list people asking to create the 
device in /dev. But AFAIK, there is no need to to that with devfs.

	Jehan



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problem with ncurses on 1.4rc2

2003-02-11 Thread Timothy Grant
I thought I did that just after I chroot'ed. However, just to make sure I did 
it again, alas to no avail. Same error, only different

../ncurses/tinfo/lib_tparm.c: In function `tparam_internal':
../ncurses/tinfo/lib_tparm.c:245: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [../objects/lib_tparm.o] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/ncurses-5.3-r1/work/ncurses-5.3/ncurses'
make: *** [all] Error 2

!!! ERROR: sys-libs/ncurses-5.3-r1 failed.
!!! Function src_compile, Line -140, Exitcode 2
!!! parallel make failed


On Tuesday 11 February 2003 02:10 pm, [EMAIL PROTECTED] wrote:
> Try running the following just before you emerge...
>
> env-update
> source /etc/profile
>
> Doug Gorley | [EMAIL PROTECTED]
>
>
> - Original Message -
> From: Timothy Grant <[EMAIL PROTECTED]>
> Date: Tuesday, February 11, 2003 2:00 pm
> Subject: [gentoo-user] Problem with ncurses on 1.4rc2
>
> > Hi all,
> >
> > Just trying to bring up a new box with 1.4rc2 and when I try to
> > emerge -u
> > world I get the following error while building ncurses...
> >
> > ../menu/m_driver.c:542: internal error: Segmentation fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See http://www.gnu.org/software/gcc/bugs.html>
> > for instructions.
> > make[1]: *** [../obj_s/m_driver.o] Error 1
> > make[1]: Leaving directory
> > `/var/tmp/portage/ncurses-5.3-r1/work/ncurses-5.3/menu'
> > make: *** [all] Error 2
> >
> > !!! ERROR: sys-libs/ncurses-5.3-r1 failed.
> > !!! Function src_compile, Line -140, Exitcode 2
> > !!! parallel make failed
> >
> >
> > I've tried dropping my optimizations completely and have removed
> > the -j2 flag
> > from MAKEOPTS, but I always get the same result.
> >
> >
> >
> > --
> > Stand Fast,
> >tjg.
> >
> > Timothy Grant
> > www.craigelachie.org
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list

-- 
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Problem getting gentoo on a HP laptop

2003-02-11 Thread Todd Smith
Hi Kurt,

I booted using the 1.2 installation cd and then downloaded a stage-N 
archive to complete the process.  It seems to be the accepted solution.

I've heard rumors that the later 2.5 kernels might support PCMCIA on 
these notebooks but haven't had any success when I try.

I have a ze4115 but if I can be of any add'l use, feel free to contact me.

Good luck.

Todd

Kurt Bechstein wrote:
I have a HP Pavillion ze4125 laptop that I currently have RedHat 8.0
running on it and would like to give Gentoo a try.  In order to get
redhat installed on it I had pass the nopcmcia and nousb options to the
kernel during the install to get it to boot because there is a known
problem with the pcmcia hardware on this laptop and linux.  

I try passing theses same options when trying to install Gentoo 1.4 rc2
using the livecd and it doesn't get very far before completely
freezing.  The last line I have during the kernel load is:

ACPI-0263: *** Info:  GPE Block0 defined as GPE0 to CPE63.

I've tried pretty much all of the boot parameters listing by pressing
F2.  I've tried nopcmcia, nousb, noapic, acpi=no, nonet, noscsi.

Some I'm just wondering if anyone else has managed to get gentoo to go
on an HP Pavillion Z series laptop and what they had to do in order to
make that happen.  Thanks.



--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Problem with ncurses on 1.4rc2

2003-02-11 Thread douggorley
Try running the following just before you emerge...

env-update
source /etc/profile

Doug Gorley | [EMAIL PROTECTED]


- Original Message -
From: Timothy Grant <[EMAIL PROTECTED]>
Date: Tuesday, February 11, 2003 2:00 pm
Subject: [gentoo-user] Problem with ncurses on 1.4rc2

> Hi all,
> 
> Just trying to bring up a new box with 1.4rc2 and when I try to 
> emerge -u 
> world I get the following error while building ncurses...
> 
> ../menu/m_driver.c:542: internal error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://www.gnu.org/software/gcc/bugs.html> 
> for instructions.
> make[1]: *** [../obj_s/m_driver.o] Error 1
> make[1]: Leaving directory 
> `/var/tmp/portage/ncurses-5.3-r1/work/ncurses-5.3/menu'
> make: *** [all] Error 2
> 
> !!! ERROR: sys-libs/ncurses-5.3-r1 failed.
> !!! Function src_compile, Line -140, Exitcode 2
> !!! parallel make failed
> 
> 
> I've tried dropping my optimizations completely and have removed 
> the -j2 flag 
> from MAKEOPTS, but I always get the same result.
> 
> 
> 
> -- 
> Stand Fast,
>tjg.
> 
> Timothy Grant
> www.craigelachie.org
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] emerge weirdness

2003-02-11 Thread Sami Näätänen
On Tuesday 11 February 2003 19:37, brett holcomb wrote:
> Either the older one will be put in a different slot or
> the newer one is masked.  The ebuild file will tell you.

In fact it's because one package doesn't want it to be newer than the 
version it want's to downgrade.

Can't remember the package now.


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] baselayout and xfree up/downgradegrade

2003-02-11 Thread Henk Abma
On Tue, Feb 11, 2003 at 10:28:06AM -0800, Ajay Sharma wrote:
> On Mon, 10 Feb 2003, el lodger wrote:
> 
> > After syncing emerge -up world gives a slew of upgrades
> > (mostly gnome related). I am using baselayout-1.8.6.2 and
> > emerge wants to downgrade to 1.8.5.8. I read that 6.2 wasn't
> > supposed to be released but no reason was given to downgrade.

I thought/hoped that this baselayout would be the reason that my 
rcc-update added scripts don't run anymore.

After updating to gnome 2.2 I discovered that on the next reboot, I had no 
lan, no cups, etc. I hope that this donwgrade fixes  this

Henk,

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Problem with ncurses on 1.4rc2

2003-02-11 Thread Timothy Grant
Hi all,

Just trying to bring up a new box with 1.4rc2 and when I try to emerge -u 
world I get the following error while building ncurses...

../menu/m_driver.c:542: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [../obj_s/m_driver.o] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/ncurses-5.3-r1/work/ncurses-5.3/menu'
make: *** [all] Error 2

!!! ERROR: sys-libs/ncurses-5.3-r1 failed.
!!! Function src_compile, Line -140, Exitcode 2
!!! parallel make failed


I've tried dropping my optimizations completely and have removed the -j2 flag 
from MAKEOPTS, but I always get the same result.



-- 
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org


--
[EMAIL PROTECTED] mailing list




[gentoo-user] Arkeia crash on gentoo clients

2003-02-11 Thread Ludwig Ruderstaller
(CC to [EMAIL PROTECTED])

Hi,

I run Arkeia 5.0.14 clients (IA32 Intel, Glibc 2.2) on Gentoo 1.4.1.1
(glibc 2.2.5) servers.
Also running on the clients is the Arkeia mysqlplugin. (5.0.14)

Configuration is standard.

If i use the network navigator (xarkeia) i can browse all clients
without problems, sometimes a client dies _after_ the access with the
network navigator. It seems that if the arkeia server trys to connect
the clients the arkeiad process crash. I also tested it without having
the mysql plugin running, same situation.

To install the mysql plugin i had to link
/usr/lib/libmysqlclient.so.9 -> /usr/lib/libmysqlclient.so.10
after that navigation in mysql wasnt a problem.

This behavior I only have on the gentoo clients, no problems at redhat
clients (RH 6.2)

Any suggestion what i should do ?

TIA
Ludwig Ruderstaller

-- 
Pixelwings Medien GmbH http://www.pixelwings.com
Kandlgasse 15/5 Phone: +43 1 524 58 50 - 56
A - 1070 Wien Fax: +43 1 524 58 50 - 10
Key fingerprint = E576 A0D2 5368 63FF F2E8 DC6A 2C6F A425 7DB6 A2C9

The moral behind the movie 'The Matrix' is even if you are the almighty 'One'
you still have to answer the telephone.

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE 3.1 Problem

2003-02-11 Thread Mr R A Mercer
On Tue, 11 Feb 2003, stephan wrote:

> Hi !
> After emerge KDE 3.1 i get the folowing message:
>
> * Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
> *
> *   /var/tmp/portage/fam-oss-2.6.9-r1/work/patch
>
>
> !!! ERROR: app-admin/fam-oss-2.6.9-r1 failed.
> !!! Function epatch, Line 163, Exitcode 0
> !!! Cannot find $EPATCH_SOURCE!
>
> Any hints ?

http://bugs.gentoo.org/show_bug.cgi?id=15470

Cheers

Adam

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] gnome 2.2 font size

2003-02-11 Thread Tommi Pirinen
On Tue, 11 Feb 2003 22:03:58 +0100
Henk Abma <[EMAIL PROTECTED]> wrote:

> On Tue, Feb 11, 2003 at 06:19:42PM +0200, Tommi Pirinen wrote:
>
> What config files do you mean? where did you change something? If I
> change the point size in gnome from 14 to 12 where possible, things
> get slightly better, but some dialog boxes still seem to think they
> need a large part of the screen as if I'm running in 640X480. In kde I
> have no problems.
> 
> Henk,
> 
>

Uhmm, I'm not so sure since I configured (browsed diffs through) like 30
changed files at once back then. Let's see...

Perhaps it was just the host of the files in X11/app-default, which I
have recently updated... I didn't notice any other files recently
changed containing font configurations. (or grep didn't notice ;)

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] recompile world with mixed keywords?

2003-02-11 Thread Oliver Burnett-Hall
On Tue, 2003-02-11 at 16:19, Thomas T. Veldhouse wrote:
> What am I to do?  If I set ACCEPT_KEYWORDS="~x86", then everything is
> upgraded

The simplest thing would be to manually edit the relevant ebuilds,
changing ~x86 to x86.  If you then run an 'emerge sync' after you've
finished the ebuild it will overwrite the modified ebuilds, resetting
the KEYWORDS flags to their correct states.

- olly


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Mozilla/phoenix random crashes

2003-02-11 Thread Henk Abma
On Mon, Feb 10, 2003 at 07:23:56PM -0700, Collins Richey wrote:
> Same here; phoneix-bin is great.  I suspect but can't prove that all
> mozilla and phoenix releases compiled with gcc 3.2.x aren't really
> stable yet.

I tried the phoenix-bin emerge and it has the same problem as mozilla: 
crashing at unpredictable moments. Maybe it's a library they both use that 
makes this happen... I'll concidder recompiling everything.
Henk,

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] gnome 2.2 font size

2003-02-11 Thread Henk Abma
On Tue, Feb 11, 2003 at 06:19:42PM +0200, Tommi Pirinen wrote:
> Exactly the same problem. I wasn't sure where it came from, because I
> had mass update recently, but main point is that many of config files
> seemed to have trivial font-style increases by one pt. 

What config files do you mean? where did you change something? If I change 
the point size in gnome from 14 to 12 where possible, things get slightly 
better, but some dialog boxes still seem to think they need a large part 
of the screen as if I'm running in 640X480. In kde I have no problems.

Henk,

--
[EMAIL PROTECTED] mailing list




[gentoo-user] KDE 3.1 Problem

2003-02-11 Thread stephan
Hi !
After emerge KDE 3.1 i get the folowing message:

* Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
*
*   /var/tmp/portage/fam-oss-2.6.9-r1/work/patch


!!! ERROR: app-admin/fam-oss-2.6.9-r1 failed.
!!! Function epatch, Line 163, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!

Any hints ?

best regards,
stephan

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Emerge gkrellm only installs gkrellmd

2003-02-11 Thread John Nilsson
Is it the problem with su vs. su - ?

/John

On Mon, 2003-02-10 at 05:27, Susie wrote:
> On Mon, 10 Feb 2003 04:58:03 +0100
> John Nilsson <[EMAIL PROTECTED]> wrote:
> 
> > gkrellm2 ?
> > 
> > /John
> 
> Actually doing an "emerge gkrellm" emerges both gkrellm 1 and 2... I
> have both running and diffrent plugins in each.  I've actually made it
> emerge the xmms plugin for gkrellm1 as the one for 2 seems to have
> problems.(and also was problematic on my boyfriend Chromatix machine) 
> GKrellM2 is launched with the command gkrellm2 and gkrellm1 with
> gkrellm.  Here is where it installed it on my system(not pasting the
> whole mess of it just the main stuff)... and perhaps the fellows paths
> are an issue and it doesn't see it because it's oddly not in his path.
> 
> /usr/bin/gkrellm
> /usr/bin/gkrellm2
> /usr/bin/gkrellmd
> /usr/lib/gkrellm/plugins
> /usr/lib/gkrellm2/plugins
> /usr/share/gkrellm
> /usr/lib/gkrellm2/themes
> /usr/share/man/man1/gkrellm.1.gz
> /usr/share/man/man1/gkrellm2.1.gz
> /usr/share/man/man1/gkrellmd.1.gz
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-11 Thread Paul de Vrieze
On Tuesday 11 February 2003 17:08, gabor wrote:
>
> could you tell us more about the problem with kernel vs glibc?
>

Basically if a kernel and the headers used for compiling glibc don't match 
(normally not within one stable branch) then glibc might have problems 
accessing your kernel. It also depends on the minimum kernel version enabled 
in the glibc build process. 

Paul

-- 
Paul de Vrieze
Researcher
Mail: [EMAIL PROTECTED]
Homepage: http://www.devrieze.net





msg01126/pgp0.pgp
Description: signature


msg01126/pgp1.pgp
Description: signature


Re: [gentoo-user] CK3 kernel improvements

2003-02-11 Thread Chris Black
http://members.optusnet.com.au/ckolivas/kernel/

Con goes into (briefly) what each patch does and his recommended usage.

On Tue, 11 Feb 2003 20:34:27 +0100
Marcos Garcia <[EMAIL PROTECTED]> wrote:

> Hello
> I'm patching my 2.4.20 kernel with the famous ck3 patches, but i'm not sure 
> what configuration i must do. Anybody has a .config for me? ;) Or an options 
> list to get tuned my kernel, or the USE flags for my pentium3 maybe...
> thanks
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list




[gentoo-user] CK3 kernel improvements

2003-02-11 Thread Marcos Garcia
Hello
I'm patching my 2.4.20 kernel with the famous ck3 patches, but i'm not sure 
what configuration i must do. Anybody has a .config for me? ;) Or an options 
list to get tuned my kernel, or the USE flags for my pentium3 maybe...
thanks

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] mjpeg tools: new error

2003-02-11 Thread Ajay Sharma

search bugs.gentoo.org for mjpeg problems.  Someone on there posted a 
solution that worked for me.  My problem was that I was using kde3 and 
recently upgraded to kde 3.1 and several files were still pointing to 
libraries in the old kde3 folder.  So the solution is to find those 
files and reemerge those packages and they'll point to the new libraries 
in the kde 3.1 folder.  

Like I said, search bugs.gentoo.org for the step by step.

later,
ajay

On Tue, 11 Feb 2003, gabriel wrote:

> sigh...
> someone posts to this list with a problem emerging mjpegtools and i helped the 
> out... minutes later i try to emerge the same pacakge and get a totally 
> unrelated error:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include 
> -DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.0\" -I/usr/include 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I 
> /var/tmp/portage/mjpegtools-1.6.0-r7/work/quicktime4linux-1.4-patch 
> -I/usr/X11R6/include -I /usr/X11R6/include -I../utils -I/usr/include/avifile 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/X11R6/include -mcpu=i686 -march=i686 -march=i686 -O3 -pipe -Wall 
> -Wunused -c editlist.c -Wp,-MD,.deps/editlist.TPlo -o editlist.o >/dev/null 
> 2>&1
> mv -f .libs/editlist.lo editlist.lo
> source='avilib.c' object='avilib.lo' libtool=yes \
> depfile='.deps/avilib.Plo' tmpdepfile='.deps/avilib.TPlo' \
> depmode=gcc /bin/sh ../depcomp \
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. 
> -I/usr/include -DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.0\" 
> -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/local/include -I 
> /var/tmp/portage/mjpegtools-1.6.0-r7/work/quicktime4linux-1.4-patch 
> -I/usr/X11R6/include -I /usr/X11R6/include -I../utils -I/usr/include/avifile 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/X11R6/include-mcpu=i686 -march=i686 -march=i686 -O3 -pipe -Wall 
> -Wunused -c -o avilib.lo `test -f avilib.c || echo './'`avilib.c
> lav_io.c: In function `check_DV2_input':
> lav_io.c:1385: too few arguments to function `dv_decoder_new'
> rm -f .libs/avilib.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include 
> -DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.0\" -I/usr/include 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I 
> /var/tmp/portage/mjpegtools-1.6.0-r7/work/quicktime4linux-1.4-patch 
> -I/usr/X11R6/include -I /usr/X11R6/include -I../utils -I/usr/include/avifile 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/X11R6/include -mcpu=i686 -march=i686 -march=i686 -O3 -pipe -Wall 
> -Wunused -c avilib.c -Wp,-MD,.deps/avilib.TPlo  -fPIC -DPIC -o avilib.o
> make[2]: *** [lav_io.lo] Error 1
> make[2]: *** Waiting for unfinished jobs
> mv -f avilib.o .libs/avilib.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include 
> -DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.0\" -I/usr/include 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I 
> /var/tmp/portage/mjpegtools-1.6.0-r7/work/quicktime4linux-1.4-patch 
> -I/usr/X11R6/include -I /usr/X11R6/include -I../utils -I/usr/include/avifile 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -I/usr/X11R6/include -mcpu=i686 -march=i686 -march=i686 -O3 -pipe -Wall 
> -Wunused -c avilib.c -Wp,-MD,.deps/avilib.TPlo -o avilib.o >/dev/null 2>&1
> mv -f .libs/avilib.lo avilib.lo
> make[2]: Leaving directory 
> `/var/tmp/portage/mjpegtools-1.6.0-r7/work/mjpegtools-1.6.0/lavtools'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/var/tmp/portage/mjpegtools-1.6.0-r7/work/mjpegtools-1.6.0'
> make: *** [all] Error 2
> 
> 
> i wasn't sure what i should include, so i'm sorry if i thew in too much.  
> anyone know what went wrong?  and more importantly, how to fix it?
> 
> thanks
> 
> 
> -- 
> you can't turn away from death, simply because you're afraid of what might 
> happen without you.  that's not enough. you're not embracing life, you're 
> fleeing death.  and so you're caught, in between, unable to go forward or 
> backward.  your friends need what you can be, when you're no longer afraid.  
> when you know, who you are, and why you are, and what you want.  when you are 
> no longer looking for reasons to live, but can simply... be.
>   - lorien to sheridan, babylon 5 "whatever happened to mr. garibaldi?"
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


Satyajot (Ajay) Sharma 
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] baselayout and xfree up/downgradegrade

2003-02-11 Thread Ajay Sharma
On Mon, 10 Feb 2003, el lodger wrote:

> After syncing emerge -up world gives a slew of upgrades
> (mostly gnome related). I am using baselayout-1.8.6.2 and
> emerge wants to downgrade to 1.8.5.8. I read that 6.2 wasn't
> supposed to be released but no reason was given to downgrade.
> 6.2 seems to be working ok and I don't really want go through
> all those config files again. Should I downgrade? 

I decided not to downgrade.  Right after gnome2.2 was released I ran a 
sync the next day and it suggested that I downgrade to gnome 2.0 again.  
I just waited it out and after a few days there were a few upgrades for 
gnome2.2-r1.  I saw the baselayout downgrade yesterday and decided to 
stay where I'm at (since I'm not having major problems).

> And if I don't what effect will this have on the other upgrades that I
> do? Also, I am using xfree-4.2.1-r2. I remember some uses had problems
> (fonts mostly) with the new 4.2.99.4 but have not read anything
> negative about it lately. Any advice on this upgrade?

All I can say is that it works for me.  I held off on the XFree betas 
for quite a while before I got sick of seeing it listed when I run 
emerge -up --deep world.  :)

later,
ajay


Satyajot (Ajay) Sharma 
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list




[gentoo-user] freetype downgrade

2003-02-11 Thread Matthew Hinton
  I installed freetype-2.1.3 to fix a font problem.  I edited the freetype 
line in /var/cache/edb/world so its >=media-libs/freetype-2.1.3-r2.  When I 
do emerge -up world it says its going to downgrade freetype to 2.1.2-r2.  I
don't want freetype downgraded how do I prevent this?


-- 
 Thats why I decided to sabotage my highly scientific mind with cartoons
 and sugar.
-- Sheen from Jimmy Neutron




msg01121/pgp0.pgp
Description: PGP signature


[gentoo-user] Problem getting gentoo on a HP laptop

2003-02-11 Thread Kurt Bechstein
I have a HP Pavillion ze4125 laptop that I currently have RedHat 8.0
running on it and would like to give Gentoo a try.  In order to get
redhat installed on it I had pass the nopcmcia and nousb options to the
kernel during the install to get it to boot because there is a known
problem with the pcmcia hardware on this laptop and linux.  

I try passing theses same options when trying to install Gentoo 1.4 rc2
using the livecd and it doesn't get very far before completely
freezing.  The last line I have during the kernel load is:

ACPI-0263: *** Info:  GPE Block0 defined as GPE0 to CPE63.

I've tried pretty much all of the boot parameters listing by pressing
F2.  I've tried nopcmcia, nousb, noapic, acpi=no, nonet, noscsi.

Some I'm just wondering if anyone else has managed to get gentoo to go
on an HP Pavillion Z series laptop and what they had to do in order to
make that happen.  Thanks.



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] emerge weirdness

2003-02-11 Thread brett holcomb
Either the older one will be put in a different slot or 
the newer one is masked.  The ebuild file will tell you.

On Tue, 11 Feb 2003 12:29:17 -0500
 gabriel <[EMAIL PROTECTED]> wrote:
i thought i'd do an emerge --update --deep world so i 
did:

  root@zathras /home/gabriel # emerge --pretend --update 
--deep world

  These are the packages that I would merge, in order:

  Calculating world dependencies ...done!
  [ebuildU ] dev-libs/atk-1.2.2 [1.2.0]
  [ebuildU ] x11-libs/gtk+-2.2.1 [2.2.0]
  [ebuildUD] media-video/avifile-0.7.15.20020816-r1 
[0.7.29.20030204]

but upon seeing that avifile needed to "downgrade" i 
thought i'd do an "emerge 
search" for it:

  root@zathras /home/gabriel # emerge search avifile
  Searching...
  [ Results for search key : avifile ]
  [ Applications found : 1 ]

  *  media-video/avifile
Latest version available: 0.7.29.20030204
Latest version installed: 0.7.29.20030204
Size of downloaded files: 3,093 kB
Homepage:http://avifile.sourceforge.net/
Description: Library for AVI-Files


now what's goin' on there?  apparently i need to 
downgrade, but i already have 
the latest version available...  any way i can 
troubleshoot this?

thanks

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list




[gentoo-user] emerge weirdness

2003-02-11 Thread gabriel
i thought i'd do an emerge --update --deep world so i did:

  root@zathras /home/gabriel # emerge --pretend --update --deep world

  These are the packages that I would merge, in order:

  Calculating world dependencies ...done!
  [ebuildU ] dev-libs/atk-1.2.2 [1.2.0]
  [ebuildU ] x11-libs/gtk+-2.2.1 [2.2.0]
  [ebuildUD] media-video/avifile-0.7.15.20020816-r1 [0.7.29.20030204]

but upon seeing that avifile needed to "downgrade" i thought i'd do an "emerge 
search" for it:

  root@zathras /home/gabriel # emerge search avifile
  Searching...
  [ Results for search key : avifile ]
  [ Applications found : 1 ]

  *  media-video/avifile
Latest version available: 0.7.29.20030204
Latest version installed: 0.7.29.20030204
Size of downloaded files: 3,093 kB
Homepage:http://avifile.sourceforge.net/
Description: Library for AVI-Files


now what's goin' on there?  apparently i need to downgrade, but i already have 
the latest version available...  any way i can troubleshoot this?

thanks

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Build farms

2003-02-11 Thread MAL
Hi people,

I'm thinking potentially, but what I would like to do is build a few pcs 
who's sole purpose is building software, (via distcc or openmosix).  I'd 
like them to be as small and as cheap as possible, containing only the 
essentials and preferably being quiet, but that's not important.

So basically I want to find some all inclusive motherboards that run 
well under linux, and have acceleration in the right places for 
compiling, (what does accelerate compiling? memory bandwidth? CPU clock? 
L2 cache?), and a net card with decent 100 FD throughput.

Then, why not try and fit more than one of them in a box.. I can custom 
make it, so is there any hardware that could be added to this to aid in 
distributed compiling?

Any ideas at all...

MAL


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KWin, the crasher

2003-02-11 Thread Jorge Almeida
On Tue, 11 Feb 2003, Norberto 
Bensa wrote:

> On Tuesday 11 February 2003 11:59 am, Jorge Almeida wrote:
> > When I try to configure it from the control panel I keep getting the nice
> > friendly message "Kwin crashed and caused the signal 11, etc". 
> > So the point is how is
> > one supposed to configure whatever? I don't find anything of interest at
> > the KDE site
> 
> And your message neither is helpful. Please give info about your box (cpu, 
> ram, overclocked?, kwinstyles,) your CFLAGS, compiler, etc. Everything that 
> you think could be useful.
> 
> I have KDE 3.1 and is the most stable thing I've ever seen in years.
> 
> Regards,
> Norberto
>

localhost root # echo $CFLAGS
-O3 -march=i686 -mcpu=pentium4

cpu: P4 1.5GHz
(not overclocked)
RAM 512M

gcc-3.2.1
glibc-2.3.1-r2

Style: Keramic
(I don't khow what else would be relevant...)

Thank you.


Jorge Almeida

-- 
Jorge Almeida


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Switching from PS/2 to USB mouse

2003-02-11 Thread Ryan
> mouse), how can I check to make sure it is working?
> You know like you cat /dev/mouse and move the mouse
> around to get it to show garble on the screen?  How
> can I test the USB port and this mouse?
>
> Also, what would the device and protocol entries be in
> XF86Config for a USB mouse?
>

Check out the Gentoo Desktop Configuration Guide (url below). There's a
whole section about setting up XFree86 and in that part, there's something
about setting up your USB mouse. You can also have more than one mouse in
XFree86. I have two mouse sections in my XF86Config file on my laptop (one
for the built-in mouse and the other for my USB mouse that I plug in from
time to time).
http://www.gentoo.org/doc/en/desktop.xml#doc_chap2



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Konqueror and flash

2003-02-11 Thread Peter Ruskin
On Tuesday 11 Feb 2003 16:10, Norberto Bensa wrote:
> On Tuesday 11 February 2003 09:58 am, Peter Ruskin wrote:
> > There must be
> > something screwed on my system.  I even unmerged and remerged
> > netscape-flash.
>
> Did you emerge lib-compat?
>
Yes ... no difference ... but thanks.

Peter
-- 
Gentoo-1.4.2.8 Unstable. KDE: 3.1.0 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 512MB.  Kernel: 2.4.20-xfs_pre5-pnr.GCC 3.2.2


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] emerge questions

2003-02-11 Thread Thomas T. Veldhouse
You need to create a new ebuild to do this.  USE variables are simply flags
to tell the ebuild script how to build.  You should read the docs on
Gentoo's page for this.

Tom Veldhouse

- Original Message -
From: "Alexey Kochkin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 10:41 AM
Subject: [gentoo-user] emerge questions


> Hi there
>
> It seems that I misundestood something about emerge usage.
> Let's say if I need to set custom ./configure options for some ebuild, I
> should do as following:
> #export USE='--with-some-option=value'
> But it doesn't work in my case...
> What am I doing wrong?
>
> Thanks in advance
>
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>


--
[EMAIL PROTECTED] mailing list




[gentoo-user] emerge questions

2003-02-11 Thread Alexey Kochkin
Hi there

It seems that I misundestood something about emerge usage.
Let's say if I need to set custom ./configure options for some ebuild, I 
should do as following:
#export USE='--with-some-option=value'
But it doesn't work in my case...
What am I doing wrong?

Thanks in advance





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE gone

2003-02-11 Thread gabor
On Tue, 2003-02-11 at 11:01, Paul de Vrieze wrote:
> On Monday 10 February 2003 23:59, gabor wrote:
> >
> > well, i THINK that if you uses your chrooted glibc+gcc+whatever then it
> > should be ok... but i'm not an expert on this...
> >
> > and after all, tomorrow morning you will know :))
> 
> It does, the only problem is kernel vs glibc, but that is no problem with the 
> versions mentioned here, so it should work perfectly.

could you tell us more about the problem with kernel vs glibc?

thanks,
gabor


--
[EMAIL PROTECTED] mailing list




[gentoo-user] recompile world with mixed keywords?

2003-02-11 Thread Thomas T. Veldhouse
I am considering recompiling world, but I am running into trouble with mixed
keywords.

[root@fuggle veldy]# emerge -p --emptytree --deep world

These are the packages that I would merge, in order:

Calculating world dependencies \
!!! all ebuilds that could satisfy ">=net-www/apache-2.0.43-r1" have been
masked.
!!!(dependency required by "dev-php/mod_php-4.3.0-r2" [ebuild])


What am I to do?  If I set ACCEPT_KEYWORDS="~x86", then everything is
upgraded (and gcc-3.2.2 should be first, but it is almost last, I think this
is a fundamental dependcy issue).

Tom Veldhouse


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Konqueror and flash

2003-02-11 Thread Norberto Bensa
On Tuesday 11 February 2003 09:58 am, Peter Ruskin wrote:
> There must be
> something screwed on my system.  I even unmerged and remerged
> netscape-flash.

Did you emerge lib-compat?

Regards,
Norberto


msg01109/pgp0.pgp
Description: signature


Re: [gentoo-user] KWin, the crasher

2003-02-11 Thread Norberto Bensa
On Tuesday 11 February 2003 11:59 am, Jorge Almeida wrote:
> When I try to configure it from the control panel I keep getting the nice
> friendly message "Kwin crashed and caused the signal 11, etc". 
> So the point is how is
> one supposed to configure whatever? I don't find anything of interest at
> the KDE site

And your message neither is helpful. Please give info about your box (cpu, 
ram, overclocked?, kwinstyles,) your CFLAGS, compiler, etc. Everything that 
you think could be useful.

I have KDE 3.1 and is the most stable thing I've ever seen in years.

Regards,
Norberto






msg01108/pgp0.pgp
Description: signature


Re: [gentoo-user] gnome 2.2 font size

2003-02-11 Thread Tommi Pirinen
Exactly the same problem. I wasn't sure where it came from, because I
had mass update recently, but main point is that many of config files
seemed to have trivial font-style increases by one pt. I thought it was
related to some change in fonthandling, but it seems it was to actuallu
increase font sizes. I solved it by decreasing the font sizes in config
back to what they were.

On Tue, 11 Feb 2003 01:22:39 +0100
Henk Abma <[EMAIL PROTECTED]> wrote:

> I emerged gnome 2.2 lately, and although it looks very clear, fonts
> are very large, even at 1024X768. When I change -dpi to something like
> 50, the logon screen from kdm contains very small letters, but as soon
> as gnome 2.2 appears they get big again.
> 
> Anyone the same problem? how did you solve it?
> 
> Henk, 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] networked printers, cups and kde SOLVED

2003-02-11 Thread brett holcomb
Yes, if KDE has something use it - kups would be a last 
resort.  You might have to go in and configure the printer 
through it's properties.

Another way is the web based cups admin tool - it's 
http://localhost:port where port is documented in the cups 
docs.  I don't rememeber it of the top of my head and I'm 
on a Windows machine (uck).  The cups web based lets you 
do everything you want.

On Tue, 11 Feb 2003 09:59:54 -0500
 gabriel <[EMAIL PROTECTED]> wrote:
installing kups is a BAD idea if you're running kde3. 
turns out qt-cups and 
kups were the predecessors to kde's integrated print 
management system.  if 
you want to install a network printer, follow the 
following steps:

1) emerge cups
2) in the control centre, go to peripherals > printers
3) right-click on the printers list above and select "add 
printer"
4) follow the wizard...  easier than windows  (c'ept 
the network scan 
doesn't seem to work on my box)
5) click "finish"

linux is neeto.



On February 11, 2003 09:24 am, brett holcomb wrote:
Well, check under the KDE menus - system or one of the
others and see it there is a kcups or some such thing
labeled printer admin or something similiar.  There was 
in
KDE 2.x and I believe 3.x has it, too.  If not you can
merge it - I believe I've seen a kcups in the emerge - 
do
an emerge -s cups | more and see what comes out.

As for docs I menat check the cups docs - there are some
in one of the docs area (/usr/share/docs) that were
installed when cups was installed.  KDE won't cover cups
in detail as it's not really part of KDE.  I also went 
to
the cups web site and looked at the docs there.

On Tue, 11 Feb 2003 09:11:46 -0500

  gabriel <[EMAIL PROTECTED]> wrote:
>i'm afraid i'm going to need a little more direction
>(sorry).  running kde's
>help centre only brings up the "introduction to kde" 
and
>there's nothing in
>there about printing.  the menu on the left of the help
>window is of no
>"help" either.
>
>and what do you mean by "check the docs" which docs?  i
>did a "man cups" and
>got nothing so i'm still lost here...
>
>On February 11, 2003 09:02 am, brett holcomb wrote:
>> You can use the cups web interface (check the docs 
for
>>how
>> to run it) or KDE should provide an interface to set 
it
>> up.  You can use ipp or sockets.  The user guide 
covers
>> that, too.
>>
>> On Tue, 11 Feb 2003 08:53:12 -0500
>>
>>   gabriel <[EMAIL PROTECTED]> wrote:
>> >i'm trying to get my gentoo box (running kde) to
>>
>>connect
>>
>> >and use a lexmark
>> >optra R that's connected to the network but i have 
no
>> >idea where to start.  i
>> >skimmed the gentoo printing guide and only found
>> >instructions for printing to
>> >a local printer, not a networked one.  did i miss
>> >something? or is there a
>> >different howto out there?


--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list




[gentoo-user] KWin, the crasher

2003-02-11 Thread Jorge Almeida
Hello all,

I finally got KDE working (sort of) and it even displays truetype fonts. 
When I try to configure it from the control panel I keep getting the nice 
friendly message "Kwin crashed and caused the signal 11, etc". This 
seems to happen when I try to change the preferences regarding 
anti-aliasing and sub-pixel sampling (for a LCD monitor). So the point is 
how is 
one supposed to configure whatever?  I don't find anything of interest at 
the KDE site (the same goes for GNOME, BTW.) If the control panel is 
broken, is there a way to configure from the command line? And, more to 
the point, is the relevant information available to the end user (as 
opposed to buried somewhere)?

Cheers.

-- 
Jorge Almeida


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] networked printers, cups and kde SOLVED

2003-02-11 Thread gabriel
installing kups is a BAD idea if you're running kde3.  turns out qt-cups and 
kups were the predecessors to kde's integrated print management system.  if 
you want to install a network printer, follow the following steps:

1) emerge cups
2) in the control centre, go to peripherals > printers
3) right-click on the printers list above and select "add printer"
4) follow the wizard...  easier than windows  (c'ept the network scan 
doesn't seem to work on my box)
5) click "finish"

linux is neeto.



On February 11, 2003 09:24 am, brett holcomb wrote:
> Well, check under the KDE menus - system or one of the
> others and see it there is a kcups or some such thing
> labeled printer admin or something similiar.  There was in
> KDE 2.x and I believe 3.x has it, too.  If not you can
> merge it - I believe I've seen a kcups in the emerge - do
> an emerge -s cups | more and see what comes out.
>
> As for docs I menat check the cups docs - there are some
> in one of the docs area (/usr/share/docs) that were
> installed when cups was installed.  KDE won't cover cups
> in detail as it's not really part of KDE.  I also went to
> the cups web site and looked at the docs there.
>
> On Tue, 11 Feb 2003 09:11:46 -0500
>
>   gabriel <[EMAIL PROTECTED]> wrote:
> >i'm afraid i'm going to need a little more direction
> >(sorry).  running kde's
> >help centre only brings up the "introduction to kde" and
> >there's nothing in
> >there about printing.  the menu on the left of the help
> >window is of no
> >"help" either.
> >
> >and what do you mean by "check the docs" which docs?  i
> >did a "man cups" and
> >got nothing so i'm still lost here...
> >
> >On February 11, 2003 09:02 am, brett holcomb wrote:
> >> You can use the cups web interface (check the docs for
> >>how
> >> to run it) or KDE should provide an interface to set it
> >> up.  You can use ipp or sockets.  The user guide covers
> >> that, too.
> >>
> >> On Tue, 11 Feb 2003 08:53:12 -0500
> >>
> >>   gabriel <[EMAIL PROTECTED]> wrote:
> >> >i'm trying to get my gentoo box (running kde) to
> >>
> >>connect
> >>
> >> >and use a lexmark
> >> >optra R that's connected to the network but i have no
> >> >idea where to start.  i
> >> >skimmed the gentoo printing guide and only found
> >> >instructions for printing to
> >> >a local printer, not a networked one.  did i miss
> >> >something? or is there a
> >> >different howto out there?


--
[EMAIL PROTECTED] mailing list




[gentoo-user] Re-bootstrapping Gentoo?

2003-02-11 Thread Christopher J. Pilkington
Hello,

Initally, I installed my Gentoo system from Stage 2.  Is there a way I can go back 
and do the "bootstrapping" process, to optimize for my system, without doing damage 
to the system-at-large?

Any help would be much appreciated.

Christopher

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] networked printers, cups and kde

2003-02-11 Thread brett holcomb
Well, check under the KDE menus - system or one of the 
others and see it there is a kcups or some such thing 
labeled printer admin or something similiar.  There was in 
KDE 2.x and I believe 3.x has it, too.  If not you can 
merge it - I believe I've seen a kcups in the emerge - do 
an emerge -s cups | more and see what comes out.

As for docs I menat check the cups docs - there are some 
in one of the docs area (/usr/share/docs) that were 
installed when cups was installed.  KDE won't cover cups 
in detail as it's not really part of KDE.  I also went to 
the cups web site and looked at the docs there.

On Tue, 11 Feb 2003 09:11:46 -0500
 gabriel <[EMAIL PROTECTED]> wrote:
i'm afraid i'm going to need a little more direction 
(sorry).  running kde's 
help centre only brings up the "introduction to kde" and 
there's nothing in 
there about printing.  the menu on the left of the help 
window is of no 
"help" either.

and what do you mean by "check the docs" which docs?  i 
did a "man cups" and 
got nothing so i'm still lost here...


On February 11, 2003 09:02 am, brett holcomb wrote:
You can use the cups web interface (check the docs for 
how
to run it) or KDE should provide an interface to set it
up.  You can use ipp or sockets.  The user guide covers
that, too.

On Tue, 11 Feb 2003 08:53:12 -0500

  gabriel <[EMAIL PROTECTED]> wrote:
>i'm trying to get my gentoo box (running kde) to 
connect
>and use a lexmark
>optra R that's connected to the network but i have no
>idea where to start.  i
>skimmed the gentoo printing guide and only found
>instructions for printing to
>a local printer, not a networked one.  did i miss
>something? or is there a
>different howto out there?




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] networked printers, cups and kde

2003-02-11 Thread brett holcomb
You can use the cups web interface (check the docs for how 
to run it) or KDE should provide an interface to set it 
up.  You can use ipp or sockets.  The user guide covers 
that, too.

On Tue, 11 Feb 2003 08:53:12 -0500
 gabriel <[EMAIL PROTECTED]> wrote:
i'm trying to get my gentoo box (running kde) to connect 
and use a lexmark 
optra R that's connected to the network but i have no 
idea where to start.  i 
skimmed the gentoo printing guide and only found 
instructions for printing to 
a local printer, not a networked one.  did i miss 
something? or is there a 
different howto out there?

--
the idea that bill gates has appeared like a knight in 
shining armour to lead 
all customers out of a mire of technological chaos neatly 
ignores the fact 
that it was he who, by peddling second-rate technology, 
led them into it in 
the first place.
	- douglas adams, author of "the hitchhiker's guide to 
the galaxy"


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] DEBUG version of Gentoo Linux

2003-02-11 Thread Alex Walker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 11 February 2003 09:06, Nugzar Nebieridze wrote:
> I   am   quite   new   to   Linux  developing as I come from Windows /
> Visual   C++.   I   got   interested   in   Gentoo   because it offers
> excellent  features  for  developers  who  want  to learn how to write
> software under Linux.
>
> I  am  interested in creating a DEBUG version of Gentoo Linux, so that
> all the software should include debug symbols (for GDB for example).
>
> Which  compiler  flags  should  I  use  for  that?  Can  I  add  some
> optimizations   also   or  it  is  impossible  to have debug info with
> optimized versions? Have you any suggestions?

Well to get gcc to compile with debug you use the "-g" option... add this to 
your CFLAGS/CXXFLAGS in /etc/make.conf to generate the debug info.

This is where I got it from, so you can look for more info - 'man gcc':
   -g  Produce debugging information in the operating system's native for-
   mat (stabs, COFF, XCOFF, or DWARF).  GDB can work with this debug-
   ging information.

Alex

- -- 
Microsoft is not the answer.
Microsoft is the question.
NO (or Linux) is the answer.
(Taken from a .signature from someone from the UK, source unknown)

[I take no responsibility for the tagline - it is randomly generated]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+SQI+v783r1bg6z8RAoemAKCumJaVKQSEp7POiVfkBEvwozwnLgCfWvoD
FCEC+8l93i/vSXPeZSDeCoo=
=dhOm
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list




[gentoo-user] networked printers, cups and kde

2003-02-11 Thread gabriel
i'm trying to get my gentoo box (running kde) to connect and use a lexmark 
optra R that's connected to the network but i have no idea where to start.  i 
skimmed the gentoo printing guide and only found instructions for printing to 
a local printer, not a networked one.  did i miss something? or is there a 
different howto out there?

-- 
the idea that bill gates has appeared like a knight in shining armour to lead 
all customers out of a mire of technological chaos neatly ignores the fact 
that it was he who, by peddling second-rate technology, led them into it in 
the first place.
- douglas adams, author of "the hitchhiker's guide to the galaxy"


--
[EMAIL PROTECTED] mailing list




[gentoo-user] No getting any bass on 5.1!

2003-02-11 Thread Dhruba Bandopadhyay
Hello,

I have an Altec Lansing ADA995 5.1 system with turtle beach santa cruz sound 
card with alsa drivers and I'm not getting any bass only surround sound.  
It's driving me crazy.  I've split the channels using kmix and find I only 
get bass if I make the two volume channels of different levels I lose bass 
but if they are of different levels I get bass and high volume on one side 
(left or right) depending on which side I increase.

Is this a limitation of alsa drivers for this card?  Or is there a way to 
add another channel for bass?

What card could I get that has drivers supporting full 5.1 sound?  Your 
suggestions would be much appreciated.  It's about the only thing wrong 
with my gentoo system at the moment.

Many thanks.
Dhruba Bandopadhyay.

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Modules errrr!!!

2003-02-11 Thread Stefan Jones
Keppy said:
> Hey all,
>
> I just booted up and got the most horrific module loading errors I've
> ever seen.
>
> Basically none of my /etc/modules.autoload loaded. Upon login modprobe
> failed to load anything so I had to use insmod to load all the modules
> (acm, ppp, etc...) to be able to talk to you guys. I upgraded modutils
> and now modprobe works OK.
>
> I hadn't changed anything since last boot so it came as quite a
> surprise.
>
> Any thoughts?

Baselayout being newly updated and requiring some new features from
modprobe (only a guess ... )
Stefan



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Konqueror and flash

2003-02-11 Thread Peter Ruskin
On Tuesday 11 Feb 2003 02:10, Brett Campbell wrote:
> hi.
>
> i wasn't able to use flash in konqueror either.  i was successfully
> using flash in galeon before i had merged kde 3.1.  upon reading your
> mail, i was inspired to re-emerge netscape-flash and run ldconfig -v
> and then fire up konqueror and select "Settings->Configure
> Konqueror->Plugins->Scan for new plugins"

Thanks for your response guys.  I followed those steps but just get a grey 
box saying "Unable to load Netscape plugin for 
http://www.joecartoon.com/media/swf/0/public/1/home.swf";.  There must be 
something screwed on my system.  I even unmerged and remerged 
netscape-flash.
>
> this seemed to fix the problem for me.  surf over to
> http://www.joshuadavis.com/ and check out his calender system; it's all
> flash.  Best of luck,

That site crashes mozilla for me.  Works well in phoenix and opera though

Peter
-- 
Gentoo-1.4.2.8 Unstable. KDE: 3.1.0 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 512MB.  Kernel: 2.4.20-xfs_pre5-pnr.GCC 3.2.2


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] umerge

2003-02-11 Thread Marcos Garcia
After 2 days of hard-compiling, i had the same question. I'd tried an easy 
experiment, just mv /usr/kde/3 /usr/kde/anything. I started kde.3.0.4 and 
did'nt work (ok). I started kde.3.1 and worked (ok). So i did rm -rf 
/usr/kde/anything
And kde.3.1 works fine. You can free at least 260MB removing /usr/kde/3.
This works in my box, because i had kde.3.0.4 build from binaris, and i did 
emerge -u kde, so it replaced the "registry" (i suppose) but not removed the 
binarys.
good luck



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-11 Thread Jorge Almeida
On Tue, 11 Feb 2003, Paul de Vrieze wrote:

> On Monday 10 February 2003 23:59, gabor wrote:
> >
> > well, i THINK that if you uses your chrooted glibc+gcc+whatever then it
> > should be ok... but i'm not an expert on this...
> >
> > and after all, tomorrow morning you will know :))
> 
> It does, the only problem is kernel vs glibc, but that is no problem with the 
> versions mentioned here, so it should work perfectly.

OK, this is tomorrow morning and it worked, chrooted and all.
Thank you.
-- 
Jorge Almeida


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Problem building mjpegtools

2003-02-11 Thread Voicu Liviu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 11 February 2003 12:19, Paul de Vrieze wrote:
> On Tuesday 11 February 2003 05:00, gabriel wrote:
> > On February 10, 2003 09:46 pm, Mike Bohan wrote:
> > >   I'm trying to do an emerge -u, and one of the dependencies calls for
> > > mjpegtools. The build fails with the following message. It seems
> > > libartsc is not in the linker path. I found the library I believe in
> > > /usr/kde/3.1/lib/, and it appears to be registered in the ldpath. Does
> > > anyone have any suggestions? Thanks in advance..
> >
> > i had exactly the same problem and solved it by creating a symlink to the
> > propper file in /usr/lib:
> >
> >   /usr/lib/libartsc.so -> /usr/kde/3.1/lib/libartsc.so
>
> That works. The problem is that it doesn't include the new kde dirs, but
> only the old even if they don't exist.
>
> Paul


cool, worked here also :-)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+SNgMMcVU5N/V6I8RArZHAJwI385Kj7QljAHq8/c4OYeglwkqlwCfVBTk
osNJTSDbVGbMacE5jjgDfrg=
=qLFu
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list




[gentoo-user] Modules errrr!!!

2003-02-11 Thread Keppy
Hey all,

I just booted up and got the most horrific module loading errors I've ever seen.

Basically none of my /etc/modules.autoload loaded. Upon login modprobe failed to load 
anything so I had to use insmod to load all the modules (acm, ppp, etc...) to be able 
to talk to you guys. I upgraded modutils and now modprobe works OK.

I hadn't changed anything since last boot so it came as quite a surprise.

Any thoughts?

Thanks!

-- 

|


Re: [gentoo-user] CUPS nightmares

2003-02-11 Thread Paul de Vrieze
On Tuesday 11 February 2003 06:07, Devi0s wrote:
> I left out 1284 support - It still doesn't work.  I'm getting the same
> behavior/messages.  I hope one of the CUPS or Gentoo guys gets a hold of
> this thread.  This error makes no sense whatsoever...

What happens if you send a postscript file to /dev/lp0

Also. Did you compile in printer support?

Paul

-- 
Paul de Vrieze
Researcher
Mail: [EMAIL PROTECTED]
Homepage: http://www.cs.kun.nl/~pauldv



msg01091/pgp0.pgp
Description: signature


Re: [gentoo-user] baselayout and xfree up/downgradegrade

2003-02-11 Thread Paul de Vrieze
On Tuesday 11 February 2003 05:17, el lodger wrote:
> After syncing emerge -up world gives a slew of upgrades
> (mostly gnome related). I am using baselayout-1.8.6.2 and
> emerge wants to downgrade to 1.8.5.8. I read that 6.2 wasn't
> supposed to be released but no reason was given to downgrade.
> 6.2 seems to be working ok and I don't really want go through
> all those config files again. Should I downgrade? And if I don't
> what effect will this have on the other upgrades that I do?
> Also, I am using xfree-4.2.1-r2. I remember some uses had problems
> (fonts mostly) with the new 4.2.99.4 but have not read anything
> negative about it lately. Any advice on this upgrade?

It is a beta testing release that will never get into gentoo stable. While it 
presents nice new features from the comming 4.3 release I don't use it as it 
IS beta.

Paul

-- 
Paul de Vrieze
Researcher
Mail: [EMAIL PROTECTED]
Homepage: http://www.cs.kun.nl/~pauldv



msg01090/pgp0.pgp
Description: signature


Re: [gentoo-user] Problem building mjpegtools

2003-02-11 Thread Paul de Vrieze
On Tuesday 11 February 2003 05:00, gabriel wrote:
> On February 10, 2003 09:46 pm, Mike Bohan wrote:
> > I'm trying to do an emerge -u, and one of the dependencies calls for
> > mjpegtools. The build fails with the following message. It seems
> > libartsc is not in the linker path. I found the library I believe in
> > /usr/kde/3.1/lib/, and it appears to be registered in the ldpath. Does
> > anyone have any suggestions? Thanks in advance..
>
> i had exactly the same problem and solved it by creating a symlink to the
> propper file in /usr/lib:
>
>   /usr/lib/libartsc.so -> /usr/kde/3.1/lib/libartsc.so

That works. The problem is that it doesn't include the new kde dirs, but only 
the old even if they don't exist.

Paul

-- 
Paul de Vrieze
Researcher
Mail: [EMAIL PROTECTED]
Homepage: http://www.cs.kun.nl/~pauldv



msg01089/pgp0.pgp
Description: signature


Re: [gentoo-user] unmerge

2003-02-11 Thread Arturo di Gioia
On Tue, 2003-02-11 at 10:32, Dio wrote:
> hy
> 
> i made a kde-3.1 emerge but how i unmerge the old KDE 3.0.x?
> the files in kde/3 and kde/3.1 directories belong to same package
> 
> thanx
> Di0
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list

This worked for me (use your version of KDE 3 instead)

emerge /var/db/pkg/kde-base/*/*3.0.5* -Cp

I cutted&pasted it from a previous mail. Check the archives for more
informations. 
Threads:
Unmerging previous KDE installations
How do i get rid of this kde-3.0.5a and kde-3.1 co-existence?


-- 
Arturo di Gioia <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-11 Thread Paul de Vrieze
On Monday 10 February 2003 23:59, gabor wrote:
>
> well, i THINK that if you uses your chrooted glibc+gcc+whatever then it
> should be ok... but i'm not an expert on this...
>
> and after all, tomorrow morning you will know :))

It does, the only problem is kernel vs glibc, but that is no problem with the 
versions mentioned here, so it should work perfectly.

Paul

-- 
Paul de Vrieze
Researcher
Mail: [EMAIL PROTECTED]
Homepage: http://www.cs.kun.nl/~pauldv



msg01087/pgp0.pgp
Description: signature


[gentoo-user] unmerge

2003-02-11 Thread Dio
hy

i made a kde-3.1 emerge but how i unmerge the old KDE 3.0.x?
the files in kde/3 and kde/3.1 directories belong to same package

thanx
Di0



--
[EMAIL PROTECTED] mailing list




[gentoo-user] devfs + multi mylex raid

2003-02-11 Thread myciel
Hi there

I have problem with setting up serwer with 2 mylex raid controllers under
devfs.
Without devfs I see attached disks in devfs under /dev/rd/c0d0,
/devfs/rd/c0d1 
But while without devfs I can distinguish particular conrtroler using digit
after letter 'c',
using devfs it looks not to be possible in existing syntax /dev/rd/disc0 ?

regards

rafal


--
[EMAIL PROTECTED] mailing list




[gentoo-user] DEBUG version of Gentoo Linux

2003-02-11 Thread Nugzar Nebieridze
Hello All,

I   am   quite   new   to   Linux  developing as I come from Windows /
Visual   C++.   I   got   interested   in   Gentoo   because it offers
excellent  features  for  developers  who  want  to learn how to write
software under Linux.

I  am  interested in creating a DEBUG version of Gentoo Linux, so that
all the software should include debug symbols (for GDB for example).

Which  compiler  flags  should  I  use  for  that?  Can  I  add  some
optimizations   also   or  it  is  impossible  to have debug info with
optimized versions? Have you any suggestions?

Any help is appreciated.

Nugzar Nebieridze

P.S. Sorry for my broken english language...

---
95 of all computer errors occur between chair and keyboard 



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] compiler options

2003-02-11 Thread Voicu Liviu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 11 February 2003 10:28, Robert Cole wrote:
> I'm going to rebuild my desktop system from scratch and was wondering what
> are a good set of compiler options to use? I would like to get a few
> options from anyone who's experimented with them.

Check forums.gentoo.org
There are a very big thread about it

> currently I use CFLAGS="-march=pentium4 -O3 -pipe"
>
> I would like to push for as much speed as possible but still be fairly
> stable. I'd like to strike some sort of balence. My system works pretty
> good with these options I just want to see if I'm leaving speed "on the
> table" as it were.
>
> I plan on using these options from stage1 on.
>
> Thanks for your input.
>
> Robert
>
> --
> [EMAIL PROTECTED] mailing list
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+SLSJMcVU5N/V6I8RAmfmAKCFK2H5fK7m7+yU4RQco3qnjraPVQCgnDaE
FAuLUzZ0+YLgleMjtlEZV7c=
=v9F5
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list




[gentoo-user] compiler options

2003-02-11 Thread Robert Cole
I'm going to rebuild my desktop system from scratch and was wondering what are 
a good set of compiler options to use? I would like to get a few options from 
anyone who's experimented with them.

currently I use CFLAGS="-march=pentium4 -O3 -pipe"

I would like to push for as much speed as possible but still be fairly stable. 
I'd like to strike some sort of balence. My system works pretty good with 
these options I just want to see if I'm leaving speed "on the table" as it 
were. 

I plan on using these options from stage1 on.

Thanks for your input.

Robert

--
[EMAIL PROTECTED] mailing list