Re: [Fink-users] gcc434 failure (Dl_info issue)

2008-11-30 Thread Martin Costabel
Alexander Hansen wrote:
> 
> On Nov 30, 2008, at 10:52 AM, christian Boily wrote:
[]
>> ../../../gcc-4.3.1/libjava/boehm.cc: In function 'void  
>> _Jv_RegisterLibF
>> orGc(const void*)':
>> ../../../gcc-4.3.1/libjava/boehm.cc:704: error:
>> 'Dl_info' was not declared in this scope
>> ^^
[]
>> Failed: phase compiling: gcc43-4.3.1-1000 failed
>>
>> It would appear that the error is some .h file missing perhaps in  
>> order
>> to compile boehm.cc properly? Thanks for any hint, best wishes,

> 
> 
> I believe Dl_Info is associated with libdl.dylib.  Do you have a  
> libdl.dylib in some other location other than the system-provided one,  
> e.g. under /usr/local?  If so then that's probably incompatible. 

At compile time, this would be /usr/local/include/dlfcn.h. Simply remove 
it. There are some pieces of software (most notorious in the Fink list 
archives: openoffice) that install this. Google shows Fink list entries 
from as early as 2004 with the exact same error message.

There is even a FAQ entry (I guess it has been so long since this was 
reported last time that the existence of that FAQ item started sinking 
into oblivion):
#Q6.16: I get build errors involving `Dl_info' at


-- 
Martin


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


Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Martin Costabel
Daniel E. Macks wrote:
> Martin Costabel <[EMAIL PROTECTED]> said:
>> Martin Costabel wrote:
>> []
>>> more input. Maybe this scons thing does not work with python26; I'll 
>>> test further.
>> This is now confirmed. The scons system has in 
>> /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() 
>> function for constructing compiler flags, and this does not work with 
>> python-2.6. Thus the package needs a
>>
>> BuildConflicts: python
>>
>> "fink remove python" let the build proceed until it crashed with the
> 
> Sounds like problem is with scons (and likely to plague other packages
> that use it). Could you check if patching first line of /sw/bin/scons:
> 
> -#! /usr/bin/env python
> +#!/usr/bin/python
> 
> allows this thing to build with python (>= 1:2.6) installed?

Works for me, yes.

-- 
Martin


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


Re: [Fink-users] gnome-settings-daemon causes problems

2008-11-30 Thread Richard E. Miles

On Nov 30, 2008, at 6:54 PM, Alexander Hansen wrote:

>
> On Nov 30, 2008, at 8:00 PM, Richard E. Miles wrote:
>
>> I have been trying to get gnome configured so that it will work
>> properly. When I start gnome I get a message saying there was a  
>> prblem
>> starting gnome-settings-daemon, return value 0. Themes, sound,
>> backgrounds will not work. Indeed I did some tests and found that  
>> if I
>> start gnome-settings-daemon from the xinitrc script before starting
>> gnome-sessions, that this message goes away. However choosing a theme
>> or background causes terminal to not accept input when you type.  
>> Other
>> problems encountered were that logout doesn't work and assistive
>> technology can not be selected.
>>
>> Any help will be appreciated.
>>
>> Richard E. Miles
>> [EMAIL PROTECTED]
>>
>>
>>
>
> Which OS version?


Max OS X Version 10.5.5

Richard E. Miles
[EMAIL PROTECTED]




-
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-settings-daemon causes problems

2008-11-30 Thread Alexander Hansen

On Nov 30, 2008, at 8:00 PM, Richard E. Miles wrote:

> I have been trying to get gnome configured so that it will work
> properly. When I start gnome I get a message saying there was a prblem
> starting gnome-settings-daemon, return value 0. Themes, sound,
> backgrounds will not work. Indeed I did some tests and found that if I
> start gnome-settings-daemon from the xinitrc script before starting
> gnome-sessions, that this message goes away. However choosing a theme
> or background causes terminal to not accept input when you type. Other
> problems encountered were that logout doesn't work and assistive
> technology can not be selected.
>
> Any help will be appreciated.
>
> Richard E. Miles
> [EMAIL PROTECTED]
>
>
>

