For the record, I installed gnome-keyring and a few other things that came through needing updating (like firefox), then tried again with libbonobo2 and orbit2, and this time it worked. I've no idea what changed, the only differences I can think of should be cosmetic (like using FinkCommander rather than command line...) A diff of the two outputs isn't very helpful because the lines of output tend to occur in a slightly different order.

Just one of those unexplained glitches I guess.

-- Viv

On Tue, 12 Jul 2005, Viv Kendon wrote:

From: Viv Kendon <[EMAIL PROTECTED]>
To: Fink Users Mailing List <[email protected]>
Date: Tue, 12 Jul 2005 10:03:29 +0100 (BST)
Subject: [Fink-users] orbit2-2.12.2-1 on 10.3.9 fails to compile

Trying to update-all on 10.3.9 unstable and up to date apart from this (and libbonobo2, gonme-keyring in the queue behind it), and just failed to compile orbit2-2.12.2-1. The fail is rather odd, here is the last chunk of output:

----- begin build output excerpt -----

Making all in test
(rm -f empty.h empty-stubs.c empty-skels.c empty-common.c empty-imodule.c empty-
skelimpl.c || true) > /dev/null
(rm -f echo.h echo-stubs.c echo-skels.c echo-common.c echo-imodule.c echo-skelim
pl.c || true) > /dev/null
../src/idl-compiler/orbit-idl-2 --showcpperrors --deps ./.deps/empty.idl.P empty
.idl
../src/idl-compiler/orbit-idl-2 --showcpperrors --deps ./.deps/echo.idl.P echo.i
dl
orbit-idl-2 2.12.2 compiling
 mode, show preprocessor errors, passes: stubs skels common headers

for I in echo.h echo-stubs.c echo-skels.c echo-common.c echo-imodule.c echo-skel
impl.c; do \
       if test -f $I; then \
sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.
out; \
               mv $I.out $I ; \
       fi; \
done

** (process:13498): WARNING **: failed to create '.deps' directory 'File exists'

** (process:13498): CRITICAL **: orbit_idl_output_c_deps: assertion `ci->fh != N
ULL' failed
(rm -f test1.h test1-stubs.c test1-skels.c test1-common.c test1-imodule.c test1-
skelimpl.c || true) > /dev/null
../src/idl-compiler/orbit-idl-2 --showcpperrors --deps ./.deps/test1.idl.P test1
.idl
orbit-idl-2 2.12.2 compiling
 mode, show preprocessor errors, passes: stubs skels common headers

for I in test1.h test1-stubs.c test1-skels.c test1-common.c test1-imodule.c test
1-skelimpl.c; do \
       if test -f $I; then \
sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.
out; \
               mv $I.out $I ; \
       fi; \
done
(rm -f test-any.h test-any-stubs.c test-any-skels.c test-any-common.c test-any-i
module.c test-any-skelimpl.c || true) > /dev/null
../src/idl-compiler/orbit-idl-2 --showcpperrors --deps ./.deps/test-any.idl.P te
st-any.idl
orbit-idl-2 2.12.2 compiling
 mode, show preprocessor errors, passes: stubs skels common headers

for I in test-any.h test-any-stubs.c test-any-skels.c test-any-common.c test-any
-imodule.c test-any-skelimpl.c; do \
       if test -f $I; then \
sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.
out; \
               mv $I.out $I ; \
       fi; \
done
(rm -f dynany.h dynany-stubs.c dynany-skels.c dynany-common.c dynany-imodule.c d
ynany-skelimpl.c || true) > /dev/null
../src/idl-compiler/orbit-idl-2 --showcpperrors --deps ./.deps/dynany.idl.P dyna
ny.idl
orbit-idl-2 2.12.2 compiling
 mode, show preprocessor errors, passes: stubs skels common headers

for I in dynany.h dynany-stubs.c dynany-skels.c dynany-common.c dynany-imodule.c
dynany-skelimpl.c; do \
       if test -f $I; then \
sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.
out; \
               mv $I.out $I ; \
       fi; \
done
true
true
true
true
make[2]: *** [empty.h] Bus error
make[2]: *** Deleting file `empty.h'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of LD_TWOLEVEL_NAMESPACE=1 failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-orbit2-2.12.2-1

----- end build output excerpt -----

way back up in the configure section I find this warning:

checking resolv.h usability... no
checking resolv.h presence... yes
configure: WARNING: resolv.h: present but cannot be compiled
configure: WARNING: resolv.h:     check for missing prerequisite headers?
configure: WARNING: resolv.h: see the Autoconf documentation
configure: WARNING: resolv.h:     section "Present But Cannot Be Compiled"
configure: WARNING: resolv.h: proceeding with the preprocessor's result
configure: WARNING: resolv.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for resolv.h... yes

[Oh gosh, the line-wrapping really messes that up, hopefully it will un-wrap when I send the email!]

and during the compile it periodically complains:

mkdir .libs
mkdir .libs
mkdir: cannot create directory `.libs': File exists

but that looks harmless to me.

Any clues?  I have the full build log if needed.

Many thanks,
-- Viv
------------------------------------------------
Dr Viv Kendon               [EMAIL PROTECTED]
Quantum Information           tel: 0113 343 3897
Physics & Astronomy          University of Leeds
        http://quantum.leeds.ac.uk/~viv


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users


------------------------------------------------
Dr Viv Kendon               [EMAIL PROTECTED]
Quantum Information           tel: 0113 343 3897
Physics & Astronomy          University of Leeds
         http://quantum.leeds.ac.uk/~viv


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to