Hi,

Here are the versions:

la...@chicken> apt-cache policy libhugs-cabal- bundled ~
libhugs-cabal-bundled:
  Installed: 98.200609.21-5
  Candidate: 98.200609.21-5
  Version table:
 *** 98.200609.21-5 0
        500 http://archive.ubuntu.com karmic/universe Packages
        100 /var/lib/dpkg/status
la...@chicken> schroot -c sid -u root ~ I: [sid-9ba4f79f-5753-4b21-b687-2c0a4d797150 chroot] (laney→root) Running login shell: ‘/bin/bash’
chicken:/home/laney# apt-cache policy libhugs-cabal-bundled
libhugs-cabal-bundled:
  Installed: (none)
  Candidate: 98.200609.21-5+b1
  Version table:
     98.200609.21-5+b1 0
        500 http://192.168.1.71 sid/main Packages
chicken:/home/laney#

So the same. I'm going to attach build logs on both the bare metal and in a chroot incase you can spot something there.

Thanks for investigating :)

Iain

ps. please ensure that your followups are sent to me. I almost missed this.
 dpkg-buildpackage -rfakeroot -D -us -uc -i -ICVS -I.svn -I_darcs -b
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package haskell-testpack
dpkg-buildpackage: source version 1.0.0-4
dpkg-buildpackage: source changed by John Goerzen <jgoer...@complete.org>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
./setup clean
make: ./setup: Command not found
make: [clean] Error 127 (ignored)
make clean
make[1]: Entering directory 
`/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0'
./setup clean
make[1]: ./setup: Command not found
make[1]: [clean] Error 127 (ignored)
rm -rf html `find . -name "*.o"` `find . -name "*.hi"` \
                `find . -name "*~"` *.a setup dist testsrc/runtests \
                local-pkg doctmp
rm -rf testtmp/*
make[1]: Leaving directory 
`/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0'
rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist html
dh_clean 
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
#make test-ghc6
# Add here commands to compile the package.
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
#make test-hugs
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs -i
#dh_haskell -i  disabled since there is no more hugs
#make test-hugs
dh_testdir
dh_testroot
dh_haskell -i
Generating meta-information...
Building setup...

 ****************************************** 
 CONFIGURING libhugs-testpack FOR hugs
 ****************************************** 

cleaning...
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test:
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test/HUnit:
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test/QuickCheck:
Configuring testpack-1.0.2...

 ****************************************** 
 CONFIGURING haskell-testpack-doc FOR haddock
 ****************************************** 

cleaning...
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test:
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test/HUnit:
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test/QuickCheck:
Configuring testpack-1.0.2...

 ****************************************** 
 BUILDING libhugs-testpack FOR hugs
 ****************************************** 

Preprocessing library testpack-1.0.2...
Building testpack-1.0.2...

 ****************************************** 
 BUILDING haskell-testpack-doc FOR haddock
 ****************************************** 

Preprocessing library testpack-1.0.2...
Running Haddock for testpack-1.0.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Documentation created: dist/doc/html/testpack/index.html

 ****************************************** 
 INSTALLING libhugs-testpack FOR hugs
 ****************************************** 

Installing library in
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/debian/libhugs-testpack/usr/lib/hugs/packages/testpack

 ****************************************** 
 INSTALLING haskell-testpack-doc FOR haddock
 ****************************************** 

dh_haskell_depends -i
dpkg: /usr/share/doc/libghc6-quickcheck1-doc/html/Test-QuickCheck.html not 
found.
dh_installchangelogs -i
dh_installdocs -i
dh_installexamples -i
dh_installman -i
dh_link -i
dh_strip -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
dpkg-gencontrol: warning: unused substitution variable ${haskell:Depends}
dpkg-gencontrol: warning: unused substitution variable ${haskell:Suggests}
dpkg-gencontrol: warning: unused substitution variable ${haskell:Recommends}
dh_md5sums -i
dh_builddeb -i
dpkg-deb: building package `libhugs-testpack' in 
`../libhugs-testpack_1.0.0-4_all.deb'.
dpkg-deb: building package `haskell-testpack-doc' in 
`../haskell-testpack-doc_1.0.0-4_all.deb'.
dh_testdir
dh_testroot
dh_clean -k 
dh_installdirs -a 
# Add here commands to install the package into debian/tmp
dh_haskell -a
Generating meta-information...
ghc-6.10.4 /usr/lib/haskell-packages/ghc6/lib/testpack-1.0.2 testpack 1.0.2

 ****************************************** 
 CONFIGURING libghc6-testpack-dev FOR ghc6
 ****************************************** 

cleaning...
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test:
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test/HUnit:
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/src/Test/QuickCheck:
Configuring testpack-1.0.2...

 ****************************************** 
 BUILDING libghc6-testpack-dev FOR ghc6
 ****************************************** 

Preprocessing library testpack-1.0.2...
Building testpack-1.0.2...
[1 of 3] Compiling Test.QuickCheck.Instances ( 
src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o )
[2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs, 
dist/build/Test/QuickCheck/Tools.o )
[3 of 3] Compiling Test.HUnit.Tools ( src/Test/HUnit/Tools.hs, 
dist/build/Test/HUnit/Tools.o )
/usr/bin/ar: creating dist/build/libHStestpack-1.0.2.a

 ****************************************** 
 INSTALLING libghc6-testpack-dev FOR ghc6
 ****************************************** 

Installing library in
/home/laney/dev/ubuntu/packaging/ghc6/haskell-testpack-1.0.0/debian/libghc6-testpack-dev/usr/lib/haskell-packages/ghc6/lib/testpack-1.0.2/ghc-6.10.4
Writing package registration file: testpack-1.0.2.conf for testpack-1.0.2...
dh_haskell_depends -a
dh_testdir
dh_testroot
dh_installchangelogs -a
dh_installdocs -a
dh_installexamples -a
dh_installman -a
dh_link -a
dh_strip -a
dh_compress -a
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
dpkg-gencontrol: warning: unused substitution variable ${haskell:Suggests}
dh_md5sums -a
dh_builddeb -a
dpkg-deb: building package `libghc6-testpack-dev' in 
`../libghc6-testpack-dev_1.0.0-4_amd64.deb'.
 dpkg-genchanges -b >../haskell-testpack_1.0.0-4_amd64.changes
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
Now running lintian...
W: libghc6-testpack-dev: extended-description-line-too-long
W: libghc6-testpack-dev: wrong-section-according-to-package-name 
libghc6-testpack-dev => haskell
W: haskell-testpack-doc: extended-description-line-too-long
W: libhugs-testpack: extended-description-line-too-long
W: libhugs-testpack: wrong-section-according-to-package-name libhugs-testpack 
=> haskell
Finished running lintian.
Now signing changes and any dsc files...
 signfile haskell-testpack_1.0.0-4_amd64.changes 20BFCDC7
gpg: gpg-agent is not available in this session

Successfully signed changes file

Attachment: haskell-testpack_1.0.0-4-amd64-20090817-2007
Description: Binary data


Reply via email to