Which OS version? 
  

-
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] Problems compiling linuxdcpp

2008-11-30 Thread Daniel E. Macks
Martin Costabel <[EMAIL PROTECTED]> said:
> Martin Costabel wrote:
> []
>> more input. Maybe this scons thing does not work with python26; I'll 
>> test further.
>
> This is now confirmed. The scons system has in 
> /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() 
> function for constructing compiler flags, and this does not work with 
> python-2.6. Thus the package needs a
>
> BuildConflicts: python
>
> "fink remove python" let the build proceed until it crashed with the

Sounds like problem is with scons (and likely to plague other packages
that use it). Could you check if patching first line of /sw/bin/scons:

-#! /usr/bin/env python
+#!/usr/bin/python

allows this thing to build with python (>= 1:2.6) installed?

dan

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



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


[Fink-users] gnome-settings-daemon causes problems

2008-11-30 Thread Richard E. Miles
I have been trying to get gnome configured so that it will work  
properly. When I start gnome I get a message saying there was a prblem  
starting gnome-settings-daemon, return value 0. Themes, sound,  
backgrounds will not work. Indeed I did some tests and found that if I  
start gnome-settings-daemon from the xinitrc script before starting  
gnome-sessions, that this message goes away. However choosing a theme  
or background causes terminal to not accept input when you type. Other  
problems encountered were that logout doesn't work and assistive  
technology can not be selected.

Any help will be appreciated.

Richard E. Miles
[EMAIL PROTECTED]




-
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] gcc434 failure (Dl_info issue)

2008-11-30 Thread Alexander Hansen

On Nov 30, 2008, at 10:52 AM, christian Boily wrote:

