Bug 551277
| Summary: | valgrind-devel package is inconsistent | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sven Herzberg <herzi> |
| Component: | valgrind | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | dodji, jakub |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.5.0-14.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-20 10:47:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
There seems to be a similarly-called library, maybe a symlink is enough:
$ rpm -ql valgrind{,-devel} | grep coreg
/usr/lib/valgrind/libcoregrind-x86-linux.a
Should be fixed in http://koji.fedoraproject.org/packages/valgrind/3.5.0/14.fc12/ valgrind-3.5.0-14.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/valgrind-3.5.0-14.fc12 valgrind-3.5.0-14.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The pkg-config file refers to a library that's not there. Version-Release number of selected component (if applicable): $ rpm -q valgrind-devel valgrind-devel-3.5.0-9.i686 How reproducible: # echo "void main (void) {}" | gcc -x c `pkg-config --cflags --libs valgrind` Steps to Reproduce (in bash): 1. "export LC_ALL=C" 2. execute the command above Actual results: 3. There is no "a.out" file; instead there is this error message: > /usr/bin/ld: cannot find -lcoregrind > collect2: ld returned 1 exit status Expected results: 3. There is an "a.out" file.