Comment 5 for bug 195784

Revision history for this message
Lee Garrett (leegarrett) wrote :

Hi again,

I tried compiling 1.6.0 on Ubuntu hardy (and updating some libraries to fulfill the build-deps), but it explodes.
Guess it won't be that easy to backport. Output is below.

randall@batou:~/labplot-1.6.0.1$ dpkg-buildpackage -uc -us
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: source package labplot
dpkg-buildpackage: source version 1.6.0.1-3
dpkg-buildpackage: source changed by Frank S. Thomas <email address hidden>
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
perl -w admin/debianrules echodirs > debian/debiandirs
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
rm -f debian/debiandirs
# Remove unwanted config.log to avoid lintian error
rm -f config.log
# Commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make distclean
# remove po/*.gmo files to prevent dpkg-source error in next build
rm -rf po/*.gmo
dh_clean
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
 dpkg-source -b labplot-1.6.0.1
dpkg-source: building labplot using existing labplot_1.6.0.1.orig.tar.gz
dpkg-source: building labplot in labplot_1.6.0.1-3.diff.gz
dpkg-source: warning: ignoring deletion of file qhull/Makefile.orig
dpkg-source: warning: ignoring deletion of file po/is.gmo
dpkg-source: warning: ignoring deletion of file po/lt.gmo
dpkg-source: warning: ignoring deletion of file po/et.gmo
dpkg-source: warning: ignoring deletion of file po/fr.gmo
dpkg-source: warning: ignoring deletion of file po/de.gmo
dpkg-source: warning: ignoring deletion of file po/it.gmo
dpkg-source: warning: ignoring deletion of file po/ca.gmo
dpkg-source: warning: ignoring deletion of file po/nl.gmo
dpkg-source: warning: ignoring deletion of file po/pt.gmo
dpkg-source: warning: ignoring deletion of file po/cs.gmo
dpkg-source: warning: ignoring deletion of file po/sv.gmo
dpkg-source: warning: ignoring deletion of file po/ru.gmo
dpkg-source: warning: ignoring deletion of file po/br.gmo
dpkg-source: warning: ignoring deletion of file po/zh.gmo
dpkg-source: warning: ignoring deletion of file po/uk.gmo
dpkg-source: warning: ignoring deletion of file po/ta.gmo
dpkg-source: warning: ignoring deletion of file po/pl.gmo
dpkg-source: warning: ignoring deletion of file po/sr.gmo
dpkg-source: warning: ignoring deletion of file po/es.gmo
dpkg-source: warning: ignoring deletion of file po/cy.gmo
dpkg-source: warning: ignoring deletion of file po/ja.gmo
dpkg-source: warning: ignoring deletion of file po/ga.gmo
dpkg-source: warning: ignoring deletion of file po/tr.gmo
dpkg-source: warning: ignoring deletion of file po/da.gmo
dpkg-source: warning: ignoring deletion of file po/ro.gmo
dpkg-source: building labplot in labplot_1.6.0.1-3.dsc
 debian/rules build
perl -w admin/debianrules echodirs > debian/debiandirs
# quilt exits with 2 as return when there was nothing to do.
# That's not an error here (but it's usefull to break loops in crude scripts)
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch use-pkg-config-instead-of-magick-config.patch
patching file configure.in

Applying patch use-debians-qwtplot3d-qt3.patch
patching file configure.in

Applying patch fixes-for-liborigin-20080225.patch
patching file src/ImportOPJ.cc
patching file src/Label.h

Applying patch init-smg-before-open-files.patch
patching file src/MainWin.cc

Now at patch init-smg-before-open-files.patch
touch debian/stamp-patched
dh_testdir
# Commands to configure the package.
# Copying more recent autoconf files (see
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415656 )
cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
cp -f /usr/share/misc/config.guess admin/config.guess
cp -f /usr/share/misc/config.sub admin/config.sub
/usr/bin/make -f admin/Makefile.common
make[1]: Entering directory `/home/randall/labplot-1.6.0.1'
*** Creating acinclude.m4
*** Creating aclocal.m4
aclocal: configure.in: 72: macro `AM_PATH_GSL' not found in library
aclocal: configure.in: 75: macro `AM_PATH_GSL' not found in library
aclocal: configure.in: 78: macro `AM_PATH_GSL' not found in library
aclocal: configure.in: 82: macro `AM_PATH_GSL' not found in library
make[1]: *** [cvs] Error 1
make[1]: Leaving directory `/home/randall/labplot-1.6.0.1'
make: *** [configure-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2