From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 15:03:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 86D6216A41F for ; Wed, 23 Nov 2005 15:03:20 +0000 (GMT) (envelope-from bepratt@stcloudstate.edu) Received: from mailgw-20.stcloudstate.edu (Mailgateway.stcloudstate.edu [199.17.25.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2C143D45 for ; Wed, 23 Nov 2005 15:03:19 +0000 (GMT) (envelope-from bepratt@stcloudstate.edu) Received: from exchange17.campus.stcloudstate.edu [199.17.25.221] by mailgw-20.stcloudstate.edu with XWall v3.35b ; Wed, 23 Nov 2005 09:03:18 -0600 Received: from exchange.campus.stcloudstate.edu ([199.17.25.91]) by exchange17.campus.stcloudstate.edu with Microsoft SMTPSVC(6.0.3790.1830); Wed, 23 Nov 2005 09:03:15 -0600 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 23 Nov 2005 09:03:15 -0600 Message-ID: <0451409FD6EF4F49AE13E3D1DD45280027E2D9@EXCHANGE.campus.stcloudstate.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: libnet* questions Thread-Index: AcXwOmed6zbZAKGLRGimbTasQQ99OwAAWCiA From: "Pratt, Benjamin E." To: "Lowell Gilbert" X-OriginalArrivalTime: 23 Nov 2005 15:03:15.0786 (UTC) FILETIME=[0801AAA0:01C5F03F] Cc: freebsd-questions@freebsd.org Subject: RE: libnet* questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 15:03:20 -0000 > -----Original Message----- > From: lowell@be-well.ilk.org [mailto:lowell@be-well.ilk.org]=20 > On Behalf Of Lowell Gilbert > Sent: Wednesday, November 23, 2005 08:30 > To: Pratt, Benjamin E. > Cc: freebsd-questions@freebsd.org > Subject: Re: libnet* questions >=20 > "Pratt, Benjamin E." writes: >=20 > > Hello, I'm writing to find out what others do, and what I can do, to > > work with ports that require the now three different=20 > libnet* ports. What > > I've been doing, and it seems like there should be an easier way, is > > installing one libnet*, for instance net/libnet then running > > portupgrade. I then deinstall net/libnet, install=20 > net/libnet-devel and > > run portupgrade. Now there's net/libnet10 that I've got to=20 > deal with as > > well. > >=20 > > What is the best way people have found to get around=20 > package conflicts > > with these ports? >=20 > I haven't noticed any conflicts with these ports. libnet and > libnet10 don't conflict at all -- they can be installed on the > same machine -- and libnet-devel isn't required by anything else > as far as I can see. I am still getting conflicts. Example: root@chiefwiggum# pwd /usr/ports/net/libnet root@chiefwiggum# make install clean =3D=3D=3D> Installing for libnet-1.1.2.1,1 =3D=3D=3D> libnet-1.1.2.1,1 conflicts with installed package(s): libnet10-1.0.2a_1,1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/net/libnet. root@chiefwiggum# As far as needing libnet-devel goes, there was something that required it just this past week when I CVSuped and ran portupgrade. I can't remember what port it was, and couldn't find it immediately but will keep looking. Ben