Alexander Hansen | 1 Dec 2008 01:10
Picon
Gravatar

Re: gcc434 failure (Dl_info issue)


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
(Continue reading)

Richard E. Miles | 1 Dec 2008 02:00
Picon

gnome-settings-daemon causes problems

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
r.godzilla <at> comcast.net

-------------------------------------------------------------------------
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=/
Daniel E. Macks | 1 Dec 2008 03:15

Re: Problems compiling linuxdcpp

Martin Costabel <costabel <at> wanadoo.fr> 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
dmacks <at> netspace.org
http://www.netspace.org/~dmacks

(Continue reading)

Alexander Hansen | 1 Dec 2008 03:54
Picon
Gravatar

Re: gnome-settings-daemon causes problems


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
> r.godzilla <at> comcast.net
>
>
>

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=/
Richard E. Miles | 1 Dec 2008 04:45
Picon

Re: gnome-settings-daemon causes problems


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
>> r.godzilla <at> comcast.net
>>
>>
>>
>
> Which OS version?

Max OS X Version 10.5.5
(Continue reading)

Martin Costabel | 1 Dec 2008 07:32
Picon

Re: Problems compiling linuxdcpp

Daniel E. Macks wrote:
> Martin Costabel <costabel <at> wanadoo.fr> 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
(Continue reading)

Martin Costabel | 1 Dec 2008 07:59
Picon

Re: gcc434 failure (Dl_info issue)

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 
(Continue reading)

Richard Cobbe | 1 Dec 2008 15:07
Favicon

Trouble w/ gnome-settings-daemon after upgrade

Fink 0.28.6, Mac OS 10.5.5 intel, XCode 3.0, Xquartz 2.2.3, tracking
unstable source.

I upgraded some gnome packages over the weekend, and now various gnome
preferences (esp. font size) no longer apply.  Upon investigation, it
appears that this is because the gnome-settings-daemon is no longer getting
started when I start X.

I use the normal Quartz window manager, not the gnome desktop, and so (at
the suggestion of this list) I have .xinitrc (well, technically speaking,
its equivalent) start gnome-settings-daemon upon launching X.  I'd
previously hard-coded the path as
/sw/lib/control-center/gnome-settings-daemon, but this file no longer
exists.  Further, starting the control center from the command line doesn't
work either; it gives me a dialog saying it can't start the settings daemon.

I did find /sw/lib/gnome-settings-daemon/gnome-settings-daemon, but when I
run this, my preferences don't take effect as they used to.  However, if I
then start the control center, it can find and start the settings daemon,
and everything's fine.

Surely there must be a way to load the settings-daemon without manually
starting the control center every time I start X.  What am I overlooking?

If it helps, you can find a list of the changed packages below.  Apologies
for the lousy formatting, but I don't have time to clean it up.  Read this
as the output of "diff before after".

Thanks for any help,

(Continue reading)

Daniel Macks | 1 Dec 2008 15:25

Re: gnome logout option doesn't work

I just upgraded fink's gnome-session, which is (I think) the last part
of the gnome session manager stuff that needed upgrading. For me,
running gnome-session as my x11 world gives me metacity (with a
console message about not finding some preference) and a normal gnome
desktop menubar (is that gnome-panel I think?). Along the way, I get a
ton of console diagnostics about being unable to connect to various
org.gnome.* services, which I think means some dependency isn't
installing a correct dbus .service file or dbus isn't starting its
session bus as expected or somesuch. Clicking "Log out" gives me a
confirmation dialog, and when I click "ok", the gnome-session process
exits. I have not used the gnome environment except to say "oh look,
it starts without crashing", so I don't expect to have any legacy or
non-default prefs, nor do I know how anything is "supposed to" work.

dan

On Fri, Nov 28, 2008 at 01:46:58PM -0800, Richard E. Miles wrote:
> When I select logout the gnome system does not logout. I have to hit  
> comand -q to quit X. Why does it not work?
> 
> Richard E. Miles
> r.godzilla <at> comcast.net
> 
> 
> 
> 
> -------------------------------------------------------------------------
> 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
(Continue reading)

Barry King | 1 Dec 2008 22:49
Picon

Evolution build fails

"fink install evolution" fails with the following error(s):

 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets
-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/orbit-2.0 -I/sw/include/bonobo-activation-2.0
-I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include
-I/sw/include/libbonobo-2.0 -I/sw/include/gconf/2
-I/sw/include/libxml2 -I/sw/include/evolution-data-server-1.12
-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/libpng12
-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/libglade-2.0 -I/sw/include/libart-2.0
-I/sw/include/gail-1.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/sw/include/gnome-vfs-module-2.0
-DORBIT2=1 -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/libxml2
-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/libpng12
-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/bonobo-activation-2.0 -I/sw/include/libbonobo-2.0
-I/sw/include/gnome-vfs-2.0
(Continue reading)


Gmane