Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #14304 (closed defect: fixed)

Opened 9 months ago

Last modified 5 months ago

t1lib build failure on Leopard

Reported by: jochen@… Owned by: macports-tickets@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: Cc: jmr@…, ryandesign@…
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

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

Change History

Changed 9 months ago by jochen@…

output of port -dv install t1lib

Changed 9 months ago by jmr@…

  • 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.

Changed 9 months ago by jmr@…

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

Changed 7 months ago by jmr@…

  • 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.

Changed 5 months ago by ryandesign@…

  • cc ryandesign@… added
  • status changed from new to closed
  • resolution set to fixed

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.

Note: See TracTickets for help on using tickets.