Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1217096
Summary: | No AArch64 support in libticables2 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||
Component: | libticables2 | Assignee: | Ben Rosser <rosser.bjr> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | rosser.bjr | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | aarch64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-07-19 20:18:10 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: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 922257 | ||||||
Attachments: |
|
Thanks for the patch, and sorry for the slight delay in getting back to you. Fixed and built for rawhide; I'll build and push updates to Fedora {20, 21, 22}. This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 |
Created attachment 1020207 [details] spec+patch Description of problem: libticables2 has a check for architectures and lacks aarch64 in it. Version-Release number of selected component (if applicable): 1.3.4-3 How reproducible: always Steps to Reproduce: 1. do a build on aarch64 (arm-koji) 2. 3. Actual results: libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fvisibility=hidden -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/torture_ticables torture_ticables.o ../src/.libs/libticables2.so -Wl,-rpath -Wl,/usr/lib64 ../src/.libs/libticables2.so: undefined reference to `cable_ser' ../src/.libs/libticables2.so: undefined reference to `cable_vti' ../src/.libs/libticables2.so: undefined reference to `cable_tie' ../src/.libs/libticables2.so: undefined reference to `cable_gry' ../src/.libs/libticables2.so: undefined reference to `cable_par' ../src/.libs/libticables2.so: undefined reference to `linux_check_libusb' collect2: error: ld returned 1 exit status Makefile:297: recipe for target 'test_ticables_2' failed make[2]: *** [test_ticables_2] Error 1 make[2]: *** Waiting for unfinished jobs.... ../src/.libs/libticables2.so: undefined reference to `cable_ser' ../src/.libs/libticables2.so: undefined reference to `cable_vti' ../src/.libs/libticables2.so: undefined reference to `cable_tie' ../src/.libs/libticables2.so: undefined reference to `cable_gry' ../src/.libs/libticables2.so: undefined reference to `cable_par' ../src/.libs/libticables2.so: undefined reference to `linux_check_libusb' collect2: error: ld returned 1 exit status Makefile:300: recipe for target 'torture_ticables' failed make[2]: Leaving directory '/builddir/build/BUILD/libticables2-1.3.4/tests' Expected results: package builds Additional info: