Your message dated Wed, 4 Jun 2008 18:37:56 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
has caused the   report #474901,
regarding gettext: FTBFS in unclean chroot: mv: cannot stat 
`debian/gettext/usr/share/gettext/gettext.jar': No such file or directory
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED], Lucas Nussbaum <[EMAIL PROTECTED]>

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
474901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474901
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Hello.

Lucas Nussbaum (in the CC) has reported that gettext does not build ok
(does not create gettext.jar) if gcj is present.

I could add a Build-Conflicts: gcj to the source package to tell
autobuilders not to install gcj when building gettext, but I don't
think it would be a good fix.

The debian/rules for gettext says this:

MONO_ARCHS = %amd64%arm%i386%ia64%powerpc%
ifneq (,$(findstring %$(DEB_HOST_ARCH)%,$(MONO_ARCHS)))
  CSHARP = --enable-csharp=mono
endif

[...]

        JAVAC=jikes-classpath ./configure --prefix=/usr $(CSHARP) \
                CC="$(CC)" CFLAGS="$(CFLAGS)"
        $(MAKE)
        $(MAKE) install DESTDIR=`pwd`/debian/tmp \
                INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
                INSTALL_SCRIPT="$(INSTALL_SCRIPT)"

Why is it using gcj when I explicitly told it to use jikes-classpath?
Is the above not enough, or is there a bug in the gettext Makefiles?

Thanks.


--- End Message ---

Reply via email to