Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713638 - net-irc/irssi-xmpp-0.53 : xmpp-commands.h: error: expected ; before char
Summary: net-irc/irssi-xmpp-0.53 : xmpp-commands.h: error: expected ; before 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: PATCH
Depends on:
Blocks:
 
Reported: 2020-03-20 14:56 UTC by Toralf Förster
Modified: 2020-08-30 01:05 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.52 KB, text/plain)
2020-03-20 14:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,189.42 KB, text/plain)
2020-03-20 14:56 UTC, Toralf Förster
Details
environment (environment,47.13 KB, text/plain)
2020-03-20 14:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.86 KB, application/x-bzip)
2020-03-20 14:56 UTC, Toralf Förster
Details
net-irc:irssi-xmpp-0.53:20200320-084820.log (net-irc:irssi-xmpp-0.53:20200320-084820.log,7.21 KB, text/plain)
2020-03-20 14:56 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.50 KB, application/x-bzip)
2020-03-20 14:56 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-20 14:56:22 UTC
x86_64-gentoo-linux-musl-gcc  -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -fPIC -DUOFF_T_LONG -fPIC -DUOFF_T_LONG  -I../../src/core -I/usr/include/irssi -I/usr/include/irssi/src -I/usr/include/irssi/src/core -I/usr/include/irssi/src/fe-common/core -I/usr/include/irssi/src/fe-text pkg-config --cflags loudmouth-1.0 -o xmpp-commands.o -c xmpp-commands.c
In file included from xmpp-commands.c:28:
xmpp-commands.h:53:14: error: expected ; before char
   53 | __BEGIN_DECLS
      |              ^
      |              ;

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

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

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

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 *

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Wed, 18 Mar 2020 13:38:27 +0000
emerge -qpvO net-irc/irssi-xmpp
[ebuild  N    ] net-irc/irssi-xmpp-0.53
Comment 1 Toralf Förster gentoo-dev 2020-03-20 14:56:25 UTC
Created attachment 623214 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-20 14:56:27 UTC
Created attachment 623216 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-20 14:56:30 UTC
Created attachment 623218 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-20 14:56:33 UTC
Created attachment 623220 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-20 14:56:36 UTC
Created attachment 623222 [details]
net-irc:irssi-xmpp-0.53:20200320-084820.log
Comment 6 Toralf Förster gentoo-dev 2020-03-20 14:56:39 UTC
Created attachment 623224 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-08-30 01:05:05 UTC
The bug has been closed via the following commit(s):

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

commit a1e1594330a3722fe4baa304dbd5baeb5fc693b9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-08-30 00:57:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-08-30 01:04:59 +0000

    net-irc/irssi-xmpp: fix musl build, respect CC
    
    Closes: https://bugs.gentoo.org/713638
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 net-irc/irssi-xmpp/Manifest               |  1 +
 net-irc/irssi-xmpp/irssi-xmpp-0.54.ebuild | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)