Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603206 - dev-scheme/guile-1.8.8-r3 compilation error
Summary: dev-scheme/guile-1.8.8-r3 compilation error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-20 15:41 UTC by pavel sanda
Modified: 2016-12-20 17:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pavel sanda 2016-12-20 15:41:10 UTC
libtool: link: i686-pc-linux-gnu-gcc -pthread -O2 -march=core2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -pthread -Wl,-O1 -o .libs/guile guile-guile.o  -Wl,--as-needed ./.libs/libguile.so -lgmp -lcrypt -lm /usr/lib/libltdl.so -ldl -pthread
cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc extensions.doc feature.doc fluids.doc fports.doc futures.doc gc.doc goops.doc gsubr.doc gc-mark.doc gc-segment.doc gc-malloc.doc gc-card.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc properties.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc stacks.doc stime.doc strings.doc srfi-4.doc srfi-13.doc srfi-14.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc ramap.doc unif.doc dynl.doc filesys.doc posix.doc regex-posix.doc | GUILE="/var/tmp/portage/dev-scheme/guile-1.8.8-r3/work/guile-1.8.8/pre-inst-guile" ../scripts/snarf-check-and-output-texi          > guile-procedures.texi || { rm guile-procedures.texi; false; }
rm -f guile-procedures.txt
makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f guile-procedures.txt
Can't locate Locale/Messages.pm in @INC (you may need to install the Locale::Messages module) (@INC contains: /usr/lib/texinfo /usr/share/texinfo /usr/share/texinfo /etc/perl /usr/local/lib/perl5/5.22.2/i686-linux /usr/local/lib/perl5/5.22.2 /usr/lib/perl5/vendor_perl/5.22.2/i686-linux /usr/lib/perl5/vendor_perl/5.22.2 /usr/local/lib/perl5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.22.2/i686-linux /usr/lib/perl5/5.22.2 .) at /usr/bin/makeinfo line 109.
BEGIN failed--compilation aborted at /usr/bin/makeinfo line 109.
Makefile:2567: recipe for target 'guile-procedures.txt' failed
make[3]: *** [guile-procedures.txt] Error 1
make[3]: Leaving directory '/var/tmp/portage/dev-scheme/guile-1.8.8-r3/work/guile-1.8.8/libguile'
Makefile:840: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/var/tmp/portage/dev-scheme/guile-1.8.8-r3/work/guile-1.8.8/libguile'
Makefile:824: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-scheme/guile-1.8.8-r3/work/guile-1.8.8'
Makefile:666: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: dev-scheme/guile-1.8.8-r3::gentoo failed (compile phase):
 *   emake failed
Comment 1 Agostino Sarubbo gentoo-dev 2016-12-20 16:23:06 UTC
was dev-perl/libintl-perl rebuilt after the perl update ?
Comment 2 pavel sanda 2016-12-20 17:19:01 UTC
indeed, perl-cleaner fixed my problem. thanks.