Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302729 - install is aborting with "byte-compiling is disabled"
Summary: install is aborting with "byte-compiling is disabled"
Status: RESOLVED DUPLICATE of bug 302636
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-29 09:33 UTC by sachse
Modified: 2010-01-29 09:40 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info.txt,12.43 KB, text/plain)
2010-01-29 09:34 UTC, sachse
Details
emerge -pqv (emerge_pqv.txt,205 bytes, text/plain)
2010-01-29 09:35 UTC, sachse
Details
build.log (build.log,81.77 KB, text/plain)
2010-01-29 09:36 UTC, sachse
Details
build environment (environment,95.62 KB, text/plain)
2010-01-29 09:37 UTC, sachse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sachse 2010-01-29 09:33:36 UTC
After an "emerge -DNuv system" i have started an "emerge -DNuv world".
All works fine until "nmap" was reached.
Compilation of the package works fine but the installation fail.

Reproducible: Always

Steps to Reproduce:
1. emerge nmap

Actual Results:  
make[1]: Leaving directory `/var/tmp/portage/net-analyzer/nmap-5.20/work/nmap-5.20'
>>> Source compiled.
>>> Test phase [not enabled]: net-analyzer/nmap-5.20

>>> Install nmap-5.20 into /var/tmp/portage/net-analyzer/nmap-5.20/image/ category net-analyzer
make -j1 DESTDIR=/var/tmp/portage/net-analyzer/nmap-5.20/image/ -j1 STRIP=: nmapdatadir=/usr/share/nmap install 
/usr/bin/install -c -d /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/bin /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/man/man1 /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap
/usr/bin/install -c -c -m 755 nmap /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/bin/nmap
: -x /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/bin/nmap
/usr/bin/install -c -c -m 644 docs/nmap.1 /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/man/man1/
if [ "yes" = "yes" ]; then \
          for ll in ; do \
            /usr/bin/install -c -d /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/man/$ll/man1; \
            /usr/bin/install -c -c -m 644 docs/man-xlate/nmap-$ll.1 /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/man/$ll/man1/nmap.1; \
          done; \
        fi
/usr/bin/install -c -c -m 644 docs/nmap.xsl /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 docs/nmap.dtd /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 nmap-services /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 nmap-rpc /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 nmap-os-db /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 nmap-service-probes /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 nmap-protocols /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -c -m 644 nmap-mac-prefixes /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/nmap/
/usr/bin/install -c -d /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/bin /var/tmp/portage/net-analyzer/nmap-5.20/image//usr/share/man/man1
cd zenmap && /usr/bin/python setup.py --quiet install --prefix "/usr" --force --root "/var/tmp/portage/net-analyzer/nmap-5.20/image/"
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
error: /var/tmp/portage/net-analyzer/nmap-5.20/image/usr/lib/python2.6/site-packages/zenmapCore/NmapParser.pyc: No such file or directory
make: *** [install-zenmap] Error 1
 * ERROR: net-analyzer/nmap-5.20 failed:
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_install
 *   environment, line 2614:  Called die
 * The specific snippet of code:
 *       LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die;


Expected Results:  
Package should be installed
Comment 1 sachse 2010-01-29 09:34:21 UTC
Created attachment 217805 [details]
emerge --info
Comment 2 sachse 2010-01-29 09:35:57 UTC
Created attachment 217807 [details]
emerge -pqv
Comment 3 sachse 2010-01-29 09:36:51 UTC
Created attachment 217809 [details]
build.log
Comment 4 sachse 2010-01-29 09:37:35 UTC
Created attachment 217810 [details]
build environment
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2010-01-29 09:40:07 UTC
This issue was already reported in our bugzilla. Thanks for report, anyway.

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