Opened 11 years ago
Closed 10 years ago
#41054 closed defect (worksforme)
fhist @1.16 fails to build on 10.9
Reported by: | ralph@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | mavericks | Cc: | kurthindenburg (Kurt Hindenburg) |
Port: | fhist |
Description
Last part of the log reads
:debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_fhist/fhist/work/fhist-1.16" && /usr/bin/make -w all :info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_fhist/fhist/work/fhist-1.16' :info:build /usr/bin/clang -pipe -Os -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Icommon -Icommon -c common/input.c :info:build clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused :info:build clang: warning: argument unused during compilation: '-L/opt/local/lib' :info:build common/input.c:37:1: error: redefinition of a 'extern inline' function 'input_name' is not supported in C99 mode :info:build input_name(input_ty *fp) :info:build ^ :info:build common/input.h:78:29: note: previous definition is here :info:build extern __inline const char *input_name(input_ty *fp) :info:build ^ :info:build common/input.c:54:1: error: redefinition of a 'extern inline' function 'input_length' is not supported in C99 mode :info:build input_length(input_ty *fp) :info:build ^ :info:build common/input.h:80:22: note: previous definition is here :info:build extern __inline long input_length(input_ty *fp) :info:build ^ :info:build common/input.c:71:1: error: redefinition of a 'extern inline' function 'input_ftell' is not supported in C99 mode :info:build input_ftell(input_ty *fp) :info:build ^ :info:build common/input.h:82:22: note: previous definition is here :info:build extern __inline long input_ftell(input_ty *fp) :info:build ^ :info:build common/input.c:88:1: error: redefinition of a 'extern inline' function 'input_read' is not supported in C99 mode :info:build input_read(input_ty *fp, void *data, long len) :info:build ^ :info:build common/input.h:71:22: note: previous definition is here :info:build extern __inline long input_read(input_ty *fp, void *data, long len) :info:build ^ :info:build common/input.c:171:1: error: redefinition of a 'extern inline' function 'input_getc' is not supported in C99 mode :info:build input_getc(input_ty *fp) :info:build ^ :info:build common/input.h:75:21: note: previous definition is here :info:build extern __inline int input_getc(input_ty *fp) { if (fp->pushback_len > :info:build ^ :info:build 5 errors generated. :info:build make: *** [common/input.o] Error 1 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_fhist/fhist/work/fhist-1.16' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_fhist/fhist/work/fhist-1.16" && /usr/bin/make -w all :info:build Exit code: 2 :error:build org.macports.build for port fhist returned: command execution failed
Change History (4)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mavericks added |
---|---|
Port: | fhist added |
comment:2 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | khindenburg@… added |
---|
comment:3 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
It builds/installs fine here on Mavericks.
comment:4 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Reopen w/ main.log if you still have issues.
Note: See
TracTickets for help on using
tickets.
Cc Me!