Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 15:02:25 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        Luigi Rizzo <rizzo@aciri.org>
Cc:        Glenn Gombert <glenngombert@onebox.com>, hackers@FreeBSD.ORG
Subject:   Re: Problem(s) With FreeBSD-Current
Message-ID:  <20010930150224.A41591@xor.obsecurity.org>
In-Reply-To: <200109300048.f8U0mbj98590@iguana.aciri.org>; from rizzo@aciri.org on Sat, Sep 29, 2001 at 05:48:37PM -0700
References:  <20010929172053.XCRL16495.mta10.onebox.com@onebox.com> <200109300048.f8U0mbj98590@iguana.aciri.org>

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

--fdj2RfSjLxBAspz7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Sep 29, 2001 at 05:48:37PM -0700, Luigi Rizzo wrote:
> > Hello,
> >=20
> >   I have tried to compile FreeBSD Current (several times) over the last
> > couple of days and get the following message when trying to run XFree86
> > and a number of other applications:
> >=20
> >    /user/lib/libpam.so.1 : Undefined symbol  "__stdoutp"...
> >=20
> >  Does anyone else have the same problem ??
>=20
> same here (though cross-compilig CURRENT on 4.3),
> for me the fix was to revert the sep.20 change on src/include/stdio.h
>=20
> @@ -198,7 +198,7 @@ __END_DECLS
>  #endif
> =20
>  /* To be removed by 5.0-RELEASE */
> -#if (defined(__i386__) || defined(__alpha__)) && !defined(_FIXED_STDIO)
> +#if (defined(__i386__) || defined(__alpha__)) && defined(_OLD_STDIO)
>  #define        stdin   (&__sF[0])
>  #define        stdout  (&__sF[1])
>  #define        stderr  (&__sF[2])
>=20
> Maybe it is the wrong fix, but it did work.

Yes, it's the wrong fix.  If you actually go and read your -current
mailbox, you'll find it very hard to avoid tripping over an email
containing the correct fix.

Kris

--fdj2RfSjLxBAspz7
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE7t5ZwWry0BWjoQKURAi0LAKDPJuX6gYQjuB6Uf63WSihgWb+fDQCgrOs9
DpxxGt5uVKWy4YMCFmbScLk=
=mVRP
-----END PGP SIGNATURE-----

--fdj2RfSjLxBAspz7--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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