Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 825153

Summary: srpm rebuild fails
Product: Red Hat Enterprise Linux 6 Reporter: Ales Zelinka <azelinka>
Component: numadAssignee: Jan Synacek <jsynacek>
Status: CLOSED ERRATA QA Contact: qe-baseos-daemons
Severity: low Docs Contact:
Priority: low    
Version: 6.3CC: asersen, ovasik, pholasek
Target Milestone: rcKeywords: EasyFix, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-21 08:57:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 830919, 836160    
Attachments:
Description Flags
[Patch] Remove -lpthread from Makefile none

Description Ales Zelinka 2012-05-25 09:02:10 UTC
Description of problem:
The -lpthread from Makefile's
numad: numad.o -lpthread

causes this error on some x64_64 machines:
+ export LANG
+ unset DISPLAY
+ make 'CFLAGS=-std=gnu99 -g' LDFLAGS=-lpthread
Makefile:61: .depend: No such file or directory
cc -MM -DDEPS_RUN -I. numad.c > .depend.X && mv .depend.X .depend
cc -std=gnu99 -g -I. -D__thread=""   -c -o numad.o numad.c
cc -lpthread  numad.o /usr/lib/libpthread.so   -o numad
/usr/bin/ld: skipping incompatible /lib/libpthread.so.0 when searching for /lib/libpthread.so.0
/usr/bin/ld: cannot find /lib/libpthread.so.0
collect2: ld returned 1 exit status
make: *** [numad] Error 1



Version-Release number of selected component (if applicable):
numad-0.5-4.20120522git.el6.x86_64.rpm

How reproducible:
on some machines, not sure what's the difference

Additional info:
-lpthread is also added via spec file, the makefile one isn't necessary

Comment 1 Petr Holasek 2012-09-05 13:12:45 UTC
I've got the same error with raw git repo 334278ff3d774 from fedorahosted.org on F17. Suprisingly, fedpkg scratch-build was completed successfully.

Comment 2 Jan Synacek 2012-09-11 06:41:38 UTC
Created attachment 611666 [details]
[Patch] Remove -lpthread from Makefile

Remove -lpthread from Makefile so the flag only gets added from the specfile.

Comment 12 errata-xmlrpc 2013-02-21 08:57:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0358.html