Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714644 - app-backup/cdbackup-0.7.1-r1 : virtual.h: error: unknown type name u_char
Summary: app-backup/cdbackup-0.7.1-r1 : virtual.h: error: unknown type name u_char
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: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-25 08:08 UTC by Toralf Förster
Modified: 2023-10-08 12:22 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.32 KB, text/plain)
2020-03-25 08:08 UTC, Toralf Förster
Details
app-backup:cdbackup-0.7.1-r1:20200325-001946.log (app-backup:cdbackup-0.7.1-r1:20200325-001946.log,1.91 KB, text/plain)
2020-03-25 08:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,302.03 KB, text/plain)
2020-03-25 08:08 UTC, Toralf Förster
Details
environment (environment,47.10 KB, text/plain)
2020-03-25 08:08 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.50 KB, application/x-bzip)
2020-03-25 08:08 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.49 KB, application/x-bzip)
2020-03-25 08:08 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-25 08:08:32 UTC
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -c cdbackup.c -o cdbackup.o
In file included from cdbackup.c:47:
virtual.h:45:3: error: unknown type name u_char
   45 |   u_char track_no; /* track number */
      |   ^~~~~~
make: *** [Makefile:22: cdbackup.o] Error 1

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

  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 *
  [2]   rust-bin-1.42.0

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue Mar 24 23:39:49 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO app-backup/cdbackup
[ebuild  N    ] app-backup/cdbackup-0.7.1-r1
Comment 1 Toralf Förster gentoo-dev 2020-03-25 08:08:34 UTC
Created attachment 625466 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-25 08:08:37 UTC
Created attachment 625468 [details]
app-backup:cdbackup-0.7.1-r1:20200325-001946.log
Comment 3 Toralf Förster gentoo-dev 2020-03-25 08:08:40 UTC
Created attachment 625470 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-25 08:08:43 UTC
Created attachment 625472 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-25 08:08:46 UTC
Created attachment 625474 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-25 08:08:49 UTC
Created attachment 625476 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2023-10-08 12:22:09 UTC
The bug has been closed via the following commit(s):

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

commit 2283143ca91761a86b6eb826c927d9b7d9770430
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-10-08 12:21:54 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-10-08 12:21:54 +0000

    app-backup/cdbackup: update EAPI 6 -> 8
    
    Closes: https://bugs.gentoo.org/714644
    Signed-off-by: David Seifert <soap@gentoo.org>

 ...up-0.7.1-r1.ebuild => cdbackup-0.7.1-r2.ebuild} | 21 ++++++--------
 .../cdbackup/files/cdbackup-0.7.1-makefile.patch   | 32 ++++++++++++++++++++++
 .../files/cdbackup-0.7.1-u_char-musl.patch         | 11 ++++++++
 3 files changed, 52 insertions(+), 12 deletions(-)