Ticket #15085: nmap-ccache.log

File nmap-ccache.log, 7.6 KB (added by svnk@…, 16 years ago)

log of the failed build with ccache on

Line 
1root@skriabin ~]# port clean --all nmap && port -dv build nmap
2--->  Cleaning nmap
3DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nmap
4DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nmap
5DEBUG: Requested variant darwin is not provided by port nmap.
6DEBUG: Requested variant i386 is not provided by port nmap.
7DEBUG: Requested variant macosx is not provided by port nmap.
8DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libpcap
9DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libpcap
10DEBUG: Requested variant darwin is not provided by port libpcap.
11DEBUG: Requested variant i386 is not provided by port libpcap.
12DEBUG: Requested variant macosx is not provided by port libpcap.
13DEBUG: Searching for dependency: libpcap
14DEBUG: Found Dependency: receipt exists for libpcap
15DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
16DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
17DEBUG: Requested variant i386 is not provided by port openssl.
18DEBUG: Requested variant macosx is not provided by port openssl.
19DEBUG: Executing variant darwin provides darwin
20DEBUG: Searching for dependency: openssl
21DEBUG: Found Dependency: receipt exists for openssl
22DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre
23DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre
24DEBUG: Requested variant darwin is not provided by port pcre.
25DEBUG: Requested variant i386 is not provided by port pcre.
26DEBUG: Requested variant macosx is not provided by port pcre.
27DEBUG: Searching for dependency: pcre
28DEBUG: Found Dependency: receipt exists for pcre
29DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
30DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
31DEBUG: Requested variant darwin is not provided by port zlib.
32DEBUG: Requested variant i386 is not provided by port zlib.
33DEBUG: Requested variant macosx is not provided by port zlib.
34DEBUG: Searching for dependency: zlib
35DEBUG: Found Dependency: receipt exists for zlib
36DEBUG: Executing org.macports.main (nmap)
37--->  Fetching nmap
38DEBUG: Executing org.macports.fetch (nmap)
39--->  nmap-4.60.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/nmap
40--->  Attempting to fetch nmap-4.60.tar.bz2 from http://download.insecure.org/nmap/dist/
41  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
42                                 Dload  Upload   Total   Spent    Left  Speed
43100 3138k  100 3138k    0     0   432k      0  0:00:07  0:00:07 --:--:--  616k
44--->  Verifying checksum(s) for nmap
45DEBUG: Executing org.macports.checksum (nmap)
46--->  Checksumming nmap-4.60.tar.bz2
47DEBUG: Correct (md5) checksum for nmap-4.60.tar.bz2
48DEBUG: Correct (sha1) checksum for nmap-4.60.tar.bz2
49DEBUG: Correct (rmd160) checksum for nmap-4.60.tar.bz2
50DEBUG: setting option extract.cmd to /opt/local/bin/bzip2
51--->  Extracting nmap
52DEBUG: Executing org.macports.extract (nmap)
53--->  Extracting nmap-4.60.tar.bz2
54DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/nmap/nmap-4.60.tar.bz2
55DEBUG: Environment:
56DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work" && /opt/local/bin/bzip2 -dc /opt/local/var/macports/distfiles/nmap/nmap-4.60.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
57DEBUG: Executing org.macports.patch (nmap)
58--->  Configuring nmap
59DEBUG: Executing org.macports.configure (nmap)
60DEBUG: Using compiler 'Mac OS X gcc 4.0'
61DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' CPP='ccache /usr/bin/cpp-4.0' CXX='ccache /usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='ccache /usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='ccache /usr/bin/gcc-4.0'
62DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60" && ./configure --prefix=/opt/local --without-zenmap --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --with-openssl=/opt/local --with-libpcre=/opt/local'
63checking build system type... i386-apple-darwin9.2.2
64checking host system type... i386-apple-darwin9.2.2
65checking for gcc... ccache /usr/bin/gcc-4.0
66checking for C compiler default output file name... a.out
67checking whether the C compiler works... yes
68checking whether we are cross compiling... no
69checking for suffix of executables...
70checking for suffix of object files... o
71checking whether we are using the GNU C compiler... yes
72checking whether ccache /usr/bin/gcc-4.0 accepts -g... yes
73checking for ccache /usr/bin/gcc-4.0 option to accept ISO C89... none needed
74checking for inline... inline
75checking for gcc... (cached) ccache /usr/bin/gcc-4.0
76checking whether we are using the GNU C compiler... (cached) yes
77checking whether ccache /usr/bin/gcc-4.0 accepts -g... (cached) yes
78checking for ccache /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed
79checking whether we are using the GNU C++ compiler... yes
80checking whether ccache /usr/bin/g++-4.0 accepts -g... yes
81checking for ccache /usr/bin/g++-4.0... MISSING
82configure: error: Could not locate a C++ compiler. If it exists, add it to your PATH or give configure the CXX=path_to_compiler argument.  Otherwise, install a C++ compiler such as g++ or install a binary package of Nmap (see http://nmap.org/download.html ))
83Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60" && ./configure --prefix=/opt/local --without-zenmap --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --with-openssl=/opt/local --with-libpcre=/opt/local " returned error 1
84Command output: checking build system type... i386-apple-darwin9.2.2
85checking host system type... i386-apple-darwin9.2.2
86checking for gcc... ccache /usr/bin/gcc-4.0
87checking for C compiler default output file name... a.out
88checking whether the C compiler works... yes
89checking whether we are cross compiling... no
90checking for suffix of executables...
91checking for suffix of object files... o
92checking whether we are using the GNU C compiler... yes
93checking whether ccache /usr/bin/gcc-4.0 accepts -g... yes
94checking for ccache /usr/bin/gcc-4.0 option to accept ISO C89... none needed
95checking for inline... inline
96checking for gcc... (cached) ccache /usr/bin/gcc-4.0
97checking whether we are using the GNU C compiler... (cached) yes
98checking whether ccache /usr/bin/gcc-4.0 accepts -g... (cached) yes
99checking for ccache /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed
100checking whether we are using the GNU C++ compiler... yes
101checking whether ccache /usr/bin/g++-4.0 accepts -g... yes
102checking for ccache /usr/bin/g++-4.0... MISSING
103configure: error: Could not locate a C++ compiler. If it exists, add it to your PATH or give configure the CXX=path_to_compiler argument.  Otherwise, install a C++ compiler such as g++ or install a binary package of Nmap (see http://nmap.org/download.html ))
104
105Warning: the following items did not execute (for nmap): org.macports.build org.macports.configure
106Error: Status 1 encountered during processing.
107-ne
108[root@skriabin ~]#