pkgsrc-Bugs archive

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

pkg/48458: fonts/harfbuzz does not compile on Solaris 10



>Number:         48458
>Category:       pkg
>Synopsis:       fonts/harfbuzz does not compile on Solaris 10
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 19 08:30:00 +0000 2013
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
Building fonts/harfbuzz on Solaris 10 fails with

=> Modifying libtool scripts to use pkgsrc libtool
===> Building for harfbuzz-0.9.25
CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/pkgsrc/20130903/bin/pdksh 
/pkgsrc/source/pkgsrc/fonts/harfbuzz/work.pkgsrc-i86/harfbuzz-0.9.25/missing 
aclocal-1.14 -I m4
WARNING: 'autom4te' is needed, but is missing on your system.
         You might have modified some files without having the
         proper tools for further handling them.
         You can get 'autom4te' as part of Autoconf from any GNU
         archive site.
Use of uninitialized value $macro in exists at 
/usr/pkgsrc/20130903/bin/aclocal-1.14 line 829, <GEN73> line 1.
Use of uninitialized value $macro in string eq at 
/usr/pkgsrc/20130903/bin/aclocal-1.14 line 831, <GEN73> line 1.
Use of uninitialized value $macro in string eq at 
/usr/pkgsrc/20130903/bin/aclocal-1.14 line 831, <GEN73> line 1.
Use of uninitialized value $macro in string eq at 
/usr/pkgsrc/20130903/bin/aclocal-1.14 line 831, <GEN73> line 1.
Use of uninitialized value $macro in string eq at 
/usr/pkgsrc/20130903/bin/aclocal-1.14 line 836, <GEN73> line 1.
Use of uninitialized value $macro in string eq at 
/usr/pkgsrc/20130903/bin/aclocal-1.14 line 840, <GEN73> line 1.
...
...

Yet autom4te and the autoconf package are installed:

$ which autom4te
/usr/pkgsrc/20130903/bin/autom4te

>How-To-Repeat:

>Fix:
--- Makefile    2013/12/19 08:17:32     1.1
+++ Makefile    2013/12/19 08:23:12
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config autoconf
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-cairo=no
 CONFIGURE_ARGS+=       --with-coretext=auto



Home | Main Index | Thread Index | Old Index