[Rpm-maint] make breaks with db 4.7.25
Panu Matilainen
pmatilai at redhat.com
Mon Oct 27 07:49:22 UTC 2008
On Mon, 27 Oct 2008, Rakesh Pandit wrote:
> $subject
>
> /bin/sh ./libtool --mode=link cc -g -O2 -fPIC -DPIC -D_REENTRANT -Wall
> -Wpointer-arith -Wmissing-prototypes -Wno-char-subscripts
> -fno-strict-aliasing -fstack-protector -o berkeley_db_svc \
> db_server_proc.lo db_server_svc.lo db_server_util.lo
> gen_db_server.lo util_log.lo libdb-4.7.la -lpthread
> cc -g -O2 -fPIC -DPIC -D_REENTRANT -Wall -Wpointer-arith
> -Wmissing-prototypes -Wno-char-subscripts -fno-strict-aliasing
> -fstack-protector -o .libs/berkeley_db_svc .libs/db_server_proc.o
> .libs/db_server_svc.o .libs/db_server_util.o .libs/gen_db_server.o
> .libs/util_log.o ./.libs/libdb-4.7.so -lpthread -Wl,--rpath
> -Wl,/home/rpandit/rpandit-install//lib
> .libs/db_server_svc.o: In function `db_rpc_serverprog_4007':
> /home/rpandit/rpm/db3/db_server_svc.c:556: undefined reference to
> `__dbsrv_timeout'
> collect2: ld returned 1 exit status
> make[2]: *** [berkeley_db_svc] Error 1
> make[2]: Leaving directory `/home/rpandit/rpm/db3'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/rpandit/rpm'
> make: *** [all] Error 2
>
>
> Do I need to use different version or there is anything missing ?
Seems that the combination of --with-uniquename and --enable-rpc got
broken in db 4.7.25, this is not an rpm issue other than by it using those
switches by default if internal db is used.
- Panu -
More information about the Rpm-maint
mailing list