Date: Sun, 06 Jan 2002 15:10:09 -0800 From: "Kevin Oberman" <oberman@ptavv.es.net> To: info@netarmor.net Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mwavem-fbsd-1.1_1 Message-ID: <20020106231009.B44AB5D2D@ptavv.es.net> In-Reply-To: Your message of "Fri, 04 Jan 2002 16:39:58 PST." <5.1.0.14.2.20020104163441.00a3c0a0@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Fri, 04 Jan 2002 16:39:58 -0800 > From: info@netarmor.net > > Sorry to bother you, > > I got your name form the FreeBSD site as the maintainer of the mwavem port. > > I'm trying to install the mwavem port for my IBM TP600 ACP modem, in > FreeBSD 4.4-R. Yet when I "make install" in /usr/port/comms/mwavem the > make fails when building the dependency "Linuxthreads-2.2.3" with the > following error: > > "Makefile", line 9: could not find /usr/src/gnu/lib/libgcc/Makefile. > > So I went to /usr/ports/devel/linuxthreads and attempted a "make install" > there. Same result (expected). > > I've read the README's for both mwavem and linuxthreads ports and frankly I > don't get it. The reference to a path of > "/usr/src/gnu/lib/libgcc/Makefile" in the linuxthread Makefile does not > exist. I've looked to see if there has been a update to the make file, but > there does not appear to be any, since 4.4-R came out. > > Can you tell me what I'm doing wrong? The problem is the linuxthreads requires that you have a full set of sources for your system. I suspect that you only have the kernel sources or no sources. If you do have sources, they are incomplete or corrupt. You should have gotten a message to this effect when you built the mwavem port: **************************************************************** * This port requires the linuxthreads library. Installation of * * this port requires that the full FreeBSD sources be present * * on the system. * * * * If you prefer not loading the full sources, you make install * * the linuxthreads package from /stand/sysinstall. * **************************************************************** So you can either install the package (from either stand/sysinstall or pkg_add) or load the full sources onto your system. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020106231009.B44AB5D2D>