Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Perl: porters

AIX Hints file (libm package) - awaiting comments (was Re: Closing tickets in RT)

 

 

Perl porters RSS feed   Index | Next | Previous | View Threaded


p5p at perl

May 16, 2008, 6:59 AM

Post #1 of 2 (131 views)
Permalink
AIX Hints file (libm package) - awaiting comments (was Re: Closing tickets in RT)

(resend with a better subject)

Quoting "H.Merijn Brand" <h.m.brand[at]xs4all.nl>:

>> > > The problem is resolved (missing libm.a package) but perhaps
>> Configure can
>> > > test if it is installed or not?
>> >
>> > I think it would be a good idea to ensure that libm is installed. My
>> > guess is that adding it to the AIX hints file would help to head off
>> > these repeated build problems.
>>
>> Would this do?
>> --8<---
>> --- hints/aix.sh 2007-06-22 16:56:42 +0200
>> +++ hints/aix.sh.new 2008-04-29 17:47:47 +0200
>> @@ -80,6 +80,12 @@ EOF
>> ;;
>> esac
>>
>> + s=`lslpp -lc bos.adt.libm >/dev/null`
>> +if [ $? != 0 ]; then
>> + echo "You cannot build perl without the bos.adt.libm package
>> installed" >&4
>> + exit
>> + fi
>> +
>> # uname -m output is too specific and not appropriate here
>> case "$archname" in
>> '') archname="$osname" ;;
>> -->8---
>
> This suggestions still has not been applied, awaiting comments.


h.m.brand at xs4all

Jun 23, 2008, 7:45 AM

Post #2 of 2 (80 views)
Permalink
Re: AIX Hints file (libm package) - awaiting comments (was Re: Closing tickets in RT) [In reply to]

On Fri, 16 May 2008 15:59:58 +0200, Bram <p5p[at]perl.wizbit.be> wrote:

> Quoting "H.Merijn Brand" <h.m.brand[at]xs4all.nl>:
>
> >> > > The problem is resolved (missing libm.a package) but perhaps
> >> Configure can
> >> > > test if it is installed or not?
> >> >
> >> > I think it would be a good idea to ensure that libm is installed. My
> >> > guess is that adding it to the AIX hints file would help to head off
> >> > these repeated build problems.
> >>
> >> Would this do?
> >> --8<---
> >> --- hints/aix.sh 2007-06-22 16:56:42 +0200
> >> +++ hints/aix.sh.new 2008-04-29 17:47:47 +0200
> >> @@ -80,6 +80,12 @@ EOF
> >> ;;
> >> esac
> >>
> >> + s=`lslpp -lc bos.adt.libm >/dev/null`
> >> +if [ $? != 0 ]; then
> >> + echo "You cannot build perl without the bos.adt.libm package
> >> installed" >&4
> >> + exit
> >> + fi
> >> +
> >> # uname -m output is too specific and not appropriate here
> >> case "$archname" in
> >> '') archname="$osname" ;;
> >> -->8---

I applied it anyway in change #34073

> > This suggestions still has not been applied, awaiting comments.

--
H.Merijn Brand Amsterdam Perl Mongers http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, SuSE 10.1, 10.2, and 10.3, AIX 5.2, and Cygwin.
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/

Perl porters RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.