This was on my TODO list for quite a while. It finally made it into vermillion_40, along with a fix in intltool that should prevent the looping problem when intltoolize is used and it shoulnd't be (it will break the build instead of looping).
Laca On Thu, 2006-04-27 at 20:52 -0500, Justin Conover wrote: > + make -j1 > make all-recursive > make[1]: Entering directory `/jds/packages/BUILD/xchat-2.6.1' > Making all in po > make[2]: Entering directory `/jds/packages/BUILD/xchat-2.6.1/po' > file=./`echo de | sed 's,.*/,,'`.gmo \ > && rm -f $file && /usr/bin/msgfmt -c -o $file de.po > Usage: msgfmt [-D dir | --directory=dir] [-f | --use-fuzzy] > [-g] [-o outfile | --output-file=outfile] > [-s] [--strict] [-v] [--verbose] files ... > make[2]: *** [de.gmo] Error 2 > make[2]: Leaving directory `/jds/packages/BUILD/xchat-2.6.1/po' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/jds/packages/BUILD/xchat-2.6.1' > make: *** [all] Error 2 > Bad exit status from /var/tmp/pkgbuild-tmp-2.12802 (%build) > > > On 4/27/06, Laszlo (Laca) Peter <Laszlo.Peter at sun.com> wrote: > You need to remove the intltoolize call from the spec file. > It's fixed in the spec-files-extra SVN but it's broken > otherwise :/ > (a patch needs to be ported). > > Laca > > On Thu, 2006-04-27 at 15:11 -0700, Justin Conover wrote: > > Just a little more from the log > > > > The binary will be installed in /usr/bin > > > > configure complete, now type 'make' and pray. > > > > + make -j1 > > make all-recursive > > make[1]: Entering directory > `/jds/packages/BUILD/xchat-2.6.1' > > Making all in po > > make[2]: Entering directory > `/jds/packages/BUILD/xchat-2.6.1/po' > > cd .. \ > > && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= > CONFIG_LINKS= \ > > /bin/sh ./config.status > > config.status: creating po/Makefile.in > > config.status: executing depfiles commands > > config.status: executing default-1 commands > > make[2]: Leaving directory > `/jds/packages/BUILD/xchat-2.6.1/po' > > make[2]: Entering directory > `/jds/packages/BUILD/xchat-2.6.1/po' > > cd .. \ > > && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= > CONFIG_LINKS= \ > > /bin/sh ./config.status > > config.status: creating po/Makefile.in > > config.status: executing depfiles commands > > config.status: executing default-1 commands > > make[2]: Leaving directory `/jds/packages/BUILD/xchat- > 2.6.1/po' > > make[2]: Entering directory > `/jds/packages/BUILD/xchat-2.6.1/po' > > cd .. \ > > >
