Make error while building perl on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Make error while building perl on Solaris 10
# 1  
Old 10-15-2015
Make error while building perl on Solaris 10

Hi,

I am trying to build per 5.20.1 on solaris 10 and getting below compilation error.
Code:
Creating Makefile.PL in cpan/Archive-Tar for Archive::Tar

Running Makefile.PL in cpan/Archive-Tar
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a
Generating a Unix-style Makefile
Writing Makefile for Archive::Tar
gmake[1]: Entering directory `/vcs_build/vcsbuild/PERL_BUILD/perl/build/perl-5.20.1/cpan/Archive-Tar'
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
gmake -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Generating a Unix-style Makefile
Writing Makefile for Archive::Tar
==> Your Makefile has been rebuilt. <==
==> Please rerun the gmake command.  <==
false
gmake[1]: *** [Makefile] Error 255
gmake[1]: Leaving directory `/vcs_build/vcsbuild/PERL_BUILD/perl/build/perl-5.20.1/cpan/Archive-Tar'
gmake config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Archive-Tar
gmake all PERL_CORE=1 LIBPERL_A=libperl.a
gmake[1]: Entering directory `/vcs_build/vcsbuild/PERL_BUILD/perl/build/perl-5.20.1/cpan/Archive-Tar'
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
gmake -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Generating a Unix-style Makefile
Writing Makefile for Archive::Tar
==> Your Makefile has been rebuilt. <==
==> Please rerun the gmake command.  <==
false
gmake[1]: *** [Makefile] Error 255
gmake[1]: Leaving directory `/vcs_build/vcsbuild/PERL_BUILD/perl/build/perl-5.20.1/cpan/Archive-Tar'
Unsuccessful make(cpan/Archive-Tar): code=512 at make_ext.pl line 561.
gmake: *** [cpan/Archive-Tar/pm_to_blib] Error 2
+ [ 2 != 0 ] 
+ date 
+ echo \nperl make unsuccessful Thu Oct 15 21:41:10 UTC 2015\n 

perl make unsuccessful Thu Oct 15 21:41:10 UTC 2015

+ exit 1


Last edited by Corona688; 10-15-2015 at 02:05 PM..
# 2  
Old 10-16-2015
That's not enough of an error message for anyone to help.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Building X11 applications on Solaris 10

Hi all, I'm trying to verify that I can build x applications on Solaris 10 and am using xcalc & xeyes as my test applications: git://anongit.freedesktop.org/xorg/app/xcalc git://anongit.freedesktop.org/xorg/app/xeyes Running autogen.sh on this fails with: error: must install xorg-macros... (7 Replies)
Discussion started by: testers1717
7 Replies

2. Shell Programming and Scripting

extension building make GNU Linux

Hi, I do "touch poub.mlc" Download my Makefile, But when I try : make -f Makefile.txt(.txt in order my file to be accepted for upload), it says:"no rule for poub.mlo target" What is wrong in my Makefile(test yourself please before posting)? (1 Reply)
Discussion started by: synhedionn
1 Replies

3. Shell Programming and Scripting

Help required in Building an XML using SAX Parser in perl

I want to use sax parser for my application as i have 5 Lakhs of data. I have the xml file like this <Nodes> <Node> <NodeName>Company</NodeName> <File>employee_details.csv</File> <data>employee_data.txt</data> <Node> <NodeName>dummy</NodeName> ... (8 Replies)
Discussion started by: vanitham
8 Replies

4. Solaris

Troubles building on solaris 9 and executing on solaris 10

Hi, I have to build an application on solaris 9 which is supposed to run on solaris 10 computers. I heard that solaris 9 builds should run on solaris 10 without any troubles. However, there is some trouble. Calling ldd on the programm reveals that "libgcc_s.so.1" and "libstdc++.so.6" are... (4 Replies)
Discussion started by: mikehammer80
4 Replies

5. Solaris

PHP 5.3 compile on Solaris 10 : make distclean :: fatal error

I'm trying to install PHP 5.3 on Solaris 10 . I'm using etc/apache2 and installed mysql 5.1.39. When I tried to compile PHP 5.3, with the following configure text, ./configure --with-mysql=/usr/local/mysql \ --with-mysqli=/usr/local/mysql/bin/mysql_config --with-zlib-dir=/usr/local \... (21 Replies)
Discussion started by: ppa108
21 Replies

6. UNIX for Dummies Questions & Answers

Building project using MAKE

Hi, I have a build script in perl to build projects in my team.It is using MakeMaker.I have a problem now.When I build a project and a tarball is created,I untar the tarball to get the files.Now the files have "rwx-r_x-r_x" permssions. While I want "rwx-rwx-rwx" for all files. i am not too sure... (0 Replies)
Discussion started by: abhinavsinha
0 Replies

7. Solaris

Need help in building gcc on solaris.

We are moving from old solaris to new version of solaris. I have copied the gcc compiler installed on old server to new solaris server. But just copying didn't work. So I am trying to build it on the new server. The server version is sailfish@st-kvar02 -> uname -a SunOS st-kvar02 5.10... (7 Replies)
Discussion started by: nalina.hv
7 Replies

8. Solaris

sun solaris 10 make error

i am new to solaris 10 just installed the entire DVD i have the make and gmake installed in the right postions but even when logged in as root when i run make i get "a command not found " do i have to specify a sepecial path in solaris am trying to compile postfix for a mail server i have... (9 Replies)
Discussion started by: sunrise
9 Replies

9. UNIX for Dummies Questions & Answers

Solaris 9: make: Fatal error:Command failed for target

Hi everyone first of all you should know that I've been working with solaris for a few days only. :) I need to install some programs and I have had the following troubles: 1. When I used /.configure it showed the following message: "no acceptable C compiler found in $PATH" I included... (2 Replies)
Discussion started by: eldiego
2 Replies
Login or Register to Ask a Question