Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14304 closed defect (fixed)

t1lib build failure on Leopard

Reported by: jochen@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: jmroot (Joshua Root), ryandesign (Ryan Carsten Schmidt)
Port:

Description

I am trying to build t1lib (required by xpdf) but run into libtool problems:

--->  Building t1lib with target without_doc
DEBUG: Executing org.macports.build (t1lib)
DEBUG: Environment: 
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_jochen_source_macports_dports_devel_t1lib/work/t1l
ib-5.1.1" && nice -n 10 make without_doc LIBTOOL=/opt/local/bin/glibtool'
for i in lib type1afm examples ; do \
          (cd $i; make 'CC=ccache /usr/bin/gcc-4.0' 'CFLAGS=-pipe -O2 -DT1LIB_IDENT="\"5.1.1\"" -DGLOBAL_CONFIG_DIR="\
"/opt/local/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT ' 'OPTIONS=' ) || exit 1; \
        done
/opt/local/bin/glibtool --mode=compile \
                ccache /usr/bin/gcc-4.0 -c  -pipe -O2 -DT1LIB_IDENT="\"5.1.1\"" -DGLOBAL_CONFIG_DIR="\"/opt/local/shar
e/t1lib\"" -DT1LIB_NO_X11_SUPPORT  -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int  arith.c
glibtool: compile: unable to infer tagged configuration
glibtool: compile: specify a tag with `--tag'
make[2]: *** [arith.lo] Error 1
make[1]: *** [type1_target] Error 1
make: *** [XXXX] Error 1

The complete log is attached

Attachments (1)

t1lib.log (10.2 KB) - added by jochen@… 16 years ago.
output of port -dv install t1lib

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by jochen@…

Attachment: t1lib.log added

output of port -dv install t1lib

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Cc: macports-dev@… jochen@… removed

No point cc'ing macports-dev, the messages will just be rejected. Also, ticket reporters are automatically emailed these days so you don't need to be in cc either.

comment:2 Changed 16 years ago by jmroot (Joshua Root)

#13648, #13653, #14308 note similar errors.

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Cc: jmr@… added

Apparently this happens when building with MacPorts 1.60, but using a libtool that was built with an earlier MP version. The libtool revision was bumped to force a rebuild, so if you're up-to-date, this should hopefully be fixed.

comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

I agree, this sounds like the libtool issue that we believe we have fixed by forcing a rebuild of it.

Also, I have updated t1lib to 5.1.2.

If you still see the problem with that version, please reopen this ticket.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.