Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407763 - dev-lang/perl : bad include in perl.h
Summary: dev-lang/perl : bad include in perl.h
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: http://perl5.git.perl.org/perl.git/co...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 07:27 UTC by Agostino Sarubbo
Modified: 2014-05-20 16:40 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 Agostino Sarubbo gentoo-dev 2012-03-11 07:27:55 UTC
There are a lot of failures like:


i686-pc-linux-gnu-gcc -c   -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=prescott -g0 -w   -DVERSION=\"3.69\" -DXS_VERSION=\"3.69\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux/CORE"  -DMARKED_SECTION Parser.c
In file included from Parser.xs:18:
/usr/lib/perl5/5.12.4/i686-linux/CORE/perl.h:5905:63: error: libutil.h: No such file or directory
make: *** [Parser.o] Error 1

then:

find /usr/include/ -name libutil.h                                                                                                                                      
/usr/include/bsd/libutil.h 

and in perl.h:

#ifdef I_LIBUTIL
#   include <libutil.h>             /* setproctitle() in some FreeBSDs */

so, changing it in bsd/libutil.h work as expected.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2012-03-11 08:25:23 UTC
Please always tell us which perl you have installed! Currently there are three versions of 5.12.4 in the tree.


Perl's post release maintenance is shit shit shit
http://www.nntp.perl.org/group/perl.perl5.porters/2011/12/msg180579.html
Comment 2 Agostino Sarubbo gentoo-dev 2012-03-11 08:34:33 UTC
latest x86 stable: 5.12.4-r1
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2014-05-20 16:40:51 UTC
Iy no make sense - fix old stable perl, if we have any problem for newest perl (like 5.16.3) just reopen it.