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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to