Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 11:59:48 GMT
From:      Pavel Timofeev <timp87@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186626: net/ss5 can't be installed under FreeBSD 10
Message-ID:  <201402101159.s1ABxmW8049136@cgiserv.freebsd.org>
Resent-Message-ID: <201402101200.s1AC00M1098055@freefall.freebsd.org>

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

>Number:         186626
>Category:       ports
>Synopsis:       net/ss5 can't be installed under FreeBSD 10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 10 12:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Pavel Timofeev
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
OCS
>Environment:
>Description:
It says "gcc: not found":

root@proxy:/usr/ports/net/ss5 # make
===>   ss5-3.8.5 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by ss5-3.8.5 for building
===>  Extracting for ss5-3.8.5
=> SHA256 Checksum OK for ss5-3.8.5-1.tar.gz.
===>  Patching for ss5-3.8.5
===>  Applying FreeBSD patches for ss5-3.8.5
===>   ss5-3.8.5 depends on shared library: ldap-2.4.8 - found
===>  Configuring for ss5-3.8.5
===>   FreeBSD 10 autotools fix applied to /usr/ports/net/ss5/work/ss5-3.8.5/configure
configure: loading site script /usr/ports/Templates/config.site
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for main in -ldl... no
checking for main in -lldap... no                                                                                                                                                                     [75/1950]
checking for main in -lpam... yes
checking for main in -lpam_misc... no
checking for main in -lpthread... yes
checking for main in -lssl... yes
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... yes
checking for working vfork... (cached) yes                                                                                                                                                            [44/1950]
checking whether cc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... (cached) yes
checking for bzero... yes
checking for gethostbyname... (cached) yes
checking for gettimeofday... (cached) yes
checking for inet_ntoa... (cached) yes
checking for memset... (cached) yes
checking for select... (cached) yes
checking for socket... yes
checking for strdup... (cached) yes
checking for strtol... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating modules/Makefile
config.status: creating modules/mod_authen/Makefile
config.status: creating modules/mod_author/Makefile
config.status: creating modules/mod_balance/Makefile
config.status: creating modules/mod_bandwidth/Makefile
config.status: creating modules/mod_dump/Makefile
config.status: creating modules/mod_filter/Makefile
config.status: creating modules/mod_log/Makefile
config.status: creating modules/mod_proxy/Makefile
config.status: creating modules/mod_socks4/Makefile
config.status: creating modules/mod_socks5/Makefile
config.status: creating modules/mod_statistics/Makefile
config.status: creating common/Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
===>  Building for ss5-3.8.5
--- common ---
--- modules ---
--- all ---
--- common ---
--- SS5OpenLdap.o ---
gcc -O2 -pipe -DLDAP_DEPRECATED -DLDAP_DEPRECATED -fno-strict-aliasing -DFREEBSD -pthread -export-dynamic -I/usr/local/include -I . -I ../include   -fPIC -c SS5OpenLdap.c
gcc: not found
*** [SS5OpenLdap.o] Error code 127

make[2]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5/common
1 error

make[2]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5/common
*** [common] Error code 2

make[1]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5
--- modules ---
A failure has been detected in another branch of the parallel make

make[3]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5/modules/mod_socks4
*** [all] Error code 2

make[2]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5/modules
1 error

make[2]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5/modules
*** [modules] Error code 2

make[1]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5
2 errors

make[1]: stopped in /usr/ports/net/ss5/work/ss5-3.8.5
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/net/ss5

>How-To-Repeat:

>Fix:


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



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