Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919176 - app-misc/carbon-c-relay-3.7.4-r2 - dispatcher.c:(.text+<snip>): undefined reference to dispatch_semaphore_signal
Summary: app-misc/carbon-c-relay-3.7.4-r2 - dispatcher.c:(.text+<snip>): undefined ref...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-12-04 18:36 UTC by Toralf Förster
Modified: 2023-12-04 18:36 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.70 KB, text/plain)
2023-12-04 18:36 UTC, Toralf Förster
Details
app-misc:carbon-c-relay-3.7.4-r2:20231204-133328.log (app-misc:carbon-c-relay-3.7.4-r2:20231204-133328.log,14.40 KB, text/plain)
2023-12-04 18:36 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,71.41 KB, application/x-xz)
2023-12-04 18:36 UTC, Toralf Förster
Details
environment (environment,25.50 KB, text/plain)
2023-12-04 18:36 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,964 bytes, application/x-xz)
2023-12-04 18:36 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,41.00 KB, application/x-xz)
2023-12-04 18:36 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,9.45 KB, application/x-xz)
2023-12-04 18:36 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,73.64 KB, application/x-xz)
2023-12-04 18:36 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,10.46 KB, application/x-xz)
2023-12-04 18:36 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-12-04 18:36:12 UTC
too long lines were shrinked:

libtool: link: (cd ".libs" && rm -f "libfaketime.so" && ln -s "libfaketime.so.0.0.0" "libfaketime.so")
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libfaketime.a  faketime.o
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libfaketime.a
libtool: link: ( cd ".libs" && rm -f "libfaketime.la" && ln -s "../libfaketime.la" "libfaketime.la" )
x86_64-pc-linux-gnu-gcc  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o relay relay.o md5.o consistent-hash.o receptor.o dispatcher.o conffile.tab.o conffile.yy.o allocator.o router.o queue.o server.o collector.o aggregator.o -lz    -lonig   -lm  
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: dispatcher.o: in function `dispatch_runner':
dispatcher.c:(.text+0x15ba): undefined reference to `dispatch_semaphore_signal'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: dispatcher.c:(.text+0x1b39): undefined reference to `dispatch_time'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: dispatcher.c:(.text+0x1b4b): undefined reference to `dispatch_semaphore_wait'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-20231127-152538

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.6
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.8.1_p1 [openjdk-17]
2)	OpenJDK 21.0.1_p12 [openjdk-21]
3)	OpenJDK 8.382_p05 [openjdk-8]
4)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-17 
  [3]   openjdk-21 
  [4]   openjdk-bin-17 
  [5]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit 8b60a5de5eb25e6d9dcb6ebb58fd70f7391baa62
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 4 12:46:58 2023 +0000

    2023-12-04 12:46:58 UTC

emerge -qpvO app-misc/carbon-c-relay
[ebuild  N    ] app-misc/carbon-c-relay-3.7.4-r2  USE="oniguruma zlib -lz4 -pcre2 -snappy -ssl"
Comment 1 Toralf Förster gentoo-dev 2023-12-04 18:36:13 UTC
Created attachment 876719 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-04 18:36:14 UTC
Created attachment 876720 [details]
app-misc:carbon-c-relay-3.7.4-r2:20231204-133328.log
Comment 3 Toralf Förster gentoo-dev 2023-12-04 18:36:15 UTC
Created attachment 876721 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2023-12-04 18:36:17 UTC
Created attachment 876722 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-12-04 18:36:17 UTC
Created attachment 876723 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-04 18:36:18 UTC
Created attachment 876724 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-04 18:36:19 UTC
Created attachment 876725 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-12-04 18:36:21 UTC
Created attachment 876726 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2023-12-04 18:36:22 UTC
Created attachment 876727 [details]
temp.tar.xz