Bug 1376987 - Chicken compiler passes wrong library path in F24 64bit
Summary: Chicken compiler passes wrong library path in F24 64bit
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: chicken
Version: epel7
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jani Juhani Sinervo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-17 08:32 UTC by Furkan
Modified: 2021-05-28 09:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-28 09:21:42 UTC
Type: Bug


Attachments (Terms of Use)

Description Furkan 2016-09-17 08:32:20 UTC
Description of problem:

While compiling chicken passes -L/usr/lib and this results in 
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc

lm ldl and lc are all present but under /usr/lib64 

If I pass -L/usr/lib64 it works fine

Version-Release number of selected component (if applicable):
chicken-4.11.0-2.fc24.x86_64

How reproducible:
I am not sure if this would happen in a fresh install or there is a clash with 32 bit libraries

Comment 1 Fedora Admin user for bugzilla script actions 2021-05-27 00:08:36 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 2 Fedora Admin user for bugzilla script actions 2021-05-28 00:07:51 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 3 Jani Juhani Sinervo 2021-05-28 09:21:42 UTC
I don't think this bug is relevant anymore, since nowadays CHICKEN just passes the proper path for -L. Closing.


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