Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11230 closed defect (fixed)

PCRE fails to build on 10.3.9

Reported by: scintilla7@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: markd@…
Port:

Description

#sudo bin/port clean pcre ---> Cleaning pcre

#sudo bin/port install pcre ---> Fetching pcre ---> Verifying checksum(s) for pcre ---> Extracting pcre ---> Configuring pcre ---> Building pcre with target all

Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_pcre/work/pcre-6.7" && make all" returned error 2 Command output: (cd .libs && rm -f libpcre.dylib && ln -s libpcre.0.0.1.dylib libpcre.dylib) ar cru .libs/libpcre.a pcre_chartables.o pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o ranlib .libs/libpcre.a creating libpcre.la (cd .libs && rm -f libpcre.la && ln -s ../libpcre.la libpcre.la)

gcc -c -g -O2 -I. -I. -DPOSIX_MALLOC_THRESHOLD=10 ./pcreposix.c -fno-common -DPIC -o .libs/pcreposix.o gcc -c -g -O2 -I. -I. -DPOSIX_MALLOC_THRESHOLD=10 ./pcreposix.c -o pcreposix.o >/dev/null 2>&1

rm -f libpcreposix.la /bin/sh ./libtool --mode=link gcc -export-symbols-regex '[_]' -I. -I. -rpath /opt/local/lib libpcre.la -version-info \

'0:0:0' -o libpcreposix.la pcreposix.lo

generating symbol list for `libpcreposix.la' /usr/bin/nm -p .libs/pcreposix.o | sed -n -e 's/.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* ' | sort | uniq > .libs/libpcreposix.exp grep -E -e "[_]" ".libs/libpcreposix.exp" > ".libs/libpcreposix.expT" mv -f ".libs/libpcreposix.expT" ".libs/libpcreposix.exp" sed -e "s,#.*" -e "s,[ ]*" -e "s,\(..*\),_&," < .libs/libpcreposix.exp > .libs/libpcreposix-symbols.expsym gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libpcreposix.0.0.0.dylib .libs/pcreposix.o ./.libs/libpcre.dylib -install_name /opt/local/lib/libpcreposix.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0 ld: warning -undefined suppress disables -prebind nmedit -s .libs/libpcreposix-symbols.expsym .libs/libpcreposix.0.0.0.dylib (cd .libs && rm -f libpcreposix.0.dylib && ln -s libpcreposix.0.0.0.dylib libpcreposix.0.dylib) (cd .libs && rm -f libpcreposix.dylib && ln -s libpcreposix.0.0.0.dylib libpcreposix.dylib) ar cru .libs/libpcreposix.a pcreposix.o ranlib .libs/libpcreposix.a creating libpcreposix.la (cd .libs && rm -f libpcreposix.la && ln -s ../libpcreposix.la libpcreposix.la) gcc -c -g -O2 -I. -I. -DSUPPORT_UTF8 -DSUPPORT_UCP \

./pcretest.c

In file included from pcretest.c:48: /usr/include/sys/resource.h:81: error: field `ru_utime' has incomplete type /usr/include/sys/resource.h:82: error: field `ru_stime' has incomplete type make: * [pcretest.o] Error 1

Error: Status 1 encountered during processing.

Change History (5)

comment:1 Changed 17 years ago by pguyot (Paul Guyot)

Component: baseports

comment:2 Changed 17 years ago by pipping@…

Milestone: Available Ports

comment:3 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:4 Changed 17 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

pcre-7.1 is now current and installs fine on panther.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.