Bug 1201963 - Ray has broken dependencies in the rawhide tree (undefined reference to symbol 'pthread_create@@GLIBC_2.2.5')
Summary: Ray has broken dependencies in the rawhide tree (undefined reference to symbo...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: koji
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Sébastien Boisvert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-14 02:43 UTC by Sébastien Boisvert
Modified: 2015-03-16 18:37 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-16 18:34:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Sébastien Boisvert 2015-03-14 02:43:33 UTC
Description of problem:

Ray has broken dependencies in the rawhide tree. Initially, I thought this was
caused by the renaming of mpich2 to mpich. But it is not the case, see below.


Version-Release number of selected component (if applicable):

Ray-2.3.1-5.fc22.src.rpm

How reproducible:

I am able to reproduce a failed build using koji.


Steps to Reproduce:

1. wget https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/r/Ray-2.3.1-5.fc22.src.rpm
2. koji build --scratch rawhide Ray-2.3.1-5.fc22.src.rpm 
3.

Actual results:

My koji build is failing:
http://koji.fedoraproject.org/koji/taskinfo?taskID=9228802

The error in the build.log is:
undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
see https://kojipkgs.fedoraproject.org//work/tasks/8804/9228804/build.log


Expected results:

I don't expect this build to fail.
Ray-2.3.1-5.fc22 was built for rawhide with success by
pbrobinson at http://koji.fedoraproject.org/koji/buildinfo?buildID=553807

Additional info:

I am not sure what is the problem, aside that a symbol is not found during linking.

Comment 1 Sébastien Boisvert 2015-03-16 18:34:05 UTC
The problem was a missing -lpthread argument.
I added -lpthread in a patch and it solved the problem.

Thanks.

scratch rawhide build
http://koji.fedoraproject.org/koji/taskinfo?taskID=9244298

rawhide build
http://koji.fedoraproject.org/koji/taskinfo?taskID=9244825


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