Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716708 - media-radio/direwolf-1.6 : direwolf.h: error: expected declaration specifiers or before string constant
Summary: media-radio/direwolf-1.6 : direwolf.h: error: expected declaration specifiers...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Richard Freeman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-08 16:14 UTC by Toralf Förster
Modified: 2024-01-30 19:15 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.29 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,393.54 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
environment (environment,85.11 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.75 KB, application/x-bzip)
2020-04-08 16:14 UTC, Toralf Förster
Details
media-radio:direwolf-1.4:20200408-155426.log (media-radio:direwolf-1.4:20200408-155426.log,3.28 KB, text/plain)
2020-04-08 16:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.82 KB, application/x-bzip)
2020-04-08 16:14 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-08 16:14:07 UTC
make -j1 
gcc -O2 -pipe -march=native -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA   -c -o direwolf.o direwolf.c
direwolf.h:246:56: error: expected declaration specifiers or ... before string constant
  246 | #define strlcat(dst,src,siz) strlcat_debug(dst,src,siz,__FILE__,__func__,__LINE__)
      |                                                        ^~~~~~~~
In file included from direwolf.c:41:

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

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

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

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 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr  8 14:37:56 UTC 2020
/var/db/repos/musl	Sat Apr  4 03:02:24 UTC 2020

emerge -qpvO media-radio/direwolf
[ebuild  N    ] media-radio/direwolf-1.4
Comment 1 Toralf Förster gentoo-dev 2020-04-08 16:14:10 UTC
Created attachment 631378 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-08 16:14:12 UTC
Created attachment 631380 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-08 16:14:15 UTC
Created attachment 631382 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-08 16:14:18 UTC
Created attachment 631384 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-08 16:14:21 UTC
Created attachment 631386 [details]
media-radio:direwolf-1.4:20200408-155426.log
Comment 6 Toralf Förster gentoo-dev 2020-04-08 16:14:23 UTC
Created attachment 631388 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-11-26 05:11:48 UTC
The bug has been referenced in the following commit(s):

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

commit f2451003826e4c1a4807484544e513883ad61810
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-11-26 05:05:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-26 05:11:30 +0000

    media-radio/direwolf: add 1.6
    
    Upstream now uses CMake.
    
    Bug: https://bugs.gentoo.org/716708
    Closes: https://bugs.gentoo.org/807664
    Closes: https://bugs.gentoo.org/808513
    Signed-off-by: Sam James <sam@gentoo.org>

 media-radio/direwolf/Manifest                      |  1 +
 media-radio/direwolf/direwolf-1.6.ebuild           | 67 ++++++++++++++++++++++
 .../files/direwolf-1.6-use-standard-doc-dir.patch  | 50 ++++++++++++++++
 3 files changed, 118 insertions(+)
Comment 8 Agostino Sarubbo gentoo-dev 2022-01-28 22:22:30 UTC
tinderbox_musl has reproduced this issue with version 1.6 - Updating summary.
Comment 9 Agostino Sarubbo gentoo-dev 2023-08-23 06:34:48 UTC
reproduced on glibc
Comment 10 Larry the Git Cow gentoo-dev 2024-01-30 19:15:32 UTC
The bug has been closed via the following commit(s):

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

commit ac50783f3bb87e5c63c8610f75d54e248eecd607
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2024-01-30 19:11:28 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2024-01-30 19:15:20 +0000

    media-radio/direwolf: add 1.7
    
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>
    Closes: https://bugs.gentoo.org/847652
    Closes: https://bugs.gentoo.org/716708

 media-radio/direwolf/Manifest            |  1 +
 media-radio/direwolf/direwolf-1.7.ebuild | 72 ++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)