>
> Hi, I have had an unexpected (!) problem trying to compile gcc43  
> under fink -
> which seems to be
> related to some data structure
> (Dl_Info) related to Java being unavailable on my system (OS X  
> 10,4,11).  I do
> have Java 1.5 in /usr/bin
> and using fink install I get
> this after some 1h of compilation:
>
> ...
> libtool: compile:  /sw/src/fink.build/gcc43-4.3.1-1000/ 
> darwin_objdir/./gcc/
> xgcc -shared-libgcc -B/sw/src/fink.build/gcc43-4.3.1-
> 1000/darwin_objdir/./gcc -nostdinc++ -L/sw/src/fink.build/gcc43-4.3.1-
> 1000/darwin_objdir/i686-
> apple-darwin8/libstdc++-v3/src -
> L/sw/src/fink.build/gcc43-4.3.1-1000/darwin_objdir/i686-apple-darwin8/
> libstdc++-v3/src/.libs -
> B/sw/lib/gcc4.3/i686-apple-darwin8/bin/ -
> B/sw/lib/gcc4.3/i686-apple-darwin8/lib/ -isystem /sw/lib/gcc4.3/i686-
> apple-darwin8/include -
> isystem /sw/lib/gcc4.3/i686-apple-darwin8/sys-
> include -DHAVE_CONFIG_H -I. -I../../../gcc-4.3.1/libjava -I./include  
> -I./
> gcj -I../../../gcc-4.3.1/libjava
> -Iinclude -I../../../gcc-4.3.1/libjava/include -
> I../../../gcc-4.3.1/libjava/classpath/include -Iclasspath/include - 
> I../../../
> gcc-4.3.1/libjava/classpath/native/fdlibm -I../../../gcc-
> 4.3.1/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../ 
> gcc-4
> .3.1/libjava/libltdl -
> I../../../gcc-4.3.1/libjava/libltdl -I../../../gcc-
> 4.3.1/libjava/.././libjava/../gcc -I../../../gcc-4.3.1/libjava/../ 
> libffi/include
> -I../libffi/include -
> I/sw/include -fno-rtti -fnon-call-exceptions -fdollars-
> in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store
> -fomit-frame-pointer -Usun - Wextra -Wall -D_GNU_SOURCE -
> DPREFIX=\"/sw/lib/gcc4.3\" -DTOOLEXECLIBDIR=\"/sw/lib/gcc4.3/lib\" -
> DJAVA_HOME=\"/sw/lib/gcc4.3\" -
> DBOOT_CLASS_PATH=\"/sw/lib/gcc4.3/share/java/libgcj-4.3.1.jar\" -
> DJAVA_EXT_DIRS=\"/sw/lib/gcc4.3/share/java/ext\" -
> DGCJ_ENDORSED_DIRS=\"/sw/lib/gcc4.3/share/java/gcj-endorsed\" -
> DGCJ_VERSIONED_LIBDIR=\"/sw/lib/gcc4.3/lib/gcj-4.3.1-9\" -
> DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"/sw/lib/gcc4.3/share/java/
> ecj.jar\" -DLIBGCJ_DEFAULT_DATABASE=\"/sw/lib/gcc4.3/lib/gcj-4.3.1-
> 9/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.3.1
> /classmap.db\" -O2 -g -g -O2 -MT boehm.lo -MD -MP -MF
> .deps/boehm.Tpo -c ../../../gcc-4.3.1/libjava/boehm.cc  -fno-common
> -DPIC -o .libs/boehm.o
> ../../../gcc-4.3.1/libjava/boehm.cc: In function 'void  
> _Jv_RegisterLibF
> orGc(const void*)':
> ../../../gcc-4.3.1/libjava/boehm.cc:704: error:
> 'Dl_info' was not declared in this scope
> ^^
>
> ../../../gcc-4.3.1/libjava/boehm.cc:704: error: expected `;' before
> 'info'
> ../../../gcc-4.3.1/libjava/boehm.cc:706: error: 'info' was not  
> declared
> in this scope
> ../../../gcc-4.3.1/libjava/boehm.cc:706: error: 'dladdr' was not  
> declared
> in this scope
> ../../../gcc-4.3.1/libjava/boehm.cc: At global scope:
> ../../../gcc-4.3.1/libjava/boehm.cc:716: warning: unused parameter
> 'thread'
> ../../../gcc-4.3.1/libjava/boehm.cc:725: warning: unused parameter
> 'thread'
> ../../../gcc-4.3.1/libjava/boehm.cc:734: warning: unused parameter
> 'thread'
> make[3]: *** [boehm.lo] Error 1
>
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-target-libjava] Error 2
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.1.Kib670 failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gcc43-4.3.1-1000
> (Reading database ... 48744 files and directories currently  
> installed.)
> Removing fink-buildlock-gcc43-4.3.1-1000 ...
> Failed: phase compiling: gcc43-4.3.1-1000 failed
>
> It would appear that the error is some .h file missing perhaps in  
> order
> to compile boehm.cc properly? Thanks for any hint, best wishes,
>
> chirs b.
>
>


I believe Dl_Info is associated with libdl.dylib.  Do you have a  
libdl.dylib in some other location other than the system-provided one,  
e.g. under /usr/local?  If so then that's probably incompatible. 

-
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] gcc434 failure (Dl_info issue)

2008-11-30 Thread christian Boily

Hi, I have had an unexpected (!) problem trying to compile gcc43 under fink - 
which seems to be 
related to some data structure 
(Dl_Info) related to Java being unavailable on my system (OS X 10,4,11).  I do
 have Java 1.5 in /usr/bin 
and using fink install I get 
this after some 1h of compilation: 

... 
libtool: compile:  /sw/src/fink.build/gcc43-4.3.1-1000/darwin_objdir/./gcc/
xgcc -shared-libgcc -B/sw/src/fink.build/gcc43-4.3.1-
1000/darwin_objdir/./gcc -nostdinc++ -L/sw/src/fink.build/gcc43-4.3.1-
1000/darwin_objdir/i686-
apple-darwin8/libstdc++-v3/src -
L/sw/src/fink.build/gcc43-4.3.1-1000/darwin_objdir/i686-apple-darwin8/
libstdc++-v3/src/.libs -
B/sw/lib/gcc4.3/i686-apple-darwin8/bin/ -
B/sw/lib/gcc4.3/i686-apple-darwin8/lib/ -isystem /sw/lib/gcc4.3/i686-
apple-darwin8/include -
isystem /sw/lib/gcc4.3/i686-apple-darwin8/sys-
include -DHAVE_CONFIG_H -I. -I../../../gcc-4.3.1/libjava -I./include -I./
gcj -I../../../gcc-4.3.1/libjava
 -Iinclude -I../../../gcc-4.3.1/libjava/include -
I../../../gcc-4.3.1/libjava/classpath/include -Iclasspath/include -I../../../
gcc-4.3.1/libjava/classpath/native/fdlibm -I../../../gcc-
4.3.1/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../gcc-4
.3.1/libjava/libltdl -
I../../../gcc-4.3.1/libjava/libltdl -I../../../gcc-
4.3.1/libjava/.././libjava/../gcc -I../../../gcc-4.3.1/libjava/../libffi/include
 -I../libffi/include -
I/sw/include -fno-rtti -fnon-call-exceptions -fdollars-
in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store 
-fomit-frame-pointer -Usun - Wextra -Wall -D_GNU_SOURCE -
DPREFIX=\"/sw/lib/gcc4.3\" -DTOOLEXECLIBDIR=\"/sw/lib/gcc4.3/lib\" -
DJAVA_HOME=\"/sw/lib/gcc4.3\" -
DBOOT_CLASS_PATH=\"/sw/lib/gcc4.3/share/java/libgcj-4.3.1.jar\" -
DJAVA_EXT_DIRS=\"/sw/lib/gcc4.3/share/java/ext\" -
DGCJ_ENDORSED_DIRS=\"/sw/lib/gcc4.3/share/java/gcj-endorsed\" -
DGCJ_VERSIONED_LIBDIR=\"/sw/lib/gcc4.3/lib/gcj-4.3.1-9\" -
DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"/sw/lib/gcc4.3/share/java/
ecj.jar\" -DLIBGCJ_DEFAULT_DATABASE=\"/sw/lib/gcc4.3/lib/gcj-4.3.1-
9/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.3.1
/classmap.db\" -O2 -g -g -O2 -MT boehm.lo -MD -MP -MF 
.deps/boehm.Tpo -c ../../../gcc-4.3.1/libjava/boehm.cc  -fno-common 
-DPIC -o .libs/boehm.o
../../../gcc-4.3.1/libjava/boehm.cc: In function 'void _Jv_RegisterLibF
orGc(const void*)':
../../../gcc-4.3.1/libjava/boehm.cc:704: error:
 'Dl_info' was not declared in this scope   
  
^^
 
../../../gcc-4.3.1/libjava/boehm.cc:704: error: expected `;' before 
'info'
../../../gcc-4.3.1/libjava/boehm.cc:706: error: 'info' was not declared
 in this scope
../../../gcc-4.3.1/libjava/boehm.cc:706: error: 'dladdr' was not declared 
in this scope
../../../gcc-4.3.1/libjava/boehm.cc: At global scope:
../../../gcc-4.3.1/libjava/boehm.cc:716: warning: unused parameter 
'thread'
../../../gcc-4.3.1/libjava/boehm.cc:725: warning: unused parameter
 'thread'
../../../gcc-4.3.1/libjava/boehm.cc:734: warning: unused parameter 
'thread'
make[3]: *** [boehm.lo] Error 1

make[2]: *** [all-recursive] Error 1
make[1]: *** [all-target-libjava] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.Kib670 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gcc43-4.3.1-1000
(Reading database ... 48744 files and directories currently installed.)
Removing fink-buildlock-gcc43-4.3.1-1000 ...
Failed: phase compiling: gcc43-4.3.1-1000 failed

It would appear that the error is some .h file missing perhaps in order 
to compile boehm.cc properly? Thanks for any hint, best wishes, 

chirs b. 








-
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] Problems compiling linuxdcpp

2008-11-30 Thread Hanspeter Niederstrasser
Florian Lindner wrote:
> Hello,
> 
> I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker  
> error.

I've committed a fix for this.  Look for revision -4 after doing a 
selfupdate.

