Re: [Fink-users] clisp compiling problem prevents maxima installation

2008-10-03 Thread Alexander Hansen


On Oct 3, 2008, at 4:43 AM, Guy Lauquin wrote:


ppc, OS X 10.4.11, Xcode 2.5, X11 1.1.3
Fink Package manager version: 0.28.5, unstable tree

clisp , a dependency of maxima cannot compile.

./comment5 arilev1e.d | ./gctrigger | ./varbrace > arilev1e.c
./comment5 arilev1i.d | ./gctrigger | ./varbrace > arilev1i.c
./comment5 genclisph.d | ./gctrigger | ./varbrace > genclisph.c
./comment5 noreadline.d | ./gctrigger | ./varbrace > noreadline.c
./comment5 lispbibl.d | sed -e '/^%% /{s///p;d;}' -e '/^#line /! 
s/.*//' > gen.lispbibl.c

rm -f localcharset.h
ln -s gllib//localcharset.h localcharset.h
gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer- 
arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- 
compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - 
DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c

In file included from spvw.d:546:
spvw_sigsegv.d: In function 'stackoverflow_handler':
spvw_sigsegv.d:94: error: too few arguments to function  
'sigsegv_leave_handler'

spvw.d: In function 'getSP':
spvw.d:643: warning: function returns address of local variable
make: *** [spvw.o] Error 1
mkdir -p gllib
if test ! -f gllib/Makefile; then sh config.status --file=gllib/ 
Makefile depfiles; fi
cd gllib && make CFLAGS="-g -O2 -W -Wswitch -Wcomment -Wpointer- 
arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- 
compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - 
DDYNAMIC_FFI -DNO_READLINE -I. "

make[2]: Nothing to be done for `am--refresh'.
make  all-am
make[3]: Nothing to be done for `am--refresh'.
make[2]: Nothing to be done for `all-am'.
gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer- 
arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- 
compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - 
DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c

In file included from spvw.d:546:
spvw_sigsegv.d: In function 'stackoverflow_handler':
spvw_sigsegv.d:94: error: too few arguments to function  
'sigsegv_leave_handler'

spvw.d: In function 'getSP':
spvw.d:643: warning: function returns address of local variable
make: *** [spvw.o] Error 1
### execution of /var/tmp/tmp.1.BQ0t0G failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-clisp-2.46-1
(Lecture de la base de donn'ees... 158700 fichiers et r'epertoires  
d'ej`a install'es.)

Suppression de fink-buildlock-clisp-2.46-1 ...
Failed: phase compiling: clisp-2.46-1 failed


Below are two extracts of the config.log:

configure:3996: checking how to run the C preprocessor
configure:4036: gcc -E -I/sw/include conftest.c
configure:4043: $? = 0
configure:4074: gcc -E -I/sw/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4081: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.46 (2008-07-02)"
| #define PACKAGE_STRING "GNU CLISP 2.46 (2008-07-02)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.46 (2008-07-02)"
| /* end confdefs.h.  */
| #include 
configure:4114: result: gcc -E
configure:4143: gcc -E -I/sw/include conftest.c
configure:4150: $? = 0
configure:4181: gcc -E -I/sw/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4188: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.46 (2008-07-02)"
| #define PACKAGE_STRING "GNU CLISP 2.46 (2008-07-02)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.46 (2008-07-02)"
| /* end confdefs.h.  */
| #include 

. . . . . . . . . . . .

## --- ##
## confdefs.h. ##
## --- ##

#define PACKAGE_NAME "GNU CLISP"
#define PACKAGE_TARNAME "clisp"
#define PACKAGE_VERSION "2.46 (2008-07-02)"
#define PACKAGE_STRING "GNU CLISP 2.46 (2008-07-02)"
#define PACKAGE_BUGREPORT "http://clisp.cons.org/";
#define PACKAGE "clisp"
#define VERSION "2.46 (2008-07-02)"
#ifndef __powerpc__
#define __powerpc__ 1
#endif
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define ASM_UNDERSCORE /**/
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_MBSTATE_T 1
#define HAVE_BTOWC 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCTYPE 1
#define HAVE_MBSRTOWCS 1
#define HAVE_WMEMCHR 1
#define HAVE_WMEMCPY 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_WCSCOLL 1
#define HAVE_ISWCNTRL 1
#define HAVE_WCTYPE_H 1
#define HAVE_LOCALE_H 1
#de

Re: [Fink-users] clisp compiling problem prevents maxima installation

2008-10-03 Thread Alexander Hansen

On Oct 3, 2008, at 10:33 AM, Guy Lauquin wrote:

>>
>> What sort of PowerPC are you on?  I get the same error on a G4; and
>> I've noticed issues where sbcl fails on G4 but not G5.
>
>
> I am on a G4.
>
>>

OK--after a bit more digging:  I get the same failure for the current  
clisp on 10.4/G4 but not 10.5/G4 ; I tried 2.45 (from J.F. Mertens)  
and had the same failure.  I'd be interested to know whether this  
occurs for a G5 on 10.4.




-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] clisp compiling problem prevents maxima installation

2008-10-03 Thread Alexander Hansen

On Oct 3, 2008, at 11:19 AM, Matthew Parry wrote:

> probably unrelated but i am also having trouble with clisp 2.46 on  
> an intel 10.4.11 mpb.
>
> error comes as:
>
> gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith
> -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O2
> -fexpensive-optimizations -falign-functions=4 -DUNIX_BINARY_DISTRIB
> -DUNICODE -DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c
> In file included from spvw.d:546:
> spvw_sigsegv.d: In function 'stackoverflow_handler':
> spvw_sigsegv.d:94: error: too few arguments to function
> 'sigsegv_leave_handler'
> make: *** [spvw.o] Error 1
> ### execution of /var/tmp/tmp.1.6IrR6x failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-clisp-2.46-1
> (Reading database ... 91373 files and directories currently  
> installed.)
> Removing fink-buildlock-clisp-2.46-1 ...
> Failed: phase compiling: clisp-2.46-1 failed
>
>

Yeah; this looks like a different issue.  But still one that we need  
to address.

This inclines me to think we should mark the current/unstable clisp as  
10.5-only until we get all of the difficulties ironed out.

> On 3 Oct 2008, at 15:54, Alexander Hansen wrote:
>
>>
>> On Oct 3, 2008, at 10:33 AM, Guy Lauquin wrote:
>>
>>>>
>>>> What sort of PowerPC are you on?  I get the same error on a G4; and
>>>> I've noticed issues where sbcl fails on G4 but not G5.
>>>
>>>
>>> I am on a G4.
>>>
>>>>
>>
>> OK--after a bit more digging:  I get the same failure for the current
>> clisp on 10.4/G4 but not 10.5/G4 ; I tried 2.45 (from J.F. Mertens)
>> and had the same failure.  I'd be interested to know whether this
>> occurs for a G5 on 10.4.
>>
>>
>>
>>
>>


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: qt4-x11 build fails

2008-10-03 Thread Alexander Hansen
On Oct 3, 2008, at 1:24 PM, Jed Frechette wrote:

>
>
> Alexander Hansen-2 wrote:
>>
>>> From: James Howse <[EMAIL PROTECTED]>
>>> Date: September 30, 2008 7:49:41 PM EDT
>>> To: fink-users@lists.sourceforge.net, [EMAIL PROTECTED]
>>> Subject: qt4-x11 build fails
>>>
>>>
>>> On a Mac Pro Intel running Leopard 10.5.5 the build for qt4-x11  
>>> fails
>>> with the following message.  Any ideas what the problem is?
>>
>
> I just saw this same error on a Mac Pro G5 with a new Fink install.
> Rebuilding the already installed qt4-x11 package on my MacBook Pro  
> Intel
> also failed with the same error. Both machines are running Leopard  
> 10.5.5
> and XQuartz 2.3.1.
>
> Best,
>
> Jed
> -- 
> View this message in context: 
> http://www.nabble.com/Fwd%3A-qt4-x11-build-fails-tp19758292p19802265.html
> Sent from the fink-users mailing list archive at Nabble.com.
>

It'd probably be worth verifying that your installed version is indeed  
the same as the current one via

fink dumpinfo -fallversions qt4-x11

and also to know what version of Xcode you have.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: qt4-x11 build fails

2008-10-03 Thread Alexander Hansen

On Oct 3, 2008, at 1:24 PM, Jed Frechette wrote:

>
>
> Alexander Hansen-2 wrote:
>>
>>> From: James Howse <[EMAIL PROTECTED]>
>>> Date: September 30, 2008 7:49:41 PM EDT
>>> To: fink-users@lists.sourceforge.net, [EMAIL PROTECTED]
>>> Subject: qt4-x11 build fails
>>>
>>>
>>> On a Mac Pro Intel running Leopard 10.5.5 the build for qt4-x11  
>>> fails
>>> with the following message.  Any ideas what the problem is?
>>
>
> I just saw this same error on a Mac Pro G5 with a new Fink install.
> Rebuilding the already installed qt4-x11 package on my MacBook Pro  
> Intel
> also failed with the same error. Both machines are running Leopard  
> 10.5.5
> and XQuartz 2.3.1.
>
> Best,
>
> Jed
> -- 
> View this message in context: 
> http://www.nabble.com/Fwd%3A-qt4-x11-build-fails-tp19758292p19802265.html
> Sent from the fink-users mailing list archive at Nabble.com.
>


"the same error" here being:

c++ -prebind -dynamiclib -single_module -compatibility_version  4.4 - 
current_version 4.4.1 -install_name /sw/lib/qt4-x11/lib/libQtCore. 
4.dylib -o libQtCore.4.4.1.dylib .obj/release-shared/qfuture.o .obj/ 
release-shared/qfutureinterface.o .obj/release-shared/ 
qfuturesynchronizer.o .obj/release-shared/qfuturewatcher.o .obj/ 
release-shared/qrunnable.o .obj/release-shared/ 
qtconcurrentfilter.o .obj/release-shared/qtconcurrentmap.o .obj/ 
release-shared/qtconcurrentresultstore.o .obj/release-shared/ 
qtconcurrentthreadengine.o .obj/release-shared/ 
qtconcurrentiteratekernel.o .obj/release-shared/ 
qtconcurrentexception.o .obj/release-shared/qthreadpool.o .obj/release- 
shared/qglobal.o .obj/release-shared/qlibraryinfo.o .obj/release- 
shared/qmalloc.o .obj/release-shared/qnumeric.o .obj/release-shared/ 
qatomic.o .obj/release-shared/qmutex.o .obj/release-shared/ 
qreadwritelock.o .obj/release-shared/qmutexpool.o .obj/release-shared/ 
qsemaphore.o .obj/release-shared/qthread.o .obj/release-shared/ 
qthreadstorage.o .obj/release-shared/qmutex_unix.o .obj/release-shared/ 
qthread_unix.o .obj/release-shared/qwaitcondition_unix.o .obj/release- 
shared/qbitarray.o .obj/release-shared/qbytearray.o .obj/release- 
shared/qbytearraymatcher.o .obj/release-shared/ 
qcryptographichash.o .obj/release-shared/qdatetime.o .obj/release- 
shared/qdumper.o .obj/release-shared/qhash.o .obj/release-shared/ 
qline.o .obj/release-shared/qlinkedlist.o .obj/release-shared/ 
qlistdata.o .obj/release-shared/qlocale.o .obj/release-shared/ 
qpoint.o .obj/release-shared/qmap.o .obj/release-shared/qrect.o .obj/ 
release-shared/qregexp.o .obj/release-shared/qshareddata.o .obj/ 
release-shared/qsize.o .obj/release-shared/qstring.o .obj/release- 
shared/qstringlist.o .obj/release-shared/qtextboundaryfinder.o .obj/ 
release-shared/qtimeline.o .obj/release-shared/qvector.o .obj/release- 
shared/qvsnprintf.o .obj/release-shared/harfbuzz.o .obj/release-shared/ 
harfbuzz-shaper-all.o .obj/release-shared/qharfbuzz.o .obj/release- 
shared/qabstractfileengine.o .obj/release-shared/qbuffer.o .obj/ 
release-shared/qdatastream.o .obj/release-shared/qdebug.o .obj/release- 
shared/qdir.o .obj/release-shared/qdiriterator.o .obj/release-shared/ 
qfile.o .obj/release-shared/qfileinfo.o .obj/release-shared/ 
qiodevice.o .obj/release-shared/qprocess.o .obj/release-shared/ 
qtextstream.o .obj/release-shared/qtemporaryfile.o .obj/release-shared/ 
qresource.o .obj/release-shared/qresource_iterator.o .obj/release- 
shared/qurl.o .obj/release-shared/qsettings.o .obj/release-shared/ 
qfsfileengine.o .obj/release-shared/qfsfileengine_iterator.o .obj/ 
release-shared/qfilesystemwatcher.o .obj/release-shared/ 
qfsfileengine_unix.o .obj/release-shared/ 
qfsfileengine_iterator_unix.o .obj/release-shared/qprocess_unix.o .obj/ 
release-shared/qfilesystemwatcher_kqueue.o .obj/release-shared/ 
qpluginloader.o .obj/release-shared/qfactoryloader.o .obj/release- 
shared/quuid.o .obj/release-shared/qlibrary.o .obj/release-shared/ 
qlibrary_unix.o .obj/release-shared/qabstracteventdispatcher.o .obj/ 
release-shared/qabstractitemmodel.o .obj/release-shared/ 
qbasictimer.o .obj/release-shared/qeventloop.o .obj/release-shared/ 
qcoreapplication.o .obj/release-shared/qcoreevent.o .obj/release- 
shared/qmetaobject.o .obj/release-shared/qmetatype.o .obj/release- 
shared/qmimedata.o .obj/release-shared/qobject.o .obj/release-shared/ 
qobjectcleanuphandler.o .obj/release-shared/qsignalmapper.o .obj/ 
release-shared/qsocketnotifier.o .obj/release-shared/qtimer.o .obj/ 
release-shared/qtranslator.o .obj/release-shared/qvariant.o .obj/ 
release-shared/qcoreglobaldata.o .obj/release-shared/ 
qsharedmemory.o .obj/release-shared/qsystemsemaphore.o .obj/release- 
shared/qcrashhandler.o .obj/release-shared/qsharedmemory_unix.o .obj/ 
release-shared/qsystemsemaphore_unix.o .obj/release-shared/ 
qeventdispatcher_glib.o .obj/release-shared

Re: [Fink-users] Getting Back From Cairo

2008-10-03 Thread Alexander Hansen

On Oct 3, 2008, at 5:39 PM, David Lowe wrote:

> Howdy!
>
>   A long time ago i configured fink to use the 'pangocairo testing'
> branch.  I did a few updates, never had a problem.  Somehow along the
> way i stopped receiving fink mailings and without the daily reminders
> i forgot to do updates for a while.  This week i did a selfupdate and
> noticed that this branch is no longer being supported.  However, even
> though i've done a selfupdate-rsync, i still seem to be stuck with
> the old fink:
>
>> david-lowes-power-mac-g5:~ doctorjlowe$ fink selfupdate
>> Password:
>> rsync -az -q  rsync://sjc.ca.us.finkmirrors.net/finkinfo//
>> TIMESTAMP /sw/fink/TIMESTAMP.tmp
>> I will now run the rsync command to retrieve the latest package
>> descriptions.
>> /usr/bin/su doctorjlowe -c "rsync -rtz --delete-after --delete -q
>> --include='10.4/' --include='10.4/stable/' --include='10.4/stable/
>> main/' --include='10.4/stable/main/finkinfo/' --include='10.4/
>> stable/main/finkinfo/*/' --include='10.4/stable/main/finkinfo/*' --
>> include='10.4/stable/main/finkinfo/**/*' --include='10.4/' --
>> include='10.4/stable/' --include='10.4/stable/crypto/' --
>> include='10.4/stable/crypto/finkinfo/' --include='10.4/stable/
>> crypto/finkinfo/*/' --include='10.4/stable/crypto/finkinfo/*' --
>> include='10.4/stable/crypto/finkinfo/**/*' --include='10.4/' --
>> include='10.4/unstable/' --include='10.4/unstable/main/' --
>> include='10.4/unstable/main/finkinfo/' --include='10.4/unstable/
>> main/finkinfo/*/' --include='10.4/unstable/main/finkinfo/*' --
>> include='10.4/unstable/main/finkinfo/**/*' --include='10.4/' --
>> include='10.4/unstable/' --include='10.4/unstable/crypto/' --
>> include='10.4/unstable/crypto/finkinfo/' --include='10.4/unstable/
>> crypto/finkinfo/*/' --include='10.4/unstable/crypto/finkinfo/*' --
>> include='10.4/unstable/crypto/finkinfo/**/*' --include='VERSION' --
>> include='DISTRIBUTION' --include='README' --exclude='**' 'rsync://
>> sjc.ca.us.finkmirrors.net/finkinfo' '/sw/fink/'"
>> Downloading the indexes of available packages in the binary
>> distribution.
>> /sw/bin/apt-get-lockwait -q update
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/release/main Packages
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/release/main Release
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/release/crypto Packages
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/release/crypto Release
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/current/main Packages
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/current/main Release
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/current/crypto Packages
>> Hit http://sjc.ca.us.finkmirrors.net 10.4/current/crypto Release
>> Reading Package Lists...
>> Building Dependency Tree...
>> Scanning package description files..
>> Information about 8162 packages read in 16 seconds.
>> The following package will be installed or updated:
>> fink
>> Setting runtime build-lock...
>> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fink-0.28.5-32 /
>> sw/src/fink.build
>> dpkg-deb: building package `fink-buildlock-fink-0.28.5-32' in `/sw/
>> src/fink.build/fink-buildlock-
>> fink-0.28.5-32_2008.10.03-08.06.20_darwin-powerpc.deb'.
>> Installing build-lock package...
>> /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-
>> fink-0.28.5-32_2008.10.03-08.06.20_darwin-powerpc.deb
>> Selecting previously deselected package fink-buildlock- 
>> fink-0.28.5-32.
>> (Reading database ... 110621 files and directories currently
>> installed.)
>> Unpacking fink-buildlock-fink-0.28.5-32 (from .../fink-buildlock-
>> fink-0.28.5-32_2008.10.03-08.06.20_darwin-powerpc.deb) ...
>> Setting up fink-buildlock-fink-0.28.5-32 (2008.10.03-08.06.20) ...
>> /var/tmp/tmp.1.iecurq
>> #!/bin/sh -ev
>>cat <> You appear to be using the "pangocairo" packages branch, which is now
>> obsolete and no longer being maintained. See the extended information
>> about the fink package using 'fink info fink-0.28.5-32' at a
>> Terminal prompt or
>> "Show Package Info..." in the "Tools..." menu in FinkCommander.
>>exit 1
>> ### execution of /var/tmp/tmp.1.iecurq failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-fink-0.28.5-32
>> (Reading database ... 110622 files and directories currently
>> installed.)
>> Removing fink-buildlock-fink-0.28.5-32 ...
>> Failed: phase compiling: fink-0.28.5-32 failed
>>
>> Before reporting any errors, please run "fink selfupdate" and
>> try again.  If you continue to have issues, please check to see if  
>> the
>> FAQ on fink's website solves the problem.  If not, ask on the fink-
>> users
>> or fink-beginners mailing lists, with a carbon copy to the  
>> maintainer:
>>
>>Fink Core Group <[EMAIL PROTECTED]>
>>
>> Note that this is preferable to emailing the maintainer directly,
>> since
>> most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>>
>>

Re: [Fink-users] Fwd: qt4-x11 build fails

2008-10-03 Thread Alexander Hansen

On Oct 3, 2008, at 4:28 PM, Daniel Macks wrote:

> On Fri, Oct 03, 2008 at 10:02:40PM +0200, Martin Costabel wrote:
>> Alexander Hansen wrote:
>> []
>>> c++ -prebind -dynamiclib -single_module -compatibility_version  4.4 -
>>> current_version 4.4.1 -install_name /sw/lib/qt4-x11/lib/libQtCore.
>>> 4.dylib -o libQtCore.4.4.1.dylib .obj/release-shared/qfuture.o .obj/
>> []
>>> moc_qtextcodecplugin.o   -L/sw/lib/freetype219/lib -L/sw/lib/
>>> fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib -L/sw/src/fink.build/qt4-
>>> x11-4.4.1-1/qt-copy/lib -lz -lm -L/sw/lib -lgthread-2.0 -lglib-2.0 -
>>> lintl
>>> Undefined symbols:
>>>   "_libiconv", referenced from:
>>
>> It is clear that there is a "-liconv" missing on the linker line. I
>> traced this back to /sw/lib/pkgconfig/glib-2.0.pc from glib2-dev,  
>> which
>> in version 2.18.1-102 no longer contains -liconv, whereas version
>> 2.14.6-103 from a few weeks ago still contained -liconv.
>>
>> This looks like a bug in glib2-dev, because /sw/lib/ 
>> libglib-2.0.0.dylib
>> is linked with libiconv, so `pkg-config --libs glib-2.0` should  
>> provide
>> -liconv, but it doesn't.
>
> Looking at more of the error message:
>
> Undefined symbols:
>   "_libiconv", referenced from:
>   QIconvCodec::convertFromUnicode(QChar const*, int,
> QTextCodec::ConverterState*) constin qiconvcodec.o
>   QIconvCodec::convertToUnicode(char const*, int,
> QTextCodec::ConverterState*) constin qiconvcodec.o
>
> it is something in qt4-x11 itself that wants libiconv not just "want
> it because use glib2 and glib2 is what actually wants it", so it's up
> to qt4-x11 to pass that linker flag itself. Until now, it just got
> lucky that glib2 was sloppy and published all the libs it used, even
> the ones that were only internal-implementation details. Now glib2
> finally stopped forcing inherited builddepends for libs that aren't
> part of its public interface.
>
> pkg-config was also updated recently which itself handles inherited
> dependency flags poorly on OS X (though I thought it hadn't changed
> anything about it in new version). Could you do some differential
> diagnosis by upgrading/downgrading and see if it's really new-glib2 or
> if it's new pkg-config (or only the combination) that causes the
> problem?
>
> dan
>
> -- 
> Daniel Macks
> [EMAIL PROTECTED]
> http://www.netspace.org/~dmacks
>
>

I tried the new pkgconfig with the old glib2 and qt4-x11 build  
successfully.  I didn't do the new glib2 with the old pkgconfig  
because the new glib2 has a versioned dependency on pkgconfig.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] clisp compiling problem prevents maxima installation

2008-10-04 Thread Alexander Hansen


On Oct 3, 2008, at 4:43 AM, Guy Lauquin wrote:


ppc, OS X 10.4.11, Xcode 2.5, X11 1.1.3
Fink Package manager version: 0.28.5, unstable tree

clisp , a dependency of maxima cannot compile.

./comment5 arilev1e.d | ./gctrigger | ./varbrace > arilev1e.c
./comment5 arilev1i.d | ./gctrigger | ./varbrace > arilev1i.c
./comment5 genclisph.d | ./gctrigger | ./varbrace > genclisph.c
./comment5 noreadline.d | ./gctrigger | ./varbrace > noreadline.c
./comment5 lispbibl.d | sed -e '/^%% /{s///p;d;}' -e '/^#line /! 
s/.*//' > gen.lispbibl.c

rm -f localcharset.h
ln -s gllib//localcharset.h localcharset.h
gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer- 
arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- 
compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - 
DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c

In file included from spvw.d:546:
spvw_sigsegv.d: In function 'stackoverflow_handler':
spvw_sigsegv.d:94: error: too few arguments to function  
'sigsegv_leave_handler'

spvw.d: In function 'getSP':
spvw.d:643: warning: function returns address of local variable
make: *** [spvw.o] Error 1
mkdir -p gllib
if test ! -f gllib/Makefile; then sh config.status --file=gllib/ 
Makefile depfiles; fi
cd gllib && make CFLAGS="-g -O2 -W -Wswitch -Wcomment -Wpointer- 
arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- 
compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - 
DDYNAMIC_FFI -DNO_READLINE -I. "

make[2]: Nothing to be done for `am--refresh'.
make  all-am
make[3]: Nothing to be done for `am--refresh'.
make[2]: Nothing to be done for `all-am'.
gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer- 
arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign- 
compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE - 
DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c

In file included from spvw.d:546:
spvw_sigsegv.d: In function 'stackoverflow_handler':
spvw_sigsegv.d:94: error: too few arguments to function  
'sigsegv_leave_handler'

spvw.d: In function 'getSP':
spvw.d:643: warning: function returns address of local variable
make: *** [spvw.o] Error 1
### execution of /var/tmp/tmp.1.BQ0t0G failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-clisp-2.46-1
(Lecture de la base de donn'ees... 158700 fichiers et r'epertoires  
d'ej`a install'es.)

Suppression de fink-buildlock-clisp-2.46-1 ...
Failed: phase compiling: clisp-2.46-1 failed





This should be fixed now.

The problem was that the update to libsigsegv was incompatible with  
clisp.  I've rolled back libsigsegv until the problem is worked out-- 
it isn't specific to OS X.-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] x11 fullscreen with leopard

2008-10-04 Thread Alexander Hansen

On Sep 30, 2008, at 2:30 PM, David Albers wrote:

> hey everybody, i have a quick question.  i have been using tiger  
> because
> apple's x11 doesn't (maybe didn't) work with leopard very well, in
> particular, apple's x11 didn't support full screen mode under leopard.
>
> so...  is there a solution to this problem?  if i wanna use leopard  
> and i
> wanna have x11 with fullscreen working, what would i have to do?
>
> best,
> dave
>

My understanding is that's on the to-do list for the unofficial X11  
from macosforge.org ; and presumably therefore later on for the  
official X11.

But for now:
Some people have been using Tiger's X11 on Leopard  (maybe just the  
X11.app server--I'm not exactly sure since I don't do it).  I've heard  
tell of someone else modifying the package description for Fink's xorg  
package to make it visible on Leopard (that's not hard to do).

Or one could install Linux.  :-) 

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Clisp-2.46-1 Won't Compile

2008-10-04 Thread Alexander Hansen

On Oct 4, 2008, at 12:57 PM, David Lowe wrote:

> FWIW, i've the same problem as Guy Lauquin:
>
>> gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer-
>> arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-
>> compare -O2 -falign-functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE -
>> DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c
>> In file included from spvw.d:546:
>> spvw_sigsegv.d: In function 'stackoverflow_handler':
>> spvw_sigsegv.d:94: error: too few arguments to function
>> 'sigsegv_leave_handler'
>> spvw.d: In function 'getSP':
>> spvw.d:643: warning: function returns address of local variable
>> make: *** [spvw.o] Error 1
>> ### execution of /var/tmp/tmp.1.mVEyaY failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-clisp-2.46-1
>> (Reading database ... 111007 files and directories currently
>> installed.)
>> Removing fink-buildlock-clisp-2.46-1 ...
>> Failed: phase compiling: clisp-2.46-1 failed
>
> PowerMac G5 1.6 GHz [2 GB mem] Os X.4.11, Apple X11, XCode 2.5, Fink
> 0.28.5
>
> History is a lie agreed upon. - Napoleon Bonaparte
>

Do a selfupdate--this just got updated today.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] libtool warnings

2008-10-04 Thread Alexander Hansen

On Oct 4, 2008, at 5:56 PM, Robert J. Hansen wrote:

> Hello there -- this is my first post to fink-users, and I hope I'm on
> topic for the list.  If these would be better served somewhere else,
> please point me in the right direction.
>
> That said, I have two questions:
>
> 1.  When compiling Evolution, I was getting a ton of warnings related
>to things in /usr/X11R6/lib/*.la, telling me that the library had
>moved.  I suspect this has something to do with my running XQuartz.
>

Not necessarily.

>What is the officially approved way of banishing these warnings?
>They seem to slow down the link process quite a bit, especially
>when they're raised for every .la file in a directory.

It's for the packager to deal with.  There's nothing to do as a user.

>
>
> 2.  When I open GNOME's appearances editor (from gnome-control-panel),
>many of the preset theme defaults have question marks superimposed
>on them.  I suspect this means I'm missing some theme files they
>depend upon.  I have gnome-themes and gnome-themes-extras  
> installed;
>what am I missing?
>
>
>
> Thank you in advance for any light you can shed on this.  :)
>
>

This one I'm not sure about.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] powerbook keyboard and gnome

2008-10-04 Thread Alexander Hansen

On Oct 3, 2008, at 4:12 PM, Stan Sanderson wrote:

> I will try this again-
> The latest Gnome runs, but any attempt to input text is hopeless. The
> character mapping is chaotic, at best. If I start X11 by itself (i.e.,
> without a .xinitrc file), the keyboard maps correctly and all is well.
> If I start up Gnome, all is lost.
>
> The setup: OS 10.5.5, latest fink (unstable tree), latest developer
> stuff, PPC G4
> (PB 1.67MHz), all fink updates successfully applied. X11 2.3.1
> installed.
>
> I use the recommended .xinitrc:
> . /sw/bin/init.sh
> quartz-wm --only-proxy &
> exec gnome-session
>
> Hint 7.3 "If you're starting XFree86 from the command line, you can
> pass the name of the keymapping file to load as an option, as in:
> startx -- -quartz -keymap USA.keymapping" doesn't work,

I think that's from 10.2

> and I don't
> know how to initiate keymap USA.keymapping from the .xinitrc file.
>
> Any help would be gratefully received.
>
>
> Stan
>
>


There's a thread that sounds suspiciously similar:

http://thread.gmane.org/gmane.os.apple.fink.gnome/2070/focus=2097



-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't install package maxima-5.16.3-2

2008-10-05 Thread Alexander Hansen

On Oct 5, 2008, at 3:04 PM, Gary K Olson wrote:

> After installing the new version of clisp (2.46-2), the updated maxima
> would not install. I got the following message:
>
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/crypto/binary-darwin-
> powerpc/maxima_5.16.3-2_darwin-powerpc.deb
> (Reading database ... 257364 files and directories currently  
> installed.)
> Preparing to replace maxima 5.16.3-2 (using .../ 
> maxima_5.16.3-2_darwin-
> powerpc.deb) ...
> Unpacking replacement maxima ...
> dpkg: dependency problems prevent configuration of maxima:
>  maxima depends on clisp (= 2.46-1); however:
>   Version of clisp on system is 2.46-2.
> /sw/bin/dpkg: error processing maxima (--install):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  maxima
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package maxima-5.16.3-2
>
> I checked the maxima.info file, and it says that maxima depends upon
> clisp-2.46.2 :
>
> Depends: <<
> clisp (= 2.46-2),
> gnuplot | gnuplot-nox,
> libgettext3-shlibs, libiconv, libncurses5-shlibs,
> libsigsegv-shlibs (>= 1:2.5-3), libsigsegv-shlibs (<< 1:2.5-),
> readline5-shlibs, recode, rlwrap (>= 0.28-1)
>
> There must be something else that I can do to resolve this conundrum?
> Any advice would be appreciated.  Thanks.
>
> Gary K Olson
>
> My kit is:
> Package manager version: 0.28.5
> Distribution version: selfupdate-rsync Sun Oct  5 11:17:16 2008, 10.5,
> powerpc
> XTools 3.1
> OSX 10.5.5
> powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
> X.Org X Server 1.4.2-apple17
> Build Date: 20080905
>
>

fink uses a cache for all of the .info and .patch files to speed up  
operations:  but we've been getting a number of reports of late of  
this cache not getting updated properly under the normal indexing  
operation.

"fink index -f" will forcibly flush and update the cache, and fink  
will then have the correct information to use.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] clisp compiling problem prevents maxima installation

2008-10-05 Thread Alexander Hansen

On Oct 5, 2008, at 6:27 PM, Sean Lake wrote:

> I don't know if that will help. I've run into a similar problem on a
> 10.5-unstable-Intel machine. Basically, I could install clisp 2.46-2,
> but then Maxima 5.16.3-2 wouldn't install.

maxima got updated last night to use clisp-2.46-2.  No revision update  
was made because the error prevented the build from happening.

> So, I reverted clisp so
> that I could have maxima. Recently libsigsegv was upgraded to version
> 1:2.5-4,  and clisp is claiming that it needs 1:2.5-3 in order to
> install. I seem to be unable to revert libsigsegv so now I'm without
> either clisp or maxima.
>
> I thought that running fink index -f would help, but it did not.
>
> Any help appreciated,
> Sean


Run another selfupdate and possibly an "index -f".  I'd also forgotten  
to rev-up clisp after changing the dependencies.

The current dependencies for clisp (now at 2.46-3) are

$ fink dumpinfo -fdepends clisp
Information about 7187 packages read in 1 seconds.
depends: libgettext3-shlibs, libsigsegv (>=1:2.5-3), libsigsegv  
( <<1:2.5-999), libncurses5-shlibs, libiconv, ffcall

$ fink dumpinfo -fbuilddepends clisp
Information about 7187 packages read in 0 seconds.
builddepends: libgettext3-dev, libsigsegv (>=1:2.5-3), libsigsegv  
( <<1:2.5-999 ), libncurses5, fink (>= 0.24.12), libiconv-dev

So it should be happy with libsigsegv-1:2.5-4 (it is for me, anyway).

>
> On Fri, Oct 3, 2008 at 9:41 AM, Alexander Hansen
> <[EMAIL PROTECTED]> wrote:
>>
>> On Oct 3, 2008, at 11:19 AM, Matthew Parry wrote:
>>
>>> probably unrelated but i am also having trouble with clisp 2.46 on
>>> an intel 10.4.11 mpb.
>>>
>>> error comes as:
>>>
>>> gcc -I/sw/include -Igllib -g -O2 -W -Wswitch -Wcomment -Wpointer- 
>>> arith
>>> -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare - 
>>> O2
>>> -fexpensive-optimizations -falign-functions=4 -DUNIX_BINARY_DISTRIB
>>> -DUNICODE -DDYNAMIC_FFI -DNO_READLINE -I. -c spvw.c
>>> In file included from spvw.d:546:
>>> spvw_sigsegv.d: In function 'stackoverflow_handler':
>>> spvw_sigsegv.d:94: error: too few arguments to function
>>> 'sigsegv_leave_handler'
>>> make: *** [spvw.o] Error 1
>>> ### execution of /var/tmp/tmp.1.6IrR6x failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-clisp-2.46-1
>>> (Reading database ... 91373 files and directories currently
>>> installed.)
>>> Removing fink-buildlock-clisp-2.46-1 ...
>>> Failed: phase compiling: clisp-2.46-1 failed
>>>
>>>
>>
>> Yeah; this looks like a different issue.  But still one that we need
>> to address.
>>
>> This inclines me to think we should mark the current/unstable clisp  
>> as
>> 10.5-only until we get all of the difficulties ironed out.
>>
>>> On 3 Oct 2008, at 15:54, Alexander Hansen wrote:
>>>
>>>>
>>>> On Oct 3, 2008, at 10:33 AM, Guy Lauquin wrote:
>>>>
>>>>>>
>>>>>> What sort of PowerPC are you on?  I get the same error on a G4;  
>>>>>> and
>>>>>> I've noticed issues where sbcl fails on G4 but not G5.
>>>>>
>>>>>
>>>>> I am on a G4.
>>>>>
>>>>>>
>>>>
>>>> OK--after a bit more digging:  I get the same failure for the  
>>>> current
>>>> clisp on 10.4/G4 but not 10.5/G4 ; I tried 2.45 (from J.F. Mertens)
>>>> and had the same failure.  I'd be interested to know whether this
>>>> occurs for a G5 on 10.4.
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>>

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't install package maxima-5.16.3-2

2008-10-06 Thread Alexander Hansen

On Oct 6, 2008, at 3:02 AM, Martin Costabel wrote:

> Alexander Hansen wrote:
>> On Oct 5, 2008, at 3:04 PM, Gary K Olson wrote:
>>> After installing the new version of clisp (2.46-2), the updated  
>>> maxima
>>> would not install. I got the following message:
>>>
>>> Reading buildlock packages...
>>> /sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/crypto/binary- 
>>> darwin-
>>> powerpc/maxima_5.16.3-2_darwin-powerpc.deb
>>> (Reading database ... 257364 files and directories currently   
>>> installed.)
>>> Preparing to replace maxima 5.16.3-2 (using .../  
>>> maxima_5.16.3-2_darwin-
>>> powerpc.deb) ...
>>> Unpacking replacement maxima ...
>>> dpkg: dependency problems prevent configuration of maxima:
>>> maxima depends on clisp (= 2.46-1); however:
>>>  Version of clisp on system is 2.46-2.
> []
>> fink uses a cache for all of the .info and .patch files to speed  
>> up  operations:  but we've been getting a number of reports of late  
>> of  this cache not getting updated properly under the normal  
>> indexing  operation.
>> "fink index -f" will forcibly flush and update the cache, and fink   
>> will then have the correct information to use.
>
> Maybe in Gary's case it really was a stale cache, but there is a  
> real obstacle to update clisp/maxima with the current logic:
>
> When clisp and maxima get new versions and you run `fink update-all`  
> or simply `fink update maxima`, it will fail, because maxima depends  
> on the new version clisp, so clisp is built first, but it cannot be  
> installed, because the old maxima is still installed and depends on  
> the old clisp.
>
> One first has to remove manually the old maxima, then install the  
> new clisp, and only then update maxima. During update-all, fink  
> talks about inconsistent dependencies and proposes to run
>
>  fink scanpackages
>  sudo apt-get update
>  sudo apt-get install clisp=2.46-4
>
> This has the same effect of removing the old version of maxima and  
> installing the new version of clisp. It does not, however, update  
> maxima.
>
> Alex, have you played with BuildConflicts (perhaps in clisp against  
> maxima)? The "Conflicts: maxima" in maxima does not seem to help here.
>
> -- 
> Martin
>
>

The Conflict on itself is a holdover from the prior varianted form of  
the packaging.  I think it's a no-op in this case.

I've not tried having clisp BuildConflict on maxima--that's worth  
looking into when I get some 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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] octave-forge

2008-10-07 Thread Alexander Hansen

On Oct 7, 2008, at 7:54 AM, Daniel Schulte wrote:

> Hi everyone,
>
> I have tried to install octave-forge under Mac OS X tiger with fink,
> but it failed. I have installed octave a while ago (version 3.0.1). I
> have got the following error message :
>
> error: called from `pkg:configure_make' in file /sw/share/octave/
> 3.0.1/m/pkg/pkg.m near line 1245, column 2
>
> ### execution of /var/tmp/tmp.2.KeNrcA failed, exit code 1
>
> Has anyone had a similiar problem or an idea, how to solve this  
> problem?
>
> Cheers,
>
> daniel
>

Is there anything above that?  What you're posting is octave's error  
message for _any_ failure.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Wango Pango (unmet dependencies)

2008-10-07 Thread Alexander Hansen

On Oct 7, 2008, at 8:54 AM, Kyle wrote:

> My fink update-all fails, and seems to do so on pango1. So, if I try  
> to update
> only pango:
>
> fink update pango1-xft2-ft219
> The following package will be installed or updated:
> pango1-xft2-ft219
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pango1-xft2-
> ft219_1.22.0-3_darwin-i386.deb
> (Reading database ... 125464 files and directories currently  
> installed.)
> Preparing to replace pango1-xft2-ft219 1.20.5-1 (using
> .../pango1-xft2-ft219_1.22.0-3_darwin-i386.deb) ...
> Unpacking replacement pango1-xft2-ft219 ...
> /sw/bin/dpkg: error processing
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pango1-xft2-
> ft219_1.22.0-3_darwin-i386.deb
> (--install):
> trying to overwrite `/sw/etc/pango/pangox.aliases', which is also in
> package
> pango1-xft2
> Errors were encountered while processing:
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pango1-xft2-
> ft219_1.22.0-3_darwin-i386.deb
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package pango1-xft2-ft219-1.22.0-3
>
> Sorry, but the following packages have unmet dependencies:
>  pango1-xft2-ft219: Depends: pango1-xft2-ft219-shlibs (= 1.20.5-1) but
> 1.22.0-3 is installed
>  pango1-xft2-ft219-dev: Depends: pango1-xft2-ft219 (= 1.22.0-3) but
> 1.20.5-1 is installed
>
> TIA!
>
>

I think I misremembered what was obsolete.  Try the workaround from  
the FAQ:

http://www.finkproject.org/faq/comp-general.php?phpLang=en#also_in


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Wango Pango (unmet dependencies)

2008-10-07 Thread Alexander Hansen

On Oct 7, 2008, at 10:12 AM, Ebrahim Mayat wrote:

> I also have a "pango1-xft2-ft219" -related problem when I try to  
> update my gtk+2 installation:
>
> $ fink install gtk+2
> Password:
> Information about 7276 packages read in 5 seconds.
> WARNING: your info file index has not been updated for 58 days. You  
> should run 'fink selfupdate' to get the latest package descriptions.
> The package 'gtk+2' will be built and installed.
> Reading dependency for gtk+2-2.12.11-2...
> Reading build dependency for gtk+2-2.12.11-2...
> Reading dependency for gtk+2-shlibs-2.12.11-2...
> Reading dependency for gtk+2-dev-2.12.11-2...
> Reading build conflict for gtk+2-2.12.11-2...
> The package 'gtk+2-shlibs' will be built and installed.
> Reading dependency for gtk+2-2.12.11-2...
> Reading build dependency for gtk+2-2.12.11-2...
> Reading dependency for gtk+2-shlibs-2.12.11-2...
> Reading dependency for gtk+2-dev-2.12.11-2...
> Reading dependency for gtk+2-shlibs-2.12.11-2...
> Reading build dependency for gtk+2-shlibs-2.12.11-2...
> Reading build conflict for gtk+2-2.12.11-2...
> Reading build conflict for gtk+2-shlibs-2.12.11-2...
> The package 'pango1-xft2-ft219' will be built and installed.
> Reading dependency for pango1-xft2-ft219-1.22.0-3...
> Reading build dependency for pango1-xft2-ft219-1.22.0-3...
> Reading dependency for pango1-xft2-ft219-shlibs-1.22.0-3...
> Reading dependency for pango1-xft2-ft219-dev-1.22.0-3...
> Can't resolve dependency "cairo-shlibs (>= 1.8-3)" for package  
> "pango1-xft2-ft219-1.22.0-3" (no matching packages/versions found)
> Exiting with failure.
>
> E
>

Your package cache may need refreshing.  Try running "fink index -f"

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Next up: gtktalog not compiling

2008-10-07 Thread Alexander Hansen

On Oct 7, 2008, at 10:04 AM, Kyle wrote:

> OK, next problem. I can't get gtktalog to compile. I get the  
> following error:
>
> DOS_UNKNOWN  -I/sw/include  -g -O2 -Wall -Wunused  -c progressbar.c
> progressbar.c: In function 'getStats':
> progressbar.c:93: error: storage size of 'statBuf' isn't known
> progressbar.c:95: warning: implicit declaration of function 'statfs'
> progressbar.c:93: warning: unused variable 'statBuf'
> make[4]: *** [progressbar.o] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive-am] Error 2
> ### execution of make failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gtktalog-1.0.0-1014
> (Reading database ... 125476 files and directories currently  
> installed.)
> Removing fink-buildlock-gtktalog-1.0.0-1014 ...
> Failed: phase compiling: gtktalog-1.0.0-1014 failed
>
> I've run fink selfupdate; and I've contacted the maintainer, but to  
> no avail.
>
> Thanks!
>

Confirmed here (10.5/Intel with Xcode 3.1.1).  For a bit more context:

gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/sw/share/locale\" -I../..-I/sw/ 
include -I/sw/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/sw/lib/ 
gnome-libs/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/ 
lib/glib/include -I/usr/X11R6/include   -DG_LOG_DOMAIN=\"gtktalog\" 
- 
DGETTEXT_PACKAGE=\"gtktalog\"   -DGNOMELOCALEDIR=\""/sw/share/ 
locale"\"   -DPREFIX=\"/sw\"-DDATA_DIR=\"/sw/share\"
-DOS_UNKNOWN   
-I/sw/include  -g -O2 -Wall -Wunused  -c progressbar.c
progressbar.c: In function 'getStats': 


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Wango Pango (unmet dependencies)

2008-10-07 Thread Alexander Hansen

On Oct 7, 2008, at 8:54 AM, Kyle wrote:

> My fink update-all fails, and seems to do so on pango1. So, if I try  
> to update
> only pango:
>
> fink update pango1-xft2-ft219
> The following package will be installed or updated:
> pango1-xft2-ft219
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pango1-xft2-
> ft219_1.22.0-3_darwin-i386.deb
> (Reading database ... 125464 files and directories currently  
> installed.)
> Preparing to replace pango1-xft2-ft219 1.20.5-1 (using
> .../pango1-xft2-ft219_1.22.0-3_darwin-i386.deb) ...
> Unpacking replacement pango1-xft2-ft219 ...
> /sw/bin/dpkg: error processing
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pango1-xft2-
> ft219_1.22.0-3_darwin-i386.deb
> (--install):
> trying to overwrite `/sw/etc/pango/pangox.aliases', which is also in
> package
> pango1-xft2
> Errors were encountered while processing:
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pango1-xft2-
> ft219_1.22.0-3_darwin-i386.deb
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package pango1-xft2-ft219-1.22.0-3
>
> Sorry, but the following packages have unmet dependencies:
>  pango1-xft2-ft219: Depends: pango1-xft2-ft219-shlibs (= 1.20.5-1) but
> 1.22.0-3 is installed
>  pango1-xft2-ft219-dev: Depends: pango1-xft2-ft219 (= 1.22.0-3) but
> 1.20.5-1 is installed
>
> TIA!
>

As a workaround, you should be able to remove pango1-xft2.  It's  
obsolete.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] octave-forge

2008-10-09 Thread Alexander Hansen
I'm not sure if the monolithic octave-forge even works with that  
version of octave.

We're in the process of transitioning to having separate packages for  
each octave-forge package--this may take a bit of time, so if you (or  
anybody else) have any that you would like to have available right  
now, I can set that request as a high priority.

On Oct 8, 2008, at 6:28 AM, Daniel Schulte wrote:

> This is the error message which I got some lines above 
> Everything else seemed to be ok:
>
>
>
> find . -name NOINSTALL -print# shows which toolboxes won't be
> installed
>
> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
> _mxCreateLogicalScalar
> collect2: ld returned 1 exit status
> make: *** [odepkg_mexsolver_dopri5.mex] Error 1
> error: 'make' returned the following error: Unpacking external
> packages: hairer.tgz
> Unpacking external packages: cash.tgz
> patching file hairer/dc_decsol.f
> patching file hairer/odex.f
> patching file hairer/dopri5.f
> patching file hairer/dop853.f
> patching file hairer/radau.f
> patching file hairer/radau5.f
> patching file hairer/seulex.f
> patching file hairer/rodas.f
> patching file cash/mebdfi.f
>
>
> Am 07.10.2008 um 15:24 schrieb Alexander Hansen:
>
>>
>> On Oct 7, 2008, at 7:54 AM, Daniel Schulte wrote:
>>
>>> Hi everyone,
>>>
>>> I have tried to install octave-forge under Mac OS X tiger with fink,
>>> but it failed. I have installed octave a while ago (version  
>>> 3.0.1). I
>>> have got the following error message :
>>>
>>> error: called from `pkg:configure_make' in file /sw/share/octave/
>>> 3.0.1/m/pkg/pkg.m near line 1245, column 2
>>>
>>> ### execution of /var/tmp/tmp.2.KeNrcA failed, exit code 1
>>>
>>> Has anyone had a similiar problem or an idea, how to solve this
>>> problem?
>>>
>>> Cheers,
>>>
>>> daniel
>>>
>>
>> Is there anything above that?  What you're posting is octave's
>> error message for _any_ failure.
>
>
> -
> 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=100&url=/
> ___
> 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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Build issue with xscreensaver-4.21-1011

2008-10-09 Thread Alexander Hansen
(Xcode 3.1.1, X11 2.3.1, OS 10.5.5, Intel)


gcc -U__VEC__ -pedantic -Wall -Wstrict-prototypes -Wnested-externs - 
std=c89 -U__STRICT_ANSI__ -no-cpp-precomp -c -I. -I. -I./../utils - 
I..  -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/ 
include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/ 
include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/ 
include/gtk-2.0 -I/sw/include -I/sw/include/libpng12 -I/sw/include/ 
pixman-1 -I/sw/include/cairo -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/ 
include -I/sw/include/libxml2 -I/sw/include/libglade-2.0 -I/usr/X11R6/ 
include -I/usr/X11/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
include -I/sw/include/gtk-2.0 -I/sw/include -DHAVE_CONFIG_H - 
DDEFAULT_PATH_PREFIX='"/sw/lib/xscreensaver"' -I./../utils/images \
  -DHAVE_CONFIG_H -DDEFAULT_ICONDIR='"/sw/share/xscreensaver/glade"' - 
DLOCALEDIR=\"/sw/share/locale\" -g -O2 -I/sw/include  -I/usr/X11/ 
include \
  ./demo-Gtk.c
In file included from /usr/X11R6/include/X11/Xproto.h:76,
  from ./demo-Gtk.c:61:
/usr/X11R6/include/X11/Xmd.h:155: warning: ISO C90 does not support  
'long long'
In file included from /sw/include/gtk-2.0/gtk/gtkactiongroup.h:34,
  from /sw/include/gtk-2.0/gtk/gtk.h:38,
  from ./demo-Gtk.c:85:
/sw/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function  
declaration isn't a prototype
./demo-Gtk.c: In function 'warning_dialog':
./demo-Gtk.c:543: error: syntax error before 'do'
./demo-Gtk.c: At top level:
./demo-Gtk.c:544: warning: type defaults to 'int' in declaration of  
'gtk_widget_show'
./demo-Gtk.c:544: warning: parameter names (without types) in function  
declaration
./demo-Gtk.c:544: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:458: error: previous declaration  
of 'gtk_widget_show' was here
./demo-Gtk.c:544: warning: data definition has no type or storage class
./demo-Gtk.c:545: warning: type defaults to 'int' in declaration of  
'gtk_widget_grab_focus'
./demo-Gtk.c:545: warning: parameter names (without types) in function  
declaration
./demo-Gtk.c:545: error: conflicting types for 'gtk_widget_grab_focus'
/sw/include/gtk-2.0/gtk/gtkwidget.h:544: error: previous declaration  
of 'gtk_widget_grab_focus' was here
./demo-Gtk.c:545: warning: data definition has no type or storage class
./demo-Gtk.c:547: error: syntax error before 'if'
./demo-Gtk.c:550: warning: type defaults to 'int' in declaration of  
'gtk_widget_show'
./demo-Gtk.c:550: warning: parameter names (without types) in function  
declaration
./demo-Gtk.c:550: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:458: error: previous declaration  
of 'gtk_widget_show' was here
./demo-Gtk.c:550: warning: data definition has no type or storage class
./demo-Gtk.c:551: error: syntax error before '}' token
./demo-Gtk.c:552: warning: type defaults to 'int' in declaration of  
'gtk_widget_show'
./demo-Gtk.c:552: warning: parameter names (without types) in function  
declaration
./demo-Gtk.c:552: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:458: error: previous declaration  
of 'gtk_widget_show' was here
./demo-Gtk.c:552: warning: data definition has no type or storage class
./demo-Gtk.c:553: warning: type defaults to 'int' in declaration of  
'gtk_widget_show'
./demo-Gtk.c:553: warning: parameter names (without types) in function  
declaration
./demo-Gtk.c:553: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:458: error: previous declaration  
of 'gtk_widget_show' was here
...

The various dependencies are at the latest versions, so perhaps the  
recent updates might have broken something...

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] OSX 10.5 - X11 - openoffice.org

2008-10-10 Thread Alexander Hansen

On Oct 10, 2008, at 9:32 AM, KURT PETERS wrote:

> I've recently installed the binary fink for OS X 10.5.   
> Openoffice.org 2.4
> WAS working (as installed from the dmg from the openoffice.org web  
> site) and
> now just comes up to the openoffice menu with no writer screen and a
> perpetual spinning icon.  In other words, there seems to be some
> incompatibility between OOo and fink for 10.5.  Has anyone else seen  
> this
> problem, and possibly have some solution?
>
> Kurt
>

Is installing Fink _all_ that you did?

I've seen this problem, and to my recollection it was unrelated to  
Fink on my machine--i.e. Oo.org worked after I installed Fink, and  
stopped after I did something else, namely update to an unofficial X11  
server from macosxforge.org .  There seems to be an incompatibility  
with that.

My workaround is to use the release candidate for the Aqua-based  
Openoffice 3.   The other option is to launch the oo.org apps manually  
rather than through the app bundle, e.g.

/Applications/OpenOffice.org\ 2.4.app/Contents/program/soffice.bin

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] OSX 10.5 - X11 - openoffice.org

2008-10-10 Thread Alexander Hansen

On Oct 10, 2008, at 9:51 AM, KURT PETERS wrote:

> I can't say that I bothered trying to install anything from  
> macosxforge.  I DID try to install kopete, which, by the way, always  
> gave an error trying to connect to a folder and DCOP, and I never  
> got it working.

That's a matter for another thread; and a more specific error message  
transcript.  It may be a permissions problem; but it's hard to say.

> I wonder if that apt-get install tried to install or modified my X11  
> configuration???

Not directly.

It's remotely possible that the  Fink "xinitrc" package, which is in  
the dependency chain for kopete,  might have altered how X11 starts  
up  and produced this issue.  You might try removing xinitrc via "apt- 
get remove" and see if your oo.org is happy.

Fink does _not_ (barring a broken package, which is not the case here)  
modify your system area in any way.

>
>
> I will try running apps manually.
>
> Any hints on installing release candidate 3 of OOo?  Anything I need  
> to know?
> Kurt
>

The main note is that it's Intel-only.

It's just an app bundle that you download--RC4 is available at

http://download.openoffice.org/680/



> Original Message Follows
> From: Alexander Hansen <[EMAIL PROTECTED]>
> To: "KURT PETERS" <[EMAIL PROTECTED]>
> CC: fink-users@lists.sourceforge.net
> Subject: Re: [Fink-users] OSX 10.5 - X11 - openoffice.org
> Date: Fri, 10 Oct 2008 09:45:17 -0400
>
>
> On Oct 10, 2008, at 9:32 AM, KURT PETERS wrote:
>
>> I've recently installed the binary fink for OS X 10.5.
>> Openoffice.org 2.4
>> WAS working (as installed from the dmg from the openoffice.org web   
>> site) and
>> now just comes up to the openoffice menu with no writer screen and a
>> perpetual spinning icon.  In other words, there seems to be some
>> incompatibility between OOo and fink for 10.5.  Has anyone else  
>> seen  this
>> problem, and possibly have some solution?
>>
>> Kurt
>>
>
> Is installing Fink _all_ that you did?
>
> I've seen this problem, and to my recollection it was unrelated to   
> Fink on my machine--i.e. Oo.org worked after I installed Fink, and   
> stopped after I did something else, namely update to an unofficial  
> X11  server from macosxforge.org .  There seems to be an  
> incompatibility  with that.
>
> My workaround is to use the release candidate for the Aqua-based   
> Openoffice 3.   The other option is to launch the oo.org apps  
> manually  rather than through the app bundle, e.g.
>
> /Applications/OpenOffice.org\ 2.4.app/Contents/program/soffice.bin
>
>


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Build issue with xscreensaver-4.21-1011

2008-10-11 Thread Alexander Hansen

On Oct 11, 2008, at 3:13 AM, Martin Costabel wrote:

> Alexander Hansen wrote:
>> (Xcode 3.1.1, X11 2.3.1, OS 10.5.5, Intel)
> []
>> ./demo-Gtk.c: In function 'warning_dialog':
>> ./demo-Gtk.c:543: error: syntax error before 'do'
>
> I have now checked a fix for this into CVS. With this patch,  
> xscreensaver builds for me on 10.5/intel. It has to be seen whether  
> 10.4 and ppc won't protest. I think not, because this error seems to  
> be triggered by a new feature of glib2.
>
> If someone wanted to maintain xscreensaver, it would probably be  
> more rewarding to update it to a recent version than to apply ever  
> more layers of band-aid to the old one.
>
> -- 
> Martin
>

A user has been playing around with it, but reported on IRC that the  
current upstream version failed the same way as ours.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink essentials only

2008-10-11 Thread Alexander Hansen

On Oct 11, 2008, at 8:17 AM, Robert T Wyatt wrote:

> I'm having space management issues on my hard drive and so I'd like to
> pare my fink packages down to a few essential packages, but I don't  
> want
> to have to remove all of /sw to do it.
>
> Does someone have a convenient script that can help with this task (on
> 10.5.5 Intel)?
>
> Also, will one of the cleanup commands remove uninstalled packages, or
> will it only remove obsolete packages?
>
> Barring this, I'll have to seriously consider moving it to an external
> drive and I'm hoping to avoid that.
>
> Thanks for any pointers,
> Robert
>
>

I'm currently using the following one-liner to prune my package tree  
to essentials +apt:

fink -y remove --recursive `fink list -t -i | grep -v apt | grep -v "\ 
[" | cut -f2`

I'm not sure if "cleanup" defines .debs and sources for packages that  
aren't installed, but are at the current version as obsolete or not.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Build issue with xscreensaver-4.21-1011

2008-10-11 Thread Alexander Hansen

On Oct 11, 2008, at 10:50 AM, Martin Costabel wrote:

> Alexander Hansen wrote:
> []
>> A user has been playing around with it, but reported on IRC that  
>> the current upstream version failed the same way as ours.
>
> Hmm, I just built it (still 10.5/intel) without any patch. I'll put  
> it into my exp dir. This version could also be built non-X.
>
> -- 
> Martin
>

Actually, now that you mention it, it's not completely clear how he  
was doing the build--he might have been doing it by hand. 
  

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] apache2-2.2.9-4 build failure

2008-10-13 Thread Alexander Hansen

On Oct 13, 2008, at 4:27 PM, Kevin Horton wrote:

> apache2-2.2.9-4 does not build for me on my Intel iMac running OS X
> 10.5.5.  It fails with:
>
>



> /sw/share/apache2/build-1/libtool: line 390: /sw/bin/sed: No such file
> or directory
> /sw/share/apache2/build-1/libtool: line 789: /sw/bin/sed: No such file
> or directory
> /bin/echo: write: Broken pipe
> *** Warning: inferring the mode of operation is deprecated.
> *** Future versions of Libtool will require --mode=MODE be specified.
> /sw/share/apache2/build-1/libtool: line 1100: /sw/bin/sed: No such
> file or directory
> /bin/echo: write: Broken pipe
> /sw/share/apache2/build-1/libtool: line 1100: /sw/bin/sed: No such
> file or directory

Does installing fink's sed package allow this to be worked around for  
you? 
  

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtk+2-2.14.3-1 failed

2008-10-14 Thread Alexander Hansen

On Oct 14, 2008, at 1:41 PM, W. Augustine Dunn III wrote:

> I am trying to install matplotlib and it was failing, so I decided  
> to follow the caned response from the error message and selfupdate +  
> update-all before bothering folks but now my update-all is failing  
> on gtk+2-2.14.3-1.  I have attached what looked useful from the  
> terminal output and hope that someone may be able to help me figure  
> out what is going wrong.  Thanks.  I am not exactly a "beginner" in  
> terms of command line manipulation, but no expert either.  I have  
> usally been able to fix this kind of thing on my own.  Either my  
> brain is just too foggy today or something else, but I would GREATLY  
> appreciate your wisdom!
>
> Gus
>
>
>
> gdkevents-x11.c: In function 'gdk_event_translate':
> gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in  
> this function)
> gdkevents-x11.c:2110: error: (Each undeclared identifier is reported  
> only once
> gdkevents-x11.c:2110: error: for each function it appears in.)
> gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first use  
> in this function)
> gdkevents-x11.c:2112: error: 'notify' undeclared (first use in this  
> function)
> gdkevents-x11.c:2112: error: syntax error before ')' token
> make[4]: *** [gdkevents-x11.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.2.iKmnYy failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.14.3-1
> (Reading database ... 134621 files and directories currently  
> installed.)
> Removing fink-buildlock-gtk+2-2.14.3-1 ...
> Failed: phase compiling: gtk+2-2.14.3-1 failed
>

Can you post from a bit further back in the build output?  It's  
generally a good idea to start with the last line the compiler tried  
to run, because typically the error occurs immediately after that, or  
at least close to it, and afterwords you get errors that are  
consequences of the original error.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtk+2-2.14.3-1 failed

2008-10-14 Thread Alexander Hansen


On Oct 14, 2008, at 2:20 PM, W. Augustine Dunn III wrote:




On Tue, Oct 14, 2008 at 11:18 AM, W. Augustine Dunn III <[EMAIL PROTECTED] 
> wrote:

My fault, thanks for your help:






 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" - 
DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk - 
DG_DISABLE_CAST_CHECKS -I/sw/lib/fontconfig2/include -I/sw/include/ 
glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/ 
include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/ 
lib/pango-ft219/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11/ 
include -DX_LOCALE -I/sw/lib/fontconfig2/include -I/sw/include - 
DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES - 
DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -I/ 
usr/X11/include -DGDK_PIXBUF_DISABLE_DEPRECATED -Os -Wall -c  
gdkevents-x11.c  -fno-common -DPIC -o .libs/gdkevents-x11.o


gdkevents-x11.c: In function 'gdk_event_translate':
gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in  
this function)
gdkevents-x11.c:2110: error: (Each undeclared identifier is reported  
only once

gdkevents-x11.c:2110: error: for each function it appears in.)
gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first use  
in this function)
gdkevents-x11.c:2112: error: 'notify' undeclared (first use in this  
function)

gdkevents-x11.c:2112: error: syntax error before ')' token
make[4]: *** [gdkevents-x11.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.iKmnYy failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.14.3-1
(Reading database ... 134621 files and directories currently  
installed.)

Removing fink-buildlock-gtk+2-2.14.3-1 ...
Failed: phase compiling: gtk+2-2.14.3-1 failed



--
Experience is not what happens to a man; it is what a man does with  
what happens to him.

- Aldous Huxley


Actually, I was expecting a different error.   What OS version and  
Xcode Tools version do you have?


-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] xcode 2.5 issue?

2008-10-14 Thread Alexander Hansen

On Oct 14, 2008, at 7:35 AM, Matthew Parry wrote:

> fink-related...
>
> i stumbled on something interesting the other day as i was trying to
> figure why some (non-fink) package wouldn't install. (i'm on 10.4.11
> intel, latest everything.)
>
> according to the last modified time, the file /usr/local/lib was
> changed while i was updating to xcode 2.5.
>
> weirdly, /usr/local/lib became a symbolic link to itself!
>
> did anyone else have this issue? (i couldn't see it discussed on fink-
> users.)
>
> i changed the link it to point to /usr/lib and now my problematic
> packages install.
>
> i guess my question is, was this the right thing to do? or was there
> a real /usr/local/lib directory that i am now missing.
>

That's strange--Apple tools oughtn't mess with /usr/local at all,  
since none of their software should need it.


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtk+2-2.14.3-1 failed

2008-10-14 Thread Alexander Hansen

On Oct 14, 2008, at 6:29 PM, Martin Costabel wrote:

> Alexander Hansen wrote:
> []
>>>gdkevents-x11.c: In function 'gdk_event_translate':
>>>gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in
>>>this function)
>>>gdkevents-x11.c:2110: error: (Each undeclared identifier is
>>>reported only once
>>>gdkevents-x11.c:2110: error: for each function it appears in.)
>>>gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first
>>>use in this function)
>>>gdkevents-x11.c:2112: error: 'notify' undeclared (first use in
>>>this function)
> []
>>>Removing fink-buildlock-gtk+2-2.14.3-1 ...
>>>Failed: phase compiling: gtk+2-2.14.3-1 failed
>
> On one machine, I get almost the same error:
>
> gdkevents-x11.c: In function 'gdk_event_translate':
> gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first use  
> in this function)
> gdkevents-x11.c:2112: error: (Each undeclared identifier is reported  
> only once
> gdkevents-x11.c:2112: error: for each function it appears in.)
> gdkevents-x11.c:2112: error: 'notify' undeclared (first use in this  
> function)
>
> I don't get the 'RRNotify' undeclared error there.
>
> This is on 10.5.5/intel+xcode-3.1 with stock Apple X11. This has  
> RRNotify defined in /usr/X11/include/X11/extensions/randr.h.
>
> With xquartz updates, one gets additionally XRRNotifyEvent in /usr/ 
> X11/include/X11/extensions/Xrandr.h.
>
> With xcode-3.0, there is neither RRNotify nor XRRNotifyEvent defined.
>
> It looks like one has to undefine HAVE_RANDR manually to get a  
> consistent behavior.
>
> -- 
> Martin
>
>
>

I couldn't reproduce this on my machines (10.5.5/powerPC | Intel/ 
Xcode3.1.1/X112.3.1)


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] [Fink-beginners] Install GDL by Fink

2008-10-15 Thread Alexander Hansen

On Oct 15, 2008, at 9:24 AM, Malte Christian wrote:

> It's a pitty, is there any estimation how long i will take until it  
> will work again?
> Am Oct 15, 2008 um 3:17 PM schrieb Alexander Hansen:
>
>>

I just thought of another option to try:

fink install gtk+2-2.12.11-2 gtk+2-dev-2.12.11-2 gtk+2-shlibs 2.12.11-2

That will downgrade you to the earlier gtk+2 from the stable tree,  
which should let you build libgnomeui2 and the rest of the dependency  
tree for gdl.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] [gnome-core] libgnomeui2-2.20.1.1-1

2008-10-15 Thread Alexander Hansen

On Oct 15, 2008, at 3:56 PM, Carl Denzen Van wrote:

> Hello,
>
> Package does not compile. I tried it several times, but it will not
> compile (I think this is the problem: error: gtk/gtkfilesystem.h: No
> such file or directory).
>
> Carl van Denzen
>

There are two threads about this already on gnome-core

http://thread.gmane.org/gmane.os.apple.fink.gnome/2181

http://thread.gmane.org/gmane.os.apple.fink.gnome/2187

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gtkhtml3-3.2.5-1003

2008-10-17 Thread Alexander Hansen


On Oct 17, 2008, at 4:12 AM, Carl Denzen Van wrote:


Package does not compile:


The package 'gtkhtml3' will be built without being installed.

WARNING: The package gtkhtml3 has a preferred BuildDepends on gail18- 
dev,

 but gail18-dev is an obsolete package.


WARNING: The package gtkhtml3 has a preferred Depends on gail18,
 but gail18 is an obsolete package.


WARNING: The package gtkhtml3-shlibs has a preferred Depends on  
gail18-shlibs,

 but gail18-shlibs is an obsolete package.

Reading dependency for gtkhtml3-3.2.5-1003...
Reading build dependency for gtkhtml3-3.2.5-1003...
(..)
config.status: executing depfiles commands
config.status: executing default-2 commands


Configuration:

Editor component type:  shlib

make  all-recursive
Making all in a11y
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. - 
I../src -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/ 
fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/ 
lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
include -I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 - 
I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/ 
lib/gtk-2.0/include -I/sw/include/libxml2 -I/sw/include/libglade-2.0  
-I/sw/include/libart-2.0 -I/sw/include/gail-1.0 -I/sw/include/ 
libgnomecanvas-2.0 -I/sw/include/libgnomeprint-2.2 -I/sw/include/ 
libgnomeprintui-2.2 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/ 
include -I/sw/include/orbit-2.0 -I/sw/include/gconf/2 -I/sw/include/ 
bonobo-activation-2.0 -I/sw/include/libbonobo-2.0 -I/sw/include/ 
gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/ 
include/libgnome-2.0 -I/sw/include/libbonoboui-2.0 -I/sw/include/ 
gnome-keyring-1 -I/sw/include/libgnomeui-2.0 -I/usr/X11R6/include -I/ 
usr/X11/include -DORBIT2=1  -I/sw/lib/pango-ft219/include/pango-1.0 - 
I/sw/lib/pango-ft219/include -I/sw/lib/freetype219/include/freetype2  
-I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include -I/sw/ 
include  -Os -undefined dynamic_lookup -Wall -Wmissing-prototypes -I/ 
sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/include - 
I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include  
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/ 
libpng12 -I/sw/include -I/sw/include/pixman-1 -I/sw/include/cairo -I/ 
sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include - 
I/sw/include/gail-1.0 -I/usr/X11R6/include -I/usr/X11/include - 
DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 - 
DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1 -c -o cell.lo  
`test -f 'cell.c' || echo './'`cell.c

mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/sw/lib/pango-ft219/ 
include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 - 
I/sw/include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/ 
include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/ 
sw/include/libxml2 -I/sw/include/libglade-2.0 -I/sw/include/ 
libart-2.0 -I/sw/include/gail-1.0 -I/sw/include/libgnomecanvas-2.0 - 
I/sw/include/libgnomeprint-2.2 -I/sw/include/libgnomeprintui-2.2 -I/ 
sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/ 
orbit-2.0 -I/sw/include/gconf/2 -I/sw/include/bonobo-activation-2.0 - 
I/sw/include/libbonobo-2.0 -I/sw/include/gnome-vfs-2.0 -I/sw/lib/ 
gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/libgnome-2.0 -I/sw/ 
include/libbonoboui-2.0 -I/sw/include/gnome-keyring-1 -I/sw/include/ 
libgnomeui-2.0 -I/usr/X11R6/include -I/usr/X11/include -DORBIT2=1 -I/ 
sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/pango-ft219/include - 
I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include  
-I/sw/lib/fontconfig2/include -I/sw/include -Os -undefined  
dynamic_lookup -Wall -Wmissing-prototypes -I/sw/lib/pango-ft219/ 
include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 - 
I/sw/include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/ 
include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/ 
sw/include/gail-1.0 -I/usr/X11R6/include -I/usr/X11/include - 
DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 - 
DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1 -c cell.c  -fno- 
common -DPIC -o .libs/cell.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/sw/lib/pango-ft219/ 
include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 - 
I/sw/include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/ 
include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/ 
sw/include/libxml2 -I/sw/include/libglade-2.0 -I/sw/include/ 
libart-2.

Re: [Fink-users] apache2-mpm-prefork-2.2.9-4 install failure on 10.4 PPC

2008-10-17 Thread Alexander Hansen

On Oct 16, 2008, at 8:23 PM, Kevin Horton wrote:

> apache2-mpm-prefork-2.2.9-4 will not install for me on 10.4 PPC,
> failing with:
>
> Preparing to replace apache2 2.2.9-4 (using .../
> apache2_2.2.9-4_darwin-powerpc.deb) ...
> Unpacking replacement apache2 ...
> dpkg: considering removing apache2-mpm-worker in favour of apache2-
> mpm-prefork ...
> apache2-mpm-worker is not properly installed - ignoring any
> dependencies on it.
> dpkg: yes, will remove apache2-mpm-worker in favour of apache2-mpm-
> prefork.
> Unpacking apache2-mpm-prefork (from .../apache2-mpm-
> prefork_2.2.9-4_darwin-powerpc.deb) ...
> apache2: Syntax error on line 183 of /sw/etc/apache2/apache2.conf:
> Syntax error on line 1 of /sw/etc/apache2/mods-enabled/php5.load: API
> module structure 'php5_module' in file /sw/lib/apache2/modules/
> libphp5.so is garbled - expected signature 41503232 but saw 41503230
> - perhaps this is not an Apache module DSO, or was compiled for a
> different Apache version?
> /sw/bin/dpkg: error processing /sw/fink/dists/unstable/main/binary-
> darwin-powerpc/web/apache2-mpm-prefork_2.2.9-4_darwin-powerpc.deb (--
> install):
>  subprocess pre-removal script returned error exit status 1
> apache2: Syntax error on line 183 of /sw/etc/apache2/apache2.conf:
> Syntax error on line 1 of /sw/etc/apache2/mods-enabled/php5.load: API
> module structure 'php5_module' in file /sw/lib/apache2/modules/
> libphp5.so is garbled - expected signature 41503232 but saw 41503230
> - perhaps this is not an Apache module DSO, or was compiled for a
> different Apache version?
> dpkg: error while cleaning up:
>  subprocess post-installation script returned error exit status 1
> dpkg: dependency problems prevent configuration of apache2:
>  apache2 depends on apache2-mpm-prefork (= 2.2.9-4) | apache2-mpm-
> worker (= 2.2.9-4) | apache2-mpm-event (= 2.2.9-4); however:
>   Package apache2-mpm-prefork is not installed.
>   Version of apache2-mpm-worker on system is 2.2.9-3.
>   Package apache2-mpm-event is not installed.
> /sw/bin/dpkg: error processing apache2 (--install):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  /sw/fink/dists/unstable/main/binary-darwin-powerpc/web/apache2-mpm-
> prefork_2.2.9-4_darwin-powerpc.deb
>  apache2
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't batch-install packages: /sw/fink/dists/unstable/main/
> binary-darwin-powerpc/web/apache2_2.2.9-4_darwin-powerpc.deb /sw/fink/
> dists/unstable/main/binary-darwin-powerpc/web/apache2-mpm-
> prefork_2.2.9-4_darwin-powerpc.deb
>
>
> =
> line 183 of /sw/etc/apache2/apache2.conf is:
>
> Include /sw/etc/apache2/mods-enabled/*.load
>
> line 1 of /sw/etc/apache2/mods-enabled/php5.load is:
>
> LoadModule php5_module /sw/lib/apache2/modules/libphp5.so
>
> =
> I tried to rebuild libapache2-mod-php5, but it won't build until
> apache2-mpm-prefork is installed, and apache2-mpm-prefork won't
> install because it complains about libphp5 that may have been built
> for an older version of apache.
>
> Next, I tried removing libapache2-mod-php5, so I could hopefully
> install apache2-mpm-prefork, and then rebuild libapache2-mod-php5.
> But, that failed with:
>
> % fink remove --recursive libapache2-mod-php5
> Information about 8234 packages read in 7 seconds.
> /sw/bin/apt-get-lockwait remove libapache2-mod-php5
> Reading Package Lists... Done
> Building Dependency Tree... Done
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>   apache2: Depends: apache2-mpm-prefork (= 2.2.9-4) but it is not
> going to be installed or
> apache2-mpm-worker (= 2.2.9-4) but 2.2.9-3 is to
> be installed or
> apache2-mpm-event (= 2.2.9-4) but it is not
> going to be installed
>   apache2-mpm-worker: Depends: apache2-common (= 2.2.9-3) but
> 2.2.9-4 is to be installed
>   php5-mysql: Depends: libapache2-mod-php5 (= 5.1.4-22) but it is
> not going to be installed or
>php5-cgi (= 5.1.4-22) but it is not going to
> be installed or
>php5-cli (= 5.1.4-22) but it is not going to
> be installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
> specify a solution).
> ### execution of /sw/bin/apt-get-lockwait failed, exit code 100
> Failed: can't remove package libapache2-mod-php5
>
> % sudo apt-get -f install
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Correcting dependencies... Done
> The following extra packages will be installed:
>   apache2-mpm-worker
> 1 packages upgraded, 0 newly installed, 0 to remove and 2  not  
> upgraded.
> 2 packages not fully installed or removed.
> Need to get 0B/396kB of archives. After unpacking 0B will be used.
> Do you want to continue? [Y/n]
> (Reading database ... 163435 files and directories currently  
> installed.)
> Preparing to replace apache2-mpm-worker 2.2.9-3 (usin

Re: [Fink-users] Wireshark missing options for ssl decrypt

2008-10-17 Thread Alexander Hansen

On Oct 17, 2008, at 9:59 AM, Ted Kaczmarek wrote:

> I installed wirehsark with Fink from binary and see that the ssl
> protocol options for "RSA keys list" and "SSL debug file" are not
> available.
>
> Is their  plans to add this back?
>
> Ted Kaczmarek
> [EMAIL PROTECTED]
>

Possibly for the next binary distribution.

The ssl-enabled version corresponding to the binary that you've got  
was built against an OpenSSL library that was installed via Fink.  Our  
interpretation of the OpenSSL license is that this forbids our  
redistribution of it in binary form.

The latest version we have links against the OpenSSL libraries from  
the operating system, and it appears we _can_ allow binaries in such a  
case.

If you don't want to wait, build "wireshark-ssl" from source.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't update pygtk2-gtk-py24

2008-10-18 Thread Alexander Hansen

On Oct 18, 2008, at 6:06 PM, Gary K Olson wrote:

> When I attempt to update pygtk2-gtk-py24, I get:
>
> [iBook:~]:-bash:528$: Can't resolve dependency "pycairo-py24 (>=
> 1.6-4)" for package "pygtk2-gtk-py24-2.12.1-3" (no matching packages/
> versions found)
>> Exiting with failure.
>
> There is no pygtk2-gtk-py24.info file in my fink.

$ fink dumpinfo -finfofile pygtk2-gtk-py24
Information about 7282 packages read in 10 seconds.
infofile: /sw/fink/dists/unstable/main/finkinfo/gnome/pygtk2-gtk-py.info

> I flushed the
> package index.  I had no trouble updating pygtk2-gtk-py25.  Any
> ideas?  Thanks.
>
> Gary K Olson


$ fink list -t pycairo
Information about 7288 packages read in 12 seconds.
pycairo-py241.4.12-1Python bindings for the cairo library
pycairo-py24-dev1.4.12-1Tools for compiling against 
pycairo
  i pycairo-py251.6.4-2 Python bindings for the cairo library
pycairo-py25-dev1.6.4-2 Tools for compiling against pycairo


It looks like some more updates need to be made.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't resolve dependency "pycairo-py24 (>= 1.6-4)" for package

2008-10-19 Thread Alexander Hansen

On Oct 19, 2008, at 6:13 AM, Dominique Dhumieres wrote:

> When trying to update to pygtk2-gtk-py24-2.12.1-3 I got the  
> following error:
>
> Can't resolve dependency "pycairo-py24 (>= 1.6-4)" for package
> "pygtk2-gtk-py24-2.12.1-3" (no matching packages/versions found)
> Exiting with failure.
>
> Indeed pycairo-py24 is 1.4.12-1.
>
> TIA
>
> Dominique
>

Run a selfupdate; this was discussed earlier on -users and fixed  
recently.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fontconfig2-dev-2.4.1-104 dependency problem

2008-10-19 Thread Alexander Hansen


On Oct 19, 2008, at 4:44 PM, Ralf Höling wrote:


Hi,
I recently upgraded my PowerMac G5 from Tiger to Leopard, installed  
xcode 3.1.1 and X11 2.3.1, and upgraded my fink installation. Most  
programs worked well but when I try to upgrade or install a package  
that requires fontconfig2-dev-2.4.1, I get the following error- 
message:

Can't resolve dependency "system-xfree86-dev (>= 2:7.2-1)" for package
"fontconfig2-dev-2.4.1-104" (no matching packages/versions found)
Exiting with failure.

What is wrong here, can you help me?

Best regards

Ralf



What do you get from  "fink list system-xfree86-dev" ?  If the package  
doesn't show up as installed at all then something may be amiss with  
your X11 SDK installation.  What's going on can be assessed via "fink- 
virtual-pkgs --debug", which will show you what fink isn't finding to  
create the system-xfree86-dev virtual package.


-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fontconfig2-dev-2.4.1-104 dependency problem

2008-10-19 Thread Alexander Hansen

On Oct 19, 2008, at 5:33 PM, Ralf Höling wrote:

> 

Ah.   Here's the problem:

- skipping X11 virtuals, existing X11 packages installed
- xorg is installed
- xorg-shlibs is installed

Since fink still thinks that its xorg package is installed, the system- 
xfree86 packages aren't getting created.

You'll need to run "sudo dpkg --remove --force-depends xorg xorg- 
shlibs" and then reinstall X11 2.3.1 as well as the X11 SDK from Xcode.
-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fontconfig2-dev-2.4.1-104 dependency problem

2008-10-20 Thread Alexander Hansen

On Oct 20, 2008, at 1:31 AM, Ralf Höling wrote:

> Hallo Alexander!
>
> Am 20.10.2008 um 00:38 schrieb Alexander Hansen:
>
>>
>> On Oct 19, 2008, at 5:33 PM, Ralf Höling wrote:
>>
>>> 
>>
>> Ah.   Here's the problem:
>>
>> - skipping X11 virtuals, existing X11 packages installed
>> - xorg is installed
>> - xorg-shlibs is installed
>>
>> Since fink still thinks that its xorg package is installed, the  
>> system-xfree86 packages aren't getting created.
>>
>> You'll need to run "sudo dpkg --remove --force-depends xorg xorg- 
>> shlibs" and then reinstall X11 2.3.1 as well as the X11 SDK from  
>> Xcode.
>
> Thank you very much for your help, that worked for me.
>
> Best regards
>
> Ralf

Good to hear that.

We ought to mention removing fink-installed X11s in the Leopard update  
instructions.  That probably got left out since a lot of the  
developers were using Apple's X11.
-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] postgresql83

2008-10-20 Thread Alexander Hansen

On Oct 20, 2008, at 7:32 AM, Paul Anton Letnes wrote:

> Dear Benjamin Reed, dear mailing list.
>
>
> I was running the following command on my Macbook Pro, Mac OS X  
> 10.5.5:
>
> bash $ fink update-all
>
> I ran the fink selfupdate command just prior to this, which completed
> without complaint. The build of one of the packages installed with the
> update-all command failed, with the following error message:
>
> --
> (lots of similar stuff in front...)
> New package: dists/unstable/main/binary-darwin-i386/net/cyrus-
> sasl2_2.1.22-1002_darwin-i386.deb
> New package: dists/unstable/main/binary-darwin-i386/text/
> ghostscript_8.61-5_darwin-i386.deb
> Downloading the indexes of available packages in the binary
> distribution.
> /sw/bin/apt-get-lockwait -q update
> Hit http://bindist.finkmirrors.net 10.5/release/main Packages
> Hit http://bindist.finkmirrors.net 10.5/release/main Release
> Hit http://bindist.finkmirrors.net 10.5/release/crypto Packages
> Hit http://bindist.finkmirrors.net 10.5/release/crypto Release
> Hit http://bindist.finkmirrors.net 10.5/current/main Packages
> Hit http://bindist.finkmirrors.net 10.5/current/main Release
> Hit http://bindist.finkmirrors.net 10.5/current/crypto Packages
> Hit http://bindist.finkmirrors.net 10.5/current/crypto Release
> Reading Package Lists...
> Building Dependency Tree...
> Failed: phase compiling: postgresql83-8.3.4-1 failed
>



>
> As I do not subscribe to this mailing list, please reply to me
> directly if you can find any mistake on my part, or a way of solving
> the problem. I am not interested in the postgresql83 package itself,
> it just shows up as a dependency in fink.
>
>
> Regards,
> Paul Anton Letnes.
>

What you have posted is the result of *absolutely every* compile  
failure.  There is no information for us to see what's going on.

Try just using "fink -l build postgresql83", which will capture a log  
file for you under /tmp .  And then look in that log file for an error  
further back in the build.  I'd recommend starting at the _top_ and  
working your way down until something shows up as an error.  Then post  
starting with the full compiler line (e.g. gcc "bunch of stuff")  
before that.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Maxima

2008-10-20 Thread Alexander Hansen
Hey, folks.

J.F. Mertens had emailed me a while back about the prospects of  
switching maxima over to SBCL instead of CLISP.  Now that we've got a  
reasonably current sbcl in current/unstable for both PowerPC and  
Intel, this would be a possibility.

Does anybody who uses maxima have strong feelings pro or con ?  I'm  
not planning on making a jump immediately, so if you've got a strong  
opinion, there's time to register it.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] balsa-2.3.26-3 build failure on 10.5.5/Intel

2008-10-20 Thread Alexander Hansen

[Macbook Core2Duo, OS 10.5.5, Xcode3.1.1]

This is a new package whose maintainer doesn't have a 10.5.x box as of  
yet.  The failure is as follows:


...
Making all in imap
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../libbalsa - 
I../../libbalsa/imap -I/sw/include   -I/sw/lib/pango-ft219/include/ 
pango-1.0 -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include - 
I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 -I/sw/ 
include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/ 
gtk-2.0/include -I/sw/include/libart-2.0 -I/sw/include/gail-1.0 -I/sw/ 
include/libxml2 -I/sw/include/libgnomecanvas-2.0 -I/sw/include/ 
libgnomeprint-2.2 -I/sw/include/libgnomeprintui-2.2 -I/sw/include/ 
orbit-2.0 -I/sw/include/bonobo-activation-2.0 -I/sw/include/ 
libbonobo-2.0 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/ 
include/gconf/2 -I/sw/include/gnome-vfs-2.0 -I/sw/include/gnome-vfs- 
module-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/ 
libgnome-2.0 -I/sw/include/libbonoboui-2.0 -I/sw/include/gnome- 
keyring-1 -I/sw/include/libgnomeui-2.0 -I/sw/include/gmime-2.0 -I/usr/ 
X11R6/include -I/usr/X11/include -DORBIT2=1 -I/sw/lib/pango-ft219/ 
include/pango-1.0 -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include - 
I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/ 
orbit-2.0 -I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 - 
I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/ 
lib/gtk-2.0/include -I/sw/include/libxml2 -I/sw/include/gconf/2 -I/sw/ 
include/libart-2.0 -I/sw/include/gail-1.0 -I/sw/include/bonobo- 
activation-2.0 -I/sw/include/libbonobo-2.0 -I/sw/include/gnome-vfs-2.0  
-I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/ 
libgnome-2.0 -I/sw/include/libgnomecanvas-2.0 -I/sw/include/ 
libbonoboui-2.0 -I/sw/include/gnome-keyring-1 -I/sw/include/enchant -I/ 
sw/include/libglade-2.0 -I/sw/include/libgnomeui-2.0 -I/sw/include/ 
libgtkhtml-3.14 -I/usr/X11R6/include -I/usr/X11/include -DORBIT2=1 -I/ 
sw/include -I/sw/include -I/sw/include   -I/sw/include/libxml2 -I/sw/ 
include  -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0  
-I/sw/lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/include -I/sw/ 
include/pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/ 
include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/gtkspell-2.0 - 
I/usr/X11R6/include -I/usr/X11/include  -I/sw/include -I/sw/include  - 
ansi -Os -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0  
-I/sw/lib/glib-2.0/include -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/ 
include -I/sw/include/orbit-2.0 -I/sw/include/libpng12 -I/sw/include - 
I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/ 
include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/libxml2 -I/sw/ 
include/gconf/2 -I/sw/include/libart-2.0 -I/sw/include/gail-1.0 -I/sw/ 
include/bonobo-activation-2.0 -I/sw/include/libbonobo-2.0 -I/sw/ 
include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/ 
sw/include/libgnome-2.0 -I/sw/include/libgnomecanvas-2.0 -I/sw/include/ 
libbonoboui-2.0 -I/sw/include/gnome-keyring-1 -I/sw/include/enchant -I/ 
sw/include/libglade-2.0 -I/sw/include/libgnomeui-2.0 -I/sw/include/ 
libgtkhtml-3.14 -I/usr/X11R6/include -I/usr/X11/include -DORBIT2=1 - 
Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts - 
Wuninitialized -Wmissing-prototypes -Wreturn-type -Wdeclaration-after- 
statement -D_FORTIFY_SOURCE=2 -c auth-cram.c

In file included from /usr/include/string.h:148,
 from auth-cram.c:27:
/usr/include/secure/_string.h:52: error: syntax error before 'void'
/usr/include/secure/_string.h:63: error: syntax error before 'void'
/usr/include/secure/_string.h:74: error: syntax error before 'void'
/usr/include/secure/_string.h:85: error: syntax error before 'char'
/usr/include/secure/_string.h:96: error: syntax error before 'char'
/usr/include/secure/_string.h:107: error: syntax error before 'char'
/usr/include/secure/_string.h:119: error: syntax error before 'char'
/usr/include/secure/_string.h:130: error: syntax error before 'char'
make[3]: *** [auth-cram.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2-
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=100&url=/__

[Fink-users] wxgtk2.8-2.8.7-19 build failure was Re: imagemagick update fails

2008-10-21 Thread Alexander Hansen

On Oct 21, 2008, at 8:38 AM, Francis Poulin wrote:

> Recently I tried
>
> fink --yes update-all
>
> and unfortunately, it can't seem to update imagemagick.

The message at the bottom said that you _did_ update imagemagick.   
Your problem is with wxgtk2.8 .

> I tried fink
> selfupdate before but that didn't do the trick.
>
> Below I've include the portion where things seemed to go wrong.
>
> Any advice would be well appreciated.
>
>
>  wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,
> wxX11FullScreenMethod)in coredll_utilsx11.o
>   wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,
> wxX11FullScreenMethod)in coredll_utilsx11.o
>   wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,
> wxX11FullScreenMethod)in coredll_utilsx11.o
>   wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,
> wxX11FullScreenMethod)in coredll_utilsx11.o
>   wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,
> wxX11FullScreenMethod)in coredll_utilsx11.o
>   wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,
> wxX11FullScreenMethod)in coredll_utilsx11.o
>   wxTopLevelWindowGTK::SetTransparent(unsigned char)in
> coredll_toplevel.o
>   "_XGetWindowAttributes", referenced from:
>   IsMapped(_XDisplay*, unsigned long)in coredll_utilsx11.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [/sw/src/fink.build/wxgtk2.8-2.8.7-19/wxGTK-2.8.7/build/lib/
> libwx_gtk2u_core-2.8.0.4.0.dylib] Error 1
> ### execution of /var/tmp/tmp.3.YyFxsq failed, exit code 2


It's generally useful to provide some information such as:

Your OS version
Your architecture
What version of the Xcode Tools you're using.

Also, it's frequently helpful to quote the compiler output line just  
above where the errors start to occur, because that helps us see  
whether there are local issues causing the build problem.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] balsa-2.3.26-3 build failure on 10.5.5/Intel

2008-10-21 Thread Alexander Hansen

On Oct 21, 2008, at 3:44 AM, Martin Costabel wrote:

> Alexander Hansen wrote:
> []
>> /usr/include/secure/_string.h:52: error: syntax error before 'void'
>
> This is a strange one... Looking at the preprocessor output (to take  
> into account possible weird macros), the line in question remains  
> still the same, the first line of
>
> static inline void *
> __inline_memcpy_chk (void *__dest, const void *__src, size_t __len)
> {
>  return __builtin___memcpy_chk (__dest, __src, __len,  
> __builtin_object_size (__dest, 0));
> }
>
> I don't see why "static inline void *" should have a syntax error  
> before void.
>
> Is there a situation where "static inline" is forbidden? Any C gurus  
> out there?
>
> -- 
> Martin
>

There was a bit of discussion on IRC about this, and one notion was  
brought up, but not yet explored:

17:23 < dmacks> That secure/_string.h error is probably triggered by the
 FORTIFY_SOURCE flag...adds some strict safety  
controls on
 memory and other "likely mistakes", so unsetting the  
flag would
 maybe fix the build but doesn't change the apparent  
fact that
 the code itself is bad.



-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re: imagemagick update fails

2008-10-21 Thread Alexander Hansen

On Oct 21, 2008, at 2:30 PM, Francis Poulin wrote:

> Thanks for your response.  There's a lot of output and I'm trying to  
> figure out what you're looking for.
>
> The first time I see any error is in the checking.  I see the  
> following output,
>
> checking for cppunit-config... /sw/bin/cppunit-config
> checking for Cppunit - version >= 1.8.0... ../configure: line  
> 49762: /sw/bin/cppunit-config: No such file or directory
> ../configure: line 49763: /sw/bin/cppunit-config: No such file or  
> directory
> ../configure: line 49764: /sw/bin/cppunit-config: No such file or  
> directory
> expr: syntax error
> no
> configure: creating ./config.status
> config.status: creating lib/wx/config/gtk2-unicode-release-2.8
>
> Then it runs make with a lot of file compilation I believe and I get  
> the following:
>
> 0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lz - 
> lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 - 
> lintl -lXinerama -lXxf86vm -lSM -lpng -lz -ljpeg -ltiff   - 
> lwxregexu-2.8  -L/sw/lib/gtk-2.0 -L/sw/lib/gstreamer-0.10 -L/sw/lib/ 
> freetype219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib  -L/usr/X11R6/ 
> lib  -L/sw/lib -framework IOKit -framework CoreServices -framework  
> System -framework ApplicationServices  -lz -L/sw/lib - 
> lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 - 
> lgconf-2 -lglib-2.0 -lintl -lgstinterfaces-0.10 -lpthread -liconv  - 
> lwx_baseu-2.8
> Undefined symbols:
>  "_XFlush", referenced from:
>  wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
> wxX11FullScreenMethod)in coredll_utilsx11.o
>  "_XAllocWMHints", referenced from:
>  _wxgtk_window_set_urgency_hint in coredll_toplevel.o
>  "_XDefaultRootWindow", referenced from:
>  wxClientDisplayRect(int*, int*, int*, int*)in  
> coredll_displayx11.o
>  "_XkbSetDetectableAutoRepeat", referenced from:
>  wxSetDetectableAutoRepeat(bool) in coredll_utilsgtk.o
>  "_XMapRaised", referenced from:
>  wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
> wxX11FullScreenMethod)in coredll_utilsx11.o
>  "_XSetErrorHandler", referenced from:
>  wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
> wxX11FullScreenMethod)in coredll_utilsx11.o
>  wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
> wxX11FullScreenMethod)in coredll_utilsx11.o
>  wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
> wxX11FullScreenMethod)in coredll_utilsx11.o
> ...
>
> With a whole lot more of undefined symbols that I will cut for  
> brevity.




The line above is what we were looking for, but you didn't quote the  
whole thing:  it should start with "cc", or "gcc" or "g++" or "ld"

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re: imagemagick update fails

2008-10-21 Thread Alexander Hansen

On Oct 21, 2008, at 3:50 PM, Francis Poulin wrote:

> On 21-Oct-08, at 3:25 PM, Alexander Hansen wrote:
>>
>> 
>>
>> The line above is what we were looking for, but you didn't quote  
>> the whole thing:  it should start with "cc", or "gcc" or "g++" or  
>> "ld"
>>
>
>
> I copied the two previous lines below.
>
> Thanks again for your response.
>
> Francis
>
>
> g++ -c -o coredll_vscroll.o  -D__WXGTK__  -I../src/regex  - 
> DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -dynamic -fPIC -DPIC - 
> D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/sw/src/fink.build/ 
> wxgtk2.8-2.8.7-19/wxGTK-2.8.7/build/lib/wx/include/gtk2-unicode- 
> release-2.8 -I../include -I/sw/lib/pango-ft219/include/pango-1.0 -I/ 
> sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include - 
> I/sw/lib/fontconfig2/include -I/sw/include/glib-2.0 -I/sw/lib/ 
> glib-2.0/include -I/sw/include/libpng12 -I/sw/include -I/sw/include/ 
> pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/ 
> atk-1.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11/ 
> include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/ 
> include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/orbit-2.0 - 
> I/sw/include/gconf/2 -I/sw/include/libxml2 -I/sw/include -I/sw/ 
> include/gstreamer-0.10 -DORBIT2=1 -I/usr/X11R6/include -I/sw/include/ 
> SDL -I/sw/include/gtk-2.0/gtk -I/sw/include/gtk-2.0/gdk -I/sw/lib/ 
> pango-ft219/include/pango-1.0 -I/sw/include/gstreamer-0.10 -I/sw/ 
> include -I/sw/include -fno-rtti -fno-exceptions -Wall -Wundef -Wno- 
> ctor-dtor-privacy -O2 -fno-strict-aliasing -I/sw/include/glib-2.0 -I/ 
> sw/lib/glib-2.0/include -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/ 
> include -I/sw/include/orbit-2.0 -I/sw/include/gconf/2 -I/sw/include/ 
> gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include - 
> DORBIT2=1 -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/ 
> freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
> lib/fontconfig2/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
> include -I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 - 
> I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/ 
> lib/gtk-2.0/include -I/sw/include/libart-2.0 -I/sw/include/gail-1.0 - 
> I/sw/include/libxml2 -I/sw/include/libgnomecanvas-2.0 -I/sw/include/ 
> libgnomeprint-2.2 -I/sw/include/libgnomeprintui-2.2 -I/usr/X11R6/ 
> include -I/usr/X11/include -I/sw/include/SDL -D_GNU_SOURCE=1 - 
> D_THREAD_SAFE -fno-common ../src/generic/vscroll.cpp
> g++ -dynamiclib -single_module -Wl,-x -dead_strip - 
> headerpad_max_install_names -o /sw/src/fink.build/wxgtk2.8-2.8.7-19/ 
> wxGTK-2.8.7/build/lib/libwx_gtk2u_core-2.8.0.4.0.dylib   
> coredll_event.o coredll_fs_mem.o coredll_msgout.o coredll_utilscmn.o  
> coredll_utilsunx.o  coredll_caret.o coredll_imaglist.o  
> coredll_dialup.o coredll_fontenum.o coredll_fontutil.o  
> coredll_utilsx11.o coredll_displayx11.o coredll_icon.o  
> coredll_paletteg.o coredll_app.o coredll_assertdlg_gtk.o  
> coredll_bitmap.o coredll_brush.o coredll_clipbrd.o coredll_colour.o  
> coredll_cursor.o coredll_data.o coredll_dataobj.o coredll_dc.o  
> coredll_dcclient.o coredll_dcmemory.o coredll_dcscreen.o  
> coredll_dnd.o coredll_evtloop.o coredll_font.o coredll_gsockgtk.o  
> coredll_main.o coredll_minifram.o coredll_pen.o coredll_popupwin.o  
> coredll_region.o coredll_renderer.o coredll_settings.o  
> coredll_timer.o coredll_tooltip.o coredll_toplevel.o  
> coredll_utilsgtk.o coredll_win_gtk.o coredll_window.o  
> coredll_accel.o coredll_colrdlgg.o coredll_dirdlgg.o  
> coredll_fdrepdlg.o coredll_filedlgg.o coredll_graphicc.o  
> coredll_listctrl.o coredll_msgdlgg.o coredll_prntdlgg.o  
> coredll_statusbr.o coredll_tabg.o coredll_fontdlgg.o  
> coredll_artgtk.o coredll_bmpbuttn.o coredll_button.o  
> coredll_checkbox.o coredll_checklst.o coredll_choice.o  
> coredll_collpane.o coredll_colordlg.o coredll_combobox.o  
> coredll_control.o coredll_clrpicker.o coredll_dialog.o  
> coredll_fontpicker.o coredll_filepicker.o coredll_dirdlg.o  
> coredll_filedlg.o coredll_fontdlg.o coredll_frame.o coredll_gauge.o  
> coredll_gprint.o coredll_gvfs.o coredll_listbox.o coredll_mdi.o  
> coredll_menu.o coredll_msgdlg.o coredll_notebook.o  
> coredll_radiobox.o coredll_radiobut.o coredll_scrolbar.o  
> coredll_scrolwin.o coredll_slider.o coredll_spinbutt.o  
> coredll_spinctrl.o coredll_statbmp.o coredll_statbox.o  
> coredll_statline.o coredll_stattext.o coredll_tbargtk.o  
> coredll_textctrl.o coredll_tglbtn.o coredll_treeentry_gtk.o  
> coredll_utilsres.o coredll_accesscmn.o coredll_anidecod.o  
> coredll_appcmn.o coredll_artprov.o coredll_artstd.o  
>

Re: [Fink-users] Problem compiling gtk+2-2.14.4-1

2008-10-21 Thread Alexander Hansen


On Oct 21, 2008, at 1:47 PM, Ralf Höling wrote:


Hi all,

after Alexander solved my problem with x11 now I have another  
problem: After working a very long time, fink failed

 compiling gtk2 with the following error message:


In file included from gtkprintbackendcups.c:50:
gtkcupsutils.h:94: error: syntax error before 'http_addrlist_t'
gtkcupsutils.h:94: warning: no semicolon at end of struct or union
gtkcupsutils.h:95: warning: type defaults to 'int' in declaration of  
'current_addr'
gtkcupsutils.h:95: warning: data definition has no type or storage  
class
gtkcupsutils.h:96: error: 'socket' redeclared as different kind of  
symbol
/usr/include/sys/socket.h:578: error: previous declaration of  
'socket' was here

gtkcupsutils.h:98: error: syntax error before '}' token
gtkprintbackendcups.c: In function 'cups_dispatch_watch_check':
gtkprintbackendcups.c:601: warning: implicit declaration of function  
'httpGetFd'

gtkprintbackendcups.c: In function 'create_pickone_option':
gtkprintbackendcups.c:2493: error: 'ppd_coption_t' undeclared (first  
use in this function)
gtkprintbackendcups.c:2493: error: (Each undeclared identifier is  
reported only once

gtkprintbackendcups.c:2493: error: for each function it appears in.)
gtkprintbackendcups.c:2493: error: 'coption' undeclared (first use  
in this function)
gtkprintbackendcups.c:2511: warning: implicit declaration of  
function 'ppdFindCustomOption'
gtkprintbackendcups.c:2515: error: 'ppd_cparam_t' undeclared (first  
use in this function)
gtkprintbackendcups.c:2515: error: 'cparam' undeclared (first use in  
this function)
gtkprintbackendcups.c:2517: warning: implicit declaration of  
function 'ppdFirstCustomParam'
gtkprintbackendcups.c:2519: warning: implicit declaration of  
function 'ppdNextCustomParam'
gtkprintbackendcups.c:2519: warning: comparison between pointer and  
integer
gtkprintbackendcups.c:2523: error: 'PPD_CUSTOM_INT' undeclared  
(first use in this function)
gtkprintbackendcups.c:2527: error: 'PPD_CUSTOM_PASSCODE' undeclared  
(first use in this function)
gtkprintbackendcups.c:2531: error: 'PPD_CUSTOM_PASSWORD' undeclared  
(first use in this function)
gtkprintbackendcups.c:2535: error: 'PPD_CUSTOM_REAL' undeclared  
(first use in this function)
gtkprintbackendcups.c:2539: error: 'PPD_CUSTOM_STRING' undeclared  
(first use in this function)

make[4]: *** [gtkprintbackendcups.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.Czubhz failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.14.4-1
(Reading database ... 74253 files and directories currently  
installed.)

Removing fink-buildlock-gtk+2-2.14.4-1 ...
Failed: phase compiling: gtk+2-2.14.4-1 failed

So I need your help again.

Best regards

Ralf


--
Package manager version: 0.28.6
Distribution version: selfupdate-rsync Tue Oct 21 18:11:01 2008,  
10.5, powerpc

Mac OS X version: 10.5.5
Xcode version: 3.1.1
gcc version: 4.0.1 (Apple Inc. build 5488)
make version: 3.81
Feedback Courtesy of FinkCommander


Could we get the full compiler output line from just before this  
error?  I wasn't able to reproduce it.


-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re: imagemagick update fails

2008-10-22 Thread Alexander Hansen
This issue should be fixed now.

The problem was not with our pkgconfig or gtk+2, per se, but that  
wxgtk2.8 (upstream code, not specific to our package) was relying on  
superflous link information that gtk+2 had published in its .pc file,  
and which has since been removed.

On Oct 21, 2008, at 7:19 PM, James Howse wrote:

> In fact after digging a bit more I think the problem may be that in  
> the fink port of pkgconfig the configuration flag --enable-indirect- 
> deps is commented out.

It shouldn't matter--this was tested.  Check out "fink dumpinfo - 
fdescport pkgconfig"

>
> James
>> Just as another data point I did the following experiment.  I run  
>> both fink and macports and at the moment I have the same version of  
>> pkg-config installed under both port systems.  However I obtain  
>> different results with the fink version than I do with the macports  
>> version.
>>
>> Fink
>> setenv PKG_CONFIG_PATH /opt/fink/lib/pkgconfig
>> /opt/fink/bin/pkg-config --libs gdk-x11-2.0
>>
>> -L/opt/fink/lib -L/opt/fink/lib/pango-ft219/lib -lgdk-x11-2.0 - 
>> lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 - 
>> lgmodule-2.0 -lglib-2.0 -lintl
>>
>> MacPorts
>> setenv PKG_CONFIG_PATH /opt/macports/lib/pkgconfig
>> /opt/macports/bin/pkg-config --libs gdk-x11-2.0
>>
>> -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -L/ 
>> opt/macports/lib -L/usr/X11R6/lib -lgdk-x11-2.0 -lgdk_pixbuf-2.0 - 
>> lpangocairo-1.0 -lcairo -lSM -lICE -lpangoft2-1.0 -lpixman-1 - 
>> lpng12 -lXrender -lX11 -lpango-1.0 -lm -lfontconfig -lexpat - 
>> lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv
>>
>> So perhaps the problem lies in the fink port of pkg-config?
>> James
>>
>>> Martin Costabel wrote:
>>> []
>>>
 This is caused by the gtk+ update. I think it is due to the fact  
 that

   pkg-config --libs gdk-x11-2.0

 used to give something like

 -L/sw/lib/pango-ft219/lib -L/sw/lib/freetype219/lib
 -L/sw/lib/fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib
 -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices
 -lgdk-x11-2.0 -lXrandr -lXrender -lXinerama -lXext -lX11
 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0
 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 - 
 lgmodule-2.0
 -lglib-2.0 -lintl -liconv

 and now gives only

 -L/sw/lib/pango-ft219/lib -L/sw/lib -lgdk-x11-2.0 -lgdk_pixbuf-2.0
 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0
 -lglib-2.0 -lintl

>>> This looks really like a bug in gdk-x11-2.0.pc (from gtk+2). After  
>>> all,
>>> libgdk-x11-2.0.dylib *is* linked to all these X11 dylibs. Now  
>>> whether
>>> wxgtk should rely on gdk-x11-2.0.pc to bring the X11 libs on the  
>>> linker
>>> line is a different question. As an ugly workaround, adding
>>>
>>> -L/usr/X11R6/lib -lXrandr -lXrender -lXinerama -lXext -lX11
>>>
>>> to the SetLDFLAGS: line lets wxgtk2.8 build for me 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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem compiling gtk+2-2.14.4-1

2008-10-22 Thread Alexander Hansen

On Oct 22, 2008, at 5:41 PM, Ralf Höling wrote:

> Hi Martin!
>
> Am 22.10.2008 um 23:31 schrieb Martin Costabel:
>>>
>>
>> Yes, this looks like mine. It contains a perfectly valid definition
>> of http_addrlist_t. The question is if it is really this one that's
>> included or a different one with a bad definition. You don't have
>> anything cups-related in /usr/local/include? Or in /sw/include/cups/?
>
> It seems you found it:
> % ls -l /sw/include/cups
> insgesamt 80
> -rw-r--r-- 1 root admin  6333 23. Okt 2004  cups.h
> -rw-r--r-- 1 root admin 11398 23. Okt 2004  http.h
> -rw-r--r-- 1 root admin  7934 23. Okt 2004  image.h
> -rw-r--r-- 1 root admin 13100 23. Okt 2004  ipp.h
> -rw-r--r-- 1 root admin  5234 23. Okt 2004  language.h
> -rw-r--r-- 1 root admin  3044 23. Okt 2004  md5.h
> -rw-r--r-- 1 root admin 11615 23. Okt 2004  ppd.h
> -rw-r--r-- 1 root admin  9198 23. Okt 2004  raster.h
>
> What shall I do?
>
> Thank you for your help.
>
> Ralf
>


Those look old, but make sure that fink doesn't still have a package  
associated with them by running

dpkg -S /sw/include/cups

If no package shows up to claim that directory, then you can probably  
remove it (or at least rename it).
-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gdal 1.5.1-1002: duplicate symbol _nctypelen

2008-10-23 Thread Alexander Hansen

On Oct 23, 2008, at 10:28 AM, Thomas Dalang wrote:

> The compilation stopped with the following error message:
> ld: duplicate symbol _nctypelen in /sw/lib/libmfhdf.a(array.o) and
> /sw/lib/libnetcdf.a(putget.o)
>

You're going to need to provide more context than that.   From what  
you've given us it's not even clear if that's a warning or an error.

How about starting with the last compiler line before errors occur and  
the lines that follow?

Also:  what OS version and architecture, and Xcode tools version, do  
you have?

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem compiling gtk+2-2.14.4-1

2008-10-23 Thread Alexander Hansen

On Oct 23, 2008, at 2:18 PM, Ralf Höling wrote:

> Hi!
>
> Am 23.10.2008 um 01:32 schrieb Alexander Hansen:
>>
>>
>> Those look old, but make sure that fink doesn't still have a  
>> package associated with them by running
>>
>> dpkg -S /sw/include/cups
>>
>> If no package shows up to claim that directory, then you can  
>> probably remove it (or at least rename it).
>
> % dpkg -S /sw/include/cups
> cups-dev: /sw/include/cups
>
> After fink remove cups-dev compiling gtk+2 completed without problems.
> Thank you for your help.
>
> Best regards
>
> Ralf
>

Good to hear that.

cups-dev is now a virtual package rather than a real one; perhaps  
nothing that currently depends on it uses a versioned dependency so  
this didn't get detected.
-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re:imagemagick update fails

2008-10-23 Thread Alexander Hansen

On Oct 23, 2008, at 3:20 PM, Francis Poulin wrote:

> Hello,
>
> If I understand correctly someone said that the failure to build
> wxgtk2.8 was fixed.  However, when I updated everything and tried
> install it and found the following message.  It is different from
> before but it still fails.
>
> Cheers,
> Francis
>
> g++ -c -o advdll_sound_sdl.o  -D__WXGTK__  -I../src/regex  -
> DWXUSINGDLL -DWXMAKINGDLL_ADV -dynamic -fPIC -DPIC -
> D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/sw/src/fink.build/
> wxgtk2.8-2.8.7-19/wxGTK-2.8.7/build/lib/wx/include/gtk2-unicode-
> release-2.8 -I../include -I/sw/lib/pango-ft219/include/pango-1.0 -I/ 
> sw/
> lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/
> lib/fontconfig2/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/
> include -I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 - 
> I/
> sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/ 
> lib/
> gtk-2.0/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/
> glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/dbus-1.0 -I/sw/lib/
> dbus-1.0/include -I/sw/include/orbit-2.0 -I/sw/include/gconf/2 -I/sw/
> include/libxml2 -I/sw/include -I/sw/include/gstreamer-0.10 - 
> DORBIT2=1 -
> I/usr/X11R6/include -I/sw/include/SDL -I/sw/include/gtk-2.0/gtk -I/sw/
> include/gtk-2.0/gdk -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/
> include/gstreamer-0.10 -I/sw/include -I/sw/include -fno-rtti -fno-
> exceptions -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-
> aliasing -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/
> include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/orbit-2.0 - 
> I/
> sw/include/gconf/2 -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome- 
> vfs2.16/
> gnome-vfs-2.0/include -DORBIT2=1 -I/sw/lib/pango-ft219/include/
> pango-1.0 -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
> freetype219/include -I/sw/lib/fontconfig2/include -I/sw/include/
> glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/
> include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/
> gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/
> libart-2.0 -I/sw/include/gail-1.0 -I/sw/include/libxml2 -I/sw/include/
> libgnomecanvas-2.0 -I/sw/include/libgnomeprint-2.2 -I/sw/include/
> libgnomeprintui-2.2 -I/usr/X11R6/include -I/usr/X11/include -I/sw/
> include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -fno-common ../src/unix/
> sound_sdl.cpp
> g++ -dynamiclib -single_module -Wl,-x -dead_strip -
> headerpad_max_install_names -o /sw/src/fink.build/wxgtk2.8-2.8.7-19/
> wxGTK-2.8.7/build/lib/libwx_gtk2u_adv-2.8.0.4.0.dylib
> advdll_animatecmn.o advdll_datavcmn.o advdll_aboutdlgg.o
> advdll_animateg.o advdll_bmpcboxg.o advdll_calctrl.o advdll_datavgen.o
> advdll_datectlg.o advdll_grid.o advdll_gridctrl.o advdll_gridsel.o
> advdll_helpext.o advdll_hyperlink.o advdll_laywin.o advdll_odcombo.o
> advdll_propdlg.o advdll_sashwin.o advdll_splash.o advdll_tipdlg.o
> advdll_wizard.o advdll_taskbarcmn.o advdll_joystick.o advdll_sound.o
> advdll_taskbarx11.o advdll_aboutdlg.o advdll_animate.o
> advdll_dataview.o advdll_taskbar.o advdll_eggtrayicon.o
> advdll_sound_sdl.o -L/sw/src/fink.build/wxgtk2.8-2.8.7-19/wxGTK-2.8.7/
> build/lib -L/sw/src/fink.build/wxgtk2.8-2.8.7-19/wxGTK-2.8.7/build/lib
> -L/sw/lib/gtk-2.0 -L/sw/lib/gstreamer-0.10 -L/sw/lib/freetype219/lib -
> L/sw/lib/fontconfig2/lib -L/sw/lib  -L/usr/X11R6/lib  -L/sw/lib -
> framework IOKit -framework CoreServices -framework System -framework
> ApplicationServices-L/sw/src/fink.build/wxgtk2.8-2.8.7-19/
> wxGTK-2.8.7/build/lib -install_name /sw/lib/
> libwx_gtk2u_adv-2.8.0.dylib   -compatibility_version 5.0 -
> current_version 5.0  -lz -L/sw/lib -lgstreamer-0.10 -lgobject-2.0 -
> lgmodule-2.0 -lgthread-2.0 -lxml2 -lgconf-2 -lglib-2.0 -lintl -
> lgstinterfaces-0.10 -lpthread -liconv -L/sw/lib -lcairo-L/sw/lib/
> pango-ft219/lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib - 
> L/
> sw/lib -Wl,-framework,CoreServices -Wl,- 
> framework,ApplicationServices -
> lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -
> lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lz -lfontconfig - 
> lgobject-2.0 -
> lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -lXinerama -lX11 -
> lXxf86vm -lSM -lpng -lz -ljpeg -ltiff -lwxregexu-2.8  -L/sw/lib/
> gtk-2.0 -L/sw/lib/gstreamer-0.10 -L/sw/lib/freetype219/lib -L/sw/lib/
> fontconfig2/lib -L/sw/lib  -L/usr/X11R6/lib  -L/sw/lib -framework
> IOKit -framework CoreServices -framework System -framework
> ApplicationServices  -lz -L/sw/lib -lgstreamer-0.10 -lgobject-2.0 -
> lgmodule-2.0 -lgthread-2.0 -lxml2 -lgconf-2 -lglib-2.0 -lintl -
> lgstinterfaces-0.10 -lpthread -liconv  -lwx_gtk2u_core-2.8 -
> lwx_baseu-2.8 -L/sw/lib -lSDLmain -lSDL -Wl,-framework,Cocoa
> ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib
> collect2: ld returned 1 exit status
> make: *** [/sw/src/fink.build/wxgtk2.8-2.8.7-19/wxGTK-2.8.7/build/lib/
> libwx_gtk2u_adv-2.8.0.4.0.dylib]

Re: [Fink-users] gnucash don't start

2008-10-23 Thread Alexander Hansen


On Oct 23, 2008, at 3:09 PM, enduro410 wrote:


Hi all,

Gnucash start with this error

gnucash
gnc.bin-Message: main: binreloc relocation support was disabled at  
configure time.


Failed to load key /apps/gnucash/general/show_splash_screen: Failed  
to contact configuration server; some possible causes are that you  
need to enable TCP/IP networking for ORBit, or you have stale NFS  
locks due to a system crash. See http://www.gnome.org/projects/ 
gconf/ for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /apps/gnucash/general/account_separator: Failed  
to contact configuration server; some possible causes are that you  
need to enable TCP/IP networking for ORBit, or you have stale NFS  
locks due to a system crash. See http://www.gnome.org/projects/ 
gconf/ for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /apps/gnucash/general/auto_decimal_point: Failed  
to contact configuration server; some possible causes are that you  
need to enable TCP/IP networking for ORBit, or you have stale NFS  
locks due to a system crash. See http://www.gnome.org/projects/ 
gconf/ for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /apps/gnucash/general/auto_decimal_places:  
Failed to contact configuration server; some possible causes are  
that you need to enable TCP/IP networking for ORBit, or you have  
stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ 
 for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /apps/gnucash/general/date_format: Failed to  
contact configuration server; some possible causes are that you need  
to enable TCP/IP networking for ORBit, or you have stale NFS locks  
due to a system crash. See http://www.gnome.org/projects/gconf/ for  
information. (Details -  1: Failed to get connection to session:  
dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to add history section to watched directories in gconf:  
Failed to contact configuration server; some possible causes are  
that you need to enable TCP/IP networking for ORBit, or you have  
stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ 
 for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to add history section to watched directories in gconf:  
Failed to contact configuration server; some possible causes are  
that you need to enable TCP/IP networking for ORBit, or you have  
stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ 
 for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /apps/gnucash/general/toolbar_style: Failed to  
contact configuration server; some possible causes are that you need  
to enable TCP/IP networking for ORBit, or you have stale NFS locks  
due to a system crash. See http://www.gnome.org/projects/gconf/ for  
information. (Details -  1: Failed to get connection to session:  
dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /desktop/gnome/interface/toolbar_style: Failed  
to contact configuration server; some possible causes are that you  
need to enable TCP/IP networking for ORBit, or you have stale NFS  
locks due to a system crash. See http://www.gnome.org/projects/ 
gconf/ for information. (Details -  1: Failed to get connection to  
session: dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
)Failed to load key /apps/gnucash/general/tab_position: Failed to  
contact configuration server; some possible causes are that you need  
to enable TCP/IP networking for ORBit, or you have stale NFS locks  
due to a system crash. See http://www.gnome.org/projects/gconf/ for  
information. (Details -  1: Failed to get connection to session:  
dbus-launch failed to autolaunch D-Bus session: Autolaunch  
requested, but X11 support not compiled in.

Cannot continue.
**
gnc.gui:ERROR:gnc-icons.c:68:gnc_add_stock_icon_pair: assertion  
failed: (pixbuf1 && pi

Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re:imagemagick update fails

2008-10-23 Thread Alexander Hansen

On Oct 23, 2008, at 5:44 PM, Francis Poulin wrote:

> Hello Alexander,
>
> I updated to 3.1.1 and that did the trick.
>
> Thanks again,
> Francis
>

[Xcode 3.1.1, that is]

Good.  That's consistent with our prior information on this issue, then.

I'd almost be tempted to suggest a versioned dependency on Xcode for  
10.5 for this package.


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] recent build failure with xchat-2.8.6-1

2008-10-23 Thread Alexander Hansen
This was reported on 10.4 on IRC, and I get the same thing on 10.5.

It appears to be in need of an update to work with the current gtk+2

...
gcc -DHAVE_CONFIG_H -I. -I../.. -I/sw/lib/pango-ft219/include/ 
pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/ 
freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/ 
lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/include -I/sw/ 
include/pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/ 
include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/ 
X11/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/ 
fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include - 
I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 -I/sw/ 
include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/ 
gtk-2.0/include -I/sw/include/gtkspell-2.0 -I/usr/X11R6/include -I/usr/ 
X11/include -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"/sw/share/locale\"  - 
I/sw/lib/system-openssl/include -I/sw/include -I/sw/include-g -O2 - 
Wall -I/sw/lib/system-openssl/include -I/sw/include -I/sw/include   -c  
-o fe-gtk.o fe-gtk.c
In file included from fe-gtk.c:48:
xtext.h:273: error: syntax error before 'gtk_xtext_get_type'
xtext.h:273: warning: type defaults to 'int' in declaration of  
'gtk_xtext_get_type'
xtext.h:273: warning: data definition has no type or storage class
fe-gtk.c: In function 'fe_ctrl_gui':
fe-gtk.c:786: warning: implicit declaration of function  
'setup_apply_real'
fe-gtk.c: In function 'try_browser':
fe-gtk.c:925: warning: passing argument 1 of 'xchat_execv' from  
incompatible pointer type
make[3]: *** [fe-gtk.o] Error 1


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gdal 1.5.1-1002: duplicate symbol _nctypelen

2008-10-24 Thread Alexander Hansen

On Oct 24, 2008, at 9:17 AM, dalang wrote:

> Here is a bit longer extract of the log-file. I hope, it gives all  
> information you need.
> The version of my XCode is 3.0.
>
>
> The following package will be installed or updated:
> gdal
> The following additional package will be installed:
> gdal-shlibs
>
> [...]
>
>
> GDAL is now configured for i386-apple-darwin9.5.0
>
>  Installation directory:/sw
>  C compiler:gcc -g -O2
>  C++ compiler:  g++ -g -O2
>
>  LIBTOOL support:   yes
>
>  LIBZ support:  external
>  GRASS support: no
>  CFITSIO support:   external
>  PCRaster support:  no
>  NetCDF support:yes
>  LIBPNG support:external
>  LIBTIFF support:   external (BigTIFF=no)
>  LIBGEOTIFF support:internal
>  LIBJPEG support:   external
>  LIBGIF support:external
>  OGDI support:  yes
>  HDF4 support:  yes
>  HDF5 support:  yes
>  Kakadu support:no
>  JasPer support:yes (GeoJP2=no)
>  ECW support:   no
>  MrSID support: no
>  GRIB support:  no
>  cURL support (wms/wcs/...):yes
>  PostgreSQL support:yes
>  MySQL support: no
>  Xerces-C support:yes
>  Expat support: yes
>  ODBC support:  yes
>  PGeo support:  yes
>  OCI support:   no
>  SDE support:   no
>  DODS support:  no
>  SQLite support:yes
>  DWGdirect support  no
>  PANORAMA GIS support:  no
>  INFORMIX DataBlade support:no
>  GEOS support:  yes
>
>  Mac OS X Framework :   no
>
>  Old-gen python  no
>  SWIG Bindings:  no
>
>  Statically link PROJ.4:yes
>  enable OGR building:   yes
>  enable pthread support:no
>  hide internal symbols: no
>
> [...]
> make libgdal.la
> /bin/sh /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/libtool -- 
> mode=link g++ -L/sw/lib  -L/sw/src -lproj -L/sw/lib -lgeos_c -I/usr/ 
> include -lsqlite3 -L/sw -L/sw/lib -lodbc -lodbcinst -L/usr/lib - 
> lexpat -L/sw/lib -lxerces-c -lpthread -ljasper -L/sw/lib -lhdf5  -L/ 
> sw/lib -lmfhdf -ldf -L/sw -L/sw/lib -logdi31 -L/sw -L/sw/lib -lgif - 
> L/sw -L/sw/lib -ljpeg -L/sw/lib -ltiff -L/sw -L/sw/lib -lpng -L/sw - 
> L/sw/lib -lnetcdf -L/sw -L/sw/lib -lcfitsio -lpq -L/sw/lib -lpq -lz - 
> L/sw -L/sw/lib  -ldl  -L/sw/lib   -L/sw/lib -lcurl  -o libgdal.la / 
> sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/o/*.lo /sw/src/ 
> fink.build/gdal-1.5.1-1002/gdal-1.5.1/gcore/*.lo /sw/src/fink.build/ 
> gdal-1.5.1-1002/gdal-1.5.1/port/*.lo /sw/src/fink.build/ 
> gdal-1.5.1-1002/gdal-1.5.1/alg/*.lo /sw/src/fink.build/ 
> gdal-1.5.1-1002/gdal-1.5.1/ogr/ogrsf_frmts/o/*.lo ./ogr/ 
> ogrgeometryfactory.lo ./ogr/ogrpoint.lo ./ogr/ogrcurve.lo ./ogr/ 
> ogrlinestring.lo ./ogr/ogrlinearring.lo ./ogr/ogrpolygon.lo ./ogr/ 
> ogrutils.lo ./ogr/ogrgeometry.lo ./ogr/ogrgeometrycollection.lo ./ 
> ogr/ogrmultipolygon.lo ./ogr/ogrsurface.lo ./ogr/ogrmultipoint.lo ./ 
> ogr/ogrmultilinestring.lo ./ogr/ogr_api.lo ./ogr/ogrfeature.lo ./ogr/ 
> ogrfeaturedefn.lo ./ogr/ogrfeaturequery.lo ./ogr/ 
> ogrfeaturestyle.lo ./ogr/ogrfielddefn.lo ./ogr/ 
> ogrspatialreference.lo ./ogr/ogr_srsnode.lo ./ogr/ogr_srs_proj4.lo ./ 
> ogr/ogr_fromepsg.lo ./ogr/ogrct.lo ./ogr/ogr_opt.lo ./ogr/ 
> ogr_srs_esri.lo ./ogr/ogr_srs_pci.lo ./ogr/ogr_srs_usgs.lo ./ogr/ 
> ogr_srs_dict.lo ./ogr/ogr_srs_panorama.lo ./ogr/ogr_srs_erm.lo ./ogr/ 
> swq.lo ./ogr/ogr_srs_validate.lo ./ogr/ogr_srs_xml.lo ./ogr/ 
> ograssemblepolygon.lo ./ogr/ogr2gmlgeometry.lo ./ogr/ 
> gml2ogrgeometry.lo \
>   -rpath /sw/lib \
>   -no-undefined -Wl,-m \
>   -version-info 13:1:12
> libtool: link: g++ -dynamiclib -Wl,-single_module  -o .libs/libgdal. 
> 1.dylib  /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/ 
> EHapi.o /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/ 
> EnvisatFile.o /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/ 
> o/.libs/GDapi.o /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/ 
> o/.libs/IdrisiDataset.o /sw/src/fink.build/gdal-1.5.1-1002/ 
> gdal-1.5.1/frmts/o/.libs/IngrTypes.o /sw/src/fink.build/ 
> gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/IntergraphBand.o /sw/src/ 
> fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/ 
> IntergraphDataset.o /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/ 
> frmts/o/.libs/JpegHelper.o /sw/src/fink.build/gdal-1.5.1-1002/ 
> gdal-1.5.1/frmts/o/.libs/SWapi.o /sw/src/fink.build/gdal-1.5.1-1002/ 
> gdal-1.5.1/frmts/o/.libs/aaigriddataset.o /sw/src/fink.build/ 
> gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/adrgdataset.o /sw/src/ 
> fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/aigccitt.o /sw/ 
> src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/o/.libs/ 
> aigdataset.o /sw/src/fink.build/gdal-1.5.1-1002/gdal-1.5.1/frmts/ 
> o/.libs/aigopen.o /

Re: [Fink-users] Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

2008-10-25 Thread Alexander Hansen

[restricting to -users to avoid cross-posting]

On Oct 25, 2008, at 5:51 PM, [EMAIL PROTECTED] wrote:


Hello,

I would like to compile GnuCash 2.2.7-1, but it depends on  
gtkhtml3.14, which currently does not compile on my Mac OS 10.4:


../doltlibtool: line 11: syntax error near unexpected token `"$arg"'
../doltlibtool: line 11: `*) args+=("$arg")'
make[2]: *** [libgtkhtml-a11y.la] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtkhtml3.14-dev-3.24.0-1
Removing fink-buildlock-gtkhtml3.14-dev-3.24.0-1 ...
Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

Thanks in advance for your help; I am really dependent on GnuCash  
for my personal accounting...




It's generally a good idea to provide the last line of output before  
errors start occurring, to help us rule out problems local to your  
setup.


I wasn't able to reproduce the problem--it built for me.  The package  
was updated fairly recently--when was the last time you ran a fink  
selfupdate?


-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

2008-10-26 Thread Alexander Hansen


On Oct 26, 2008, at 5:44 AM, [EMAIL PROTECTED] wrote:

Maybe I should add that the reason I was not able to downgrade  
gtkhtml is because version 3.16.3-2 (which I assume was the earlier  
version) does not compile on my mac either:




 gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/sw/lib/pango-ft219/include/ 
pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/ 
glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/ 
include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/ 
gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/ 
include/libxml2 -I/sw/include/libglade-2.0 -I/sw/include/dbus-1.0 -I/ 
sw/lib/dbus-1.0/include -I/sw/include/orbit-2.0 -I/sw/include/gconf/ 
2 -I/sw/include/libart-2.0 -I/sw/include/gail-1.0 -I/sw/include/ 
bonobo-activation-2.0 -I/sw/include/libbonobo-2.0 -I/sw/include/ 
gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/ 
include/libgnome-2.0 -I/sw/include/libgnomecanvas-2.0 -I/sw/include/ 
libbonoboui-2.0 -I/sw/include/gnome-keyring-1 -I/sw/include/ 
libgnomeui-2.0 -I/usr/X11R6/include -I/usr/X11/include -DORBIT2=1 - 
DGNOME_EXPLICIT_TRANSLATION_DOMAIN=\"gtkhtml-3.14\" -I/sw/lib/pango- 
ft219/include/pango-1.0 -I/sw/lib/pango-ft219/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
lib/fontconfig2/include -I/sw/include -I/sw/lib/pango-ft219/include/ 
pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/ 
glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/ 
include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/ 
gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/ 
include/gail-1.0 -I/usr/X11R6/include -I/usr/X11/include - 
DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 - 
DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1 -Os -Wall - 
Wmissing-prototypes -c factory.c  -fno-common -DPIC -o .libs/factory.o

In file included from factory.c:3:
../src/gtkhtml.h:134: error: parse error before 'gtk_html_get_type'
../src/gtkhtml.h:134: warning: type defaults to 'int' in declaration  
of 'gtk_html_get_type'
../src/gtkhtml.h:134: warning: data definition has no type or  
storage class

make[2]: *** [factory.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtkhtml3.14-dev-3.16.3-2



I believe this version doesn't work because of changes in gtk+2 in  
current/unstable.



-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

2008-10-26 Thread Alexander Hansen


On Oct 26, 2008, at 4:05 AM, Thomas Léauté wrote:



Op 26-okt-08, om 01:29 heeft Alexander Hansen het volgende geschreven:


[restricting to -users to avoid cross-posting]

On Oct 25, 2008, at 5:51 PM, [EMAIL PROTECTED] wrote:


Hello,

I would like to compile GnuCash 2.2.7-1, but it depends on  
gtkhtml3.14, which currently does not compile on my Mac OS 10.4:


../doltlibtool: line 11: syntax error near unexpected token `"$arg"'
../doltlibtool: line 11: `*) args+=("$arg")'
make[2]: *** [libgtkhtml-a11y.la] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtkhtml3.14-dev-3.24.0-1
Removing fink-buildlock-gtkhtml3.14-dev-3.24.0-1 ...
Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

Thanks in advance for your help; I am really dependent on GnuCash  
for my personal accounting...




It's generally a good idea to provide the last line of output  
before errors start occurring, to help us rule out problems local  
to your setup.


Here is this last line.

../doltlibtool --tag=CC   --mode=link gcc -I/sw/lib/fontconfig2/ 
include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
lib/pango-ft219/include/pango-1.0 -I/sw/include/libpng12 -I/sw/ 
include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/ 
gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/ 
include/gail-1.0 -I/usr/X11R6/include -I/usr/X11/include - 
DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 - 
DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1 -Os -Wall - 
Wmissing-prototypes  -L/sw/lib/fontconfig2/lib -L/sw/lib -o  
libgtkhtml-a11y.la  cell.lo factory.lo html.lo hyperlink.lo image.lo  
object.lo paragraph.lo table.lo text.lo utils.lo

../doltlibtool: line 11: syntax error near unexpected token `"$arg"'
../doltlibtool: line 11: `*) args+=("$arg")'

I wasn't able to reproduce the problem--it built for me.  The  
package was updated fairly recently--when was the last time you ran  
a fink selfupdate?


I do selfupdates once every week. Now, here is what happened, in  
some more detail: last time I did selfupdate + update all, gtkhtml  
failed to compile, and GnuCash would no longer start, as described  
in this very recent post by another user (except I use  
FinkCommander, and GnuCash would not start at all for me):


https://lists.gnucash.org/pipermail/gnucash-devel/2008-October/024067.html

(By the way, any idea how to solve the issue described in that  
post?... That would also help me)


Not knowing whether these two issues were related, and after  
tinkering with FinkCommander to try to fix the problem (including  
downgrading gtkhtml, gconf, and GnuCash), I decided to rename /sw/  
and do a complete reinstallation of fink from scratch. Once I had  
this fresh install of Fink, I tried compiling GnuCash 2.2.7-1.  
Again, gtkhtml still would not compile, and neither would GnuGash  
since it depends on it.


So, I am talking about a compilation error that occurs when  
attempting to compile GnuCash on a completely fresh, new  
installation of fink.


Thanks for your help



Let's look at the doltlibtool file (in the gtkhtml3.14-dev build  
directory under /sw/src/fink.build) that is giving the error message;  
that may have some information to help pin this issue down.-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

2008-10-26 Thread Alexander Hansen


On Oct 26, 2008, at 10:34 AM, [EMAIL PROTECTED] wrote:



Op 26-okt-08, om 15:19 heeft Alexander Hansen het volgende geschreven:

I would like to compile GnuCash 2.2.7-1, but it depends on  
gtkhtml3.14, which currently does not compile on my Mac OS 10.4:


../doltlibtool: line 11: syntax error near unexpected token  
`"$arg"'

../doltlibtool: line 11: `*) args+=("$arg")'
make[2]: *** [libgtkhtml-a11y.la] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtkhtml3.14-dev-3.24.0-1
Removing fink-buildlock-gtkhtml3.14-dev-3.24.0-1 ...
Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

Thanks in advance for your help; I am really dependent on  
GnuCash for my personal accounting...




It's generally a good idea to provide the last line of output  
before errors start occurring, to help us rule out problems local  
to your setup.


Here is this last line.

../doltlibtool --tag=CC   --mode=link gcc -I/sw/lib/fontconfig2/ 
include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/ 
lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/ 
sw/lib/pango-ft219/include/pango-1.0 -I/sw/include/libpng12 -I/sw/ 
include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/ 
gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/ 
include/gail-1.0 -I/usr/X11R6/include -I/usr/X11/include - 
DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 - 
DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1 -Os -Wall - 
Wmissing-prototypes  -L/sw/lib/fontconfig2/lib -L/sw/lib -o  
libgtkhtml-a11y.la  cell.lo factory.lo html.lo hyperlink.lo  
image.lo object.lo paragraph.lo table.lo text.lo utils.lo

../doltlibtool: line 11: syntax error near unexpected token `"$arg"'
../doltlibtool: line 11: `*) args+=("$arg")'


Let's look at the doltlibtool file (in the gtkhtml3.14-dev build  
directory under /sw/src/fink.build) that is giving the error  
message; that may have some information to help pin this issue down.


Here is the content of this file:

#!/bin/bash
top_builddir_slash="${0%%doltlibtool}"
: ${top_builddir_slash:=./}
args=()
modeok=false
tagok=false
for arg in "$@"; do
case "$arg" in
--mode=compile) modeok=true ;;
--tag=CC|--tag=CXX) tagok=true ;;
*) args+=("$arg")
esac
done
if $modeok && $tagok ; then
. ${top_builddir_slash}doltcompile "[EMAIL PROTECTED]"
else
exec ${top_builddir_slash}libtool "$@"
fi



Thanks.  Unfortunately that's mysterious to me.

Here are a couple of ideas for a workaround for you, to get gnucash2  
going:


1)  There's an unofficial (meaning the project doesn't control the  
server or its contents) binary distribution:


Edit /sw/etc/apt/sources.list as an administrator (e.g. via "sudo
nano /sw/etc/apt/sources.list") and add the following line to it:

deb http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.4 unstable main crypto

Then save the file and run "sudo apt-get update".  I'm not 100% sure  
whether it has a new enough gtkhtml3.14*, though.



2)  If you want to try a new clean install without enabling the  
unstable tree, a slightly older gnucash2 is available there (and the  
stable tree went through an audit recently so everything should build).-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gtkhtml3.14-dev-3.24.0-1 failed

2008-10-26 Thread Alexander Hansen


On Oct 26, 2008, at 2:04 PM, [EMAIL PROTECTED] wrote:


I just half-solved my problem.

Based on the observation that the reason why it was not compiling  
was /bin/bash complaining about a parsing error, I checked what  
version of bash I had installed:


GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin8.0)
Copyright (C) 2002 Free Software Foundation, Inc.

This is the version installed by default in /bin/ on my Intel Mac OS  
10.4 — I am surprised to see that it says "powerpc", by the way. I  
looked up the fink package list, and noticed there was a newer  
version of bash available. I went ahead and installed it in /sw/bin  
using fink:




That's indeed very strange.


GNU bash, version 3.2.9(1)-release (i386-apple-darwin8.11.1)
Copyright (C) 2005 Free Software Foundation, Inc.

Then I temporarily renamed /bin/bash, and replaced it with a symlink  
to /sw/bin/bash. Problem solved! Gtkhtml3.14-dev-3.24.0-1 compiled.  
Should I file a bug report somewhere?...


Now, I am not exactly done with compiling GnuCash. It also depends  
on evince, which just failed compiling:


g++  -o .libs/libevince-properties-page.so -bundle  .libs/ 
libevince_properties_page_la-ev-properties-main.o  .libs/libevince- 
properties-page.lax/libevproperties.a/ev-properties-view.o  .libs/ 
libevince-properties-page.lax/libevbackend.a/afmparse.o .libs/ 
libevince-properties-page.lax/libevbackend.a/bitmap.o .libs/ 
libevince-properties-page.lax/libevbackend.a/cairo-device.o .libs/ 
libevince-properties-page.lax/libevbackend.a/color.o .libs/libevince- 
properties-page.lax/libevbackend.a/common.o .libs/libevince- 
properties-page.lax/libevbackend.a/dvi-document.o .libs/libevince- 
properties-page.lax/libevbackend.a/dviread.o .libs/libevince- 
properties-page.lax/libevbackend.a/ev-async-renderer.o .libs/ 
libevince-properties-page.lax/libevbackend.a/ev-attachment.o .libs/ 
libevince-properties-page.lax/libevbackend.a/ev-backend- 
marshal.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
document-factory.o .libs/libevince-properties-page.lax/ 
libevbackend.a/ev-document-find.o .libs/libevince-properties- 
page.lax/libevbackend.a/ev-document-fonts.o .libs/libevince- 
properties-page.lax/libevbackend.a/ev-document-forms.o .libs/ 
libevince-properties-page.lax/libevbackend.a/ev-document- 
images.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
document-links.o .libs/libevince-properties-page.lax/libevbackend.a/ 
ev-document-misc.o .libs/libevince-properties-page.lax/ 
libevbackend.a/ev-document-security.o .libs/libevince-properties- 
page.lax/libevbackend.a/ev-document-thumbnails.o .libs/libevince- 
properties-page.lax/libevbackend.a/ev-document-transition.o .libs/ 
libevince-properties-page.lax/libevbackend.a/ev-document.o .libs/ 
libevince-properties-page.lax/libevbackend.a/ev-file- 
exporter.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
file-helpers.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
form-field.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
image.o .libs/libevince-properties-page.lax/libevbackend.a/ev-link- 
action.o .libs/libevince-properties-page.lax/libevbackend.a/ev-link- 
dest.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
link.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
poppler.o .libs/libevince-properties-page.lax/libevbackend.a/ev- 
render-context.o .libs/libevince-properties-page.lax/libevbackend.a/ 
ev-selection.o .libs/libevince-properties-page.lax/libevbackend.a/ 
files.o .libs/libevince-properties-page.lax/libevbackend.a/ 
font.o .libs/libevince-properties-page.lax/libevbackend.a/ 
fontmap.o .libs/libevince-properties-page.lax/libevbackend.a/ 
fonts.o .libs/libevince-properties-page.lax/libevbackend.a/ 
fontsrch.o .libs/libevince-properties-page.lax/libevbackend.a/ 
gf.o .libs/libevince-properties-page.lax/libevbackend.a/ 
gsdefaults.o .libs/libevince-properties-page.lax/libevbackend.a/ 
gsio.o .libs/libevince-properties-page.lax/libevbackend.a/ 
hash.o .libs/libevince-properties-page.lax/libevbackend.a/ 
list.o .libs/libevince-properties-page.lax/libevbackend.a/ 
pagesel.o .libs/libevince-properties-page.lax/libevbackend.a/ 
paper.o .libs/libevince-properties-page.lax/libevbackend.a/ 
pk.o .libs/libevince-properties-page.lax/libevbackend.a/ps- 
document.o .libs/libevince-properties-page.lax/libevbackend.a/ps- 
interpreter.o .libs/libevince-properties-page.lax/libevbackend.a/ 
ps.o .libs/libevince-properties-page.lax/libevbackend.a/ 
setup.o .libs/libevince-properties-page.lax/libevbackend.a/sp- 
epsf.o .libs/libevince-properties-page.lax/libevbackend.a/ 
special.o .libs/libevince-properties-page.lax/libevbackend.a/ 
t1.o .libs/libevince-properties-page.lax/libevbackend.a/tfm.o .libs/ 
libevince-properties-page.lax/libevbackend.a/tfmfile.o .libs/ 
libevince-properties-page.lax/libevbackend.a/tiff-document.o .libs/ 
libevince-properties-page.lax/libevbackend.a/tiff2ps.o .libs/ 
libevince-properties-page.lax/libevbackend.a/tt.o

Re: [Fink-users] gtk+2-dev failure

2008-10-27 Thread Alexander Hansen

On Oct 27, 2008, at 12:42 AM, Adam wrote:

> I'm trying to install gtk+2-dev as a dependency for matplotlib-py25.
>
> $ fink install gtk+2-dev
> Information about 7256 packages read in 1 seconds.
> The following package will be installed or updated:
> gtk+2-dev
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/gtk+2- 
> dev_2.14.4-1_darwin-i386.deb
> Selecting previously deselected package gtk+2-dev.
> (Reading database ... 166166 files and directories currently  
> installed.)
> Unpacking gtk+2-dev (from .../gtk+2-dev_2.14.4-1_darwin-i386.deb) ...
> /sw/bin/dpkg: error processing
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/gtk+2- 
> dev_2.14.4-1_darwin-i386.deb
> (--install):
> trying to overwrite
> `/sw/share/gtk-doc/html/gail-libgail-util/gail-libgail-util- 
> GailMisc.html',
> which is also in package gail17
> /sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
> /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/gtk+2- 
> dev_2.14.4-1_darwin-i386.deb
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package gtk+2-dev-2.14.4-1
>
> fink version:
> fink -V
> Package manager version: 0.28.6
> Distribution version: selfupdate-rsync Sun Oct 26 20:28:03 2008,  
> 10.5, i386
>
> macOS 10.5.5
>
> I couldn't decipher that error at all.  Any clues where I go next?
> Attempting to update numpy/matplotlib totally killed matplotlib in a
> way I don't understand, so I'm in a hurry to get it fixed.  So, to
> anyone who can help, thanks in advance!
>
> Adam
>

The error is pretty much what it says:  there's a file in common  
between the updated gtk+2-dev and gail17.  I don't even show gail17  
among my listed packages currently on 10.5.5, so nothing ought to  
depend on it (please let us know if something still does on your  
system).

You ought to be able just to remove that and then update gtk+2-dev,

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] GTK warnings

2008-10-27 Thread Alexander Hansen
Gideon Simpson wrote:
> This might have to do with the way my matplotlib package was built,  
> but I've started getting some warnings from my fink GTK:
>
> /opt/lib/python2.5/site-packages/matplotlib/backends/backend_gtk.py:
> 72: GtkWarning: Unable to find default local directory monitor type
>gtk.main()
> /opt/lib/python2.5/site-packages/matplotlib/backends/backend_gtk.py:
> 1033: GtkWarning: Unable to find default local directory monitor type
>if self.run() != int(gtk.RESPONSE_OK):
> -gideon
>
>   
Unless you installed Fink in /opt, then those warnings are coming from
stuff installed by *another* package management system, and we can't
help you.

--kidding--

You might try rebuilding your matplotlib; there have apparently been
some changes in the interface of the new gtk+2 (assuming you're on 10.4
or 10.5 and using the unstable tree).

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gtk+2-dev failure

2008-10-27 Thread Alexander Hansen
Adam wrote:
> There as a huge list of dependencies on gail17, basically everything I
> had installed with fink.  I decided to do a complete uninstall and
> start from scratch to clean out the filth.  I think my mistake was
> doing an update-all when unstable was enabled.  
Nope--we probably needed an explicit replacement option for gail17 when
it got obsoleted.  In the future, instead of removing Fink, there's a
manual option to override the file checking--which is useful in these
cases when you're overriding a package known to be obsolete.

http://www.finkproject.org/faq/comp-general.php?phpLang=en#also_in

> I still haven't gotten
> things to work correctly after the fresh install but my problems are
> different now.
>
> Thanks,
> Adam
>
>   


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] build issue with avahi-0.6.23-1 on 10.4 was Re: "Your intltool is too old"

2008-10-27 Thread Alexander Hansen
Herb Singleton wrote:
> I'm trying to install Gnuplot 4.2.3-13 from unstable and the install  
> is hanging up on linking to intltool with a "Your intltool is too  
> old." error.
>
> intltool 0.36.3-2 *and* intltool40 (0.40.5-1) are on the dependency  
> list  and I've installed intltool40 to no avail.
>
>   
Some packages still want intltool--not all have been updated for intltool40
> Searching around the internet, one link (http://bit.ly/3JrC5E) seems  
> to say that it might be a bug in the Gnome 2.24.0-2 package that was  
> fixed in 2.24.0-3.
>
>   
Totally irrelevant here.  You're having a failure with avahi, not the
_Debian_ gnome-build package which is isn't even in Fink's package list.
> PowerMac G4 400, Max OS X 10.4.11, XCode 2.5
>
> Also, I want to echo the sentiments that the dependencies seem to  
> have gotten a little out of hand - does Gnuplot really need Gnome  
> components to install?
>   
We've chosen to maximize the available options for gnuplot, which
includes the X11 wxWidgets terminal and other GNOME-related
functionality.  This was a conscious choice.

Another option for you is to install gnuplot-nox, which has a lower
footprint, but lacks X11 support.
> Thanks,
>
> Herb
>
>   


> checking for intltool >= 0.35.0... head: `-1' option is obsolete; use  
> `-n 1'
> Try `head --help' for more information.
>   found
> configure: error: Your intltool is too old.  You need intltool 0.35.0  
> or later.
> ### execution of ./configure failed, exit code 1
>   
avahi has an explicit dependency on intltool40, so its lack wouldn't be
the problem here.  We'll need to look at the config.log file in your
avahi build directory (under /sw/src/fink.build) to see what's going
on.  Check that for where it looks for intltool.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-single-module

2008-10-27 Thread Alexander Hansen

On Oct 27, 2008, at 8:32 PM, Martin wrote:

> Hi,
> I have fink 0.8.1 running on G4 with OsX 10.4.11 plus Apple Xcode  
> 2.5. I have trouble installing cctools-single-module virtual package  
> that is required as a dependency for qt3. I have other devtools- 
> related virtual packages installed, e.g. dev-tools, gcc3.3, system- 
> sdk-10.4 etc. so at least in these cases the dev tools were  
> recognized correctly. Any idea where to look to fix it?
>
> Thanks,
> Marty
>
>

Try the following (my output is from a 10.5 system, so some items may  
be different):

$ fink-virtual-pkgs --debug
- checking OSX version... 10.5.5-1
- checking for 64bit-cpu... 64 bit capable
- checking for cups headers... 1.0303-1
- checking system perl version... 5.8.8
- checking Java versions:
   - 1.6.0... 1.6.0/Commands 1.6.0/Headers
   - 1.6... 1.6/Commands 1.6/Headers
   - 1.5.0... 1.5.0/Commands 1.5.0/Headers
   - 1.5... 1.5/Commands 1.5/Headers
   - 1.5... 1.5/Commands 1.5/Headers
   - 1.4.2... 1.4.2/Commands 1.4.2/Headers
   - 1.4.1... 1.4.1/Commands 1.4.1/Headers
   - 1.4... 1.4/Commands 1.4/Headers
   - 1.4... 1.4/Commands 1.4/Headers
   - 1.3.1... nothing
   - 1.3... nothing
   - 1.3... nothing
- searching for java3d... found /System/Library/Java/Extensions/ 
j3dcore.jar
- searching for javaai... found /System/Library/Java/Extensions/ 
jai_core.jar
- checking for xcode version... 3.1.1-1
- checking for cctools version... 698-1
- checking for cctools -single_module support... yes, 698 has it


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink selfupdate test fails

2008-10-27 Thread Alexander Hansen

On Oct 27, 2008, at 8:57 PM, [EMAIL PROTECTED] wrote:

>
> Hi
>
> fink warned that I hadn't updated in more than 24 days, so I ran
> 'fink selfupdate'.  Some of the tests failed, though:
>
> Failed Test  Stat Wstat Total Fail  Failed  List of Failed
> ---
> ./CLI/capture.t 1   256291   3.45%  21
> ./Command/failure.t   255 65280260   0.00%  ??
> ./Services/spec2struct.t  255 65280 10   0.00%  ??
>
> This is a MacBookPro running 10.5.5 build 9F33 and XQuartz 2.3.1.
> Any ideas as to what the problem is?  A listing of an attempted
> update session is given below.
>
> Thanks.
>


> cd t && ./testmore.pl && find . -name '*.t' | sort | PREFIX="/sw"  
> xargs /usr/bin/perl -I/sw/src/fink.build/fink-0.28.6-41/fink-0.28.6/ 
> perlmod -MTest::Harness -e 'runtests(@ARGV)'
> Checking for Test::More...
> ./00compileok
> ./10features/users_groups..ok
> ./10features/volumeok
> ./Base/initialize..ok
> ./Base/param...ok
> ./Base/param_boolean...ok
> ./CLI/capture..
> #   Failed test 'die - exception thrown'
> #   in ./CLI/capture.t at line 98.
> #  got: 'Undefined subroutine &Scalar::Util::blessed called  
> at /System/Library/Perl/5.8.8/overload.pm line 89.
> # '
> # expected: 'test
> # '
> # Looks like you failed 1 test of 29.
> dubious
>   Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 21
>   Failed 1/29 tests, 96.55% okay
> ./Command/cat..ok
> ./Command/chowname.ok
> ./Command/commands.ok
> ./Command/du_skok
>1/6 skipped: can't test permission errors as root
> ./Command/exports..ok
> ./Command/failure..Undefined subroutine  
> &Scalar::Util::blessed called at /System/Library/Perl/5.8.8/ 
> overload.pm line 89.
> # Looks like your test died just after 26.
> dubious
>   Test returned status 255 (wstat 65280, 0xff00)
>   after all the subtests completed successfully
> ./Command/touchok
> ./Config/exports...ok
> ./Config/failure...ok
> ./Config/flag..ok
> ./Config/load_save.ok
> ./Config/options...ok
> ./Config/param.ok
> ./Config/verbosity_level...ok
> ./Engine/fetch.ok
> ./Finally/buildlocks...ok
> ./Finally/finally..ok
> ./FinkVersion/exports..ok
> ./FinkVersion/version..ok
> ./Mirror/exports...ok
> ./Notify/exports...ok
> ./Package/duplicate_fullnames..ok
> ./PkgVersion/get_perl..ok
> ./PkgVersion/get_ruby..ok
> ./PkgVersion/get_splitoffs.ok
> ./PkgVersion/non_consecutive_sourceok
> ./SelfUpdate/last_done.ok
> ./SelfUpdate/subclassesok
> ./Services/eval_conditionalok
> ./Services/execute_nonroot_okayok
>1/12 skipped: You must be non-root for this test
> ./Services/expand_percent..ok
> ./Services/prepare_script..ok
> ./Services/spec2struct.Undefined subroutine  
> &Scalar::Util::refaddr called at /System/Library/Perl/5.8.8/darwin- 
> thread-multi-2level/Data/Dumper.pm line 113.
> # Looks like your test died just after 1.
> dubious
>   Test returned status 255 (wstat 65280, 0xff00)
>   after all the subtests completed successfully
> ./Text/DelimMatch..ok
> Failed Test  Stat Wstat Total Fail  Failed  List of Failed
> ---
> ./CLI/capture.t 1   256291   3.45%  21
> ./Command/failure.t   255 65280260   0.00%  ??
> ./Services/spec2struct.t  255 65280 10   0.00%  ??
> 2 subtests skipped.
> Failed 3/41 test scripts, 92.68% okay. 1/875 subtests failed, 99.89%  
> okay.
> make: *** [test] Error 1
> ### execution of make failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-fink-0.28.6-41
> (Reading database ... 145853 files and directories currently  
> installed.)
> Removing fink-buildlock-fink-0.28.6-41 ...
> Failed: phase compiling: fink-0.28.6-41 failed
>


I checked my archives and the only similar issue involved a Fink perl  
package being used instead of the system's version--this doesn't  
appear to be the case here.

However, it's worth asking whether you've made any updates to your  
system Perl.

-
This SF.Net email is sponsored by the

Re: [Fink-users] cctools-single-module

2008-10-28 Thread Alexander Hansen

On Oct 27, 2008, at 11:12 PM, Martin wrote:

> --- On Mon, 10/27/08, Alexander Hansen <[EMAIL PROTECTED]>  
> wrote:
>
>> From: Alexander Hansen <[EMAIL PROTECTED]>
>> Subject: Re: [Fink-users] cctools-single-module
>> To: [EMAIL PROTECTED]
>> Cc: fink-users@lists.sourceforge.net
>> Date: Monday, October 27, 2008, 9:33 PM
>> On Oct 27, 2008, at 8:32 PM, Martin wrote:
>>
>>> Hi,
>>> I have fink 0.8.1 running on G4 with OsX 10.4.11 plus
>> Apple Xcode
>>> 2.5. I have trouble installing cctools-single-module
>> virtual package
>>> that is required as a dependency for qt3. I have other
>> devtools-
>>> related virtual packages installed, e.g. dev-tools,
>> gcc3.3, system-
>>> sdk-10.4 etc. so at least in these cases the dev tools
>> were
>>> recognized correctly. Any idea where to look to fix
>> it?
>>>
>>> Thanks,
>>> Marty
>>>
>>>
>>
>> Try the following (my output is from a 10.5 system, so some
>> items may
>> be different):
>>
>> $ fink-virtual-pkgs --debug
>> - checking OSX version... 10.5.5-1
>> - checking for 64bit-cpu... 64 bit capable
>> - checking for cups headers... 1.0303-1
>> - checking system perl version... 5.8.8
>> - checking Java versions:
>>   - 1.6.0... 1.6.0/Commands 1.6.0/Headers
>>   - 1.6... 1.6/Commands 1.6/Headers
>>   - 1.5.0... 1.5.0/Commands 1.5.0/Headers
>>   - 1.5... 1.5/Commands 1.5/Headers
>>   - 1.5... 1.5/Commands 1.5/Headers
>>   - 1.4.2... 1.4.2/Commands 1.4.2/Headers
>>   - 1.4.1... 1.4.1/Commands 1.4.1/Headers
>>   - 1.4... 1.4/Commands 1.4/Headers
>>   - 1.4... 1.4/Commands 1.4/Headers
>>   - 1.3.1... nothing
>>   - 1.3... nothing
>>   - 1.3... nothing
>> - searching for java3d... found
>> /System/Library/Java/Extensions/
>> j3dcore.jar
>> - searching for javaai... found
>> /System/Library/Java/Extensions/
>> jai_core.jar
>> - checking for xcode version... 3.1.1-1
>> - checking for cctools version... 698-1
>> - checking for cctools -single_module support... yes, 698
>> has it
>
> Thanks Alex,
> that was helpful. The output is below. Does that mean that  
> cctools-622 don't support -single_module? I was looking for Xcode  
> updates but the version 2.5 which I have seems to be the last one  
> for 10.4.
>
> - checking OSX version... 10.4.11-1
> - checking for cups headers... no
> - checking system perl version... 5.8.6
> - checking Java versions:
>  - 1.5.0... 1.5.0/Commands 1.5.0/Headers
>  - 1.5... 1.5/Commands 1.5/Headers
>  - 1.5... 1.5/Commands 1.5/Headers
>  - 1.4.2... 1.4.2/Commands 1.4.2/Headers
>  - 1.4... 1.4/Commands 1.4/Headers
>  - 1.4... 1.4/Commands 1.4/Headers
>  - 1.3.1... 1.3.1/Commands 1.3.1/Headers
>  - 1.3... 1.3/Commands 1.3/Headers
>  - 1.3... 1.3/Commands 1.3/Headers
> - searching for java3d... found /System/Library/Java/Extensions/ 
> j3dcore.jar
> - searching for javaai... found /System/Library/Java/Extensions/ 
> jai_core.jar
> - checking for cctools version... 622-1
> - checking for cctools -single_module support:
> - checking for various GCC versions:
>  - found 3.3
>  - missing 2.95.2
>  - missing 2.95.2
>  - missing 3.1
> - checking for broken GCCs:
>  - found build 1819 (not broken)
> - checking for dev-tools commands:
> - /usr/bin/gcc... found
> - /usr/bin/make... found
> - checking for library libgimpprint.1.dylib... missing
> - checking for library libgimpprint.7.dylib... missing
> - checking for library libX11.6.dylib... found in /usr/X11R6/lib
> - checking for X servers... Xquartz
>  - system-xfree86-shlibs provides x11-shlibs
>  - found an X server, system-xfree86 provides xserver and x11
> - checking for header X11/Xlib.h... missing
> - checking for library libGL.1.dylib... found in /usr/X11R6/lib
>  - system-xfree86-shlibs provides libgl-shlibs
>  - system-xfree86 provides libgl
> - checking for header GL/gl.h... missing
> - checking for library libXft.1.dylib... found in /usr/X11R6/lib
>  - system-xfree86-shlibs provides xft1-shlibs
> - checking for library libXft.2.dylib... found in /usr/X11R6/lib
>  - system-xfree86-shlibs provides xft2-shlibs
> - checking for library libXft.dylib... found in /usr/X11R6/lib
>  - libXft points to Xft2
>- system-xfree86-dev provides xft2-dev
>- system-xfree86 provides xft2
> - checking for library libfontconfig.1.dylib... found in /usr/X11R6/ 
> lib
>  - system-xfree86-shlibs provides fontconfig1-shlibs
> - checking for library libfontconfig.dylib... found in /usr/X11R6/lib
> - checking for header fontconfig

Re: [Fink-users] Sunwindows-like behaviour

2008-10-28 Thread Alexander Hansen

On Oct 27, 2008, at 10:56 PM, Brian M. Sutin wrote:

> A few year I ran some sort of update in fink commander that I really
> should not have.  I think I compiled something.  Before, the window
> system was gnome/kde like, and rather intuitive.  Now it is more like
> Sunwindows or the old Solaris.  A click is required to place a new
> window, three windows are automatically created when X starts, and
> resizing a window is a completely non-intuitive multi-stage process.
> We can't figure out how to delete a window at all.  It is really
> quite horrible.  How do I reverse whatever I did?
>
> Brian
>
> --  
> Brian M. Sutin, Ph.D. Space System Engineering and Optical Design
> Skewray Research/316 W Green St/Claremont CA 91711 USA/(909) 621-3122
>

That's the ancient twm window manager.  It comes with X11 so it's  
nothing you installed.

It sounds to me as though you were relying on the system-level xinitrc  
and it got supplanted somehow.  The only package that I know of that  
can do this is the xinitrc package, which will move your old xinitrc  
out of the way.  You can see if this got installed on an update via  
"fink list -i xinitrc".

If that's installed, your old xinitrc will have been backed up.  Check  
in /usr/X11/lib/X11/xinit on 10.5, or /etc/X11/xinit on 10.4.

I'm a bit surprised that it's using twm, but since I don't know  
anything about what OS version you're running, and if on 10.4 or  
earlier, what X11 distribution you're using, nor which window manager  
you were running before.


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink selfupdate test fails

2008-10-28 Thread Alexander Hansen
On Oct 27, 2008, at 11:20 PM, [EMAIL PROTECTED] wrote:

>
>> I checked my archives and the only similar issue involved a Fink perl  
>> package being used instead of the system's version--this doesn't  
>> appear to be the case here.
>>
>> However, it's worth asking whether you've made any updates to your  
>> system Perl.
>
> As far as I know, I haven't altered the system perl - strictly
> hands-off (since I ran into many problems back in the Tiger days).  
> Additional modules (and updated modules) are installed into
> a user-space tree (i.e., no sudo's).  Because of a need to keep
> compatibility with various other architectures and OS's (a couple solaris
> versions, multiple Fedora and Debian linux versions), perl is accessed
> via
> a series of links, perl = /foo/perl -> /foo/perlwrap -> /usr/bin/perl
> On other systems, /foo/perlwrap is a script which figures out
> where perl lives, but here, it is simply a symlink to the system perl.
>
> I tried going back to basics, reinstalling fink from scratch, but:
>
> . binary install - I run aground on
>
>   % sudo fink install gettext-tools
>   Information about 3995 packages read in 1 seconds.
>   Can't resolve dependency "fink (>= 0.28.0)" for package
>   "gettext-tools-0.14.5-4" (no matching packages/versions found)
>   Exiting with failure.
>
> Apparently, the binary stuff is still back at 0.27.16 and some package(s)
> assume 0.28...  (I think the gettext-tools install came about via an
> attempt
> to install evince.)
>
> . source install (rsync version) - I run into the same problem as
>  noted below - failures in the noted tests.
>
> Thanks.
>
> Terry
Getting the same failure on selfupdate and source install is to be
expected:   they're doing the same operation.

One last thing to check is to run "which perl" to verify that fink is
looking in the right place.  However it may just be that fink isn't
sufficiently clever to understand the symlinks.
As a workaround while we sort this out, the current version of fink is
available in binary form via an unofficial (meaning no direct project
oversight) binary distribution.  If you edit /sw/etc/sources.list as
root, add the line

deb http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.5 unstable main crypto

to the bottom of the file, and then run "sudo apt-get update ; sudo
apt-get install fink", that should get you moving.
>
>
>> On Oct 27, 2008, at 8:57 PM, [EMAIL PROTECTED] wrote:
>>
>>>
>>> Hi
>>>
>>> fink warned that I hadn't updated in more than 24 days, so I ran
>>> 'fink selfupdate'.  Some of the tests failed, though:
>>>
>>> Failed Test  Stat Wstat Total Fail  Failed  List of Failed
>>> ---
> 
>>> ./CLI/capture.t 1   256291   3.45%  21
>>> ./Command/failure.t   255 65280260   0.00%  ??
>>> ./Services/spec2struct.t  255 65280 10   0.00%  ??
>>>
>>> This is a MacBookPro running 10.5.5 build 9F33 and XQuartz 2.3.1.
>>> Any ideas as to what the problem is?  A listing of an attempted
>>> update session is given below.
>>>
>>> Thanks.
>>>
>>
>> 
>>> cd t && ./testmore.pl && find . -name '*.t' | sort | PREFIX="/sw"  
>>> xargs /usr/bin/perl -I/sw/src/fink.build/fink-0.28.6-41/fink-0.28.6/
>>> perlmod -MTest::Harness -e 'runtests(@ARGV)'
>>> Checking for Test::More...
>>> ./00compileok
>>> ./10features/users_groups..ok
>>> ./10features/volumeok
>>> ./Base/initialize..ok
>>> ./Base/param...ok
>>> ./Base/param_boolean...ok
>>> ./CLI/capture..
>>> #   Failed test 'die - exception thrown'
>>> #   in ./CLI/capture.t at line 98.
>>> #  got: 'Undefined subroutine &Scalar::Util::blessed called  
>>> at /System/Library/Perl/5.8.8/overload.pm line 89.
>>> # '
>>> # expected: 'test
>>> # '
>>> # Looks like you failed 1 test of 29.
>>> dubious
>>> Test returned status 1 (wstat 256, 0x100)
>>> DIED. FAILED test 21
>>> Failed 1/29 tests, 96.55% okay
>>> ./Command/cat..ok
>>> ./Command/chowname.ok
>>> ./Command/commands.ok
>>> ./Command/du_skok
>>>   1/6 skipped: can't test permission errors as root
>>> ./Command/exports..ok
>>> ./Command/failure..Undefined subroutine  
>>> &Scalar::Util::blessed called at /System/Library/Perl/5.8.8/
>>> overload.pm line 89.
>>> # Looks like your test died just after 26.
>>> dubious
>>> Test returned status 255 (wstat 65280, 0xff00)
>>> after all the subtests completed successfully
>>> ./Command/touchok
>>> ./Config/exports...ok
>>> ./Config/failure...ok
>>> ./Config/flag..ok
>>> ./Config/load_save.ok
>>> ./Config/options...ok
>>> ./Config/param.

Re: [Fink-users] Gnome dependency [was build issue with avahi-0.6.23-1 on 10.4 was Re: "Your intltool is too old"]

2008-10-28 Thread Alexander Hansen
David Lowe wrote:
> On Oct 27, 2008, at 10:00 , Alexander Hansen wrote:
>
>> We've chosen to maximize the available options for gnuplot, which
>> includes the X11 wxWidgets terminal and other GNOME-related
>> functionality.  This was a conscious choice.
>>
>> Another option for you is to install gnuplot-nox, which has a lower
>> footprint, but lacks X11 support.
>
>
> How about an intermediate step between the minimalist 'nox'
> version and the 'everything but the kitchen sink' version?  I am
> proposing a useful X11 compilation that won't need several hundred
> dependencies - call it gnuplot-nognome.
>
> Using a rusty Amiga 4000T, a shiny PowerMac G5, & a homebuilt Ubuntu box
>
> If a train station is where the train stops, what is a workstation?

I said on IRC that if anybody asked for yet another variant that I'd
give maintainership to them.  Have fun!




I've consdidered it.  The implementation is not trivial, since we don't
have a hierarchy in the variants (meaning that there's no way to have
-nox include -nognome) and so this will require additional conditional
statements to handle the third option.


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build issue with avahi-0.6.23-1 on 10.4 was Re: "Your intltool is too old"

2008-10-28 Thread Alexander Hansen
Herb Singleton wrote:
> On Oct 27, 2008, at 1:00 PM, Alexander Hansen wrote:
>
>>>
>> Totally irrelevant here.  You're having a failure with avahi, not the
>> _Debian_ gnome-build package which is isn't even in Fink's package list.
>
> Thanks for the response.
>
> In addition to running into this error building avahi, I've also run
> into the problem building libbonobo  (and another GNOME component
> required for Gnuplot which escapes me right now).
>
> In any event, I built gnuplot-nox which appears to have gone smoothly,
> so I don't need to pursue the matter any longer.
>
> But as an FYI to help others with troubleshooting here is the relevant
> parts of the avahi config.log (I can send the whole log if anyone
> wants to see it):
>
> =
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by avahi configure 0.6.23, which was
> generated by GNU Autoconf 2.62.  Invocation command line was
>
>   $ ./configure --prefix=/sw --disable-dependency-tracking
> --disable-glib --disable-gobject --disable-qt3 --disable-qt4
> --disable-gtk --enable-dbus --enable-expat --disable-dbm
> --disable-gdbm --enable-libdaemon --disable-python --disable-pygtk
> --disable-python-dbus --disable-mono --disable-monodoc
> --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-html
> --with-distro=freebsd --disable-autoipd
> --with-avahi-priv-access-group=network
>
> ## - ##
> ## Platform. ##
> ## - ##
>
> hostname = c-98-217-106-40.hsd1.ma.comcast.net
> uname -m = Power Macintosh
> uname -r = 8.11.0
> uname -s = Darwin
> uname -v = Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007;
> root:xnu-792.24.17~1/RELEASE_PPC
>
> /usr/bin/uname -p = powerpc
> /bin/uname -X = unknown
>
> /bin/arch  = unknown
> /usr/bin/arch -k   = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo  = Mach kernel version:
>  Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007;
> root:xnu-792.24.17~1/RELEASE_PPC
> Kernel configured for a single processor only.
> 1 processor is physically available.
> Processor type: ppc7400 (PowerPC 7400)
> Processor active: 0
> Primary memory available: 1.00 gigabytes
> Default processor set: 79 tasks, 217 threads, 1 processors
> Load average: 1.60, Mach factor: 0.67
> /bin/machine   = unknown
> /usr/bin/oslevel   = unknown
> /bin/universe  = unknown
>
> PATH: /sw/var/lib/fink/path-prefix-g++-4.0
> PATH: /sw/bin
> PATH: /sw/sbin
> PATH: /bin
> PATH: /usr/bin
> PATH: /sbin
> PATH: /usr/sbin
> PATH: /usr/X11R6/bin
> PATH: /usr/local/teTeX/bin/powerpc-apple-darwin-current
>
> 
>
> configure:28704: checking for intltool >= 0.35.0
> configure:28711: result:  found
> configure:28714: error: Your intltool is too old.  You need intltool
> 0.35.0 or later.
>
> 
>
> ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
>
> 
>
> INTLLIBS='-lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation'
> INTLTOOL_CAVES_RULE=''
> INTLTOOL_DESKTOP_RULE=''
> INTLTOOL_DIRECTORY_RULE=''
> INTLTOOL_EXTRACT=''
> INTLTOOL_KBD_RULE=''
> INTLTOOL_KEYS_RULE=''
> INTLTOOL_MERGE=''
> INTLTOOL_OAF_RULE=''
> INTLTOOL_PERL=''
> INTLTOOL_POLICY_RULE=''
> INTLTOOL_PONG_RULE=''
> INTLTOOL_PROP_RULE=''
> INTLTOOL_SCHEMAS_RULE=''
> INTLTOOL_SERVER_RULE=''
> INTLTOOL_SERVICE_RULE=''
> INTLTOOL_SHEET_RULE=''
> INTLTOOL_SOUNDLIST_RULE=''
> INTLTOOL_THEME_RULE=''
> INTLTOOL_UI_RULE=''
> INTLTOOL_UPDATE=''
> INTLTOOL_XAM_RULE=''
> INTLTOOL_XML_NOMERGE_RULE=''
> INTLTOOL_XML_RULE=''
> INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
>
>
It may be something third-party, e.g. under /usr/local, that is getting
detected as your intltool.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] recent build failure with xchat-2.8.6-1

2008-10-28 Thread Alexander Hansen
[adding the maintainer]
On Oct 23, 2008, at 7:36 PM, Alexander Hansen wrote:

> This was reported on 10.4 on IRC, and I get the same thing on 10.5.
>
> It appears to be in need of an update to work with the current gtk+2
>
> ...
> gcc -DHAVE_CONFIG_H -I. -I../.. -I/sw/lib/pango-ft219/include/ 
> pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/ 
> include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/ 
> glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libpng12 -I/sw/ 
> include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/ 
> gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/ 
> include -I/usr/X11/include -I/sw/lib/pango-ft219/include/pango-1.0 - 
> I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2  
> -I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/ 
> glib-2.0/include -I/sw/include/libpng12 -I/sw/include -I/sw/include/ 
> pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/ 
> atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/gtkspell-2.0 -I/usr/ 
> X11R6/include -I/usr/X11/include -DG_DISABLE_CAST_CHECKS -DLOCALEDIR= 
> \"/sw/share/locale\"  -I/sw/lib/system-openssl/include -I/sw/include  
> -I/sw/include-g -O2 -Wall -I/sw/lib/system-openssl/include -I/sw/ 
> include -I/sw/include   -c -o fe-gtk.o fe-gtk.c
> In file included from fe-gtk.c:48:
> xtext.h:273: error: syntax error before 'gtk_xtext_get_type'
> xtext.h:273: warning: type defaults to 'int' in declaration of  
> 'gtk_xtext_get_type'
> xtext.h:273: warning: data definition has no type or storage class
> fe-gtk.c: In function 'fe_ctrl_gui':
> fe-gtk.c:786: warning: implicit declaration of function  
> 'setup_apply_real'
> fe-gtk.c: In function 'try_browser':
> fe-gtk.c:925: warning: passing argument 1 of 'xchat_execv' from  
> incompatible pointer type
> make[3]: *** [fe-gtk.o] Error 1
>


As an additional piece of inof, the following patch was suggested for  
macports for xchat and newer (> 2.12) GTK+2:
( http://paste.lisp.org/display/69384#1 )


--- xchat-2.8.6/src/fe-gtk/xtext.h.orig2008-02-24  
05:48:02.0 +0100
+++ xchat-2.8.6/src/fe-gtk/xtext.h2008-09-06  
02:18:39.0 +0200
@@ -270,6 +270,6 @@
  xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
  void gtk_xtext_buffer_free (xtext_buffer *buf);
  void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int  
render);
-GtkType gtk_xtext_get_type (void);
+GType gtk_xtext_get_type (void);

  #endif




-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Sunwindows-like behaviour

2008-10-29 Thread Alexander Hansen

On Oct 29, 2008, at 1:11 AM, Brian M. Sutin wrote:

> Thank you for the reply.
>
> I am running 10.4.  The command "fink list -i xinitrc" returns nothing
> except a package count.  The command "find / \*xinitrc" returns:
>
>/private/etc/X11/xinit/xinitrc
>/usr/X11R6/etc/xinit/xinitrc
>

Those are actually the same file--one's a link to the other.

> Both xinitrc files end with "exec quartz-wm" and don't mention "twm".
>
> I know unix uses a .xinitrc in the users home directory, but there are
> no .xinitrc files on the system.  I am still stuck.
>
> Brian


Weird:  if quartz-wm were missing, (check on that) then I'd expect X11  
not to start at all.

One option would be to copy  /usr/X11R6/etc/xinit/xinitrc over to your  
home directory and see what happens then.  That doesn't reference twm,  
so it should start quartz-wm instead.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling gkrellm: fink does not recognize installed version of libxml

2008-10-30 Thread Alexander Hansen
On Thu, Oct 30, 2008 at 4:58 PM, Dan Maftei <[EMAIL PROTECTED]> wrote:
> When trying to install the gkrellm2 package, I get this error
>
> checking for libxml libraries >= 2.6.27... configure: error: Version 2.6.16
> found. You need at least libxml2 2.6.27 for this version of libxslt
> ### execution of ./configure failed, exit code 1
>
> A fink list -i libxml gives:
>
> ([EMAIL PROTECTED]) (~) fink list -i libxml
> Information about 3983 packages read in 0 seconds.
>  i   libxml2  2.6.30-1001  XML parsing library, version 2
>  i   libxml2-bin  2.6.30-1001  XML parsing library, version 2
>  i   libxml2-shlibs   2.6.30-1001  XML parsing library, version 2
>  i   system-pkgconfi  2.6.16-1 [virtual pkgconfig package representing
> l...
>
> I did a selfupdate followed by a update-all, but I get the same error. My
> fink version:
>
> ([EMAIL PROTECTED]) (~) fink --version
> Package manager version: 0.28.5
> Distribution version: selfupdate-rsync Thu Oct 30 13:28:41 2008, 10.5, i386
>
> I'm running OS X 10.5.5 on a MacBook Pro.
>
> Thanks,
> Dan
>

I'll keep this on -users rather than crossposting.

This sort of error is often due to non-Fink software with a different
version of a package.  Try running

which xml2-config

to see where the interfering item might be.  If it's in /usr/local, we
recommend renaming that entire directory during builds.

-- 
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling gkrellm: fink does not recognize installed version of libxml

2008-10-30 Thread Alexander Hansen
On Thu, Oct 30, 2008 at 5:37 PM, Dan Maftei <[EMAIL PROTECTED]> wrote:
> Thanks for the suggestion Alex: xml2-config is in /usr/bin, not /usr/local,
> although:
>
> ([EMAIL PROTECTED]) (~) xml2-config --version
> 2.6.16
>
> which explains the problem. Let me see if I understand your suggestion: I
> should rename /usr/bin to anything else (or perhaps remove it from PATH?)
> during a build, so that fink only checks /sw/.../libxml for the version? I
> was under the impression that fink was very self-contained, i.e. it only
> works under its own /sw directory.
>
> Excuse the newbie questions, I perhaps should've posted on the other mailing
> list.
>
> Thanks,
> Dan.
>

That's not quite the case:  It's very difficult to shield against
stuff in /usr or /usr/local .  The build tools are set up to look in
those locations, and Fink adds its path to those locations.

The /usr/bin/xml-config is OK--that's system-installed and so our
packages are set up not to use 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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling gkrellm: fink does not recognize installed version of libxml

2008-10-30 Thread Alexander Hansen
On Thu, Oct 30, 2008 at 6:12 PM, Daniel Macks <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 30, 2008 at 02:37:00PM -0700, Dan Maftei wrote:
>> Thanks for the suggestion Alex: xml2-config is in /usr/bin, not /usr/local,
>> although:
>>
>> ([EMAIL PROTECTED]) (~) xml2-config --version
>> 2.6.16
>>
>> which explains the problem. Let me see if I understand your suggestion: I
>> should rename /usr/bin to anything else (or perhaps remove it from PATH?)
>> during a build, so that fink only checks /sw/.../libxml for the version? I
>> was under the impression that fink was very self-contained, i.e. it only
>> works under its own /sw directory.
>>
>> Excuse the newbie questions, I perhaps should've posted on the other mailing
>> list.
>
> It's a bug in the coot of ccp4 package (can't remember which)--has a
> private copy of libxml2 for its internal use, but accidentally makes
> its xml2-config public. Was fixed a month or so ago in unstable.
>
> dan
>
> --
> Daniel Macks
> [EMAIL PROTECTED]
> http://www.netspace.org/~dmacks
>
>

As an addendum:  the "bad" Fink coot still installs its libxml2 stuff
in the Fink tree.

-- 
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling gkrellm: fink does not recognize installed version of libxml

2008-10-30 Thread Alexander Hansen
On Thu, Oct 30, 2008 at 7:48 PM, Alexander Hansen
<[EMAIL PROTECTED]> wrote:
> On Thu, Oct 30, 2008 at 6:12 PM, Daniel Macks <[EMAIL PROTECTED]> wrote:
>> On Thu, Oct 30, 2008 at 02:37:00PM -0700, Dan Maftei wrote:
>>> Thanks for the suggestion Alex: xml2-config is in /usr/bin, not /usr/local,
>>> although:
>>>
>>> ([EMAIL PROTECTED]) (~) xml2-config --version
>>> 2.6.16
>>>
>>> which explains the problem. Let me see if I understand your suggestion: I
>>> should rename /usr/bin to anything else (or perhaps remove it from PATH?)
>>> during a build, so that fink only checks /sw/.../libxml for the version? I
>>> was under the impression that fink was very self-contained, i.e. it only
>>> works under its own /sw directory.
>>>
>>> Excuse the newbie questions, I perhaps should've posted on the other mailing
>>> list.
>>
>> It's a bug in the coot of ccp4 package (can't remember which)--has a
>> private copy of libxml2 for its internal use, but accidentally makes
>> its xml2-config public. Was fixed a month or so ago in unstable.
>>
>> dan
>>
>> --
>> Daniel Macks
>> [EMAIL PROTECTED]
>> http://www.netspace.org/~dmacks
>>
>>
>
> As an addendum:  the "bad" Fink coot still installs its libxml2 stuff
> in the Fink tree.
>
make that ccp4



-- 
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't update dbus

2008-10-31 Thread Alexander Hansen
Christophe Saigne wrote:
> Hello
> The update of dbus on my macmini intel with leopard fails
>
> ...
> You must install the 'passwd' package for D-Bus to build properly.
> ### execution of /var/tmp/tmp.1.cMDsYT failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-dbus-1.2.3-6
> (Lecture de la base de données... 72538 fichiers et répertoires déjà 
> installés.)
> Suppression de fink-buildlock-dbus-1.2.3-6 ...
> Failed: phase compiling: dbus-1.2.3-6 failed
>
>
>   
Did you install passwd?

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling gkrellm: fink does not recognize installed version of libxml

2008-10-31 Thread Alexander Hansen
(Please edit digests if you're using them to reply:  that avoids a lot
of extraneous text from multiple messages)

Dan Maftei wrote:
> Well, I have neither coot nor ccp4 installed, via fink or otherwise. I
> renamed xml2-config to xml2-confing-bak, ran fink install gkrellm2,
> and got much further in the compilation process, but gtk+2 failed. I
> renamed xml2-config back to the original and tried to install only
> gtk+2 but still failed. Looking through the output in my Terminal, I
> can't pick out any single error that may have caused this. The closest
> I can see is:
>
> i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXrandr.2.0.0.dylib: No
> such file or directory
> make[4]: *** [libgdk-x11-2.0.la ] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.2.pmqy15 failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.12.11-2
> (Reading database ... 17432 files and directories currently installed.)
> Removing fink-buildlock-gtk+2-2.12.11-2 ...
> Failed: phase compiling: gtk+2-2.12.11-2 failed
>
>  I can't imagine there's anything wrong with my X system, I didn't
> tamper with it at all after installing the newest version.
>
> Dan
There's a message (not an error message, but just console text) in the
build that told you what's going on.  This is in the FAQ:

http://www.finkproject.org/faq/comp-packages.php?phpLang=en#Leopard-libXrandr

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] build issue with gtk+2 was Re: compiling gkrellm: fink does not recognize installed version of libxml

2008-10-31 Thread Alexander Hansen
Alexander Hansen wrote:
> (Please edit digests if you're using them to reply:  that avoids a lot
> of extraneous text from multiple messages)
>
> Dan Maftei wrote:
>   
>> Well, I have neither coot nor ccp4 installed, via fink or otherwise. I
>> renamed xml2-config to xml2-confing-bak, ran fink install gkrellm2,
>> and got much further in the compilation process, but gtk+2 failed. I
>> renamed xml2-config back to the original and tried to install only
>> gtk+2 but still failed. Looking through the output in my Terminal, I
>> can't pick out any single error that may have caused this. The closest
>> I can see is:
>>
>> i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXrandr.2.0.0.dylib: No
>> such file or directory
>> make[4]: *** [libgdk-x11-2.0.la <http://libgdk-x11-2.0.la>] Error 1
>> make[3]: *** [all-recursive] Error 1
>> make[2]: *** [all] Error 2
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>> ### execution of /var/tmp/tmp.2.pmqy15 failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.12.11-2
>> (Reading database ... 17432 files and directories currently installed.)
>> Removing fink-buildlock-gtk+2-2.12.11-2 ...
>> Failed: phase compiling: gtk+2-2.12.11-2 failed
>>
>>  I can't imagine there's anything wrong with my X system, I didn't
>> tamper with it at all after installing the newest version.
>>
>> Dan
>> 
> There's a message (not an error message, but just console text) in the
> build that told you what's going on.  This is in the FAQ:
>
> http://www.finkproject.org/faq/comp-packages.php?phpLang=en#Leopard-libXrandr
>   
There are a couple of other options, but I haven't had time to put them
in the docs.  Quoting a message from Martin C on -users:

If you google for "/usr/X11/lib/libXrandr.2.0.0.dylib: No such file or 
directory", you find lots of discussions on Fink and macports mailing 
lists. The simplest fix is to make the missing symlink by hand:

  sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib

Different possible fixes are

- edit the file /usr/X11/lib/libXrandr.la so that it mentions 
libXrandr.2.1.0.dylib instead of libXrandr.2.0.0.dylib


...


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] octave fonts in Figures

2008-10-31 Thread Alexander Hansen
Francis Poulin wrote:
> Hello,
>
> I sent this request to octave-help and they suggested that I ask fink  
> since that's how I installed it.  If you think I should bug them  
> please let me know.  I'm running Mac OS x 10.5.5 on my MacBook Pro  
> with Xcode 3.1.1.
>
> The basic problem is that the plots in octave,  which uses gnuplot,  
> look really good.  Unfortunately, when I export it to a file it uses a  
> different fault.  In particular, an ugly font.  I recently figured out  
> how to change the font of the x,y labels and the title by specifying  
> which font to use by telling it where.  The syntax is
>
> set (0, 'defaulttextfontname', '/Library/Fonts/Arial');
>
> where I have a file called Arial.ttf in the above mentioned directory.
>
> When I export the figure as a png those fonts look great but the axis  
> fonts still look awful.  Is there a similar command that will change  
> the axis font and size?
>
> Any help would be greatly appreciated.
>
> Cheers,
> Francis
>
>   
Sounds like a standard upstream cop-out:  "you used Fink so blame them."

Our packaging of octave/gnuplot doesn't do anything special to the fonts
that I know of.  You might try the "official" octave app bundle from
octave.sf.net and see if you get different results; if you do then maybe
there's something which isn't set up in our packages that should be. 

I personally found that I get the best results for figures by exporting
to EPS via octave's

print("filename.eps")

I typically just need EPS or PDF; I haven't looked into other formats.

Since you solved the the title font problem by using a command from
within octave, then the answer to the axis font is likely there (and I
don't happen to know that answer), and if so the octave people were,
IMHO, bad citizens for not giving you that information and instead
sending you here. 

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] install ffmpeg

2008-11-01 Thread Alexander Hansen

On Nov 1, 2008, at 7:21 PM, Francis Poulin wrote:

> Hello,
>
> On my iMac (intel) running 10.5.5 with Xcode 3.1.1 I try to install
> ffmpeg and I get  a problem with inconsistent dependencies.  Any
> suggestions as to how I can fix this?
>
> Thanks,
> Francis
>   
>
> fink install ffmpeg
> Information about 7281 packages read in 1 seconds.
>
> fink needs help picking an alternative to satisfy a virtual
> dependency. The candidates:
>
> (1)   lynx: Console based web browser
> (2)   links: Lynx-like text WWW browser with tables
> (3)   w3m: Text-mode WWW browser with tables/frames
> (4)   elinks: Development version of Links text WWW browser
> (5)   lynx-ssl: (obsolete) Dummy upgrade package for lynx with system-
> openssl
> (6)   links-ssl: (obsolete) Lynx-like text WWW browser with tables
> (7)   w3m-ssl: (obsolete) Upgrade package for w3m
> (8)   elinks-ssl: (obsolete) Dummy upgrade package: use elinks instead
>
> Pick one: [3]
> The following package will be installed or updated:
>  ffmpeg
> The following 53 additional packages will be installed:
>  docbook-utils esound esound-bin esound-common esound-shlibs faac
> faac-dev faac-shlibs faad gettext-dev gsm gtk+ gtk+-data gtk+-shlibs
> id3lib4-dev id3lib4-shlibs imlib2 imlib2-shlibs jadetex lame lame-dev
> lame-shlibs launch
>  libavcodec51-shlibs libavdevice52-shlibs libavformat52-shlibs
> libavutil49-shlibs libfaad1-dev libfaad1-shlibs libgnugetopt
> libgnugetopt-shlibs libid3tag libid3tag-shlibs libmikmod3 libmikmod3-
> shlibs libmp4v21-shlibs libswscale0-shlibs
>  libtheora0 libtheoradec1-shlibs libtheoraenc1-shlibs libvorbis0
> libx264-57-shlibs libx264-dev libxml libxml-shlibs sgmls-pm w3m xmkmf
> xmms xmms-bin xmms-shlibs xvidcore xvidcore-shlibs
> Do you want to continue? [Y/n]
> Reading buildlock packages...
> Could not resolve inconsistent dependencies!
> It looks like some of the problems encountered involve buildlocks for
> the following packages:
>   glib2-2.12.12-2
>
> This probably means you should wait for those packages to finish
> building, and then try again
> Failed: Fink::SysState: Could not resolve inconsistent dependencies
>

If you're running another build that involves glib2, you need to wait  
for it to finish.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Can't update dbus was Re: Fink-users Digest, Vol 30, Issue 49

2008-11-03 Thread Alexander Hansen
On Nov 3, 2008, at 5:11 AM, Christophe Saigne wrote:

> Yes i did
> Le 31 oct. 08 à 18:24, [EMAIL PROTECTED] a
> écrit :
>
>>



>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Fink-users digest..."
>>

A)  Please follow the above suggestion in the future so that people  
can find this information in the list archives.
B)  Never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, simply reply to a digest without editing out the messages that  
don't pertain to your topic.
This is extremely rude to all of the other people on the list.
>>
>>




>> --
>>
>> Message: 3
>> Date: Fri, 31 Oct 2008 15:32:17 + (UTC)
>> From: Christophe Saigne <[EMAIL PROTECTED]>
>> Subject: [Fink-users] Can't update dbus
>> To: fink-users@lists.sourceforge.net
>> Message-ID: <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=utf-8
>>
>> Hello
>> The update of dbus on my macmini intel with leopard fails
>>
>> ...
>> You must install the 'passwd' package for D-Bus to build properly.
>> ### execution of /var/tmp/tmp.1.cMDsYT failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-dbus-1.2.3-6
>> (Lecture de la base de donn?es... 72538 fichiers et r?pertoires d?j?
>> install?s.)
>> Suppression de fink-buildlock-dbus-1.2.3-6 ...
>> Failed: phase compiling: dbus-1.2.3-6 failed
>>
>>
>>
>>
>>
>> --
>>
>> Message: 4
>> Date: Fri, 31 Oct 2008 11:38:58 -0400
>> From: Alexander Hansen <[EMAIL PROTECTED]>
>> Subject: Re: [Fink-users] Can't update dbus
>> To: Christophe Saigne <[EMAIL PROTECTED]>
>> Cc: fink-users@lists.sourceforge.net
>> Message-ID: <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=UTF-8
>>
>> Christophe Saigne wrote:
>>> Hello
>>> The update of dbus on my macmini intel with leopard fails
>>>
>>> ...
>>> You must install the 'passwd' package for D-Bus to build properly.
>>> ### execution of /var/tmp/tmp.1.cMDsYT failed, exit code 1
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-dbus-1.2.3-6
>>> (Lecture de la base de donn?es... 72538 fichiers et r?pertoires d?
>>> j? install?s.)
>>> Suppression de fink-buildlock-dbus-1.2.3-6 ...
>>> Failed: phase compiling: dbus-1.2.3-6 failed
>>>
>>>
>>>
>> Did you install passwd?
>>
>>
>>



Let's try "fink rebuild passwd" first, to see whether something didn't  
get build that needs to be.

If that doesn't work, then please post some additional lines of output  
from before what you have already posted.
-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] dependency problems prevent removal of gail18-shlibs

2008-11-05 Thread Alexander Hansen

On Nov 5, 2008, at 12:27 PM, Claus Atzenbeck wrote:

> Hello:
>
> Any suggestions to the problem below? Just a minor issue, though.
>
> Cheers,
> Claus
>
> ~~
> [notused:~] admin$ fink cleanup --all
> Password:
> Information about 7335 packages read in 1 seconds.
> Collecting active source filenames...
> Obsolete sources deleted from /sw/src: 0
>
> Scanning deb collection...
> Obsolete deb packages deleted from fink trees: 0
>
> Obsolete symlinks deleted: 0
>
> Reading buildlock packages...
>
> The following 1 obsolete package(s) will be removed:
>gail18-shlibs  1.24.0-1  GNOME Accessibility Implementation Library
>
> /sw/bin/dpkg-lockwait --purge gail18-shlibs
> dpkg: dependency problems prevent removal of gail18-shlibs:
>  gnucash2-shlibs depends on gail18-shlibs (>= 1.20.0-1).
>  libgoffice-0.6-shlibs depends on gail18-shlibs.
>  evince depends on gail18-shlibs.
>  libgtkhtml2-shlibs depends on gail18-shlibs (>= 1.20.0-1).
> /sw/bin/dpkg: error processing gail18-shlibs (--purge):
>  dependency problems - not removing
> Errors were encountered while processing:
>  gail18-shlibs
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
>
> WARNING: not all obsolete packages could be removed.
> /sw/sbin/fink-dpkg-status-cleanup
> /sw/var/lib/dpkg/status cleanup:
> keep 647
> omit 0
> ~~


There should be no problem for users.  This just means that  the  
maintainers of those packages need to modernize their dependencies. 

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash update fails

2008-11-08 Thread Alexander Hansen

On Nov 8, 2008, at 5:29 AM, Claus Atzenbeck wrote:

> Hi all:
>
> I'd like to report a gnucash compilation error:
>
> ~~
> i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libpixman-1.0.10.0.dylib:  
> No such file or di
> rectory
> make[5]: *** [libgncmod-gnome-utils.la] Error 1
> make[4]: *** [all-recursive] Error 1
> make[3]: *** [all] Error 2
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of guile18-build failed, exit code 2
> ~~
>
> My settings:
> ~~
> Mac OS X 10.5.5 i386
> Package manager version: 0.28.6
> Distribution version: selfupdate-rsync Sat Nov  8 11:04:00 2008,  
> 10.5, i386
> ~~
>
> Cheers,
> Claus
>

You've not quoted the line just before the error, which might have  
helped locate what the problem is, but basically the situation is that  
you have _something_ on your system that refers to this file, which no  
longer exists after some update to X11 on your system.

It appears that libraries in gnucash2-shlibs on Leopard link to both  
libpixman from X11 and to that from Fink's pixman-shlibs packages.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnucash update fails

2008-11-08 Thread Alexander Hansen

On Nov 8, 2008, at 12:31 PM, Claus Atzenbeck wrote:

> On Sat, 8 Nov 2008, Alexander Hansen wrote:
>
>> You've not quoted the line just before the error, which might have  
>> helped locate what the problem is, but basically the situation is  
>> that you have _something_ on your system that refers to this file,  
>> which no longer exists after some update to X11 on your system.
>
> It's rather long. Sorry for any inconvenience. Here is is:
>
> ~~
> libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup - 
> o .libs/libgncmod-gnome-utils.dylib  .libs/QuickFill.o .libs/account- 
> quickfill.o .libs/cursors.o .libs/dialog-account.o .libs/dialog-book- 
> close.o .libs/dialog-commodity.o .libs/dialog-options.o .libs/dialog- 
> preferences.o .libs/dialog-query-list.o .libs/dialog-reset- 
> warnings.o .libs/dialog-totd.o .libs/dialog-transfer.o .libs/dialog- 
> utils.o .libs/druid-utils.o .libs/druid-gconf-setup.o .libs/druid- 
> gnc-xml-import.o .libs/gnc-account-sel.o .libs/gnc-amount- 
> edit.o .libs/gnc-autosave.o .libs/gnc-commodity-edit.o .libs/gnc- 
> currency-edit.o .libs/gnc-date-delta.o .libs/gnc-date-edit.o .libs/ 
> gnc-date-format.o .libs/gnc-dense-cal.o .libs/gnc-dense-cal- 
> model.o .libs/gnc-dense-cal-store.o .libs/gnc-druid-gnome.o .libs/ 
> gnc-druid-provider-edge-gnome.o .libs/gnc-druid-provider-file- 
> gnome.o .libs/gnc-druid-provider-multifile-gnome.o .libs/gnc- 
> embedded-window.o .libs/gnc-file.o .libs/gnc-frequency.o .libs/gnc- 
> recurrence.o .libs
> /gnc-general-select.o .libs/gnc-gnome-utils.o .libs/gnc-gui- 
> query.o .libs/gnc-html-graph-gog.o .libs/gnc-html-history.o .libs/ 
> gnc-html.o .libs/gnc-icons.o .libs/gnc-main-window.o .libs/gnc-menu- 
> extensions.o .libs/gnc-plugin-file-history.o .libs/gnc-plugin- 
> manager.o .libs/gnc-plugin-menu-additions.o .libs/gnc-plugin- 
> page.o .libs/gnc-plugin.o .libs/gnc-period-select.o .libs/gnc-query- 
> list.o .libs/gnc-splash.o .libs/gnc-sx-instance-dense-cal- 
> adapter.o .libs/gnc-sx-list-tree-model-adapter.o .libs/gnc-tree- 
> model.o .libs/gnc-tree-model-account-types.o .libs/gnc-tree-model- 
> account.o .libs/gnc-tree-model-budget.o .libs/gnc-tree-model- 
> commodity.o .libs/gnc-tree-model-price.o .libs/gnc-tree-view- 
> account.o .libs/gnc-tree-view-commodity.o .libs/gnc-tree-view- 
> price.o .libs/gnc-tree-view-sx-list.o .libs/gnc-tree-view.o .libs/ 
> gnc-window.o .libs/gncmod-gnome-utils.o .libs/misc-gnome- 
> utils.o .libs/search-param.o .libs/gnc-dialog.o .libs/swig-gnome- 
> utils.o .libs/window-main-summarybar.o   .li
> bs/libgncmod-gnome-utils.lax/libc-missing.a/libc-missing-noop.o   -L/ 
> sw/lib/system-openssl/lib -L/sw/lib ../../src/core-utils/.libs/ 
> libgnc-core-utils.dylib -L/sw/lib/fontconfig2/lib -L/sw/lib/ 
> freetype219/lib -L/sw/lib/pango-ft219/lib -L/usr/X11/lib -L/usr/ 
> lib ../../src/gnc-module/.libs/libgnc-module.dylib ../../src/ 
> engine/.libs/libgncmod-engine.dylib ../../src/backend/file/.libs/ 
> libgnc-backend-file-utils.dylib ../../src/calculation/.libs/ 
> libgncmod-calculation.dylib ../../src/app-utils/.libs/libgncmod-app- 
> utils.dylib /sw/src/fink.build/gnucash2-2.2.7-102/gnucash-2.2.7/src/ 
> engine/.libs/libgncmod-engine.dylib /sw/src/fink.build/ 
> gnucash2-2.2.7-102/gnucash-2.2.7/src/gnc-module/.libs/libgnc- 
> module.dylib /sw/src/fink.build/gnucash2-2.2.7-102/gnucash-2.2.7/src/ 
> calculation/.libs/libgncmod-calculation.dylib /sw/src/fink.build/ 
> gnucash2-2.2.7-102/gnucash-2.2.7/src/core-utils/.libs/libgnc-core- 
> utils.dylib /sw/src/fink.build/gnucash2-2.2.7-102/gnucash-2.2.7/lib/ 
> libqof/qof/.libs/libgnc-qof
> .dylib -L/sw/lib/gnome-vfs2.16 -L/usr/X11R6/lib /sw/lib/ 
> libgtkhtml-3.14.dylib /sw/lib/libenchant.dylib /sw/lib/ 
> libguile.dylib /sw/lib/libgmp.dylib /sw/lib/libltdl.dylib ../../lib/ 
> libqof/qof/.libs/libgnc-qof.dylib /sw/lib/libgoffice-0.6.dylib /sw/ 
> lib/libgnomeui-2.dylib /sw/lib/libgnome-keyring.dylib /sw/lib/ 
> libbonoboui-2.dylib /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/ 
> libICE.6.3.0.dylib /sw/lib/libgnomecanvas-2.dylib /sw/lib/ 
> libgailutil.dylib /usr/X11/lib/libXinerama.1.0.0.dylib /usr/X11/lib/ 
> libXcursor.1.0.2.dylib /usr/X11/lib/libXcomposite.1.0.0.dylib /usr/ 
> X11/lib/libXdamage.1.1.0.dylib /usr/X11/lib/libXfixes.3.1.0.dylib / 
> sw/lib/libgnome-2.dylib /sw/lib/libesd.dylib /sw/lib/ 
> libaudiofile.dylib /usr/X11/lib/libcairo.2.17.5.dylib /usr/X11/lib/ 
> libpng12.0.26.0.dylib /usr/X11/lib/libpixman-1.0.10.0.dylib /sw/lib/ 
> libgsf-gnome-1.dylib /sw/lib/gnome-vfs2.16/libgnomevfs-2.dylib /sw/ 
> lib/libavahi-glib.dylib /sw/lib/libavahi-client.dylib /sw/lib/ 
> libavahi-common.dylib -ldl /sw/lib/libgc
> onf-2.dylib /sw/lib/libdbus-

Re: [Fink-users] fink update cairo problem: "../doltcompile: Command not found"

2008-11-10 Thread Alexander Hansen

On Nov 10, 2008, at 5:14 PM, Etienne M. Gagnon wrote:

> Hi,
>
> For the last couple of weeks, I have been unable to update my MacBook
> Pro (OSX 10.5.5, Intel) due to the following problem:
>
> $ fink update cairo
> Information about 7355 packages read in 0 seconds.
> The following package will be installed or updated:
> cairo
> The following additional package will be installed:
> cairo-shlibs
> Do you want to continue? [Y/n]
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-cairo-1.8.2-1 /sw/ 
> src/fink.build
> dpkg-deb : construction du paquet « fink-buildlock-cairo-1.8.2-1 »  
> dans « /sw/src/fink.build/fink-buildlock- 
> cairo-1.8.2-1_2008.11.10-17.07.06_darwin-i386.deb ».
> Installing build-lock package...
> [...]
> [...lots of stuff ...]
> [...]
> --- The glitz surface backend feature is still under active  
> development and
> --- is included in this release only as a preview. It does NOT fully  
> work yet
> --- and incompatible changes may yet be made to glitz surface backend
> --- specific API.
>
> + find . -name Makefile
> + xargs perl -pi -e 's,^CAIRO_CFLAGS = ,CAIRO_CFLAGS = -I/sw/lib/ 
> fontconfig2/include ,'
> + make
> make  all-recursive
> Making all in src
> make  all-am
> ../doltcompile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/sw/lib/ 
> fontconfig2/include  -I/sw/include/pixman-1  -I/sw/lib/ 
> freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/ 
> lib/fontconfig2/include   -I/sw/include   -I/sw/include/ 
> libpng12   -I/usr/X11/include -Wall -Wextra -Wsign-compare - 
> Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings  
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations - 
> Wnested-externs -Wpacked -Wswitch-enum -Wstrict-aliasing=2 -Winit- 
> self -Wdeclaration-after-statement -Wold-style-definition -Wno- 
> missing-field-initializers -Wno-unused-parameter -Wno-long-long - 
> Winline -fno-strict-aliasing -fno-common -Wp,- 
> D_FORTIFY_SOURCE=2  -I/sw/lib/fontconfig2/include -I/sw/ 
> include  -Os -c -o cairo-analysis-surface.lo cairo-analysis-surface.c
> make[3]: ../doltcompile: Command not found
> make[3]: *** [cairo-analysis-surface.lo] Error 127
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.1.PlS2EK failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-cairo-1.8.2-1
> (Lecture de la base de données... 121049 fichiers et répertoires  
> déjà installés.)
> Suppression de fink-buildlock-cairo-1.8.2-1 ...
> Failed: phase compiling: cairo-1.8.2-1 failed
>
>
> I have tried to selfupdate (over a period of over 2 weeks), but  
> there's
> no improvement. The command I usually type is "fink selfupdate ; fink
> update-all".
>
> Thanks for any help you can provide,
>
> Etienne
>
> -- 
> Etienne M. Gagnon, Ph.D.
> SableCC:http://sablecc.org
>
>
.
As a counterexample, I _have_ been able to build this version of cairo  
(10.5.5 on a Macbook as well; with Xcode 3.1.1).
-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Build error with pyqt-py2Y-3.14.7-3, Y=4,5,6

2008-11-11 Thread Alexander Hansen
Occurs on OS 10.5.5, with Xcode 3.1.1, for both Intel and PowerPC, and  
all python-flavors of pyqt:

...
perl -pi -e 's|while 1|print "license accepted by fink package  
maintainer"\nwhile 0|g' configure.py
/sw/bin/python2.5 configure.py -b /sw/src/fink.build/root-pyqt- 
py25-3.17.4-3/sw/bin -d /sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/ 
lib/python2.5/site-packages -v /sw/src/fink.build/root-pyqt- 
py25-3.17.4-3/sw/share/sip-py25 -n /sw/include -o /sw/lib INCDIR_OPENGL 
+=/usr/X11R6/include LFLAGS+=-L/sw/lib/python2.5/config  
LFLAGS_PLUGIN="-bundle -undefined dynamic_lookup" INCDIR+=/sw/include/ 
python2.5
sip: QApplication has ctors with the same Python signature


Error: Unable to create the C++ code.


This is the GPL version of PyQt 3.17.4 (licensed under the GNU General  
Public
License) for Python 2.5.2 on darwin.

Type 'L' to view the license.
Type 'yes' to accept the terms of the license.
Type 'no' to decline the terms of the license.

license accepted by fink package maintainer
QScintilla 1.6 is being used.
Checking to see if the qtcanvas module should be built...
Checking to see if the qtnetwork module should be built...
Checking to see if the qttable module should be built...
Checking to see if the qtxml module should be built...
Checking to see if the qtgl module should be built...
Checking to see if the qtui module should be built...
Checking to see if the qtsql module should be built...
Checking to see if the qtext module should be built...
Checking to see if the QAssistantClient class is available...
Creating features file...
Checking to see if the QCDEStyle class is built in...
Checking to see if the QInterlaceStyle class is built in...
Checking to see if the QMotifStyle class is built in...
Checking to see if the QMotifPlusStyle class is built in...
Checking to see if the QPlatinumStyle class is built in...
Checking to see if the QSGIStyle class is built in...
Checking to see if the QWindowsXPStyle class is built in...
Checking to see if the QWindowsStyle class is built in...
Qt v3.3.8 free edition is being used.
SIP 4.7.8 is being used.
These PyQt modules will be built: qt qtcanvas qtnetwork qttable qtxml  
qtgl qtui
qtsql qtext.
Support for these Qt classes has been disabled: QInterlaceStyle
QWindowsXPStyle.
The PyQt modules will be installed in
/sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/lib/python2.5/site- 
packages.
The PyQt .sip files will be installed in
/sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/share/sip-py25.
The Qt header files are in /sw/lib/qt3/include.
The qt-mt Qt library is in /sw/lib/qt3/lib.
pyuic will be installed in /sw/src/fink.build/root-pyqt-py25-3.17.4-3/ 
sw/bin.
pylupdate will be installed in
/sw/src/fink.build/root-pyqt-py25-3.17.4-3/sw/bin.
Generating the C++ source for the qt module...
### execution of /sw/bin/python2.5 failed, exit code 1

(the order of the lines of output is somewhat variable)



-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mirror seems stale

2008-11-13 Thread Alexander Hansen

On Nov 13, 2008, at 9:23 AM, Neil Tiffin wrote:

> Please check to see if the mirror:
>
> rsync://distfiles.master.finkmirrors.net/finkinfo/
>
> is updating.  I have not been able to get any updates for many days.
>
> Neil
>


It looks like indeed it hadn't been updating.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] build failure in lilypond-2.10.33-1005 if Fink's "flex" package is installed.

2008-11-13 Thread Alexander Hansen
(10.5.5/Intel, Xcode 3.1.1)

With 'flex' installed I get the following:

...
Initializing FontConfig...
adding font directory: /sw/src/fink.build/lilypond-2.10.33-1005/ 
lilypond-2.10.33/out/bin/../share/lilypond/2.10.33/fonts/otf/
adding font directory: /sw/src/fink.build/lilypond-2.10.33-1005/ 
lilypond-2.10.33/out/bin/../share/lilypond/2.10.33/fonts/type1/ 
Building font database.
Processing `/sw/src/fink.build/lilypond-2.10.33-1005/lilypond-2.10.33/ 
ly/generate-documentation.ly'
Parsing...[/sw/src/fink.build/lilypond-2.10.33-1005/lilypond-2.10.33/ 
out/bin/../share/lilypond/2.10.33/ly/init.ly/bin/sh: line 1: 80146  
Segmentation fault  /sw/src/fink.build/lilypond-2.10.33-1005/ 
lilypond-2.10.33/out/bin/lilypond --verbose /sw/src/fink.build/ 
lilypond-2.10.33-1005/lilypond-2.10.33/ly/generate-documentation
gnumake[2]: *** [out/lilypond-internals.texi] Error 139
...

If 'flex' is removed the build is successful.

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond 2.11.63-1001 build error

2008-11-13 Thread Alexander Hansen

On Nov 13, 2008, at 12:23 PM, Neil Tiffin wrote:

> I received the following build error on lilypond with the following:
>
> mini:~$ bison --version
> bison (GNU Bison) 2.3
>
> mini:~ neiltiffin$ lex --version
> lex version 2.5.4
>
> mini:~$ flex --version
> flex version 2.5.4
>
> mini:~$ fink --version
> Package manager version: 0.28.6
> Distribution version: selfupdate-rsync Thu Nov 13 10:16:22 2008, 10.5,
> i386
>
> mini:~$ sw_vers
> ProductName:  Mac OS X
> ProductVersion:   10.5.5
> BuildVersion: 9F33
>
> configure.in:54: warning: AC_CACHE_VAL(stepmake_cflags_pipe, ...):
> suspicious cache-id, must contain _cv_ to be cached
> ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
> ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
> aclocal.m4:167: STEPMAKE_COMPILE is expanded from...
> configure.in:54: the top level
> configure.in:93: warning: AC_CACHE_VAL(stepmake_stl_data_method, ...):
> suspicious cache-id, must contain _cv_ to be cached
> aclocal.m4:1059: STEPMAKE_STL_DATA_METHOD is expanded from...
> configure.in:93: the top level
> configure.in:100: warning:
> AC_CACHE_VAL(stepmake_flexlexer_yy_current_buffer, ...): suspicious
> cache-id, must contain _cv_ to be cached
> aclocal.m4:414: STEPMAKE_FLEXLEXER is expanded from...
> configure.in:100: the top level
> Running ./configure --prefix=/sw --disable-dependency-tracking --
> infodir=$(prefix)/share/info --mandir=$(prefix)/share/man --with-ncsb-
> dir=/sw/share/ghostscript/fonts --disable-gui ...
> configure: WARNING: unrecognized options: --disable-dependency- 
> tracking
>
>
> 
>
> checking FlexLexer.h location... In file included from /usr/include/c+
> +/4.0.0/backward/iostream.h:31,
>  from /sw/include/FlexLexer.h:47,
>  from conftest.cc:2:
> /usr/include/c++/4.0.0/backward/backward_warning.h:32:2: warning:
> #warning This file includes at least one deprecated or antiquated
> header. Please consider using one of the 32 headers found in section
> 17.4.1.2 of the C++ standard. Examples include substituting the 
> header for the  header for C++ includes, or  instead of
> the deprecated header . To disable this warning use -Wno-
> deprecated.
> /sw/include/FlexLexer.h
>
> 
>
> rm -f ./out/volta-engraver.dep; DEPENDENCIES_OUTPUT="./out/volta-
> engraver.dep ./out/volta-engraver.o" g++ -c -Woverloaded-virtual -I/ 
> sw/
> include -I/sw/include/python2.5 -I/sw/include -DHAVE_CONFIG_H  -
> DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out - 
> I../
> flower/include  -O2 -finline-functions -g -pipe -I/sw/include -
> D_THREAD_SAFE  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
> freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/
> fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
> freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
> include -
> Wno-pmf-conversions  -W -Wall -Wconversion -o out/volta-engraver.o
> volta-engraver.cc
> rm -f ./out/volta-repeat-iterator.dep; DEPENDENCIES_OUTPUT="./out/
> volta-repeat-iterator.dep ./out/volta-repeat-iterator.o" g++ -c -
> Woverloaded-virtual -I/sw/include -I/sw/include/python2.5 -I/sw/
> include -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out -I../flower/
> include -I../flower/./out -I../flower/include  -O2 -finline- 
> functions -
> g -pipe -I/sw/include -D_THREAD_SAFE  -I/sw/lib/freetype219/include/
> freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/include/
> pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/
> freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/
> lib/glib-2.0/include -Wno-pmf-conversions  -W -Wall -Wconversion -o
> out/volta-repeat-iterator.o volta-repeat-iterator.cc
> /usr/bin/flex -Cfe -p -p -oout/lexer.cc lexer.ll
> lexer.ll:595: multiple <> rules for start condition longcomment
> lexer.ll:621: warning, rule cannot be matched
> lexer.ll:624: warning, rule cannot be matched
> lexer.ll:693: warning, -s option given but default rule can be matched
> rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT="./out/lexer.dep ./out/
> lexer.o" g++ -c -Woverloaded-virtual -I/sw/include -I/sw/include/
> python2.5 -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./ 
> out -
> I../flower/include -I../flower/./out -I../flower/include  -O2 - 
> finline-
> functions -g -pipe -I/sw/include -D_THREAD_SAFE  -I/sw/lib/ 
> freetype219/
> include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/
> include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/
> include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -Wno-pmf-conversions  -W -Wall -Wconversion
> -o out/lexer.o out/lexer.cc
> In file included from /usr/include/c++/4.0.0/backward/iostream.h:31,
>  from /sw/include/FlexLexer.h:47,
>  from out/lexer.cc:380:
> /usr/include/c++/4.0.0/backward/backward_warning.h:32:2: warning:
> #warning This file includes at lea

Re: [Fink-users] lilypond 2.10.33-1001 build error

2008-11-14 Thread Alexander Hansen

On Nov 14, 2008, at 10:28 AM, Ebrahim Mayat wrote:

> Good Day
>
> I get a different error when trying to build lilypond-2.10.33
>
> $ sw_vers
> ProductName:  Mac OS X
> ProductVersion:   10.5.5
> BuildVersion: 9F33
>
> $ fink --version
> Package manager version: 0.28.6
> Distribution version: selfupdate-rsync Sun Nov  2 17:04:54 2008, 10.5,
> powerpc
>
> //
> WARNING: While resolving dependency "system-tetex " for package
> "lilypond-2.10.33-1005", package "system-tetex" was not found.
> Reading build conflict for lilypond-2.10.33-1005...
> The following package will be installed or updated:
>  lilypond
> //
> rm -f ./out/file-name.dep; DEPENDENCIES_OUTPUT="./out/file-name.dep ./
> out/file-name.o" g++ -c  -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out
> -I../flower/include -I../flower/./out  -O2 -finline-functions -g -pipe
> -I/sw/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
> freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/
> fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
> freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
> -W -Wall -Wconversion -o out/file-name.o file-name.cc
> /usr/include/c++/4.0.0/bits/stl_vector.h:148: error: template class
> without a name
> ///usr/include/c++/4.0.0/bits/vector.tcc:310: error: expected
> unqualified-id before '<' token
> /usr/include/c++/4.0.0/bits/vector.tcc:393: error: expected
> unqualified-id before '<' token
> /usr/include/c++/4.0.0/bits/vector.tcc:407: error: expected
> unqualified-id before '<' token
> ./include/std-vector.hh:73: error: expected class-name before
> '__attribute__'
> ./include/std-vector.hh:73: error: expected `{' before '__attribute__'
> ./include/std-vector.hh:73: error: expected unqualified-id before '<'
> token
> gnumake[1]: *** [out/file-name.o] Error 1
> gnumake: *** [all] Error 2
> ### execution of /var/tmp/tmp.1.hvoKXk failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-lilypond-2.10.33-1005
> (Reading database ... 145401 files and directories currently  
> installed.)
> Removing fink-buildlock-lilypond-2.10.33-1005 ...
> Failed: phase compiling: lilypond-2.10.33-1005 failed
>
> Also, I don't seem to have "system-tetex" :
>
> $ fink list tetex
> Information about 7451 packages read in 2 seconds.
>  p   bundle-tetex
> [virtual package]
>  i   tetex 3.0-1006
> Complete distribution of the TeX typesetting system
>  i   tetex-base3.0-1006  Base
> programs for a teTeX installation
>  tetex-dev 2.0.2-1047
> Developer files for a teTeX installation (v.2.0)
>  p   tetex-macosx
> [virtual package]
>  tetex-nox 3.0-1006
> Complete distribution of the TeX typesetting system
>  tetex-nox-base3.0-1006  Base
> programs for a teTeX installation
>  i   tetex-shlibs  2.0.2-1047
> Shared libraries for a teTeX installation (v.2.0)
>  i   tetex-texmf   3.0-1 Main
> texmf tree for a teTeX installation
>  p   tetex3-base
> [virtual package]
>
> All advice would be appreciated.
> E M
>

You shouldn't have system-tetex because you already have Fink tetex  
packages installed, and because it doesn't exist on Leopard.

What version of the Xcode Tools do you have?

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] CLISP readline?

2008-11-14 Thread Alexander Hansen


On Nov 14, 2008, at 11:57 AM, Mark J. Reed wrote:

I did a fink update-all, and found that the new version of clisp is  
built without readline (or editline, or whatever the heck it is  
we're supposed to use on OS X these days) support.  Why the change?


--
Mark J. Reed <[EMAIL PROTECTED]>





You might check in with the maintainer about that.-
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=100&url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond 2.10.33-1001 build error

2008-11-15 Thread Alexander Hansen

On Nov 15, 2008, at 11:49 AM, Martin Costabel wrote:

> Ebrahim Mayat wrote:
> []
>> Distribution version: selfupdate-rsync Sun Nov  2 17:04:54 2008,  
>> 10.5,
>> powerpc
>>
> []
>> /usr/include/c++/4.0.0/bits/stl_vector.h:148: error: template class
>> without a name
> [etc]
>> Failed: phase compiling: lilypond-2.10.33-1005 failed
>
> I don't get this error, but I am on intel. It looks to me like this
> version of lilypond is incompatible with Apple's compiler for ppc. It
> tries to play preprocessor games with the symbol "__vector", but this
> falls on its face for ppc, because the symbol is predefined in Apple's
> altivec code. Looks like some serious patching is called for,  
> replacing
> all "__vector" by "lily_vector" or some such.
>
> -- 
> Martin
>
>

I can confirm getting the same thing on PowerPC (10.5.5 with Xcode  
3.1.1).

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot & libpango

2008-11-17 Thread Alexander Hansen

On Nov 17, 2008, at 12:27 PM, Matthias Muench wrote:

> Hello Alexander.
>
> You will be listed as maintainer for gnuplot.
> I installed these gnuplot version
>
>   G N U P L O T
>   Version 4.2 patchlevel 4
>   last modified Sep 2008
>   System: Darwin 9.5.0
>
> on my iBook via fink. Now I can't start gnuplot as normal user.
> I get these errror message
>
> dyld: Library not loaded: /sw/lib/pango-ft219/lib/libpango-1.0.0.dylib
> Referenced from: /sw/bin/gnuplotx
> Reason: Incompatible library version: gnuplotx requires version  
> 2201.0.0 or later, but libpango-1.0.0.dylib provides version 1002.0.0
> /sw/bin/gnuplot: line 6: 24339 Trace/BPT trap  /sw/bin/ 
> gnuplotx "$@"
>
>
> As I start gnuplot as admin it is no problem. Do you know whats wrong?
>
> Thanks and best regards
> Matthias
>


[forwarded to fink-users since I'm at a meeting]

Are you sure that you're running the same executable as admin as your  
normal user? I'm pretty sure that a dyld error should affect the  
executable regardless of who runs it.  Try running

which gnuplot

both as your admin and normal user.

Also, dyld is complaining about a libpango version that looks like it  
doesn't exist in Fink.

If you run

otool -L /swbin/gnuplotx

We can see where you're getting that.


-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] GNOME keymap problem

2008-11-17 Thread Alexander Hansen

On Nov 17, 2008, at 2:29 PM, Gary K Olson wrote:

> I think I sent this message to wrong address (sorry), so I am sending
> it again.
> I compiled bundle-gnome on my ibook which went well.  However, the
> generic keymap does not map to the ibook keyboard.  Am I missing some
> package that needs to be built that provides the proper keymap?  Also,
> is it possible to go rootless mode in Gnome?  I looked for a way to
> turn off the desktop or the desktop icons like is done in KDE to get
> into rootless mode, but I did not find any command to do this.  Thanks
> for the help.  My kit is:
> Package manager version: 0.28.6
> Distribution version: selfupdate-rsync Mon Nov 17 12:10:38 2008, 10.5,
> powerpc
> OSX 10.5.5
> Xtools 3.1
> powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488)
>
> Gary K Olson
>

To run rootless, try "gnome-panel" instead of gnome-session.  (this is  
mentioned in "fink info bundle-gnome"). 
  

-
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=100&url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


  1   2   3   4   5   6   7   8   9   10   >