From owner-freebsd-questions Mon Jul 8 12: 8:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B420837B401 for ; Mon, 8 Jul 2002 12:08:07 -0700 (PDT) Received: from mofo.socruel.nu (gone.xs4all.nl [213.84.247.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF2843E52 for ; Mon, 8 Jul 2002 12:08:06 -0700 (PDT) (envelope-from lars@socruel.nu) Received: from lotus.ad.socruel.org (lotus.ad.socruel.org [172.16.0.200]) by mofo.socruel.nu (Postfix) with ESMTP id A2B285B25A for ; Mon, 8 Jul 2002 21:08:05 +0200 (CEST) Subject: Can't build OpenSSH3.4-Portable port on FreeBSD 4.6 (RELEASE, P1 or Stable) Date: Mon, 8 Jul 2002 21:08:04 +0200 Message-ID: <2578F22C7A5515449899AF290E2D48321F66@lotus.ad.socruel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Thread-Topic: Can't build OpenSSH3.4-Portable port on FreeBSD 4.6 (RELEASE, P1 or Stable) thread-index: AcImssmfA/ZZnCvkTWeole0PbKrL4A== From: "Lars Wittebrood" To: "FreeBSD-Questions Mailinglist" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, I have a FreeBSD 4.6 p1 (security branch) box and updated the ports tree today. I wanted to install the OpenSSH-Portable port, but the configure script stopped with (output of config.log) : configure:1286: checking for gcc configure:1302: found /usr/bin/gcc configure:1312: result: gcc configure:1556: checking for C compiler version configure:1559: gcc --version &5 2.95.3 configure:1562: $? =3D 0 configure:1564: gcc -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:1567: $? =3D 0 configure:1569: gcc -V &5 gcc: argument to `-V' is missing configure:1572: $? =3D 1 configure:1598: checking for C compiler default output configure:1601: gcc conftest.c >&5 configure:1604: $? =3D 0 configure:1637: result: a.out configure:1642: checking whether the C compiler works configure:1648: ./a.out ./configure: ./a.out: No such file or directory configure:1651: $? =3D 127 configure:1659: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. The same happens when I manually install OpenSSH 3.4p1 and OpenSSH 3.3p1. On the same box it doesn't happen with OpenSSH 3.1p1! I checked both configure scripts but couldn't find realy any diffs except that the 3.1 script is from Autoconf v. 2.52d and the 3.{3|4} script from Autoconf v. 2.53. The same described above happened on a FreeBSD 4.3 p 28 (security source tree) box and on a 4.4 RELEASE box. I updated today to 4-STABLE (now I have OpenSSH 3.4!), but then again also on 4-Stable the OpenSSH-portable port will not build! I know OpenSSH 3.4 is in -STABLE but I want to know what is happening here. I have always compiled and installed OpenSSH manually and want to continue to do so. Anyone knows what happened here? MTIA Lars. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message