Hanspeter

-- 
Hanspeter Niederstrasser
hanspeter at snaggledworks.com

-
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] Problems compiling linuxdcpp

2008-11-30 Thread Hanspeter Niederstrasser
Martin Costabel wrote:
> Florian Lindner wrote:
>> Hello,
>>
>> I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker  
>> error.
>>
>> Who can help?
 >> Undefined symbols:
 >>"_XFlush", referenced from:
 >>_egg_tray_icon_update_manager_window in eggtrayicon.o

This is easy.  There's an -lX11 missing from the linker line.  I've 
fixed it in my local tree by adding it to SetLDFLAGS, but I'm trying to 
find the proper place to add it in the scons build system (it currently 
is affecting some of the configure tests).

> I'd like to, but I get a much weirder error earlier on. After the 
> configure phase, the first compiler line appears:
> 
> scons: Building targets ...
> g++ -o build/client/AdcCommand.o -c -I. -D_GNU_SOURCE 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT - D _ D A T A D 
> I R = ' " / s w / s h a r e " ' client/AdcCommand.cpp
> 
> Upon which the build hangs, nothing more happens, until I hit Ctrl-C.
> 
> I guess the compiler doesn't like the spaced-out flag and waits for some 
> more input. Maybe this scons thing does not work with python26; I'll 
> test further.

I get

i686-apple-darwin9-g++-4.0.1: D: No such file or directory
i686-apple-darwin9-g++-4.0.1: _: No such file or directory
i686-apple-darwin9-g++-4.0.1: D: No such file or directory
... some more ...
build fail

with python=1:2.6-2.  python=1:2.5.2-1 doesn't cause conflicts.  I've 
added a BuildConflicts for now as well.

Hanspeter
-- 
Hanspeter Niederstrasser
hanspeter at snaggledworks.com

-
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] Problems compiling linuxdcpp

2008-11-30 Thread Martin Costabel
Martin Costabel wrote:
[]
> more input. Maybe this scons thing does not work with python26; I'll 
> test further.

This is now confirmed. The scons system has in 
/sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() 
function for constructing compiler flags, and this does not work with 
python-2.6. Thus the package needs a

BuildConflicts: python

"fink remove python" let the build proceed until it crashed with the

> Undefined symbols:
>"_XFlush"

error. This one is caused by the recent removal of x11 dependencies from 
the gdk-x11-2.0.pc script in the new version of gtk+2-dev. Other 
packages have been hit by this, but they used configure scripts, not 
scons. I don't know any scons (nor do I want to learn it), but it seems 
to me that replacing the line

 env.ParseConfig('pkg-config --libs libglade-2.0')

