| Summary: | net-fs/netatalk-2.2.1-r3 - /bin/sh: line 0: cd: .../image//usr/lib/netatalk: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | gentoo |
| Component: | [OLD] Server | Assignee: | Justin Lecher (RETIRED) <jlec> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | aliens.satin0y, net-fs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Build log, ebuild environment
emerge build log emerge environment emerge info emerge -pqv output |
||
|
Description
gentoo
2013-05-05 04:03:30 UTC
I cannot reproduce this here. Does this also happen with -j1 in MAKEOPTS? (In reply to comment #1) > I cannot reproduce this here. > Does this also happen with -j1 in MAKEOPTS? MAKEOPTS="-j1" emerge netatalk fails in the same way - ... make install-exec-hook make[5]: Entering directory `/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' (cd /var/tmp/portage/net-fs/netatalk-2.2.1-r3/image//usr/lib/netatalk && \ rm -f uams_clrtxt.so uams_dhx.so uams_dhx2.so && \ ln -s uams_pam.so uams_clrtxt.so && \ echo && ln -s uams_dhx_pam.so uams_dhx.so && \ echo && ln -s uams_dhx2_pam.so uams_dhx2.so \ ) /bin/sh: line 0: cd: /var/tmp/portage/net-fs/netatalk-2.2.1-r3/image//usr/lib/netatalk: No such file or directory make[5]: *** [install-exec-hook] Error 1 make[5]: Leaving directory `/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' make[4]: *** [install-exec-am] Error 2 make[4]: Leaving directory `/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc' make: *** [install-recursive] Error 1 * ERROR: net-fs/netatalk-2.2.1-r3 failed (install phase): * emake failed Just to be sure, I also added MAKEOPTS="-j 1" to /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
USE="bash-completion threads sqlite sqlite3 postgres -ipv6"
MAKEOPTS="-j 1"
APACHE2_MODULES="$APACHE2_MODULES auth_digest"
RUBY_TARGETS="ruby18"
Didn't change the outcome at all.
right, but you built with single threaded anyways. I cannot reproduce it please attach /var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams/Makefile Created attachment 399368 [details]
emerge build log
Created attachment 399370 [details]
emerge environment
Created attachment 399372 [details]
emerge info
Created attachment 399374 [details]
emerge -pqv output
(In reply to Justin Lecher from comment #5) > I cannot reproduce it > please attach > /var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams/ > Makefile I can confirm the issue: +++++ make[4]: Entering directory '/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' make install-exec-hook make[5]: Entering directory '/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' (cd /var/tmp/portage/net-fs/netatalk-2.2.1-r3/image//usr/lib/netatalk && \ rm -f uams_clrtxt.so uams_dhx.so uams_dhx2.so && \ ln -s uams_pam.so uams_clrtxt.so && \ echo && ln -s uams_dhx_pam.so uams_dhx.so && \ echo && ln -s uams_dhx2_pam.so uams_dhx2.so \ ) /bin/sh: line 0: cd: /var/tmp/portage/net-fs/netatalk-2.2.1-r3/image//usr/lib/netatalk: No such file or directory Makefile:1077: recipe for target 'install-exec-hook' failed make[5]: *** [install-exec-hook] Error 1 make[5]: Leaving directory '/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' Makefile:1009: recipe for target 'install-exec-am' failed make[4]: *** [install-exec-am] Error 2 make[4]: Leaving directory '/var/tmp/portage/net-fs/netatalk-2.2.1-r3/work/netatalk-2.2.1/etc/uams' Makefile:955: recipe for target 'install-am' failed +++++ Relevant files are attached. Any reason to not drop version 2*. Otherwise I will go ahead and remove it. (In reply to Justin Lecher from comment #11) > Any reason to not drop version 2*. Otherwise I will go ahead and remove it. I have given up and switched to version 3 by adding ~ppc to the keyword list. The compilation went uneventful. |