From owner-freebsd-net@FreeBSD.ORG Wed Nov 7 18:46:13 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02E816A46B; Wed, 7 Nov 2007 18:46:13 +0000 (UTC) (envelope-from dindin@yandex-team.ru) Received: from relanium.yandex.ru (relanium.yandex.ru [213.180.193.88]) by mx1.freebsd.org (Postfix) with ESMTP id 3B75D13C4B0; Wed, 7 Nov 2007 18:46:12 +0000 (UTC) (envelope-from dindin@yandex-team.ru) Received: from sepulcator.local.yandex.ru (dhcp250-185.yandex.ru [87.250.250.185]) by relanium.yandex.ru (8.14.1/8.14.1) with ESMTP id lA7ITSEM084101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Nov 2007 21:29:29 +0300 (MSK) (envelope-from dindin@yandex-team.ru) Received: from sepulcator.local.yandex.ru (localhost [127.0.0.1]) by sepulcator.local.yandex.ru (8.14.1/8.13.8) with ESMTP id lA7ITSjQ066621; Wed, 7 Nov 2007 21:29:28 +0300 (MSK) (envelope-from dindin@yandex-team.ru) Received: (from dindin@localhost) by sepulcator.local.yandex.ru (8.14.1/8.13.8/Submit) id lA7ITSji066620; Wed, 7 Nov 2007 21:29:28 +0300 (MSK) (envelope-from dindin@yandex-team.ru) X-Authentication-Warning: sepulcator.yandex.ru: dindin set sender to dindin@yandex-team.ru using -f Date: Wed, 7 Nov 2007 21:29:28 +0300 From: Denis Barov To: freebsd-net@freebsd.org Message-ID: <20071107182928.GA66533@sepulcator.local.yandex.ru> Mail-Followup-To: Denis Barov , freebsd-net@freebsd.org, freebsd-ports@freebsd.org, thompsa@freebsd.org, ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline X-Operating-System: FreeBSD sepulcator.local.yandex.ru 7.0-BETA2 FreeBSD 7.0-BETA2 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Antivirus: Dr.Web (R) for Mail Servers on relanium.yandex.ru host X-Antivirus-Code: 100000 Cc: ports@freebsd.org, thompsa@freebsd.org, freebsd-ports@freebsd.org Subject: net-mgmt/bsd-airtools broken not because of gcc4 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 18:46:13 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all! I found, that port net-mgmt/bsd-airtools marked as broken: BROKEN=3D Does not compile with GCC 4.2 but, it's not really so.=20 It's broken after Wed Jul 11 21:25:48 2007 UTC commit by thompsa@freebsd.org, when some ioctls was deleted from kernel. For example, after patching /usr/include/dev/wi/if_wavelan_ieee.h bsd-airtools compiled well: --- /usr/include/dev/wi/if_wavelan_ieee.h 2007-11-07 19:36:15.000000000 +0300 +++ /usr/src/sys/dev/wi/if_wavelan_ieee.h 2007-07-12 01:25:48.000000000 +0400 @@ -59,7 +59,7 @@ */ #define WI_MAX_DATALEN 512 =20 -#if 1 +#if 0 struct wi_req { u_int16_t wi_len; u_int16_t wi_type; But, still missing some ioctls. dstumbler said error: unable to ioctl device socket: Invalid argument May be I can do something helpful? --=20 Denis Barov Yandex http://www.yandex.ru WEB-Search Administtration Team e-mail: dindin@yandex-team.ru --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iQCVAwUBRzIEBrQNqrxww2yeAQJRbAQAzoKO8b92kl3b7gLOsGFy6JLeCn/++ENP NurAfqRms6TF6kTn/wG7T2FEovNhWNibYbWrj49zgkwpoV3uXWjJRLUC7Xh1FaRP BhmexfK+ErVbV5HiVeuuZCRBRqXMZoci9p8I4X/l2g5EBbPom9pHZdtpbygEAtAT SJqqaXuad6c= =1Zbr -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7--