[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: [Bug 915475] Re: Can't build 1.8 on MacOSX 10.6.8



There are two reasons why I would be opposed to attempting to change the
arguments passed.

Firstly, users building from tarballs will not see this issue, because
building and installing gEDA does not require the presence of the
gettext tools.  Users building from git are expected to have a working
toolchain.

Secondly, the arguments in question are generated by the Makefile added
by gettextize.  Automated modification of this Makefile in a way that
works across all of the versions of gettextize out there would be quite
challenging; the minimal modifications that `desktop-i18n --setup`
currently carries out are already fragile enough.

-- 
You received this bug notification because you are a member of gEDA Bug
Team, which is subscribed to gEDA.
https://bugs.launchpad.net/bugs/915475

Title:
  Can't build 1.8 on MacOSX 10.6.8

Status in GPL Electronic Design Automation tools:
  New

Bug description:
  "make" errors out with:

  /sw/bin/msgmerge: `ar.po': No such file or directory

  The trouble appears to start earlier:

  if test -n 'geda-bug@xxxxxxxx' || test 'geda-bug@xxxxxxxx' = '@'PACKAGE_BUGREPORT'@'; then \
  	  msgid_bugs_address='geda-bug@xxxxxxxx'; \
  	else \
  	  msgid_bugs_address='geda-bug@xxxxxxxx'; \
  	fi; \
  	/bin/sh /Users/jpd/FreeSoftware/gaf/build-tools/desktop-i18n --extract --xgettext=/sw/bin/xgettext -- --default-domain=libgeda41 --directory=../.. \
  	  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=UTF-8 \
  	  --files-from=./POTFILES.in \
  	  --copyright-holder='gEDA Developers' \
  	  --msgid-bugs-address="$msgid_bugs_address"
  Fixing up libgeda41.po
  sed: -e: No such file or directory

  Perhaps the desktop-i18n script is garbling a sed command?

To manage notifications about this bug go to:
https://bugs.launchpad.net/geda/+bug/915475/+subscriptions


_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug