If you helped me out with compilation of the package, I think I could gather some more info.

Following the Debian reference Sec. 2.2.12 , I did:

su
apt-get source fontconfig
dpkg-source -x fontconfig_2.4.2-1.dsc
cd fontconfig-2.4.2
dpkg-buildpackage

But the last command fails with

tajwan:~/tmp/fontconfig-2.4.2# dpkg-buildpackage
dpkg-buildpackage: source package is fontconfig
dpkg-buildpackage: source version is 2.4.2-1
dpkg-buildpackage: source changed by Keith Packard <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 2.4.2-1
 debian/rules clean
test -x debian/rules
test "`id -u`" = 0
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/root/tmp/fontconfig-2.4.2'
for i in ./config.guess ./config.sub  ; do \
                if test -e $i.cdbs-orig ; then \
                        mv $i.cdbs-orig $i ; \
                fi ; \
        done
make[1]: Leaving directory `/root/tmp/fontconfig-2.4.2'
if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches:
if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi
if [ "reverse-patches" != "reverse-patches" ] ; then \
                /usr/bin/make -f debian/rules update-config ; \
        fi
for dir in debian/patches ; do \
            rm -f $dir/*.log ; \
        done
for i in ./config.guess ./config.sub  ; do \
                if test -e $i.cdbs-orig ; then \
                        mv $i.cdbs-orig $i ; \
                fi ; \
        done
dh_clean
LC_ALL=C /usr/bin/make -C . -k distclean
make[1]: Entering directory `/root/tmp/fontconfig-2.4.2'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/root/tmp/fontconfig-2.4.2'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
chmod +w debian/po/*.po
debconf-updatepo
/usr/bin/perl: symbol lookup error: /usr/lib/perl/5.8/auto/List/Util/Util.so: undefined symbol: Perl_fv_init
make: *** [clean] Error 1



Google doesn't know anything about 'Perl_fv_init'.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to