in SConstruct by

 env.ParseConfig('pkg-config --libs libglade-2.0 fontconfig x11 
xext xrender xinerama xrandr xcursor xfixes xcomposite xdamage')

will fix this bug. A patchscript line that does this would be

perl -pi -e 's|libs libglade-2.0|$& fontconfig x11 xext xrender xinerama 
xrandr xcursor xfixes xcomposite xdamage|' SConstruct

-- 
Martin









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


Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Martin Costabel
Florian Lindner wrote:
> Hello,
> 
> I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker  
> error.
> 
> Who can help?

I'd like to, but I get a much weirder error earlier on. After the 
configure phase, the first compiler line appears:

scons: Building targets ...
g++ -o build/client/AdcCommand.o -c -I. -D_GNU_SOURCE 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT - D _ D A T A D 
I R = ' " / s w / s h a r e " ' client/AdcCommand.cpp

Upon which the build hangs, nothing more happens, until I hit Ctrl-C.

I guess the compiler doesn't like the spaced-out flag and waits for some 
more input. Maybe this scons thing does not work with python26; I'll 
test further.

-- 
Martin


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


[Fink-users] problem running apps under mono

2008-11-30 Thread Geoffrey Smith
Hello all,

I have been having difficulty getting .NET apps to work with mono.  I  
have XQuartz 2.3.1, fink 0.28.6, 10.5.5, and mono 2.0.1-1 installed.

When trying to run a simple app I get the error:

> Unhandled Exception: System.ArgumentException: The requested  
> FontFamily could not be found [GDI+ status: FontFamilyNotFound]
>   at System.Drawing.GDIPlus.CheckStatus (Status status) [0x0]
>   at System.Drawing.Font.GetHeight (Single dpi) [0x0]
>   at System.Drawing.Font.GetHeight () [0x0]
>   at System.Drawing.Font.get_Height () [0x0]
>   at (wrapper remoting-invoke-with-check)  
> System.Drawing.Font:get_Height ()
>   at System.Windows.Forms.XplatUICarbon.GetAutoScaleSize  
> (System.Drawing.Font font) [0x0]
>   at System.Windows.Forms.XplatUI.GetAutoScaleSize  
> (System.Drawing.Font font) [0x0]
>   at System.Windows.Forms.Form.GetAutoScaleSize (System.Drawing.Font  
> font) [0x0]
>   at System.Windows.Forms.Form..ctor () [0x0]
>   at HelloMono.Form1..ctor () [0x0]
>   at (wrapper remoting-invoke-with-check) HelloMono.Form1:.ctor ()
>   at HelloMono.Program.Main () [0x0]
> epictetus:monoTests gbsmith$
>

I have poked around and found some mention of similar errors, but  
nothing which I could apply to my situation.

I also asked at the mono forum, since I had found the error referred  
to on other linux sites, but got the response:

> The Mono project offers supported Mono 2.0.1 installers for OS X
> directly from the website.  You should use that instead of whatever  
> fink
> gives you; it will probably work better.

I prefer to use fink for as many apps as possible.

Can anyone offer any suggestions?

Thanks much,

-geoff s.


-
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] Problems compiling linuxdcpp

2008-11-30 Thread Florian Lindner
Hello,

I try to compile linuxdcpp from unstable on 10.5.5 but I get a linker  
error.

Who can help?

Thanks,

Florian


