[uClibc-cvs] [uClibc 0000377]: portmap fails to compile w/Full RPC support enabled

bugs at busybox.net bugs at busybox.net
Thu Aug 11 15:57:50 UTC 2005


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=377 
====================================================================== 
Reported By:                bil_hendrix
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   377
Category:                   Networking Support
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             08-11-2005 08:57 PDT
Last Modified:              08-11-2005 08:57 PDT
====================================================================== 
Summary:                    portmap fails to compile w/Full RPC support enabled
Description: 
I am trying to compile portmap_4 and am not having success.  I've seen in
various places that I must have RPC/Full RPC support enabled in uClibc.  I
have confirmed this (like a zillion times - is there some way to confirm
this?).  The toolchain cc compiler successfully makes the three object
files, but then fails on making portmap.  I compiled tcp_wrappers_7.6 and
copied the libwrap.a to /usr/lib.  here's some of the output(typed by
hand, sorry for typos):

CC -Dconst= -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_MAIL -c -o
portmap.o portmap.c
CC -Dconst= -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_MAIL -c -o
pmap_check.o pmap_check.c
CC -Dconst= -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_MAIL -c -o
from_lcoal.o from_local.c
CC -Dconst= -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_MAIL -o portmap
portmap.o pmap_check.o from_local.o
portmap.o(.text+0x1c3): In function `main':
: undefined reference to `svcudp_create'
portmap.o(.text+0x2b4): In function `main':
: undefined refreence to `svctcp_create'
portmap.o(.text+0x2b4): In function `main':
: undefined refreence to `svc_register'
portmap.o(.text+0x2b4): In function `main':
: undefined refreence to `svc_run'

(and the list goes on for function `reg_service` for
xdr_void,svc_sendreply,xdr_pmap,svcerr_decode,xdr_int...)

collect2: ld returned 1 ext status
make: *** [portmap] Error 1

are there other options I need to enable in my uClibc?
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-11-05 08:57  bil_hendrix    New Issue                                    
08-11-05 08:57  bil_hendrix    Status                   new => assigned     
08-11-05 08:57  bil_hendrix    Assigned To               => uClibc          
======================================================================




More information about the uClibc-cvs mailing list