Opened 14 years ago

Closed 13 years ago

#21752 closed defect (worksforme)

aquaterm build fails with xcode 3.2

Reported by: chrisg@… Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: aquaterm build failure Cc:
Port: aquaterm

Description (last modified by skymoo (Adam Mercer))

aquaterm is being pulled by a dependency. under xcode 3.2 and os x 10.6.1 the following output build errors occur.

** BUILD FAILED **

The following build commands failed:
AQTFwk:
        ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dbckleybymrfrebshlaiwrbcathp/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2
AquaTerm:
        ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dkcegebtuwmuubazsftuuhcxcqsw/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2

The rest of the output is included in the attached file.

Attachments (1)

aquaterm.error (5.5 KB) - added by chrisg@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by chrisg@…

Attachment: aquaterm.error added

comment:1 in reply to:  description Changed 14 years ago by chrisg@…

Replying to chrisg@…:

aquaterm is being pulled by a dependency. under xcode 3.2 and os x 10.6.1 the following output build errors occur.

BUILD FAILED

The following build commands failed: AQTFwk:

ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dbckleybymrfrebshlaiwrbcathp/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2

AquaTerm:

ProcessPCH /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Caches-/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-dkcegebtuwmuubazsftuuhcxcqsw/AppKit.h.gch /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h normal x86_64 objective-c com.apple.compilers.gcc.4_2

The rest of the output is included in the attached file.

One of the complaints is that the build program cannot find /Developer/usr/bin/gcc-4.2. That is the spot it is installed under Xcode 3.1.2 (at least). It has now migrated (under Xcode 3.2) to /usr/bin/gcc-4.2. I will try a symlink to see if the program will build after it is installed.

comment:2 Changed 14 years ago by skymoo (Adam Mercer)

Description: modified (diff)
Owner: changed from macports-tickets@… to mcalhoun@…

comment:3 in reply to:  2 Changed 14 years ago by chrisg@…

Replying to ram@…: The hack works. Adding two symbolic links in /Developer/usr/bin, one for /usr/bin/gcc-4.2 and also for /usr/bin/strip allows aquaterm to build. I'm sure there is some more elegant way of doing this either within the aquaterm tar ball or in the port file.

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

Can't reproduce. Looks like your Xcode install was incomplete.

Note: See TracTickets for help on using tickets.