Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527314 - net-libs/gnutls-3.3.9 ebuild fails with No rule to make target '/var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9/build-aux/snippet/c++defs.h'
Summary: net-libs/gnutls-3.3.9 ebuild fails with No rule to make target '/var/tmp/port...
Status: RESOLVED DUPLICATE of bug 527200
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-29 09:24 UTC by Markus Wernig
Modified: 2014-10-29 09:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,5.76 KB, text/plain)
2014-10-29 09:26 UTC, Markus Wernig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Wernig 2014-10-29 09:24:01 UTC
When trying to emerge gnutls (as part of world), this fails with the error:

>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_compile
make -j5 
make  all-recursive
make[1]: Entering directory '/var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9-abi_x86_64.amd64'
Making all in gl
make[2]: Entering directory '/var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9-abi_x86_64.amd64/gl'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat /var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9/gl/alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
make[2]: *** No rule to make target '/var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9/build-aux/snippet/c++defs.h', needed by 'c++defs.h'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9-abi_x86_64.amd64/gl'
Makefile:1372: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-libs/gnutls-3.3.9/work/gnutls-3.3.9-abi_x86_64.amd64'
Makefile:1299: recipe for target 'all' failed
make: *** [all] Error 2


Reproducible: Always
Comment 1 Markus Wernig 2014-10-29 09:26:13 UTC
Created attachment 387708 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-29 09:30:36 UTC

*** This bug has been marked as a duplicate of bug 527200 ***