Package: ikiwiki
Version: 3.141592
Severity: important
Justification: fails to build from source

I can't rebuild Ikiwiki 3.141592 on my Ubuntu Intrepid box because of
the following error:

$ dpkg-buildpackage -uc -us -rfakeroot
[...]
make[2]: Entering directory `/path/to/ikiwiki-3.141592/po'
msgfmt -o bg.mo bg.po
msgfmt -o cs.mo cs.po
msgfmt -o da.mo da.po
msgfmt -o de.mo de.po
msgfmt -o es.mo es.po
msgfmt -o fr.mo fr.po
msgfmt -o gu.mo gu.po
msgfmt -o pl.mo pl.po
msgfmt -o sv.mo sv.po
msgfmt -o vi.mo vi.po
# copy all the files we want to translate into a srcdir
for file in `cd ..; find underlays -follow -name \*.mdwn`; do \
                install -d $(dirname $file); \
                cp -aL ../$file $file 2>/dev/null || \
                install -m 644 ../$file $file; \
        done
install -d underlays/directives/ikiwiki/directive
for file in `cd ..; find doc/ikiwiki/directive/ -maxdepth 1 -type f`; do \
                cp -a ../$file underlays/directives/ikiwiki/directive ||  \
                install -m 644 ../$file underlays/directives/ikiwiki/directive; 
\
        done
install -d underlays/empty
touch underlays_copy_stamp
PERL5LIB=.. ./po2wiki underlay.setup
Failed to load plugin IkiWiki::Plugin::po: "nowrapi18n" is not exported by the 
Locale::Po4a::Common module
Can't continue after import errors at ../IkiWiki/Plugin/po.pm line 13
BEGIN failed--compilation aborted at ../IkiWiki/Plugin/po.pm line 13.
Compilation failed in require at (eval 30) line 2.
BEGIN failed--compilation aborted at (eval 30) line 2.

make[2]: *** [po2wiki_stamp] Error 255
make[2]: Leaving directory `/path/to/ikiwiki-3.141592/po'
make[1]: *** [extra_build] Error 2
make[1]: Leaving directory `/path/to/ikiwiki-3.141592'
dh_auto_build: make returned exit code 2
make: *** [build] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to