Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874738 - games-puzzle/gweled-0.9.1-r2 - main.c: error: implicit declaration of function setgid_io_init [-Werror=implicit-function-declarati
Summary: games-puzzle/gweled-0.9.1-r2 - main.c: error: implicit declaration of functio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-03 18:51 UTC by Toralf Förster
Modified: 2023-04-28 06:05 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.10 KB, text/plain)
2022-10-03 18:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,130.76 KB, text/plain)
2022-10-03 18:51 UTC, Toralf Förster
Details
environment (environment,117.08 KB, text/plain)
2022-10-03 18:51 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.24 KB, application/x-bzip)
2022-10-03 18:51 UTC, Toralf Förster
Details
games-puzzle:gweled-0.9.1-r2:20221003-181909.log (games-puzzle:gweled-0.9.1-r2:20221003-181909.log,20.75 KB, text/plain)
2022-10-03 18:51 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.48 KB, application/x-bzip)
2022-10-03 18:51 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,31.93 KB, application/x-bzip)
2022-10-03 18:51 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 2022-10-03 18:51:43 UTC
/usr/include/glib-2.0/gobject/gtype.h:700:1: note: declared here
  700 | {
      | ^
main.c: In function main:
main.c:361:5: error: implicit declaration of function setgid_io_init [-Werror=implicit-function-declaration]
  361 |     setgid_io_init();
      |     ^~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20221002-192609

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p5 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 9a62fd768e4d6745109c76a44ba529b08c8b3656
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 3 17:17:17 2022 +0000

    2022-10-03 17:17:16 UTC

emerge -qpvO games-puzzle/gweled
[ebuild  N    ] games-puzzle/gweled-0.9.1-r2
Comment 1 Toralf Förster gentoo-dev 2022-10-03 18:51:44 UTC
Created attachment 818242 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-03 18:51:45 UTC
Created attachment 818245 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-03 18:51:47 UTC
Created attachment 818248 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-03 18:51:48 UTC
Created attachment 818251 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-03 18:51:49 UTC
Created attachment 818254 [details]
games-puzzle:gweled-0.9.1-r2:20221003-181909.log
Comment 6 Toralf Förster gentoo-dev 2022-10-03 18:51:50 UTC
Created attachment 818257 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-03 18:51:51 UTC
Created attachment 818260 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-11-11 08:26:59 UTC
The bug has been closed via the following commit(s):

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

commit 5250193d6c3d1d50af1973a9925c95065e568511
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-11-11 07:02:16 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-11-11 08:26:31 +0000

    games-puzzle/gweled: EAPI6->8, fix startup, icons, clang16
    
    Also:
    * GPL-2 -> GPL-2+
    * replace dead HOMEPAGE
    * remove -Wl,--export-dynamic, this used to fix a glade issue
      but glade is no longer used
    * use gamestat, hopefully letting scores work (untested)
    * drop unnecessary gentoo.patch, replace by --localstatedir
    
    May still be a bit finnicky, but is not completely unusable.
    
    Closes: https://bugs.gentoo.org/697514
    Closes: https://bugs.gentoo.org/830532
    Closes: https://bugs.gentoo.org/874738
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../gweled/files/gweled-0.9.1-gentoo.patch         | 11 -----
 .../gweled/files/gweled-0.9.1-implicit-decl.patch  | 15 ++++++
 .../gweled/files/gweled-0.9.1-librsvg.patch        | 45 ++++++++++++++++++
 games-puzzle/gweled/gweled-0.9.1-r2.ebuild         | 37 ---------------
 games-puzzle/gweled/gweled-0.9.1-r3.ebuild         | 54 ++++++++++++++++++++++
 5 files changed, 114 insertions(+), 48 deletions(-)
Comment 9 Larry the Git Cow gentoo-dev 2023-04-28 06:05:13 UTC
The bug has been referenced in the following commit(s):

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

commit af6bf56875d9b8c24dc584765adccaaaf1064330
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-28 05:54:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-28 06:04:13 +0000

    games-puzzle/gweled: add upstream commit ref to patch
    
    Bug: https://bugs.gentoo.org/874738
    Signed-off-by: Sam James <sam@gentoo.org>

 games-puzzle/gweled/files/gweled-0.9.1-implicit-decl.patch | 1 +
 1 file changed, 1 insertion(+)