Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-04 Thread Jonathan Levi, M.D.
At 9:43 AM +0200 9/4/08, Martin Costabel wrote:
Daniel E. Macks wrote:
[]
  We probably ought to add this as a BuildDepend.  It looks like this is
  needed on 10.5 as well, though for my test, in which I renamed
  /Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
  misbuilt instead of failing at configure time.

  It appears that the SDK is only needed if one is on 10.5 and is trying
  to build a binary that would be portable back to 10.4 machines and/or
  would be a fat binary. Fink doesn't support either of those two
  things. I committed an updated aquaterm-1.0.1-4 (test-built on 10.4
  and 10.5 thanks akh!) that does not appear to need the 10.4u SDK.

Just for the record, to prevent misunderstandings:
The previous version of aquaterm did *not* build universal binaries,
because it already had the right ARCHS= directive. This had been fixed a
couple of months ago. The pulling in of the 10.4u SDK was not needed, it
was just done by xcodebuild gratuitously (and had wrongly been
considered harmless at the time, probably because no one had tested on
10.4 without the 10.4u SDK). The new patch file removes this pulling in.

--
Martin

With this, I installed aquaterm successfully. Thanks Martin et al... Jonathan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-03 Thread Jonathan Levi, M.D.
At 10:09 AM -0400 9/2/08, Alexander Hansen wrote:
Jonathan Levi, M.D. wrote:
  Can anyone help?

  Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.08.29-11.12.32) ...
  gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf -
  --no-same-owner --no-same-permissions
  echo nothing to do here, everything is done in the installscript
  nothing to do here, everything is done in the installscript
  /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.0.1-3
  /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw
  /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN
  /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3
  /var/tmp/tmp.1.D9nqTF
  ++ test powerpc = powerpc
  ++ echo ppc
  + xcodebuild install -target AquaTerm -configuration Deployment
  DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3
  INSTALL_PATH=/sw/Applications
  DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks
  GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc
  === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment ===

  Checking Dependencies...
  SDK package /Developer/SDKs/MacOSX10.4u.sdk does not exist
  error: There is no SDK at specified SDKROOT path
  '/Developer/SDKs/MacOSX10.4u.sdk'
  ** BUILD FAILED **

  TIA, Jonathan

  
The error message suggests that you're missing the Mac OS 10.4 Universal
SDK from Xcode.  See if fink list -t system-sdk shows the virtual
package corresponding to this SDK, system-sdk-10.4-universal, as
installed or not.

We probably ought to add this as a BuildDepend.  It looks like this is
needed on 10.5 as well, though for my test, in which I renamed
/Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
misbuilt instead of failing at configure time.

it looks like I'd have to download one of the XCode Disk Images from 
the Developer site. These are all 900+ MB and I have only a dialup 
modem. Can anyone help me get just this SDK? --Jonathan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-03 Thread Martin Costabel
Jonathan Levi, M.D. wrote:
[]
 The error message suggests that you're missing the Mac OS 10.4 Universal
 SDK from Xcode.  See if fink list -t system-sdk shows the virtual
 package corresponding to this SDK, system-sdk-10.4-universal, as
 installed or not.

 We probably ought to add this as a BuildDepend.  It looks like this is
 needed on 10.5 as well, though for my test, in which I renamed
 /Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
 misbuilt instead of failing at configure time.
 
 it looks like I'd have to download one of the XCode Disk Images from 
 the Developer site. These are all 900+ MB and I have only a dialup 
 modem. Can anyone help me get just this SDK? --Jonathan

If you find your system DVD, it's on there, too.

-- 
Martin


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-03 Thread Daniel E. Macks
Alexander Hansen [EMAIL PROTECTED] said:
 Jonathan Levi, M.D. wrote:
 Can anyone help?

 Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.08.29-11.12.32) ...
 gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf - 
 --no-same-owner --no-same-permissions
 echo nothing to do here, everything is done in the installscript
 nothing to do here, everything is done in the installscript
 /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.0.1-3
 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw
 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN
 /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3
 /var/tmp/tmp.1.D9nqTF
 ++ test powerpc = powerpc
 ++ echo ppc
 + xcodebuild install -target AquaTerm -configuration Deployment 
 DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 
 INSTALL_PATH=/sw/Applications 
 DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks 
 GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc
 === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment ===

 Checking Dependencies...
 SDK package /Developer/SDKs/MacOSX10.4u.sdk does not exist
 error: There is no SDK at specified SDKROOT path 
 '/Developer/SDKs/MacOSX10.4u.sdk'
 ** BUILD FAILED **

 TIA, Jonathan

   
 The error message suggests that you're missing the Mac OS 10.4 Universal
 SDK from Xcode.  See if fink list -t system-sdk shows the virtual
 package corresponding to this SDK, system-sdk-10.4-universal, as
 installed or not.

 We probably ought to add this as a BuildDepend.  It looks like this is
 needed on 10.5 as well, though for my test, in which I renamed
 /Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
 misbuilt instead of failing at configure time. 

