On Wed, 2008-08-06 at 19:20 +0300, Andras Barna wrote: > just change /usr/gnu/share/aclocal to /opt/dtbld/share/aclocal > btw: what are you running?
That's ugly, though. Your spec files shouldn't depend on the location of the build tools. I'm fixing this in the next RC of the new CBE: aclocal will automatically search both /usr/share/aclocal and <cbe_prefix>/share/aclocal. For now, you can create a file called "dirlist" in /usr/share/aclocal and add the following 2 lines: /usr/sfw/share/aclocal /opt/dtbld/share/aclocal Laca > On Wed, Aug 6, 2008 at 6:01 PM, Tom Vacek <vacek008 at umn.edu> wrote: > > I already have SUNWmkcd, but I wanted to get libcdio so I could evaluate > > cdda2wav against cd-paranoia. I tried both SFE and building from source > > with the patches from SFE, but no luck. Does anyone know the status of > > SFElibcdio? > > > > But let's back up. The SFE installation of SFElibcddb failed, so I > > never even got to the SFE build of libcdio. Below is the output of the > > error. It looks like I have something wrong with my install of CBE. > > This is CBE 1.7, installed from the binary. > > > > Here was the first error log: > > <snip> > > twvacek at u40:~/SFE$ tail -40 /tmp/SFElibcddb.log > > pkgbuild: ++ /usr/xpg4/bin/id -u > > pkgbuild: + '[' 101 = 0 ']' > > pkgbuild: ++ /usr/xpg4/bin/id -u > > pkgbuild: + '[' 101 = 0 ']' > > pkgbuild: + /bin/chmod -Rf a+rX,g-w,o-w . > > pkgbuild: + exit 0 > > pkgbuild: Executing(%build): /bin/bash > > /var/tmp/pkgbuild-twvacek/pkgbuild-tmp-2.2074 > > pkgbuild: + umask 022 > > pkgbuild: + uname -a > > pkgbuild: SunOS u40 5.11 snv_94 i86pc i386 i86pc Solaris > > pkgbuild: + cd /export/home/twvacek/packages/BUILD > > pkgbuild: + cd libcddb-1.3.0 > > pkgbuild: ++ /usr/sbin/psrinfo > > pkgbuild: ++ grep on-line > > pkgbuild: ++ wc -l > > pkgbuild: ++ tr -d ' ' > > pkgbuild: + CPUS=4 > > pkgbuild: + test x4 = x -o 4 = 0 > > pkgbuild: + export 'CFLAGS=-i -xO4 -xspace -xstrconst -xpentium -mr > > -xregs=no%frameptr ' > > pkgbuild: + CFLAGS='-i -xO4 -xspace -xstrconst -xpentium -mr > > -xregs=no%frameptr ' > > pkgbuild: + export 'LDFLAGS= -Wl,-zignore -Wl,-zcombreloc -Wl,-Bdirect ' > > pkgbuild: + LDFLAGS=' -Wl,-zignore -Wl,-zcombreloc -Wl,-Bdirect ' > > pkgbuild: + export 'ACLOCAL_FLAGS=-I /usr/share/aclocal -I > > /usr/gnu/share/aclocal' > > pkgbuild: + ACLOCAL_FLAGS='-I /usr/share/aclocal -I /usr/gnu/share/aclocal' > > pkgbuild: + libtoolize --copy --force > > pkgbuild: + aclocal -I /usr/share/aclocal -I /usr/gnu/share/aclocal -I . > > pkgbuild: /usr/share/aclocal/gimpprint.m4:8: warning: underquoted > > definition of AM_PATH_GIMPPRINT > > pkgbuild: /usr/share/aclocal/gimpprint.m4:8: run info > > '(automake)Extending aclocal' > > pkgbuild: /usr/share/aclocal/gimpprint.m4:8: or see > > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > pkgbuild: aclocal: couldn't open directory `/usr/gnu/share/aclocal': No > > such file or directory > > pkgbuild: Bad exit status from > > /var/tmp/pkgbuild-twvacek/pkgbuild-tmp-2.2074 (%build) > > --- command output ends --- finished at Wed Aug 6 09:42:53 CDT 2008 > > > > INFO: pkgbuild -ba finished at Wed Aug 6 09:42:53 CDT 2008 > > > > ERROR: SFElibcddb FAILED > > INFO: Check the build log in /tmp/SFElibcddb.log for details > > WARNING: SFElibcdio won't be built as it requires SFElibcddb > > WARNING: skipping package SFElibcdio: required package SFElibcddb-devel > > failed > > WARNING: SFElibcdio won't be built as it requires SFElibcddb-devel > > </snip> > > > > I have no /usr/gnu/aclocal directory. I have aclocal directories in > > /usr/share and /opt/dtbld/share. I tried creating an empty > > /usr/gnu/share/aclocal and even linking it to /opt/dtbld/share/aclocal, > > but then I get the following error. I think it's pretty clear that > > something didn't get installed, but I don't know what. Thanks! > > > > pkgbuild: + aclocal -I /usr/share/aclocal -I /usr/gnu/share/aclocal -I . > > pkgbuild: /usr/share/aclocal/gimpprint.m4:8: warning: underquoted > > definition of AM_PATH_GIMPPRINT > > pkgbuild: /usr/share/aclocal/gimpprint.m4:8: run info > > '(automake)Extending aclocal' > > pkgbuild: /usr/share/aclocal/gimpprint.m4:8: or see > > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > pkgbuild: configure.ac:23: warning: macro `AM_GNU_GETTEXT_VERSION' not > > found in library > > pkgbuild: configure.ac:127: warning: macro `AM_ICONV' not found in library > > pkgbuild: + autoheader > > pkgbuild: + automake -a -f > > pkgbuild: + autoconf -f > > pkgbuild: configure.ac:23: error: possibly undefined macro: > > AM_GNU_GETTEXT_VERSION > > pkgbuild: If this token and others are legitimate, please use > > m4_pattern_allow. > > pkgbuild: See the Autoconf documentation. > > pkgbuild: configure.ac:44: error: possibly undefined macro: AC_MSG_WARN > > pkgbuild: configure.ac:64: error: possibly undefined macro: AC_DEFINE > > pkgbuild: configure.ac:127: error: possibly undefined macro: AM_ICONV > > pkgbuild: Bad exit status from > > /var/tmp/pkgbuild-twvacek/pkgbuild-tmp-2.2361 (%build) > > --- command output ends --- finished at Wed Aug 6 09:54:53 CDT 2008 > > > > INFO: pkgbuild -ba finished at Wed Aug 6 09:54:53 CDT 2008 > > > > ERROR: SFElibcddb FAILED > > INFO: Check the build log in /tmp/SFElibcddb.log for details > > WARNING: SFElibcdio won't be built as it requires SFElibcddb > > WARNING: skipping package SFElibcdio: required package SFElibcddb-devel > > failed > > WARNING: SFElibcdio won't be built as it requires SFElibcddb-devel > > > > > > > > > > > > _______________________________________________ > > desktop-discuss mailing list > > desktop-discuss at opensolaris.org > > > > >
