Bug 229541
| Summary: | libtool contain hardcoded "4.1.1" path to gcc libsm and we are in 4.1.2 era | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Balint Cristian <cbalint> |
| Component: | libtool | Assignee: | Karsten Hopp <karsten> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-02-23 11:43:49 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 222042 | ||
To reproduce try build http://openrisc.rdsor.ro/gdal-1.4.0-7.src.rpm from bz#222042 and see why it search for 4.1.1 path while we have 4.1.2 compiler in -devel. |
Description of problem: libtool contain hardcoded "4.1.1" path to gcc libsm and we are in 4.1.2 era libtool from -devel contain: sys_lib_search_path_spec=`echo " /usr/lib/gcc/x86_64-redhat-linux/4.1.1/ /usr/lib/gcc/x86_64-redhat-linux/4.1.1/ /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/4.1.1/ /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../x86_64-redhat-linux/lib/ /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../x86_64-redhat-linux/4.1.1/ /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../ /lib/x86_64-redhat-linux/4.1.1/ /lib/ /usr/lib/x86_64-redhat-linux/4.1.1/ /usr/lib/" | $SED -e "s@${gcc_dir}@\${gcc_dir}@g;s@${gcc_ver}@\${gcc_ver}@g"` Version-Release number of selected component (if applicable): How reproducible: try to build packages like bz#222042 ... BTW, not a libtool "expert" but it isnt possible somehow instead of hardencoded string do something like: `gcc --print-search-dirs` or similar ?