Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-08 Thread Ben Sparks
latin hypercube wrote:

Had this same problem and there are some discussions on 
http://forums.gentoo.org

What worked for me was to re-emerge libvorbis and then emerge kde again

"emerge libvorbis && emerge kde"



On Friday 07 March 2003 23:00, richard terry wrote:
 

Hi,

After literally days of downloading via my dialup and having got a base
kernel etc compiled, I'm now halted at kdeaddons failing to compile.
Any suggestions about how to continue. I've heard how good gentoo is, and
I've certainly learnt heaps about linux to this point.
As I'm not a computer nerd nor technical person could any help be kept
simple.
I've used Mandrake for a few years, so am  familiar with basic file
editing, compiling useing tar.gz, configure, make, install etc, so I've
some basic skills.
Thanks

Richard Terry

--
[EMAIL PROTECTED] mailing list
   



--
[EMAIL PROTECTED] mailing list


 

I had that exact same problem and like the hypercube siad I just 
re-emerged libvorbis then stared back up with kde and no problems after 
that.  I've also done some searching on that error cose and it seems 
that a lot of people are having that problem and "emerge libvorbis" has 
fixed it.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-08 Thread latin hypercube
Had this same problem and there are some discussions on 
http://forums.gentoo.org

What worked for me was to re-emerge libvorbis and then emerge kde again

"emerge libvorbis && emerge kde"



On Friday 07 March 2003 23:00, richard terry wrote:
> Hi,
>
> After literally days of downloading via my dialup and having got a base
> kernel etc compiled, I'm now halted at kdeaddons failing to compile.
>
> Any suggestions about how to continue. I've heard how good gentoo is, and
> I've certainly learnt heaps about linux to this point.
>
> As I'm not a computer nerd nor technical person could any help be kept
> simple.
>
> I've used Mandrake for a few years, so am  familiar with basic file
> editing, compiling useing tar.gz, configure, make, install etc, so I've
> some basic skills.
>
> Thanks
>
> Richard Terry
>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Mike Williams
On Sat, 2003-03-08 at 06:05, richard terry wrote:
> Mike, 
> 
> I can understand from this what you need, however I still don't know how to 
> 'capture' those last few lines short of writing them all down, and the 
> compile seems to fail and stuff goes past so fast it scrolls off the top of 
> the screen.
> 
> Sorry, I'm not more capable of describing it.

Ahh, a console user?

I'd suggest using 'tee', i.e. 'emerge kdeaddons|tee a_log_file'.
You'll still get the output to the console, but it will be written to
a_log_file also.

HTH

-- 
Mike Williams <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread richard terry
Mike, 

I can understand from this what you need, however I still don't know how to 
'capture' those last few lines short of writing them all down, and the 
compile seems to fail and stuff goes past so fast it scrolls off the top of 
the screen.

Sorry, I'm not more capable of describing it.

Thanks

Richard

