Trying to build libcdio (as a dependency of SFEmplayer.spec) on
OpenSolaris build 91, and it fails:
seb:~/SFE$ pkgtool build --download --autodeps SFElibcdio.spec
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
INFO: Finding sources
INFO: Running pkgbuild -ba [...] SFElibcdio.spec (SFElibcdio)
ERROR: SFElibcdio FAILED
INFO: Check the build log in /tmp/SFElibcdio.log for details
Summary:
package | status | details
---------------------------------+-------------+-------------------------------
SFElibcdio | FAILED | pkgbuild build failed
seb:~/SFE$ cat /tmp/SFElibcdio.log
...
pkgbuild: + libtoolize --force
pkgbuild: libtoolize: `/usr/share/aclocal/libtool.m4' is serial 48, less than
51 in `aclocal.m4'
pkgbuild: To remain compatible, you should update your `aclocal.m4' by running
aclocal.
pkgbuild: + aclocal-1.9 -I .
pkgbuild: /usr/share/aclocal/gimpprint.m4:8: warning: underquoted definition of
AM_PATH_GIMPPRINT
pkgbuild: run info '(automake)Extending aclocal'
pkgbuild: or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
pkgbuild: /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition
of AM_PATH_AUDIOFILE
pkgbuild: aclocal:configure.ac:547: warning: macro `AM_ICONV' not found in
library
pkgbuild: aclocal:configure.ac:548: warning: macro `AM_LANGINFO_CODESET' not
found in library
pkgbuild: + automake-1.9 -a -c -f
pkgbuild: + autoconf
pkgbuild: configure.ac:550: error: possibly undefined macro: AM_ICONV
pkgbuild: If this token and others are legitimate, please use
m4_pattern_allow.
pkgbuild: See the Autoconf documentation.
pkgbuild: configure.ac:551: error: possibly undefined macro: AM_LANGINFO_CODESET
pkgbuild: Bad exit status from /var/tmp/pkgbuild-seb/pkgbuild-tmp-2.7289
(%build)
...
What could I be doing wrong?
Thanks,
-Seb