Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 08:50:34 -0700
From:      Joseph McDonald <joe@vpop.net>
To:        Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>
Cc:        ports@FreeBSD.ORG
Subject:   Re[2]: FreeBSD Port: screen-3.9.11_1
Message-ID:  <731376522154.20020708085034@vpop.net>
In-Reply-To: <200207080351.g683p1fP018876@cwsys.cwsent.com>
References:  <200207080351.g683p1fP018876@cwsys.cwsent.com>

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

Hi Cy,

Here is the complete build output:

thorin:/usr/ports/misc/screen# make clean
===>  Cleaning for screen-3.9.11_1
thorin:/usr/ports/misc/screen# make
===>  Extracting for screen-3.9.11_1
>> Checksum OK for screen-3.9.11.tar.gz.
===>  Patching for screen-3.9.11_1
===>  Applying FreeBSD patches for screen-3.9.11_1
===>  Configuring for screen-3.9.11_1
configure: WARNING: you should use --build, --host, --target
this is screen version 3.9.11
checking for i386-portbld-freebsd4.6-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking for POSIXized ISC... no
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
configure: checking for buggy tools...
checking if a system-wide socket dir should be used... yes
checking for the socket dir... (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
configure: checking for MIPS...
configure: checking for Ultrix...
configure: checking for butterfly...
configure: checking for POSIX.1...
- you have a POSIX system
configure: checking for System V...
configure: checking for sequent/ptx...
configure: checking SVR4...
configure: checking for Solaris 2.x...
configure: checking BSD job jontrol...
- you have jobcontrol
configure: checking setreuid...
configure: checking seteuid...
configure: checking select...
configure: checking fifos...
- your fifos are usable
configure: checking for broken fifo implementation...
- you have a broken implementation
configure: checking sockets...
- your sockets are usable
configure: checking socket implementation...
- you are normal
- as your fifos are broken lets use the sockets.
configure: checking select return value...
- select is ok
configure: checking for tgetent...
configure: checking libtermcap...
- you use the termcap database
configure: checking ospeed...
configure: checking for /dev/ptc...
configure: checking for SVR4 ptys...
checking for getpt... no
configure: checking for ptyranges...
configure: checking default tty permissions/group...
- pty mode: 0620, group: 4
configure: checking getutent...
configure: checking getutent with -lgen...
configure: checking ut_host...
checking for utempter.h... no
configure: checking for libutil(s)...
configure: checking getloadavg...
assuming posix signal definition
configure: checking for crypt and sec libraries...
configure: checking crypt...
configure: checking IRIX sun library...
configure: checking syslog...
configure: checking wait union...
configure: checking for termio or termios...
configure: checking getspnam...
configure: checking getttyent...
configure: checking whether memcpy/memmove/bcopy handles overlapping arguments...
checking long file names... yes
checking for vsprintf... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for setenv... yes
checking for nl_langinfo(CODESET)... yes
checking for rename... yes
checking for fchmod... yes
checking for fchown... yes
checking for strerror... yes
checking for lstat... yes
checking for _exit... yes
checking for utimes... yes
checking for vsnprintf... yes
checking for getcwd... yes
checking for setlocale... yes
checking for strftime... yes
checking for the global screenrc file... "/usr/local/etc/screenrc"
checking for the utf8-encodings location... "/usr/local/share/screen/utf8encodings"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h

Now please check the pathnames in the Makefile and the user
configuration section in config.h.
Then type 'make' to make screen. Good luck.

===>  Building for screen-3.9.11_1
CPP="cc -E " srcdir=. sh ./osdef.sh
AWK=nawk CC="cc -O -pipe" srcdir=. sh ./comm.sh
AWK=nawk srcdir=. sh ./term.sh
cc -c -I. -I.    -O -pipe screen.c
In file included from screen.c:235:
extern.h:345: conflicting types for `rename'
/usr/include/stdio.h:233: previous declaration of `rename'
*** Error code 1

Stop in /usr/ports/misc/screen/work/screen-3.9.11.
*** Error code 1

Stop in /usr/ports/misc/screen.

thanks,
-joe



Sunday, July 07, 2002, 8:51:01 PM, you wrote:

CSCOSG> In message <1501326514026.20020707185706@vpop.net>, Joseph McDonald 
CSCOSG> writes:
>> 
>> Hi,
>> 
>> I have: 4.6-RC FreeBSD 4.6-RC #2: Fri May 24 21:09:19 PDT 2002
>> 
>> I tried to install screen from /usr/ports/misc/screen and got:
>> 
>> # make
>> [...]
>> config.status: creating Makefile
>> config.status: creating doc/Makefile
>> config.status: creating config.h
>> 
>> Now please check the pathnames in the Makefile and the user
>> configuration section in config.h.
>> Then type 'make' to make screen. Good luck.
>> 
>> ===>  Building for screen-3.9.11_1
>> CPP="cc -E " srcdir=. sh ./osdef.sh
>> AWK=nawk CC="cc -O -pipe" srcdir=. sh ./comm.sh
>> AWK=nawk srcdir=. sh ./term.sh
>> cc -c -I. -I.    -O -pipe screen.c
>> In file included from screen.c:235:
>> extern.h:345: conflicting types for `rename'
>> /usr/include/stdio.h:233: previous declaration of `rename'
>> *** Error code 1
>> 
>> Stop in /usr/ports/misc/screen/work/screen-3.9.11.
>> *** Error code 1
>> 
>> Is there a problem with the port?

CSCOSG> There is no problem with the port, I just built it today without any 
CSCOSG> problems.  The configure script failed to detect the rename(2) system 
CSCOSG> call on your system. I suspect that something on your system may be 
CSCOSG> corrupt but there's not enough information to make that determination 
CSCOSG> yet.  Please send me a copy of your build output.


CSCOSG> --
CSCOSG> Cheers,                          Phone:  250-387-8437
CSCOSG> Cy Schubert                        Fax:  250-387-5766
CSCOSG> Team Leader, Sun/Alpha Team      Email:  Cy.Schubert@osg.gov.bc.ca
CSCOSG> Open Systems Group, CITS
CSCOSG> Ministry of Management Services
CSCOSG> Province of BC            
CSCOSG>                     FreeBSD UNIX:  cy@FreeBSD.org





-- 
Best regards,
 Joseph                            mailto:joe@vpop.net


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?731376522154.20020708085034>