Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 23:51:58 -0400 (EDT)
From:      Jordan Sissel <jls@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95716: misc/screen fails to build under today's -current
Message-ID:  <200604140351.k3E3pwmn036038@nightfall.csh.rit.edu>
Resent-Message-ID: <200604140000.k3E00YZo091378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604140351.k3E3pwmn036038>