Click here to get back home

perl on pc 104

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
perl on pc 104 Ron Eggler 03-27-2008
Posted by John Bokma on March 27, 2008, 3:16 pm
Please log in for more thread options

[..]

> make: *** No rule to make target `/usr/include/bits/errno_values.h',
> needed by `miniperlmain.o'. Stop.

[..]

Sounds to me like errno_values.h is missing.

--
John

http://johnbokma.com/perl/

Posted by Ben Morrow on March 27, 2008, 8:00 pm
Please log in for more thread options

>
> Alright, ./Configure -Duseithreads went well withou doing anything else to
> pthread libraries.
> BUT I get this on make test or make install:
> [shell]
> NEMS perl-5.10.0 # make test
> make: *** No rule to make target `/usr/include/bits/errno_values.h', needed
> by `miniperlmain.o'. Stop.

Do you have a /usr/include/bits/errno_values.h? If not, you need to find
one from somewhere (is there a libc headers package you can install, or
is bits/errno_values.h part of the kernel headers and you don't have
them installed?), or you need to work out why miniperlmain.c thinks it
needs it when it doesn't. IIRC bits/errno_values.h is a glibc-ism, and
is included by errno.h; you mentioned uclibc at some point, so perhaps
you are ending up with the wrong errno.h?

If you do have one, and make is just being silly, you could try removing
the

miniperlmain$(OBJ_EXT): /usr/include/bits/errno_values.h

line from makefile (note: *not* Makefile) and see if that changes the
error message. If it does you will probably need to remove all the
dependancies on headers in /usr/include before it will build.

> NEMS perl-5.10.0 # make install

Since you've been having problems configuring, you *really* want to run
make test before you make install.

> Not really sure wht this means and if this relates to the pthread problem i
> had before.

No, it probably doesn't.

Ben


Similar ThreadsPosted
PERL to mean what 'perldoc perl' says is wrong? (was: Re: perl should be improved and perl6) April 14, 2008, 11:37 pm
FAQ 3.0: What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? October 31, 2004, 12:03 pm
FAQ 3.0 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? February 2, 2005, 12:03 pm
FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? March 28, 2005, 12:03 am
FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? June 12, 2005, 11:03 am
FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? August 29, 2005, 10:03 pm
FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? October 28, 2005, 10:03 pm
FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? December 25, 2005, 5:03 am
FAQ 2.17 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? January 8, 2006, 11:03 pm
FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? January 16, 2006, 11:03 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap