Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714020 - app-misc/leave-20100918-r1 : leave.c: fatal error: sys/cdefs.h: No such file or directory
Summary: app-misc/leave-20100918-r1 : leave.c: fatal error: sys/cdefs.h: No such file ...
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: cdefs.h
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-22 17:44 UTC by Toralf Förster
Modified: 2022-07-31 20:03 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.21 KB, text/plain)
2020-03-22 17:44 UTC, Toralf Förster
Details
app-misc:leave-20100918-r1:20200322-173941.log (app-misc:leave-20100918-r1:20200322-173941.log,2.11 KB, text/plain)
2020-03-22 17:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,276.84 KB, text/plain)
2020-03-22 17:44 UTC, Toralf Förster
Details
environment (environment,77.58 KB, text/plain)
2020-03-22 17:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.94 KB, application/x-bzip)
2020-03-22 17:45 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.81 KB, application/x-bzip)
2020-03-22 17:45 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 2020-03-22 17:44:46 UTC
make -j1 CC=x86_64-gentoo-linux-musl-gcc CFLAGS=-O2 -pipe -march=native -fno-common -falign-functions=32:25:16 LDFLAGS=-Wl,-O1 -Wl,--as-needed 
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -c leave.c
leave.c:45:10: fatal error: sys/cdefs.h: No such file or directory
   45 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

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

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

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.1 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Mar 22 16:14:27 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO app-misc/leave
[ebuild  N    ] app-misc/leave-20100918-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-22 17:44:50 UTC
Created attachment 624524 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-22 17:44:53 UTC
Created attachment 624526 [details]
app-misc:leave-20100918-r1:20200322-173941.log
Comment 3 Toralf Förster gentoo-dev 2020-03-22 17:44:56 UTC
Created attachment 624528 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-22 17:44:59 UTC
Created attachment 624530 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-22 17:45:02 UTC
Created attachment 624532 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-22 17:45:05 UTC
Created attachment 624534 [details]
temp.tbz2
Comment 7 Michael 'veremitz' Everitt 2020-03-22 17:57:10 UTC
musl upstream has a FAQ entry specifically for this error:
https://wiki.musl-libc.org/faq.html#Q:-When-compiling-something-against-musl,-I-get-error-messages-about-%3Ccode%3Esys/cdefs.h%3C/code%3E

We will need to check/report upstream and patch affected code temporarily.
Comment 8 Larry the Git Cow gentoo-dev 2022-07-31 20:03:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6504be54b3199f7ed43664f9189be3f9e5d365

commit 0f6504be54b3199f7ed43664f9189be3f9e5d365
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-07-31 20:03:27 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-07-31 20:03:27 +0000

    app-misc/leave: update EAPI 6 -> 8
    
    Closes: https://bugs.gentoo.org/714020
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-misc/leave/files/leave-20100918-makefile.patch |  8 ++++
 app-misc/leave/files/leave-20100918-posix.patch    | 55 ++++++++++++++++++++++
 app-misc/leave/files/leave-fix-makefile.diff       | 20 --------
 ...20100918-r1.ebuild => leave-20100918-r2.ebuild} | 21 ++++-----
 4 files changed, 72 insertions(+), 32 deletions(-)