Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831783 - net-analyzer/odhcploc-20111021-r1 - odhcploc.c: fatal error: sys/queue.h: No such file or directory
Summary: net-analyzer/odhcploc-20111021-r1 - odhcploc.c: fatal error: sys/queue.h: No ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-22 09:36 UTC by Toralf Förster
Modified: 2024-04-23 10:17 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.32 KB, text/plain)
2022-01-22 09:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,61.42 KB, text/plain)
2022-01-22 09:36 UTC, Toralf Förster
Details
environment (environment,55.02 KB, text/plain)
2022-01-22 09:36 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.10 KB, application/x-bzip)
2022-01-22 09:36 UTC, Toralf Förster
Details
net-analyzer:odhcploc-20111021-r1:20220122-092856.log (net-analyzer:odhcploc-20111021-r1:20220122-092856.log,2.13 KB, text/plain)
2022-01-22 09:36 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,14.22 KB, application/x-bzip)
2022-01-22 09: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 2022-01-22 09:36:21 UTC
>>> Compiling source in /var/tmp/portage/net-analyzer/odhcploc-20111021-r1/work/odhcploc-20111021 ...
make -j4 
x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wshadow -Wp,-D_FORTIFY_SOURCE=2 -g odhcploc.c -o odhcploc.o
x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wshadow -Wp,-D_FORTIFY_SOURCE=2 -g opt.c -o opt.o
odhcploc.c:19:10: fatal error: sys/queue.h: No such file or directory
   19 | #include <sys/queue.h>
      |          ^~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j4-20220121-110658

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.0
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.58.1 *
php cli:
  [1]   php7.3 *
  [2]   php7.4
  [3]   php8.1

  HEAD of ::gentoo
commit a107af997646116168b4768c42acb92ba66de0bb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jan 22 08:52:30 2022 +0000

    2022-01-22 08:52:29 UTC

emerge -qpvO net-analyzer/odhcploc
[ebuild  N    ] net-analyzer/odhcploc-20111021-r1
Comment 1 Toralf Förster gentoo-dev 2022-01-22 09:36:22 UTC
Created attachment 763115 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-22 09:36:23 UTC
Created attachment 763116 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-01-22 09:36:25 UTC
Created attachment 763117 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-01-22 09:36:27 UTC
Created attachment 763118 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-01-22 09:36:28 UTC
Created attachment 763119 [details]
net-analyzer:odhcploc-20111021-r1:20220122-092856.log
Comment 6 Toralf Förster gentoo-dev 2022-01-22 09:36:30 UTC
Created attachment 763120 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2024-04-23 10:17:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6473af1eab5d545cfa28d32d3be2e8f589ff272b

commit 6473af1eab5d545cfa28d32d3be2e8f589ff272b
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-04-23 10:14:46 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-04-23 10:14:46 +0000

    net-analyzer/odhcploc: fix compile on musl
    
    Closes: https://bugs.gentoo.org/831783
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)