ports/95716: misc/screen fails to build under today's -current

Jordan Sissel jls at FreeBSD.org
Fri Apr 14 00:00:35 UTC 2006


>Number:         95716
>Category:       ports
>Synopsis:       misc/screen fails to build under today's -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 14 00:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jordan Sissel
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nightfall 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Apr 13 20:13:07 EDT 2006 root at nightfall:/usr/obj/usr/src/sys/NIGHTFALL i386
>Description:
	misc/screen fails to compile under -current:

	cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe pty.c
	pty.c:38:26: sys/stropts.h: No such file or directory
	*** Error code 1


>How-To-Repeat:
	make -C /usr/ports/misc/screen build
>Fix:

	in pty.c:

	/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
	#ifdef HAVE_SVR4_PTYS
	# include <sys/stropts.h>
	#endif

	Comment out the include, and retry building. Screen appears to work fine once this has been fixed.



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list