On Sat, 8 Mar 2003 07:54 am, Mike Williams wrote:
> On Sat, 2003-03-08 at 06:37, richard terry wrote:
> > I've not received any replies on where to find the log file for the
> > compile. The emerge.log simply noted the failure. I downloaded another
> > copy of the kdeaddons from another mirror and it crashed at the same
> > place. I couldn't copy the file anywhere, but it said something I think
> > on line 117. Also I noticed, just before these messages that it said
> > something about lib ogg vorbis having been moved, however it all scrolled
> > off the top of the screen too quickly to catch.
> >
> > Does this help?
>
> What is wanted is the last few lines of the output *before* the compile
> failed, *and* all the lines of errors as it died. Generally, you'll get
> one error, and a short cascade of additional errors as the compile dies.
> If the compile generated a warning, but continued it'll probably have no
> impact.
>
> As for re-downloading from another mirror, that's a waste of effort, as
> portage checks the MD5 sum of the downloaded file before it unpacks it.
> So you can be sure you've got the correct file.
>
>
> Damn, I sound mean. Sorry, rather irritated after 9 hours at work alone,
> with 3 more to go, and tired :(


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Mike Williams
On Sat, 2003-03-08 at 06:37, richard terry wrote:
> I've not received any replies on where to find the log file for the compile.
> The emerge.log simply noted the failure. I downloaded another copy of the
> kdeaddons from another mirror and it crashed at the same place. I couldn't
> copy the file anywhere, but it said something I think on line 117. Also I
> noticed, just before these messages that it said something about lib ogg
> vorbis having been moved, however it all scrolled off the top of the screen
> too quickly to catch.
> 
> Does this help?

What is wanted is the last few lines of the output *before* the compile
failed, *and* all the lines of errors as it died. Generally, you'll get
one error, and a short cascade of additional errors as the compile dies.
If the compile generated a warning, but continued it'll probably have no
impact.

As for re-downloading from another mirror, that's a waste of effort, as
portage checks the MD5 sum of the downloaded file before it unpacks it.
So you can be sure you've got the correct file.


Damn, I sound mean. Sorry, rather irritated after 9 hours at work alone,
with 3 more to go, and tired :(

-- 
Mike Williams <[EMAIL PROTECTED]>

p.s. Richard Terry? (radiac?)


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread richard terry
I've not received any replies on where to find the log file for the compile.
The emerge.log simply noted the failure. I downloaded another copy of the
kdeaddons from another mirror and it crashed at the same place. I couldn't
copy the file anywhere, but it said something I think on line 117. Also I
noticed, just before these messages that it said something about lib ogg
vorbis having been moved, however it all scrolled off the top of the screen
too quickly to catch.

Does this help?

On Sat, 8 Mar 2003 10:05 am, Alan wrote:
> On Sat, Mar 08, 2003 at 10:00:39AM +1100, richard terry wrote:
> > Hi,
> >
> > After literally days of downloading via my dialup and having got a base
> > kernel etc compiled, I'm now halted at kdeaddons failing to compile.
>
> First thing to do would be to post the last few lines of the error.
>
> Alan

---


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Timothy Grant
On Friday 07 March 2003 03:00 pm, richard terry wrote:
> Hi,
>
> After literally days of downloading via my dialup and having got a base
> kernel etc compiled, I'm now halted at kdeaddons failing to compile.
>
> Any suggestions about how to continue. I've heard how good gentoo is, and
> I've certainly learnt heaps about linux to this point.
>
> As I'm not a computer nerd nor technical person could any help be kept
> simple.
>
> I've used Mandrake for a few years, so am  familiar with basic file
> editing, compiling useing tar.gz, configure, make, install etc, so I've
> some basic skills.

You are to be commended for giving Gentoo a whirl given your non-nerdish and 
non-technical tendencies!

Could you post a bit more about the error, such as the last page or so of the 
error message?

-- 
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Alan
On Sat, Mar 08, 2003 at 10:00:39AM +1100, richard terry wrote:
> Hi,
> 
> After literally days of downloading via my dialup and having got a base kernel 
> etc compiled, I'm now halted at kdeaddons failing to compile.

First thing to do would be to post the last few lines of the error.

Alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net
-
"The only thing that experience teaches us is that experience teaches 
us nothing. -- Andre Maurois (Emile Herzog)

--
[EMAIL PROTECTED] mailing list



[gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread richard terry
Hi,

After literally days of downloading via my dialup and having got a base kernel 
etc compiled, I'm now halted at kdeaddons failing to compile.

Any suggestions about how to continue. I've heard how good gentoo is, and I've 
certainly learnt heaps about linux to this point.

As I'm not a computer nerd nor technical person could any help be kept simple.

I've used Mandrake for a few years, so am  familiar with basic file editing, 
compiling useing tar.gz, configure, make, install etc, so I've some basic 
skills.

Thanks

Richard Terry


--
[EMAIL PROTECTED] mailing list