Opened 19 years ago

Closed 18 years ago

#4205 closed defect (invalid)

BUG: freetds package fails to build

Reported by: matt@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: djtech@…
Port:

Description

Error message:

---> Building freetds with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_databases_FreeTDS/work/freetds-0.61.2" && make all" returned error 2 Command output: Making all in include make all-am Making all in src Making all in replacements /bin/sh ../../libtool --mode=link gcc -g -O2 -o libreplacements.la ar cru .libs/libreplacements.a ar: no archive members specified usage: ar -d [-TLsv] archive file ...

ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...]

make[2]: * [libreplacements.la] Error 1 make[1]: * [all-recursive] Error 1 make: * [all-recursive] Error 1

Change History (2)

comment:1 Changed 19 years ago by mww@…

Cc: djtech@… added

* Bug 4896 has been marked as a duplicate of this bug. *

comment:2 Changed 18 years ago by mww@…

Resolution: invalid
Status: newclosed
Summary: freetds package fails to buildBUG: freetds package fails to build

seems deprecated:

the most recent freetds port forces use of gcc4 on Mac OS X 10.4, so the libtool commands look like:

if /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 ...

If this issue still persists, please re-open bug and supply a fresh full trace! ( port clean freetds; port -d build freetds > trace.log 2>&1 ; )

Note: See TracTickets for help on using tickets.