public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Emerge kde-3.4.2 failed.
@ 2005-07-31 21:46 Tony Davison
  2005-07-31 21:59 ` Zac Medico
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Davison @ 2005-07-31 21:46 UTC (permalink / raw
  To: gentoo-user

Emerging kde-3.4.2 failed when emergeing kdebase-3.4.2 with this error.

Making all in man
make[3]: *** No rule to make target `man.protocol', needed by `all-am'.  
Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.4.2 failed.
!!! Function kde_src_compile, Line 169, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status 
message.
System is a 950Mhz athlon, 2.6.12-gentoo-r4 kernel.
Using  baselayout-1.11.13 
MAKE_OPTS="-j1 -s"
CFLAGS ="-02 -march=i686 -fomit-frame-pointer -pipe"
CXXFLAGS= "${CFLAGS}"
CHOST ="i686-pc-linux-gnu"

Any ideas guys?
-- 
Tony Davison
tony.davison2@ntlworld.com
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Emerge kde-3.4.2 failed.
  2005-07-31 21:46 [gentoo-user] Emerge kde-3.4.2 failed Tony Davison
@ 2005-07-31 21:59 ` Zac Medico
  2005-07-31 22:15   ` Tony Davison
  0 siblings, 1 reply; 4+ messages in thread
From: Zac Medico @ 2005-07-31 21:59 UTC (permalink / raw
  To: gentoo-user

Tony Davison wrote:
> Emerging kde-3.4.2 failed when emergeing kdebase-3.4.2 with this error.
> 
> Making all in man
> make[3]: *** No rule to make target `man.protocol', needed by `all-am'.  
> Stop.
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> !!! ERROR: kde-base/kdebase-3.4.2 failed.
> !!! Function kde_src_compile, Line 169, Exitcode 2
> !!! died running emake, kde_src_compile:make
> !!! If you need support, post the topmost build error, NOT this status 
> message.
> System is a 950Mhz athlon, 2.6.12-gentoo-r4 kernel.
> Using  baselayout-1.11.13 
> MAKE_OPTS="-j1 -s"
> CFLAGS ="-02 -march=i686 -fomit-frame-pointer -pipe"
> CXXFLAGS= "${CFLAGS}"
> CHOST ="i686-pc-linux-gnu"
> 
> Any ideas guys?

It's supposed to be MAKEOPTS, not MAKE_OPTS., and make -s means silent so you might get more clues if you take that out.

Zac
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Emerge kde-3.4.2 failed.
  2005-07-31 21:59 ` Zac Medico
@ 2005-07-31 22:15   ` Tony Davison
  2005-08-02 14:00     ` Tony Davison
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Davison @ 2005-07-31 22:15 UTC (permalink / raw
  To: gentoo-user

On Sunday 31 July 2005 22:59, Zac Medico wrote:

> > MAKE_OPTS="-j1 -s"
> > CFLAGS ="-02 -march=i686 -fomit-frame-pointer -pipe"
> > CXXFLAGS= "${CFLAGS}"
> > CHOST ="i686-pc-linux-gnu"
> >
> > Any ideas guys?
>
> It's supposed to be MAKEOPTS, not MAKE_OPTS., and make -s means
> silent so you might get more clues if you take that out.

I'll try that. Don't remember adding it anyway.
The make_opts is a typo :-) then I had to less make.conf anyway to check 
the cflags.

Cheers.
-- 
Tony Davison
tony.davison2@ntlworld.com
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Emerge kde-3.4.2 failed.
  2005-07-31 22:15   ` Tony Davison
@ 2005-08-02 14:00     ` Tony Davison
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Davison @ 2005-08-02 14:00 UTC (permalink / raw
  To: gentoo-user

On Sunday 31 July 2005 23:15, Tony Davison wrote:
> On Sunday 31 July 2005 22:59, Zac Medico wrote:
> > > MAKE_OPTS="-j1 -s"
> > > CFLAGS ="-02 -march=i686 -fomit-frame-pointer -pipe"
> > > CXXFLAGS= "${CFLAGS}"
> > > CHOST ="i686-pc-linux-gnu"
> > >
> > > Any ideas guys?
> >
> > It's supposed to be MAKEOPTS, not MAKE_OPTS., and make -s means
> > silent so you might get more clues if you take that out.
>
> I'll try that. Don't remember adding it anyway.
> The make_opts is a typo :-) then I had to less make.conf anyway to
> check the cflags.
Update on this problem.
Tried Zac's suggestion to get more output from make but it failed in a 
different module, same failure 'no target' .
Commented out all the kde apps in my package.keywords in an attempt to 
roll back to a complete kde 3.4.1, same collection of make failures. 
aARGH.
Rebuilt Gcc (3.4.4) glibc and binutils, success, now back where we 
started with a working 3.4.1.
I have now rebuilt libxml, libxml2 and libsxlt with 'debug' set.
Going to try for 3.4.2 later this evening.

-- 
Tony Davison
tony.davison2@ntlworld.com
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-02 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31 21:46 [gentoo-user] Emerge kde-3.4.2 failed Tony Davison
2005-07-31 21:59 ` Zac Medico
2005-07-31 22:15   ` Tony Davison
2005-08-02 14:00     ` Tony Davison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox