Bug 1376987

Summary: Chicken compiler passes wrong library path in F24 64bit
Product: [Fedora] Fedora EPEL Reporter: Furkan <furkanusta17>
Component: chickenAssignee: Jani Juhani Sinervo <jani>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: relrod
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-28 09:21:42 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:

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.