[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

circular dependency



Hello!
I'm having some problems  compiling   oo_1.0.2 for Sarge:

dpkg-buildpackage -uc -us

Stop compiling
*******************************
=============
Building project product
=============
/home/xarx/oo-deb/openoffice.org-1.0.2/build-tree/oo_1.0.2_src/product/util
dmake: makefile.mk: line 503: Error -- Detected circular dependency in graph at [../unxlngi4.pro/bin/udk3.0.1/linux/lib/libstdc++.so.]
---* RULES.MK *---

ERROR: Error 65280 occurred while making /home/xarx/oo-deb/openoffice.org-1.0.2/build-tree/oo_1.0.2_src/product/util
make: *** [debian/stampdir/instsetoo] Error 1

***************************

The lines in sources:

**********************************
/home/xarx/oo-deb/openoffice.org-1.0.2/build-tree/oo_1.0.2_src/product/util/mmakefile.mk:

(...)
# special targets for linux gcc3
.IF "$(COMID)"=="gcc3"


$(DLLOUT)$/libstdc++.so.$(LIBSTDCPP3) :
       $(GCCINSTLIB) libstdc++.so.$(LIBSTDCPP3) $(DLLOUT)

# Otherwise you get circular dependencies
$(DESTDIRDLL)$/libstdc++.so.$(LIBSTDCPP3) : $(DLLOUT)$/libstdc++.so.$(LIBSTDCPP3) $(DIRLIST)
       -rm -f $@
       $(GNUCOPY) -p $(DLLOUT)$/libstdc++.so.$(LIBSTDCPP3) $@

$(DESTDIRDLL)$/libstdc++.so.$(SHORTSTDCPP3) : $(DESTDIRDLL)$/libstdc++.so.$(LIBSTDCPP3) $(DIRLIST) (this is line 503)
       -rm -f $@
       +ln -s libstdc++.so.$(LIBSTDCPP3) $@
.ENDIF
*************************************
moixero:/home/xarx/oo-deb/openoffice.org-1.0.2# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,pascal,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3 20030309 (Debian prerelease)
**************************************
Any hints?

Regards.

Xarx
--
__________________________________________________________
Això funciona amb Linux  (Usuari registrat n. 92028)
Debian Sarge
Kernel 2.4.20
_________________________________________________________




Reply to: