Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 780840 - sci-libs/libsigrok-0.5.2-r1 - x86_64-pc-linux-gnu-gcc: error: src/.../libdrivers.o: No such file or directory
Summary: sci-libs/libsigrok-0.5.2-r1 - x86_64-pc-linux-gnu-gcc: error: src/.../libdriv...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
: 790662 (view as bug list)
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-04-07 13:58 UTC by Toralf Förster
Modified: 2024-04-11 01:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.08 KB, text/plain)
2021-04-07 13:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,326.19 KB, text/plain)
2021-04-07 13:58 UTC, Toralf Förster
Details
environment (environment,174.92 KB, text/plain)
2021-04-07 13:58 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.75 KB, application/x-bzip)
2021-04-07 13:58 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,14.01 KB, application/x-bzip)
2021-04-07 13:58 UTC, Toralf Förster
Details
sci-libs:libsigrok-0.5.2-r1:20210407-082855.log (sci-libs:libsigrok-0.5.2-r1:20210407-082855.log,224.37 KB, text/plain)
2021-04-07 13:58 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,42.52 KB, application/x-bzip)
2021-04-07 13:58 UTC, Toralf Förster
Details
https://github.com/sigrokproject/libsigrok/pull/132 (libsigrok-libtool.patch,1.40 KB, patch)
2021-04-08 03:17 UTC, orbea
Details | Diff
https://github.com/sigrokproject/libsigrok/pull/132 (libsigrok-libtool.patch,1.52 KB, patch)
2021-04-09 16:46 UTC, orbea
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-04-07 13:58:48 UTC
rdlibtool --tag=CC --silent --mode=link x86_64-pc-linux-gnu-gcc -std=c99 -fvisibility=hidden -Wall -Wextra -Wmissing-prototypes -pthread -I/usr/include/hidapi -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o src/libdrivers.o src/libdrivers_head.la src/libdrivers.la src/libdrivers_tail.la

x86_64-pc-linux-gnu-gcc: error: src/.libs/libdrivers.o: No such file or directory
x86_64-pc-linux-gnu-gcc: error: missing filename after ‘-o’
rdlibtool: exec error upon slbt_exec_link_create_executable(), line 1614: (see child process error messages).
rdlibtool: < returned to > slbt_exec_link(), line 1934.

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

  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	Wed Apr  7 08:05:18 UTC 2021

emerge -qpvO sci-libs/libsigrok
[ebuild  N    ] sci-libs/libsigrok-0.5.2-r1  USE="cxx udev -ftdi -java -parport -python -ruby -serial -static-libs -test -usb" PYTHON_TARGETS="python3_8 -python3_7 -python3_9" RUBY_TARGETS="ruby26 -ruby25"
Comment 1 Toralf Förster gentoo-dev 2021-04-07 13:58:50 UTC
Created attachment 698208 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-07 13:58:51 UTC
Created attachment 698211 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-07 13:58:53 UTC
Created attachment 698214 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-07 13:58:54 UTC
Created attachment 698217 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-07 13:58:56 UTC
Created attachment 698220 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-07 13:58:57 UTC
Created attachment 698223 [details]
sci-libs:libsigrok-0.5.2-r1:20210407-082855.log
Comment 7 Toralf Förster gentoo-dev 2021-04-07 13:58:59 UTC
Created attachment 698226 [details]
temp.tar.bz2
Comment 8 orbea 2021-04-08 03:17:21 UTC
Created attachment 698337 [details, diff]
https://github.com/sigrokproject/libsigrok/pull/132

Patch against the upstream git.
Comment 9 orbea 2021-04-09 16:46:09 UTC
Created attachment 698850 [details, diff]
https://github.com/sigrokproject/libsigrok/pull/132

Updated (Better) patch.
Comment 10 Ionen Wolkens gentoo-dev 2021-05-17 11:08:39 UTC
*** Bug 790662 has been marked as a duplicate of this bug. ***