Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2005 22:14:38 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: strange mozilla build failure
Message-ID:  <1106277278.54173.22.camel@shumai.marcuscom.com>
In-Reply-To: <20050120173933.6bb3c3cc@Magellan.Leidinger.net>
References:  <20050120173933.6bb3c3cc@Magellan.Leidinger.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-49sIBB+e8tRCSNjUvOBA
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2005-01-20 at 17:39 +0100, Alexander Leidinger wrote:
> Hi,
>=20
> I get this error:
> ---snip---
> gmake[3]: Entering directory `/big/usr/ports/www/mozilla/work/mozilla/nsp=
rpub/config'
> cc -o now.o -c -O -pipe now.c
> now.c:47:2: #error "Architecture not supported"
> now.c:133:2: #error "Architecture not supported"
> gmake[3]: *** [now.o] Error 1
> [...]
> ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade3453=
2.0 make "CFLAGS=3D-O -pipe" -DWITHOUT_MAILNEWS -DWITHOUT_CHATZILLA -DWITH_=
JAVASCRIPT_DEBUGGER -DWITHOUT_COMPOSER -DWITHOUT_CUPS
> ---snip---
>=20
> My options are:
> ---snip---
> # less /var/db/ports/mozilla/options=20
> # This file is auto-generated by 'make config'.
> # No user-servicable parts inside!
> # Options for mozilla-1.7.5_1,2
> _OPTIONS_READ=3Dmozilla-1.7.5_1,2
> WITH_XFT=3Dtrue
> WITHOUT_CALENDAR=3Dtrue
> WITHOUT_MAILNEWS=3Dtrue
> WITHOUT_COMPOSER=3Dtrue
> WITHOUT_DEBUG=3Dtrue
> WITHOUT_LDAP=3Dtrue
> WITHOUT_CHATZILLA=3Dtrue
> WITHOUT_XMLTERM=3Dtrue
> WITH_JAVASCRIPT_DEBUGGER=3Dtrue
> WITH_OPTIMIZED_CFLAGS=3Dtrue
> WITHOUT_SMB=3Dtrue
> WITH_MENU_ENTRY=3Dtrue
> ---snip---
>=20
> now.c starts with:
> ---snip---
> #include <stdio.h>
> #include <stdlib.h>
>=20
> #if defined(VMS)
> #include <sys/timeb.h>
> #elif defined(XP_UNIX) || defined(XP_OS2_EMX) || defined(XP_BEOS)
> #include <sys/time.h>
> #elif defined(WIN32)
> #include <windows.h>
> #elif defined(XP_OS2_VACPP)
> #include <sys/timeb.h>
> #else
> #error "Architecture not supported"
> #endif
> ---snip---
>=20
> Where is it supposed to find e.g. XP_UNIX?
>=20
> This is on -current from Jan 4, may I bee stumbled over a bug in our
> make (I remember a discussion about a bug in make, but I'm not sure if
> the timeframe fits)?

mozilla-config.h

This config file is imported during compile time with the line:

-include mozilla-config.h

Therefore, it is highly possible that you're running into a make bug.

Joe

>=20
> Bye,
> Alexander.
>=20
--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-49sIBB+e8tRCSNjUvOBA
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQBB8HOeb2iPiv4Uz4cRAicLAJ9nZvynp7TE1CWm+AQ9RE4MrPJRiwCdE+0E
ariYPNOA2nJcpxrKCBqjvVg=
=63L5
-----END PGP SIGNATURE-----

--=-49sIBB+e8tRCSNjUvOBA--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1106277278.54173.22.camel>