Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 780372

Summary: sys-apps/fwts-20.11.00 - /.../ld: ../.../libfwts.so: undefined reference to fwts_iasl_assemble_aml
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/25434
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 765709    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
sys-apps:fwts-20.11.00:20210405-114907.log.bz2

Description Toralf Förster gentoo-dev 2021-04-05 11:57:45 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libfwtsiasl.so.1, needed by ../src/lib/src/.libs/libfwts.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../src/lib/src/.libs/libfwts.so: undefined reference to `fwts_iasl_assemble_aml'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../src/lib/src/.libs/libfwts.so: undefined reference to `fwts_iasl_disassemble_aml'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../src/lib/src/.libs/libfwts.so: undefined reference to `fwts_iasl_exception_level__'
collect2: error: ld returned 1 exit status

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20210331-001544

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.1.0
Python 3.8.9
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.51.0
  [2]   rust-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Apr  5 11:20:07 UTC 2021

emerge -qpvO sys-apps/fwts
[ebuild  N    ] sys-apps/fwts-20.11.00
Comment 1 Toralf Förster gentoo-dev 2021-04-05 11:57:46 UTC
Created attachment 697728 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-05 11:57:48 UTC
Created attachment 697731 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-05 11:57:49 UTC
Created attachment 697734 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-05 11:57:51 UTC
Created attachment 697737 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-05 11:57:53 UTC
Created attachment 697740 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-05 11:57:54 UTC
Created attachment 697743 [details]
sys-apps:fwts-20.11.00:20210405-114907.log.bz2
Comment 7 orbea 2022-05-11 16:45:19 UTC
I sent the slibtool build fix patch upstream to their mailing list.

https://lists.ubuntu.com/archives/fwts-devel/2022-May/013515.html
Comment 8 Larry the Git Cow gentoo-dev 2022-05-13 20:12:54 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62664c3963b4b47b916e7ebbf084ca6b98020e55

commit 62664c3963b4b47b916e7ebbf084ca6b98020e55
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-05-11 04:27:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-13 20:12:37 +0000

    sys-apps/fwts: Add 22.03.00
    
    This adds two patches to fix the build with slibtool and to remove
    -Werror.
    
    Bug: https://bugs.gentoo.org/780372
    Upstream-ML: https://lists.ubuntu.com/archives/fwts-devel/2022-May/013515.html
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25434
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/fwts/Manifest                           |   1 +
 sys-apps/fwts/files/fwts-22.03.00-slibtool.patch | 155 +++++++++++++++++++++++
 sys-apps/fwts/files/fwts-22.03.00-werror.patch   |  65 ++++++++++
 sys-apps/fwts/fwts-22.03.00.ebuild               |  51 ++++++++
 4 files changed, 272 insertions(+)