Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 20:21:23 GMT
From:      ChrisPetrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172122: misc/ossp-uuid broken with perl
Message-ID:  <201209272021.q8RKLNh6036253@red.freebsd.org>
Resent-Message-ID: <201209272030.q8RKU49N015361@freefall.freebsd.org>

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

>Number:         172122
>Category:       ports
>Synopsis:       misc/ossp-uuid broken with perl
>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:   Thu Sep 27 20:30:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     ChrisPetrik
>Release:        
>Organization:
none
>Environment:
>Description:
When trying to compilg in perl support for misc/ossp-uuid I get an error with Makefile.PL


>How-To-Repeat:

>Fix:
NO fix but login file is supplied.

Patch attached with submission follows:

Script started on Thu Sep 27 20:20:32 2012
make -DWITH_PERL
===>   ossp-uuid-1.6.2_2 depends on file: /usr/local/sbin/pkg - found
===>  Extracting for ossp-uuid-1.6.2_2
=> SHA256 Checksum OK for uuid-1.6.2.tar.gz.
===>   ossp-uuid-1.6.2_2 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Patching for ossp-uuid-1.6.2_2
===>   ossp-uuid-1.6.2_2 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Applying FreeBSD patches for ossp-uuid-1.6.2_2
===>   ossp-uuid-1.6.2_2 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Configuring for ossp-uuid-1.6.2_2
Configuring OSSP uuid (Universally Unique Identifier), version 1.6.2 (04-Jul-2008)
checking whether make sets $(MAKE)... yes
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 compilation debug mode... disabled
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to build against external Dmalloc library... no
checking build system type... amd64-portbld-freebsd9.0
checking host system type... amd64-portbld-freebsd9.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd9.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for gethostname in -lnsl... no
checking for gethostbyname in -lnsl... no
checking for accept in -lsocket... no
checking for va_copy() function... yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for netdb.h... yes
checking for ifaddrs.h... yes
checking for net/if.h... yes
checking for net/if_dl.h... yes
checking for net/if_arp.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for struct timeval... yes
checking for getifaddrs... yes
checking for nanosleep... yes
checking for Sleep... no
checking for gettimeofday... yes
checking for clock_gettime... yes
checking for long long... yes
checking for long double... yes
checking size of char... 1
checking size of unsigned char... 1
checking size of short... 2
checking size of unsigned short... 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of unsigned long... 8
checking size of long long... 8
checking size of unsigned long long... 8
checking whether to build DCE 1.1 backward compatibility API... (cached) no
checking whether to build C++ bindings to C API... (cached) yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd9.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether to build Perl bindings to C API... (cached) yes
checking whether to build Perl compatibility API... (cached) no
checking for perl... /usr/local/bin/perl5.14.2
checking whether to build PHP bindings to C API... (cached) no
checking for php5... no
checking for php... no
checking whether to build PostgreSQL bindings to C API... (cached) no
checking for pg_config... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating uuid-config
config.status: creating uuid.pc
config.status: creating uuid.h
config.status: creating config.h
config.status: executing libtool commands
config.status: executing adjustment commands
===>  Building for ossp-uuid-1.6.2_2
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid.c -o uuid.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_md5.c -o uuid_md5.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_sha1.c -o uuid_sha1.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_prng.c -o uuid_prng.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_mac.c -o uuid_mac.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c uuid_time.c -o uuid_time.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_ui64.c -o uuid_ui64.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c uuid_ui128.c -o uuid_ui128.o
libtool: compile:  cc -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_str.c -o uuid_str.o
libtool: link: warning: `-rpath' is ignored for archives
libtool: link: warning: `-version-info/-version-number' is ignored for archives
libtool: link: ar cru libuuid.a  uuid.o uuid_md5.o uuid_sha1.o uuid_prng.o uuid_mac.o uuid_time.o uuid_ui64.o uuid_ui128.o uuid_str.o
libtool: link: ranlib libuuid.a
libtool: compile:  c++ -I. -I. -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid++.cc -o uuid++.o
libtool: link: ar cru .libs/libuuid++.a  uuid++.o uuid.o uuid_md5.o uuid_sha1.o uuid_prng.o uuid_mac.o uuid_time.o uuid_ui64.o uuid_ui128.o uuid_str.o
libtool: link: ranlib .libs/libuuid++.a
libtool: link: ( cd ".libs" && rm -f "libuuid++.la" && ln -s "../libuuid++.la" "libuuid++.la" )
cc -I. -I.  -DHAVE_CONFIG_H -O2 -pipe -fPIC -DPIC -fno-strict-aliasing -c ./uuid_cli.c
libtool: link: cc -o uuid uuid_cli.o  libuuid.a
no source directory found (where libuuid.la is located) at Makefile.PL line 37.
*** Error code 2

Stop in /var/ports/basejail/usr/ports/misc/ossp-uuid/work/uuid-1.6.2.
*** Error code 1

Stop in /basejail/usr/ports/misc/ossp-uuid.

Script done on Thu Sep 27 20:20:38 2012


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



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