On Wed, Apr 27, 2005 at 04:08:40PM +0200, Loic Dachary wrote: > Bill Allombert writes: > > On Mon, Apr 11, 2005 at 09:26:37AM +0200, Loic Dachary wrote: > > > > > > I've fixed the problem and the new package will be uploaded > within > > > the next 48 hours. Thanks for your help. > > > > Hello Loic, > > > > Apparently the arm buildd set the $HOME variable to an incorrect value > > and that break the build of openscenegraph due to the use of ccache. > > > > Right. I should use ccache only if asked for. I'll fix that in the > next release. Thanks for your help.
The version of openscenegraph in sarge has the same problem, so it is
a potential FTBFS in sarge.
Would you mind if I upload the following NMU to fix that?
Thanks in advance,
--
Bill. <[EMAIL PROTECTED]>
Imagine a large red swirl here.
diff -u openscenegraph-0.9.8/debian/changelog
openscenegraph-0.9.8/debian/changelog
--- openscenegraph-0.9.8/debian/changelog
+++ openscenegraph-0.9.8/debian/changelog
@@ -1,3 +1,12 @@
+openscenegraph (0.9.8-4.1) unstable; urgency=low
+
+ * NMU
+ * debian/rules: Do not use ccache to avoid problems with buildd with
+ invalid $HOME variable.
+ * debian/control: Do not Build-Depends on ccache.
+
+ -- Bill Allombert <[EMAIL PROTECTED]> Wed, 11 May 2005 00:38:23 +0200
+
openscenegraph (0.9.8-4) unstable; urgency=low
* rebuild package on new sid root (closes: #304537)
diff -u openscenegraph-0.9.8/debian/control openscenegraph-0.9.8/debian/control
--- openscenegraph-0.9.8/debian/control
+++ openscenegraph-0.9.8/debian/control
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), giflib-dev, libjpeg-dev, libtiff-dev,
lib3ds-dev, ccache, xlibs-dev, xlibmesa-gl-dev, xlibmesa-glu-dev,
libfreetype6-dev, libpng12-dev, doxygen
+Build-Depends: debhelper (>= 4.0.0), giflib-dev, libjpeg-dev, libtiff-dev,
lib3ds-dev, xlibs-dev, xlibmesa-gl-dev, xlibmesa-glu-dev, libfreetype6-dev,
libpng12-dev, doxygen
Standards-Version: 3.6.1.1
Package: libopenthreads-dev
diff -u openscenegraph-0.9.8/debian/rules openscenegraph-0.9.8/debian/rules
--- openscenegraph-0.9.8/debian/rules
+++ openscenegraph-0.9.8/debian/rules
@@ -56,9 +56,9 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE) -C ${OT} CXX='ccache g++' OPTF="'${CFLAGS}'" ARCH=''
INST_LOCATION=/usr
- $(MAKE) -C ${OP} CXX='ccache g++' OPTF="'${CFLAGS}'" ARCH=''
INST_LOCATION=/usr
- $(MAKE) -C ${OSG} CXX='ccache g++' OPTF="'${CFLAGS}'" ARCH=''
INST_LOCATION=/usr
+ $(MAKE) -C ${OT} CXX=g++ OPTF="'${CFLAGS}'" ARCH='' INST_LOCATION=/usr
+ $(MAKE) -C ${OP} CXX=g++ OPTF="'${CFLAGS}'" ARCH='' INST_LOCATION=/usr
+ $(MAKE) -C ${OSG} CXX=g++ OPTF="'${CFLAGS}'" ARCH='' INST_LOCATION=/usr
touch build-stamp
pgpWnDyzURJDb.pgp
Description: PGP signature

