Re: [gentoo-user] Re: affraid of these "warnings"

2003-03-05 Thread Ben Sparks
Peter Gantner wrote:

Quoting Ben Sparks from Mar 5

 

I've been emerging kde since oh, about midnight last night and every 
once and a while I'll glance at the screen and sometimes I'll see a 
random "warning this..or warning that" should I be concerned with these 
warnings or are they just a common occurance when compiling from 
scratch?  I have not had any fatal errors that cause the emerge to halt.
   

add -w to your CFLAGS, so they don't scare you anymore.
speeds up compiles, too! (well, _very_ little)
greets,
Peter
 

SOB! it did fail! er ok, that was 12 hours of wasted time...;)

Here is what the error message said: (This is for emergeing kde 3.1 by 
the way)

!!!ERROR: kde - base/kdeaddon - 3.1 failed
!!!Function kde_src_compile, Line 117, Exitcode 2
!!!died running emake, kde_src_compile : make
Anyone ever experience this?  Thanks



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: affraid of these "warnings"

2003-03-05 Thread Louis C. Candell
Heh, dont feel bad... I wasted approx. 19 hours on an open office (source)
emerge which ended up failing in the end, so thank you precompiled packages!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: affraid of these "warnings"

2003-03-05 Thread Ben Sparks
Ben Sparks wrote:

Peter Gantner wrote:

Quoting Ben Sparks from Mar 5

 

I've been emerging kde since oh, about midnight last night and every 
once and a while I'll glance at the screen and sometimes I'll see a 
random "warning this..or warning that" should I be concerned with 
these warnings or are they just a common occurance when compiling 
from scratch?  I have not had any fatal errors that cause the emerge 
to halt.
  


add -w to your CFLAGS, so they don't scare you anymore.
speeds up compiles, too! (well, _very_ little)
greets,
Peter
 

SOB! it did fail! er ok, that was 12 hours of wasted time...;)

Here is what the error message said: (This is for emergeing kde 3.1 by 
the way)

!!!ERROR: kde - base/kdeaddon - 3.1 failed
!!!Function kde_src_compile, Line 117, Exitcode 2
!!!died running emake, kde_src_compile : make
Anyone ever experience this?  Thanks



--
[EMAIL PROTECTED] mailing list


Everything is peachy now, well kinda.  I had to re-emerge libvorbis and 
KDE 3.1 compiled like a champ.

Now another problem my swap file is not being initiated at boot.  I have 
to run the swapon command in a console for it to start the swap file.  I 
have looked at my fstab file, I thinkit is setup right.  Does anyone 
know what I might do to fix this little problem.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: affraid of these "warnings"

2003-03-06 Thread Christophe Boutter
hi,

> Now another problem my swap file is not being initiated at boot.  I have 
> to run the swapon command in a console for it to start the swap file.  I 
> have looked at my fstab file, I thinkit is setup right.  Does anyone 
> know what I might do to fix this little problem.

here my /etc/fstab for the swap part., which works great
/dev/hda8   noneswapsw  0 0
may u post yours that we can figure it out?
chris

-- 
He wasn't exactly lost, because cats never got lost. He merely didn't know where 
everything else was.
- The Amazing Maurice and his educated Rodents from Terry Pratchett

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: affraid of these "warnings"

2003-03-07 Thread Bryan Feir
On Thu, Mar 06, 2003 at 01:36:45AM -0500, Ben Sparks wrote:
> Now another problem my swap file is not being initiated at boot.  I have 
> to run the swapon command in a console for it to start the swap file.  I 
> have looked at my fstab file, I thinkit is setup right.  Does anyone 
> know what I might do to fix this little problem.

   What may be the problem is that gentoo's automatic fstab creator seems
to create the swap line as:

/dev/SWAP   none   swapsw   0 0

but that doesn't mean that the /dev/SWAP necessarily exists in devfs.  If
/dev/SWAP doesn't exist, then this line won't work.  So either change the
line in /etc/fstab to refer to the real /dev/ device, or add a symbolic
link for SWAP to point to the device.

---+---
Bryan Feir   VA3GBF|"You also ask, 'How fares my love across the sea?'
Home:[EMAIL PROTECTED]   | Intermediate, I presume.  She would hardly travel
   | steerage."   -- Stephen Leacock
---+---

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: affraid of these "warnings"

2003-03-07 Thread Collins Richey
On Thu, 6 Mar 2003 11:29:42 -0500
Bryan Feir <[EMAIL PROTECTED]> wrote:

> On Thu, Mar 06, 2003 at 01:36:45AM -0500, Ben Sparks wrote:
> > Now another problem my swap file is not being initiated at boot.  I have 
> > to run the swapon command in a console for it to start the swap file.  I 
> > have looked at my fstab file, I thinkit is setup right.  Does anyone 
> > know what I might do to fix this little problem.
> 
>What may be the problem is that gentoo's automatic fstab creator seems
> to create the swap line as:
> 
> /dev/SWAP   none   swapsw   0 0
> 
> but that doesn't mean that the /dev/SWAP necessarily exists in devfs.  If
> /dev/SWAP doesn't exist, then this line won't work.  So either change the
> line in /etc/fstab to refer to the real /dev/ device, or add a symbolic
> link for SWAP to point to the device.
> 

Gentoo does not automatically create a usable fstab; you always have to edit it.  When 
you see /dev/SWAP, this means edit it to read /dev/hdxy, where xy is the correct 
location of your swap partition.

--
Collins

--
[EMAIL PROTECTED] mailing list