Opened 17 years ago

Closed 17 years ago

#11241 closed defect (fixed)

Package 'macutil' fails to build

Reported by: joe.carroll@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.3.2
Keywords: Cc: markd@…
Port:

Description

I get the following when I attempt 'sudo port install macutil':

---> Building macutil with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_sysutils_macutil/work/macutil" && make all CF="-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H"" returned error 2 Command output: (cd crc; make CF='-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H') make[1]: `libcrc.a' is up to date. (cd util; make CF='-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H') make[1]: `all' is up to date. (cd fileio; make CF='-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H') make[1]: `all' is up to date. (cd macunpack; make CF='-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H') cc -O -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -c -o lzh.o lzh.c In file included from lzh.c:4: lzh.h:48: warning: useless storage class specifier in empty declaration lzh.c:20: warning: conflicting types for built-in function 'malloc' lzh.c:29: warning: useless storage class specifier in empty declaration lzh.c:43: error: static declaration of 'lzh_pointer' follows non-static declaration lzh.h:61: error: previous declaration of 'lzh_pointer' was here lzh.c:44: error: static declaration of 'lzh_data' follows non-static declaration lzh.h:62: error: previous declaration of 'lzh_data' was here lzh.c:45: error: static declaration of 'lzh_finfo' follows non-static declaration lzh.h:63: error: previous declaration of 'lzh_finfo' was here lzh.c:46: error: static declaration of 'lzh_fsize' follows non-static declaration lzh.h:64: error: previous declaration of 'lzh_fsize' was here lzh.c:47: error: static declaration of 'lzh_kind' follows non-static declaration lzh.h:65: error: previous declaration of 'lzh_kind' was here lzh.c:49: error: static declaration of 'lzh_file' follows non-static declaration lzh.h:66: error: previous declaration of 'lzh_file' was here make[1]: * [lzh.o] Error 1 make: * [all] Error 2

Error: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 17 years ago by markd@…

Cc: markd@… added

This port should probably be deleted sine it will probably never work on a modern Mac.

comment:2 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed

A fix has been committed.

Note: See TracTickets for help on using tickets.