pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48783: Add perl to USE_TOOLS



>Number:         48783
>Category:       pkg
>Synopsis:       Add perl to USE_TOOLS
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon May 05 12:35:00 +0000 2014
>Originator:     Sevan Janiyan
>Release:        CURRENT
>Organization:
>Environment:
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; 
root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
Build fails as perl is called but it's not listed in the USE_TOOLS variable in 
the Makefile


perl /usr/pkgsrc/lang/gcc48/work/gcc-4.8.2/libstdc++-v3/scripts/make_exports.pl 
\
  libstdc++-symbols.ver \
  .libs/compatibility.o .libs/compatibility-debug_list.o 
.libs/compatibility-debug_list-2.o .libs/compatibility-c++0x.o 
.libs/compatibility-atomic-c++0x.o .libs/compatibility-thread-c++0x.o 
.libs/compatibility-chrono.o \
 `echo  ../libsupc++/libsupc++convenience.la 
../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la | \
    sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
 > libstdc++-symbols.explist || (rm -f libstdc++-symbols.explist ; exit 1)
ERROR: To use this tool, add USE_TOOLS+=perl to the package Makefile.
Makefile:889: recipe for target 'libstdc++-symbols.explist' failed
gmake[6]: *** [libstdc++-symbols.explist] Error 1
gmake[6]: Leaving directory 
'/usr/pkgsrc/lang/gcc48/work/build/powerpc-apple-darwin8/libstdc++-v3/src'
Makefile:575: recipe for target 'all-recursive' failed
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory 
'/usr/pkgsrc/lang/gcc48/work/build/powerpc-apple-darwin8/libstdc++-v3/src'
Makefile:480: recipe for target 'all-recursive' failed
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
'/usr/pkgsrc/lang/gcc48/work/build/powerpc-apple-darwin8/libstdc++-v3'
Makefile:386: recipe for target 'all' failed
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory 
'/usr/pkgsrc/lang/gcc48/work/build/powerpc-apple-darwin8/libstdc++-v3'
Makefile:12161: recipe for target 'all-stage1-target-libstdc++-v3' failed
gmake[2]: *** [all-stage1-target-libstdc++-v3] Error 2
gmake[2]: Leaving directory '/usr/pkgsrc/lang/gcc48/work/build'
Makefile:17614: recipe for target 'stage1-bubble' failed
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory '/usr/pkgsrc/lang/gcc48/work/build'
Makefile:889: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2
>How-To-Repeat:
attempt to build lang/gcc48
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc48/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile    22 Apr 2014 20:46:41 -0000      1.12
+++ Makefile    5 May 2014 12:20:43 -0000
@@ -24,7 +24,7 @@
 NOT_FOR_PLATFORM=      Interix-*-*
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake makeinfo sed:run
+USE_TOOLS+=            gmake makeinfo sed:run perl
 GNU_CONFIGURE=         yes
 ## Build outside ${WRKSRC}
 OBJDIR=                        ../build



Home | Main Index | Thread Index | Old Index