Opened 18 years ago

Closed 18 years ago

#10128 closed defect (fixed)

selfupdate fails

Reported by: nd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.2
Keywords: Cc: yeled@…
Port:

Description

As usual I did a sudo port -d selfupdate which ended in the following:

[yada yada] readline.c: In function 'ReadlineCmd': readline.c:190: warning: implicit declaration of function 'using_history' readline.c: In function 'RLHistoryCmd': readline.c:298: warning: implicit declaration of function 'add_history' readline.c:305: warning: implicit declaration of function 'read_history' readline.c:312: warning: implicit declaration of function 'write_history' readline.c:319: warning: implicit declaration of function 'stifle_history' readline.c:325: warning: implicit declaration of function 'unstifle_history' gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common uid.c -o uid.o cc -dynamiclib -L/usr/lib -lcurl -lssl -lcrypto -lz Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o find.o strcasecmp.o vercomp.o filemap.o sha1cmd.o compat.o curl.o rmd160cmd.o readline.o uid.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -L/usr/lib -lcurl -lssl -lcrypto -lz -lreadline -lcrypto ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _rl_completion_matches _rl_filename_completion_function _rl_username_completion_function /usr/bin/libtool: internal link edit command failed make[2]: * [Pextlib.dylib] Error 1 make[1]: * [all] Error 1 make: * [all] Error 1

It is a recent (1.2) DP-installation running fine... Well, never commited anything to bugzilla, so in case something important is missing, please contact me... the CC is taken from an advise on #darwinports on freenode...

Change History (1)

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

Resolution: fixed
Status: newclosed

This bug is fixed in CVS. You have a copy of readline in /usr/local. Please use HEAD as described here or wait for 1.3.2.

http://opendarwin.org/pipermail/darwinports/2006-July/034983.html

Note: See TracTickets for help on using tickets.