[Fink-users] Check failure in check-0.9.5-1

2008-09-03 Thread Remi Mommsen
Hi,

I try to compile the check package on 10.5.4 and 10.4.11 with gcc  
4.0.1. In both cases the 'make check-TESTS' fails:

[SNIP]

Making check in tests
make  check-TESTS
Running suite(s): Fork Sub
100%: Checks: 3, Failures: 0, Errors: 0
check_check_fork.c:17:P:Core:test_inc:0: Passed
check_check_fork.c:26:P:Core:test_nofork_sideeffects:0: Passed
check_check_fork.c:33:P:Core:test_nofork_pid:0: Passed
Running suite(s): Fix Sub
0%: Checks: 0, Failures: 1, Errors: 0
check_check_fixture.c:14:S:Fix Sub:unchecked_setup:0: Test failure in  
fixture
Running suite(s): Check Servant
Running suite(s):100%: Checks: 0, Failures: 0, Errors: 0
  Check Servant2
23%: Checks: 47, Failures: 19, Errors: 17

[SNIP]

FAIL: check_check
PASS: test_output.sh
PASS: test_xml_output.sh
PASS: test_log_output.sh
==
1 of 4 tests failed
Please report to [EMAIL PROTECTED]
==
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-check-0.9.5-1
(Reading database ... 61594 files and directories currently installed.)
Removing fink-buildlock-check-0.9.5-1 ...
Failed: phase compiling: check-0.9.5-1 failed


The full log file from 10.5.4 can be found at
http://cern.ch/mommsen/fink/check_0.9.5-1.log


Cheers,
Remi


--
Failure is not an option.
It comes bundled with your Microsoft product.   (Ferenc Mantfeld)

*
Remigius K. Mommsen e-mail:  [EMAIL PROTECTED]
Fermilab   URL:http://cern.ch/mommsen
CERN 40 2-B06voice:   +41 22 767 1621
CH-1211 Genève 23   mobile:   +41 76 487 2535
Switzerlandfax:   +41 22 767 8940
*


-
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] Failed: phase installing: apache2-2.0.59-12 failed

2008-09-03 Thread Olivier
Hello,

As you suggested I tried to remove openssl098-dev but fink keeped
telling me openssl098-dev was requested.
Then I choosed bind9-dev instead bind9-ssl-dev and it worked: fink
didn't ask for openssl098-dev anymore.
I am now able to build apache2-2.0.59-12.

Thanks very much for your support.

Olivier


On Tue, Sep 2, 2008 at 20:43, Benjamin Reed [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Martin Costabel wrote:

 | Packages that builddepend on system-openssl should probably all
 | buildconflict with both openssl097-dev and openssl098-dev. Has anyone
 | tried if placing a Conflicts against these two into system-openssl will
 | work?

 we could make system-openssl-dev Conflict/Replace them, and vice-versa...

 - --
 Benjamin Reed a.k.a. Ranger Rick
 Fink, KDE, and Mac OS X development

 Blog: http://www.raccoonfink.com/
 Music: http://music.raccoonfink.com/

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFIvYlKUu+jZtP2Zf4RAkXyAJ0YvyyN0aZCRgBTsAP6i6pX6zH7BQCfb2RN
 fqu88EajHmipXeydnhtMyS0=
 =OBN3
 -END PGP SIGNATURE-

 -
 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


-
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


[Fink-users] Update to qt4-x11 appears to break qtoctave

2008-09-03 Thread Alexander Hansen
After updating the various qt4-x11 packages from version 4.3.1-1 to  
4.4.1-1, qtoctave ceased functioning with the following error:


$ qtoctave
Octave path: octave
Octave version: 3.0.1 (3.0.1)
Starting octave: octave  --eval PS1('octave:\#');PS2('octave:\# 
+');  --persist --no-history -i

Octave running
dyld: lazy symbol binding failed: Symbol not found:  
__ZN16QXmlStreamReaderC1EP9QIODevice

  Referenced from: /sw/bin/qtoctave
  Expected in: /sw/lib/qt4-x11/lib/libQtXml.4.dylib

dyld: Symbol not found: __ZN16QXmlStreamReaderC1EP9QIODevice
  Referenced from: /sw/bin/qtoctave
  Expected in: /sw/lib/qt4-x11/lib/libQtXml.4.dylib

Trace/BPT trap

I tried rebuilding qtoctave, but that didn't work:


/var/tmp/tmp.1.M3LdO3
#!/bin/bash -ev
export PATH=/sw/lib/qt4-x11/bin:$PATH
cmake -DCMAKE_INSTALL_PREFIX:PATH=/sw .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-g+ 
+-4.0/c++
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-g+ 
+-4.0/c++ -- works

-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.4.1
-- Found OpenSSL: /usr/lib/libssl.dylib
-- Use file: /sw/share/cmake-2.6/Modules/UseQt4.cmake
-- Configuring done
CMake Error in src/CMakeLists.txt:
  Cannot find source file moc_dynamic_help.cxx.  Tried  
extensions .c .C

  .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx



-- Build files have been written to: /sw/src/fink.build/ 
qtoctave-0.7.4-1003/qtoctave-0.7.4

### execution of /var/tmp/tmp.1.M3LdO3 failed, exit code 1

Downgrading qt4-x11* back to 4.3.1-1 solves this issue, but we should  
come up with a better option.



Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter



-
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] Update to qt4-x11 appears to break qtoctave

2008-09-03 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alexander Hansen wrote:

 dyld: Symbol not found: __ZN16QXmlStreamReaderC1EP9QIODevice
   Referenced from: /sw/bin/qtoctave
   Expected in: /sw/lib/qt4-x11/lib/libQtXml.4.dylib
 
 Trace/BPT trap

This is apparently the one place in qt4 that they broke binary-compat;
in Qt/Mac they made some really whacky wrapper stuff, and I'm not sure
how to decipher it for X11.

 I tried rebuilding qtoctave, but that didn't work:

Turns out this is a cmake issue (change in behavior).

I've patched it.


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIvst2Uu+jZtP2Zf4RAul4AKCTEig6Gv8taRgWhutLCcVTvint/wCfbJq1
N6TPSCWMWI+wfeW86PQiHCc=
=yLS3
-END PGP SIGNATURE-

-
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] Update to qt4-x11 appears to break qtoctave

2008-09-03 Thread Alexander Hansen


On Sep 3, 2008, at 1:37 PM, Benjamin Reed wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alexander Hansen wrote:


dyld: Symbol not found: __ZN16QXmlStreamReaderC1EP9QIODevice
 Referenced from: /sw/bin/qtoctave
 Expected in: /sw/lib/qt4-x11/lib/libQtXml.4.dylib

Trace/BPT trap


This is apparently the one place in qt4 that they broke binary-compat;
in Qt/Mac they made some really whacky wrapper stuff, and I'm not sure
how to decipher it for X11.


I tried rebuilding qtoctave, but that didn't work:


Turns out this is a cmake issue (change in behavior).

I've patched it.


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/



That did it.


Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter



-
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