From owner-freebsd-hackers Tue Jan 9 3:12:13 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 0303E37B402 for ; Tue, 9 Jan 2001 03:11:51 -0800 (PST) Received: (qmail 26942 invoked by uid 1000); 9 Jan 2001 11:10:38 -0000 Date: Tue, 9 Jan 2001 13:10:21 +0200 From: Peter Pentchev To: Kaltashkin Eugene Cc: freebsd-ports@freebsd.org, ZGabor@CoDe.HU Subject: Re: sswrap broken ? Message-ID: <20010109131021.J2550@ringworld.oblivion.bg> Mail-Followup-To: Kaltashkin Eugene , freebsd-ports@freebsd.org, ZGabor@CoDe.HU References: <200101091101.OAA11391@ns.klondike.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101091101.OAA11391@ns.klondike.ru>; from zhecka@klondike.ru on Tue, Jan 09, 2001 at 02:00:22PM +0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This post would be better suited for the -ports mailing list, as it is a list which deals specifically with the FreeBSD Ports Collection. Also, one of the first people you could ask about a port problem would be the port maintainer as specified in the Makefile. In this case, it is ZGabor@CoDe.HU, and I'm CC'ing him. I tried to reproduce your problem, but I failed on an even earlier stage: [root@ringworld:v2 /usr/ports/security/sslwrap]# make extract >> sslwrap.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.rickk.com/sslwrap/. Receiving sslwrap.tar.gz (21170 bytes): 100% 21170 bytes transferred in 17.0 seconds (1.22 kBps) ===> Extracting for sslwrap-2.0.5 >> Checksum mismatch for sslwrap.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/security/sslwrap/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 It seems somebody changed the distfile on www.rickk.com :( In a day or two, I'll try to fetch the old file from a FreeBSD mirror, and see if it builds. Meanwhile, I think this is something the port maintainer should look into :) G'luck, Peter -- I am jealous of the first word in this sentence. On Tue, Jan 09, 2001 at 02:00:22PM +0000, Kaltashkin Eugene wrote: > Today found any problem. What is it ? > > freebsd:/usr/ports/security/sslwrap# make > ===> Building for sslwrap-2.0.5 > cc -o sslwrap s_server.c s_socket.c s_cb.c -O -pipe -DFLAT_INC -DOPENSSL="\"openssl/\"" -L/usr/lib -lssl -lcrypto -I/usr/include > s_server.c: In function `sv_body': > s_server.c:621: warning: assignment makes pointer from integer without a cast > /tmp/cce37081.o: In function `sv_body': > /tmp/cce37081.o(.text+0xc29): undefined reference to `Malloc' > /tmp/cce37081.o(.text+0xf3f): undefined reference to `Free' > /tmp/ccO37081.o: In function `do_server': > /tmp/ccO37081.o(.text+0x36c): undefined reference to `Free' > /tmp/ccO37081.o: In function `do_accept': > /tmp/ccO37081.o(.text+0x571): undefined reference to `Malloc' > *** Error code 1 > > Stop in /usr/ports/security/sslwrap/work/sslwrap205. > *** Error code 1 > > Stop in /usr/ports/security/sslwrap. > *** Error code 1 > > Stop in /usr/ports/security/sslwrap. > *** Error code 1 > > Stop in /usr/ports/security/sslwrap. > freebsd:/usr/ports/security/sslwrap# uname -a > FreeBSD freebsd.klondike.ru 4.2-STABLE FreeBSD 4.2-STABLE #2: Fri Dec 8 16:16:33 GMT 2000 zhecka@freebsd.klondike.ru:/usr/src/sys/compile/zhecka i386 > freebsd:/usr/ports/security/sslwrap# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message