Date: Mon, 17 Aug 1998 21:30:44 -0500 (EST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7655: net/cnet doesn't build under -current (with fix) Message-ID: <199808180230.VAA24608@emerson.gelemna.ft-wayne.in.us>
next in thread | raw e-mail | index | archive | help
>Number: 7655 >Category: ports >Synopsis: net/cnet doesn't build under -current (with fix) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 17 19:40:00 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: A current -current. >Description: Clash between errno as a structure member and the errno macro in errno.h. The build dies here: gcc -Wall -ansi -O -I/usr/X11R6/include -c address.c In file included from address.c:1: cnetheader.h:203: field `__error' declared as a function *** Error code 1 Stop. >How-To-Repeat: Build net/cnet on a system build with recent current sources. >Fix: Rename the problem structure members from errno to errorno throughout. While I was in the neighborhood, I also removed the manpage from the PLIST. Apply this patch. It adds two files: patches/patch-ab and patches/patch-ac. >Audit-Trail: >Unformatted: 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?199808180230.VAA24608>