[MacPorts] #21752: aquaterm build fails with xcode 3.2
#21752: aquaterm build fails with xcode 3.2 ------------------------------------+--------------------------------------- Reporter: chrisg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: aquaterm build failure | Port: aquaterm ------------------------------------+--------------------------------------- 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. -- Ticket URL: <http://trac.macports.org/ticket/21752> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21752: aquaterm build fails with xcode 3.2 ------------------------------------+--------------------------------------- Reporter: chrisg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: aquaterm build failure | Port: aquaterm ------------------------------------+--------------------------------------- Comment(by chrisg@…): Replying to [ticket:21752 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. -- Ticket URL: <http://trac.macports.org/ticket/21752#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21752: aquaterm build fails with xcode 3.2 ------------------------------------+--------------------------------------- Reporter: chrisg@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: aquaterm build failure | Port: aquaterm ------------------------------------+--------------------------------------- Changes (by ram@…): * owner: macports-tickets@… => mcalhoun@… Old description:
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.
New description: 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. -- -- Ticket URL: <http://trac.macports.org/ticket/21752#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21752: aquaterm build fails with xcode 3.2 ------------------------------------+--------------------------------------- Reporter: chrisg@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: aquaterm build failure | Port: aquaterm ------------------------------------+--------------------------------------- Comment(by chrisg@…): Replying to [comment:2 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. -- Ticket URL: <http://trac.macports.org/ticket/21752#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21752: aquaterm build fails with xcode 3.2 ----------------------------+----------------------------------------------- Reporter: chrisg@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: worksforme | Keywords: aquaterm build failure Port: aquaterm | ----------------------------+----------------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => worksforme Comment: Can't reproduce. Looks like your Xcode install was incomplete. -- Ticket URL: <https://trac.macports.org/ticket/21752#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts