Opened 10 years ago

Closed 10 years ago

#45183 closed defect (duplicate)

afflib 3.6.12_1 fails to build

Reported by: jessebowling@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: afflib

Description (last modified by ryandesign (Ryan Carsten Schmidt))

afflib 3.6.12_1 fails to build.

Tpo -c -o affdiskprint.o affdiskprint.cpp
:info:build mv -f .deps/affinfo.Tpo .deps/affinfo.Po
:info:build /bin/sh ../libtool  --tag=CXX   --mode=link /usr/bin/clang++  -pipe -Os -arch x86_64 -stdlib=libc++ -D_FORTIFY_SOURCE=2 -Wall -g -static             -L/opt/local/lib -Wl,-headerpad_max_install
_names -arch x86_64 -o affcat affcat.o ../lib/libafflib.la  -lcrypto -lssl -lexpat -lz -lncurses -lreadline 
:info:build affxml.cpp:86:14: error: 'long type-name' is invalid
:info:build     uint32_t long zsectors;     // number of sectors that are all blank
:info:build              ^
:info:build affxml.cpp:87:14: error: 'long type-name' is invalid
:info:build     uint32_t long badsectors;   // number of bad sectors
:info:build              ^
:info:build affxml.cpp:88:14: error: 'long type-name' is invalid
:info:build     uint32_t long zpages;               // number of pages that are all blank
:info:build              ^
:info:build affxml.cpp:89:14: error: 'long type-name' is invalid
:info:build     uint32_t long pages;                // total number of pages
:info:build              ^
:info:build affxml.cpp:90:14: error: 'long type-name' is invalid
:info:build     uint32_t long sectors;              // total number of sectors
:info:build              ^
:info:build 5 errors generated.
:info:build make[2]: *** [affxml.o] Error 1
:info:build make[2]: *** Waiting for unfinished jobs....
:info:build libtool: link: /usr/bin/clang++ -pipe -Os -arch x86_64 -stdlib=libc++ -D_FORTIFY_SOURCE=2 -Wall -g -Wl,-headerpad_max_install_names -arch x86_64 -o affcat affcat.o  -L/opt/local/lib ../lib/.libs/libafflib.a -lcrypto -lssl -lexpat -lz -lncurses -lreadline
:info:build mv -f .deps/affcopy.Tpo .deps/affcopy.Po
:info:build In file included from affverify.cpp:14:
:info:build ../lib/aftimer.h:18:10: warning: private field 'used' is not used [-Wunused-private-field]
:info:build     bool used;                          // was this timer used?
:info:build          ^
:info:build mv -f .deps/affcompare.Tpo .deps/affcompare.Po
:info:build mv -f .deps/affrecover.Tpo .deps/affrecover.Po
:info:build mv -f .deps/affsign.Tpo .deps/affsign.Po
:info:build 1 warning generated.
:info:build mv -f .deps/affverify.Tpo .deps/affverify.Po
:info:build mv -f .deps/affdiskprint.Tpo .deps/affdiskprint.Po
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_afflib/afflib/work/afflib-3.6.12/tools'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_afflib/afflib/work/afflib-3.6.12'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_afflib/afflib/work/afflib-3.6.12'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_afflib/afflib/work/afflib-3.6.12" && /usr/bin/make -j8 -w all 
:info:build Exit code: 2
:error:build org.macports.build for port afflib returned: command execution failed
:debug:build Error code: CHILDSTATUS 68944 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"portbuild::build_main org.macports.build"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for afflib: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port afflib for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_afflib/afflib/main.log

Attachments (1)

main.log (130.5 KB) - added by jessebowling@… 10 years ago.
Full log file of port build

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by jessebowling@…

Attachment: main.log added

Full log file of port build

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: afflib removed
Resolution: duplicate
Status: newclosed

Duplicate of #42300.

Note: See TracTickets for help on using tickets.