Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716104 - app-forensics/scalpel-2.0 : scalpel.h: fatal error: error.h: No such file or directory
Summary: app-forensics/scalpel-2.0 : scalpel.h: fatal error: error.h: No such file or ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-04-04 07:31 UTC by Toralf Förster
Modified: 2022-07-23 12:50 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.50 KB, text/plain)
2020-04-04 07:31 UTC, Toralf Förster
Details
app-forensics:scalpel-2.0:20200403-231315.log (app-forensics:scalpel-2.0:20200403-231315.log,8.33 KB, text/plain)
2020-04-04 07:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,267.19 KB, text/plain)
2020-04-04 07:31 UTC, Toralf Förster
Details
environment (environment,15.76 KB, text/plain)
2020-04-04 07:31 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.69 KB, application/x-bzip)
2020-04-04 07:31 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.64 KB, application/x-bzip)
2020-04-04 07:31 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,7.36 KB, application/x-bzip)
2020-04-04 07:32 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-04-04 07:31:40 UTC
In file included from dig.c:25:
scalpel.h:80:10: fatal error: error.h: No such file or directory
   80 | #include <error.h>
      |          ^~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-20200328-201618

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

  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.42.0 *
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr  3 22:41:04 UTC 2020
/var/db/repos/musl	Thu Apr  2 19:02:24 UTC 2020

emerge -qpvO app-forensics/scalpel
[ebuild  N    ] app-forensics/scalpel-2.0
Comment 1 Toralf Förster gentoo-dev 2020-04-04 07:31:43 UTC
Created attachment 629638 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-04 07:31:46 UTC
Created attachment 629640 [details]
app-forensics:scalpel-2.0:20200403-231315.log
Comment 3 Toralf Förster gentoo-dev 2020-04-04 07:31:48 UTC
Created attachment 629642 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-04 07:31:52 UTC
Created attachment 629644 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-04 07:31:55 UTC
Created attachment 629646 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-04 07:31:58 UTC
Created attachment 629648 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-04 07:32:00 UTC
Created attachment 629650 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2022-07-23 12:50:21 UTC
The bug has been closed via the following commit(s):

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

commit ba215a5ebd92c50245b7d4ec78575ce63bada1fe
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2022-01-18 22:13:50 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-07-23 12:50:18 +0000

    app-forensics/scalpel: bump to github snapshot 2.1_pre20210326 version
    
    new HOMEPAGE and SRC_URI
    update LICENSE
    add gcc-11 and clang fixes
    add fix for use with musl libc
    adopt proxy maintainership
    
    Closes: https://bugs.gentoo.org/520252
    Closes: https://bugs.gentoo.org/716104
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/26190
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-forensics/scalpel/Manifest                     |   1 +
 .../scalpel/files/gcc-11-fix-literal-suffix.patch  | 255 +++++++++++++++++++++
 app-forensics/scalpel/files/musl-error_h.patch     |  83 +++++++
 app-forensics/scalpel/metadata.xml                 |  29 ++-
 .../scalpel/scalpel-2.1_pre20210326.ebuild         |  44 ++++
 5 files changed, 401 insertions(+), 11 deletions(-)