[Debian GNUstep maintainers] [Fwd: Re: [SOGo] SOGO on Debian Lenny]
Hubert Chathi
uhoreg at debian.org
Thu May 15 23:55:08 UTC 2008
Hi Mark,
On Fri, 16 May 2008 08:55:50 +1000, Mark Pavlichuk <pav5088 at internode.on.net> said:
> I've been attempting to compile a GNUstep project (Scalable
> OpenGroupware) under Debian Lenny, and have been having failed builds
> due to $GNUSTEP_HOST defaulting to i486 after sourcing GNUstep.sh (I'm
> running an AMD64 kernel on 32bit userland). I've attached a relevant
> post from the SOGo mailing list.
It seems to have gotten dropped. Fortunately, I saved the message in
the moderator queue, so I've pasted it to the end of this mail.
> How does the default value for $GNUSTEP_HOST get set in the Debian
> packages?
It gets set according to the output of dpkg-architecture on the machine
that it is built on. Basically, we have:
,----
| DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
| DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
| .
| .
| .
| cd $(b_make) && CC=$(CC) CXX=$(CXX) ../configure \
| --with-layout=$(GS_FS_LAYOUT) \
| --build=$(DEB_BUILD_GNU_TYPE) \
| --host=$(DEB_HOST_GNU_TYPE) \
| --target=$(DEB_HOST_GNU_TYPE) \
| --enable-native-objc-exceptions \
`----
More information about the pkg-GNUstep-maintainers
mailing list