Hide Forgot
Description of problem: As it stands, I cannot have -devel packages installed for both i686 and x86_64 arches because in ccgnu2-config the "libdir" variable is hard-coded to be /usr/lib{64}., which get overwritten by whatever arch-specific version I install on my system. This is making cross-compilation of *any* packages depending on commoncpp2-devel impossible. Version-Release number of selected component (if applicable): Any version (checked 1.7.3 to the latest at rawhide - 1.8.1) How reproducible: Always Steps to Reproduce: 1. look at /usr/bin/ccgnu2-config 2. 3. Actual results: /usr/bin/ccgnu2-config (i686) has libdir="-L/usr/lib" /usr/bin/ccgnu2-config (x86_64) has libdir="-L/usr/lib64" both are hard-coded. Expected results: The above should not be made to be hard-coded, but dependent on the varius flags passed by autoconf/automake to determine the proper architecture used for compilation/build. Additional info:
Forgot to mention that a possible work-around would be to include the following set of statements at the top of this file, so that libdir is set properly: if [ "`ldd /bin/sh | grep lib64`" = "" ] then libdir=${exec_prefix}/lib else libdir=${exec_prefix}/lib64 fi
This message is a reminder that Fedora 16 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 16. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '16'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 16's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 16 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Fedora 16 changed to end-of-life (EOL) status on 2013-02-12. Fedora 16 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed.