Hello,
I’m trying to build root-5.29.01 (current trunk version on the svn) into debian package.
At first, I have same error with this: http://root.cern.ch/phpBB3//viewtopic.php?f=3&t=9390&p=40266&hilit=shift+can%27t+shift+that+many#p48361
This was sloved by changing #!/bin/sh to #!/bin/bash.
In the second, “No such file or directory” error related to “ftgl” libraries.
It was sloved when I change “–disable-builtin-ftgl” option to “–enable-builtin-ftgl”
Now I got below new error messages.
h_install -s							\
		--list-missing						\
		--sourcedir=debian/tmp					\
		-X/usr/include/root/config.h			\
		-X/usr/include/root/rootcint.pri			\
		-X/usr/include/root/rootcintrule.pri		\
		-X/usr/include/root/rootlibs.pri			\
		-X/usr/include/root/precompile.h			\
		-X/usr/include/root/precompile.h.gch		\
		-X/usr/include/root/TQtWidget.cw			\
		-X/usr/share/root/fonts				\
		-X/usr/share/doc/root				\
		-X/usr/share/man/man1/system.rootdaemonrc.1	\
		-X/usr/share/man/man1/xproofd.1			\
		-X/usr/bin/thisroot.sh				\
		-X/usr/bin/thisroot.csh				\
		-X/usr/share/root/icons/				\
		-X/etc/root/rootd				\
		-X/etc/root/daemons/				\
		-X/etc/root/proof/				\
		-X/etc/root/html				\
		-X/etc/root/RadioNuclides.txt			\
		-X/etc/root/gdb-backtrace-script		\
		-X/etc/root/gdb-backtrace.sh			\
		-X/etc/root/hostcert.conf			\
		-X/etc/root/pdg_table.txt			\
		-X/etc/root/root.mimes				\
		-X/etc/root/system.rootrc			\
		-X/etc/root/system.rootauthrc			\
		-X/etc/root/system.rootdaemonrc		\
		-X/usr/lib/root/5.29/libAfterImage.a		\
		-X/usr/lib/root/5.29/PyCintex.pyc		\
		-X/usr/lib/root/5.29/PyCintex.pyo		\
		-X/usr/lib/root/5.29/ROOT.pyc			\
		-X/usr/lib/root/5.29/ROOT.pyo			
dh_install: Compatibility levels before 5 are deprecated.
cp: cannot stat `debian/tmp//usr/bin/hist2workspace': No such file or directory.
dh_install: cp -a debian/tmp//usr/bin/hist2workspace debian/libroot-roofit5.29///usr/bin/ returned exit code 1
make[1]: *** [install-arch] error 2
make[1]: Leaving directory `/data/download/root-5.29.01'
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
make: *** [debian] error 2
And this code is the part of the config.log :
   ./configure
     "--pkglist"
     "--enable-cintex"
     "--disable-clarens"
     "--enable-explicitlink"
     "--enable-gdml"
     "--enable-gsl-shared"
     "--disable-fftw3"
     "--enable-ldap"
     "--enable-qt"
     "--enable-qtgsi"
     "--enable-mathcore"
     "--enable-mathmore"
     "--enable-minuit2"
     "--enable-mysql"
     "--disable-peac"
     "--enable-pgsql"
     "--disable-odbc"
     "--enable-reflex"
     "--enable-roofit"
     "--disable-ruby"
     "--enable-shadowpw"
     "--enable-shared"
     "--enable-soversion"
     "--disable-table"
     "--disable-rpath"
     "--disable-afs"
     "--disable-srp"
     "--disable-builtin-afterimage"
     "--enable-builtin-ftgl"
     "--disable-builtin-freetype"
     "--disable-builtin-pcre"
     "--disable-builtin-zlib"
     "--disable-alien"
     "--disable-chirp"
     "--disable-dcache"
     "--disable-gfal"
     "--disable-globus"
     "--disable-monalisa"
     "--disable-oracle"
     "--disable-pythia6"
     "--disable-rfio"
     "--disable-sapdb"
     "--fail-on-missing"
     "--enable-unuran"
     "--enable-xrootd"
arch=linux
chip=x86_64
rele=2.6.32-5-amd64
linuxx8664gcc
Is there anything wrong in the configuration? I cannot find what is the trouble maker.
