Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 705412 - libtirpc-0.2.2-0.fc16 includes unresolved deps
Summary: libtirpc-0.2.2-0.fc16 includes unresolved deps
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libtirpc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-17 15:45 UTC by Nalin Dahyabhai
Modified: 2011-06-30 18:07 UTC (History)
2 users (show)

Fixed In Version: libtirpc-0.2.2-1.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-30 18:07:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nalin Dahyabhai 2011-05-17 15:45:50 UTC
Description of problem:
When I attempt to link a sample program using libtirpc 0.2.2, I get an unresolved reference to _des_crypt_call.

Version-Release number of selected component (if applicable):
0.2.2-0.fc16

How reproducible:
Always

Steps to Reproduce:
1. cat > deps.c << EOF
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <rpc/xdr.h>

int
main(int argc, char **argv)
{
	XDR x;
	memset(&x, 0, sizeof(x));
	xdrstdio_create(&x, stdout, XDR_ENCODE);
	return 0;
}
EOF
2. gcc -o deps deps.c `pkg-config --cflags --libs libtirpc`
  
Actual results:
/lib/../lib64/libtirpc.so: undefined reference to `_des_crypt_call'
collect2: ld returned 1 exit status

Expected results:
Successful link.

Comment 1 Jeff Layton 2011-06-21 20:06:47 UTC
There's a package in koji that should fix this now:

http://koji.fedoraproject.org/koji/buildinfo?buildID=249705

Comment 2 Nalin Dahyabhai 2011-06-30 18:07:55 UTC
(In reply to comment #1)
> There's a package in koji that should fix this now:
> 
> http://koji.fedoraproject.org/koji/buildinfo?buildID=249705

Yes, I can confirm that this fixes my problem.  Thanks!


Note You need to log in before you can comment on or make changes to this bug.