Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17400 closed defect (invalid)

PDFLib fails to build on Mac OS X Tiger (10.4.11)

Reported by: pgbackup@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: pdflib

Description

I first did "sudo port -v selfupdate". Then I did "sudo port -v install pdflib". The build fails on my system. I'm attaching the log of the build.

Attachments (1)

pdflib.txt (145.6 KB) - added by pgbackup@… 15 years ago.
PDFlib failed build log

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by pgbackup@…

Attachment: pdflib.txt added

PDFlib failed build log

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Port: pdflib added

What version of Xcode are you running?

comment:2 Changed 15 years ago by pgbackup@…

Here is the Xcode Version (from opening Xcode and clicking on "About Xcode")

Version 2.5 Component Versions: Xcode IDE: 799.0 Xcode Core: 798.0 ToolSupport: 794.0

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

There are two things wrong with this picture:

/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -L: directory name (/Users/pgupta/Desktop/gcc-3.4.0/i686-apple-darwin8.11.1/libstdc++-v3/src) does not exist - where is this path coming from?

/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /usr/local/lib/libstdc++.a(ostream-inst.o) section's (__TEXT,__eh_frame) type S_REGULAR does not match previous objects type S_COALESCED - why is there a libstdc++ under /usr/local?

comment:4 in reply to:  3 Changed 15 years ago by pgbackup@…

Yes, I noticed that too. I went to /usr/local/lib and removed the libstdc++*.* and /usr/local/lib/gcc/*. I don' know why they got installed there. Perhaps, I had build it to compile some old programs.

Once I removed that, I was successfully able to do "sudo port install pdflib" and the build completed without any problems. So it looks like the problem was with my system. The ticket should be closed.

Thanks.

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.