Ticket #28436 (closed defect: duplicate)
lzop does not compile universal
| Reported by: | drfarina@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | universal | Cc: | |
| Port: | lzop |
Description
On Snow Leopard with x86_64 (but building universal binaries) the compression tool "lzop" does not build properly:
---> Building lzop Error: Target org.macports.build returned: shell command failed (see log for details) Log for lzop is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_lzop/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
If we investigate that log:
:info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -DLZOP_HAVE_CONFIG_H -O2 -arch x86_64 -arch i386 -c `test -f 'mygetopt.c' || echo './'`mygetopt.c
:info:build lzop.c: In function 'main':
:info:build lzop.c:3031: error: size of array '__acc_compile_time_assert_fail' is negative
:info:build lipo: can't figure out the architecture type of: /var/tmp//ccZARLPk.out
:info:build make[2]: *** [lzop.o] Error 1
:info:build make[2]: *** Waiting for unfinished jobs....
:info:build make[1]: *** [all-recursive] Error 1
:info:build make: *** [all] Error 2
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_lzop/work/lzop-1.01" && /usr/bin/make -j2 all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for lzop): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for lzop is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_lzop/main.log
Change History
Note: See
TracTickets for help on using
tickets.


Duplicate of #23940.