It appears that the SDK is only needed if one is on 10.5 and is trying
to build a binary that would be portable back to 10.4 machines and/or
would be a fat binary. Fink doesn't support either of those two
things. I committed an updated aquaterm-1.0.1-4 (test-built on 10.4
and 10.5 thanks akh!) that does not appear to need the 10.4u SDK.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-02 Thread Alexander Hansen
Jonathan Levi, M.D. wrote:
 Can anyone help?

 Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.08.29-11.12.32) ...
 gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf - 
 --no-same-owner --no-same-permissions
 echo nothing to do here, everything is done in the installscript
 nothing to do here, everything is done in the installscript
 /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.0.1-3
 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw
 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN
 /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3
 /var/tmp/tmp.1.D9nqTF
 ++ test powerpc = powerpc
 ++ echo ppc
 + xcodebuild install -target AquaTerm -configuration Deployment 
 DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 
 INSTALL_PATH=/sw/Applications 
 DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks 
 GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc
 === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment ===

 Checking Dependencies...
 SDK package /Developer/SDKs/MacOSX10.4u.sdk does not exist
 error: There is no SDK at specified SDKROOT path 
 '/Developer/SDKs/MacOSX10.4u.sdk'
 ** BUILD FAILED **

 TIA, Jonathan

   
The error message suggests that you're missing the Mac OS 10.4 Universal
SDK from Xcode.  See if fink list -t system-sdk shows the virtual
package corresponding to this SDK, system-sdk-10.4-universal, as
installed or not.

We probably ought to add this as a BuildDepend.  It looks like this is
needed on 10.5 as well, though for my test, in which I renamed
/Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
misbuilt instead of failing at configure time. 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-02 Thread Jonathan Levi, M.D.
At 10:09 AM -0400 9/2/08, Alexander Hansen wrote:
Jonathan Levi, M.D. wrote:
  Can anyone help?

  Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.08.29-11.12.32) ...
  gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf -
  --no-same-owner --no-same-permissions
  echo nothing to do here, everything is done in the installscript
  nothing to do here, everything is done in the installscript
  /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.0.1-3
  /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw
  /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN
  /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3
  /var/tmp/tmp.1.D9nqTF
  ++ test powerpc = powerpc
  ++ echo ppc
  + xcodebuild install -target AquaTerm -configuration Deployment
  DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3
  INSTALL_PATH=/sw/Applications
  DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks
  GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc
  === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment ===

  Checking Dependencies...
  SDK package /Developer/SDKs/MacOSX10.4u.sdk does not exist
  error: There is no SDK at specified SDKROOT path
  '/Developer/SDKs/MacOSX10.4u.sdk'
  ** BUILD FAILED **

  TIA, Jonathan

  
The error message suggests that you're missing the Mac OS 10.4 Universal
SDK from Xcode.  See if fink list -t system-sdk shows the virtual
package corresponding to this SDK, system-sdk-10.4-universal, as
installed or not.

We probably ought to add this as a BuildDepend.  It looks like this is
needed on 10.5 as well, though for my test, in which I renamed
/Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
misbuilt instead of failing at configure time.

system-sdk-10.4-universal was not installed and wouldn't install:

fink -y install system-sdk-10.4-universa

...

+--
|
| Attention!
|
| Package system-sdk-10.4-universal is an autogenerated virtual package.
|
| You cannot manipulate this type of package using the usual Fink tools.
| A detailed description of this package follows...
|
| This package represents the Mac OS X 10.4 Universal SDK
| provided by Apple, as part of XCode.  If it does not show as
| installed, you can download XCode from Apple at:
|
|   http://connect.apple.com/
|
| (free registration required)
|
| Web site: http://www.finkproject.org/faq/usage-general.php#virtpackage
|
+--

So, I'll try  to get if from Apple Developer -- thanks again.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users