Hi Chris,

I was recompiling my Fink install today using a minimal set of installed packages and di has an install failure if the msgfmt binary from gettext-bin is not installed:

(cd po;for i in *.po; do \
      j=`echo $i | sed 's,\\.po$,,'`; \
      test -d /sw/src/root-di-3.4-1/sw/share/locale/$j || \
              mkdir -p /sw/src/root-di-3.4-1/sw/share/locale/$j; \
      test -d /sw/src/root-di-3.4-1/sw/share/locale/$j/LC_MESSAGES || \
              mkdir -p /sw/src/root-di-3.4-1/sw/share/locale/$j/LC_MESSAGES; \
      msgfmt -o /sw/src/root-di-3.4-1/sw/share/locale/$j/LC_MESSAGES/di.mo $i;\
done)
/bin/sh: line 1: msgfmt: command not found
/bin/sh: line 1: msgfmt: command not found

So gettext-bin needs to be added as a BuildDepends.

Finally, di 3.11 is available.

I'd like to fix this issue and update to the latest release. If you don't mind, I could update the .info files.

Regards,
Blair

--
Blair Zajac <[EMAIL PROTECTED]>
Plots of your system's performance - http://www.orcaware.com/orca/


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to