g++ -o linuxdcpp -L/sw/lib/system-openssl/lib -L/usr/lib -Wl,- 
framework,CoreServices -Wl,-framework,ApplicationServices build/client/ 
AdcCommand.o build/client/AdcHub.o build/client/ADLSearch.o build/ 
client/BufferedSocket.o build/client/BZUtils.o build/client/Client.o  
build/client/ClientManager.o build/client/ConnectionManager.o build/ 
client/CryptoManager.o build/client/DCPlusPlus.o build/client/ 
DirectoryListing.o build/client/DownloadManager.o build/client/ 
Encoder.o build/client/Exception.o build/client/FavoriteManager.o  
build/client/File.o build/client/FinishedManager.o build/client/ 
HashManager.o build/client/HttpConnection.o build/client/LogManager.o  
build/client/NmdcHub.o build/client/QueueManager.o build/client/ 
ResourceManager.o build/client/SearchManager.o build/client/ 
ServerSocket.o build/client/SettingsManager.o build/client/SFVReader.o  
build/client/ShareManager.o build/client/SimpleXML.o build/client/ 
Socket.o build/client/SSLSocket.o build/client/stdinc.o build/client/ 
StringDefs.o build/client/StringTokenizer.o build/client/Text.o build/ 
client/Thread.o build/client/TigerHash.o build/client/TimerManager.o  
build/client/UploadManager.o build/client/User.o build/client/ 
UserConnection.o build/client/Util.o build/client/ZUtils.o build/gui/ 
bookentry.o build/gui/dialogentry.o build/gui/downloadqueue.o build/ 
gui/eggtrayicon.o build/gui/entry.o build/gui/favoritehubs.o build/gui/ 
finishedtransfers.o build/gui/hashdialog.o build/gui/hub.o build/gui/ 
mainwindow.o build/gui/privatemessage.o build/gui/publichubs.o build/ 
gui/search.o build/gui/settingsdialog.o build/gui/settingsmanager.o  
build/gui/sharebrowser.o build/gui/treeview.o build/gui/ 
UserCommandMenu.o build/gui/wulfor.o build/gui/wulformanager.o build/ 
gui/WulforUtil.o -L/sw/lib/pango-ft219/lib -L/sw/lib/freetype219/lib - 
L/sw/lib -L/usr/X11/lib -lpthread -lbz2 -lcrypto -lssl -liconv - 
lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 - 
lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 - 
lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 - 
lglib-2.0 -lintl
Undefined symbols:
   "_XFlush", referenced from:
   _egg_tray_icon_update_manager_window in eggtrayicon.o
   "_XGetSelectionOwner", referenced from:
   _egg_tray_icon_update_manager_window in eggtrayicon.o
   "_XInternAtom", referenced from:
   _egg_tray_icon_realize in eggtrayicon.o
   _egg_tray_icon_realize in eggtrayicon.o
   _egg_tray_icon_realize in eggtrayicon.o
   _egg_tray_icon_realize in eggtrayicon.o
   _egg_tray_icon_send_message in eggtrayicon.o
   "_XGrabServer", referenced from:
   _egg_tray_icon_update_manager_window in eggtrayicon.o
   "_XFree", referenced from:
   _egg_tray_icon_get_orientation_property in eggtrayicon.o
   "_XSync", referenced from:
   _egg_tray_icon_send_manager_message in eggtrayicon.o
   _egg_tray_icon_send_message in eggtrayicon.o
   "_XSelectInput", referenced from:
   _egg_tray_icon_update_manager_window in eggtrayicon.o
   "_XGetWindowProperty", referenced from:
   _egg_tray_icon_get_orientation_property in eggtrayicon.o
   "_XUngrabServer", referenced from:
   _egg_tray_icon_update_manager_window in eggtrayicon.o
   "_XSendEvent", referenced from:
   _egg_tray_icon_send_manager_message in eggtrayicon.o
   _egg_tray_icon_send_message in eggtrayicon.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [linuxdcpp] Error 1
scons: building terminated because of errors.
### execution of /var/tmp/tmp.2.0muxPH failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-linuxdcpp-1.0.2-2
(Lese Datenbank ... 49647 Dateien und Verzeichnisse sind derzeit  
installiert.)
Entferne fink-buildlock-linuxdcpp-1.0.2-2 ...
Failed: phase compiling: linuxdcpp-1.0.2-2 failed


-
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] control-center vs. gnome-settings-daemon

2008-11-30 Thread Martin Costabel
Gary K Olson wrote:
> I had the same problem.  I temporarily removed control-center, control- 
> center2-shlibs and control-center2-dev using: sudo dpkg --force- 
> depends --remove [files], installed gnome-settings-daemon, and then  
> reinstalled the control-center files.  This should work for the most  
> recent versions.

Just for the record: What I did was simpler:

sudo dpkg -r --force-depends control-center
fink update control-center

No need to remove the packages that depend on control-center.

And yes, this is, of course, a bug in the gnome-settings-daemon-dev 
package. It should have a "Replaces: control-center" field.

-- 
Martin


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


Re: [Fink-users] control-center vs. gnome-settings-daemon

2008-11-30 Thread Gary K Olson
I had the same problem.  I temporarily removed control-center, control- 
center2-shlibs and control-center2-dev using: sudo dpkg --force- 
depends --remove [files], installed gnome-settings-daemon, and then  
reinstalled the control-center files.  This should work for the most  
recent versions.

Gary K Olson

-
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