Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874642 - media-libs/blib-1.1.7-r2 - test-module.c: error: implicit declaration of function gtk_dialog_set_has_separator
Summary: media-libs/blib-1.1.7-r2 - test-module.c: error: implicit declaration of func...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 875008 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-03 14:06 UTC by Toralf Förster
Modified: 2022-11-05 02:01 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.46 KB, text/plain)
2022-10-03 14:07 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,124.45 KB, text/plain)
2022-10-03 14:07 UTC, Toralf Förster
Details
environment (environment,22.71 KB, text/plain)
2022-10-03 14:07 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.79 KB, application/x-bzip)
2022-10-03 14:07 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,9.41 KB, application/x-bzip)
2022-10-03 14:07 UTC, Toralf Förster
Details
media-libs:blib-1.1.7-r2:20221003-105712.log (media-libs:blib-1.1.7-r2:20221003-105712.log,166.96 KB, text/plain)
2022-10-03 14:07 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.13 KB, application/x-bzip)
2022-10-03 14:07 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 14:06:59 UTC
too long lines were shrinked:

creating test-movie-writer
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall   -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o test-sender  test-sender.o -lgobject-2.0 -Wl,--export-dynamic -
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall   -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o test-receiver  test-receiver.o -lgobject-2.0 -Wl,--export-dynam
test-module.c: In function about_cb:
test-module.c:112:3: error: implicit declaration of function gtk_dialog_set_has_separator; did you mean _gtk_dialog_set_ignore_separator? [-Werror=implicit-function-declaration]
  112 |   gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

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)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
3)	Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 
  [3]   openjdk-jre-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *
GNU Make 4.3

  HEAD of ::gentoo
commit 3c2b36659f930749a2e067280a3acb68935d5eed
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 3 09:48:51 2022 +0000

    2022-10-03 09:48:51 UTC

emerge -qpvO media-libs/blib
[ebuild  N    ] media-libs/blib-1.1.7-r2  USE="gtk -aalib"
Comment 1 Toralf Förster gentoo-dev 2022-10-03 14:07:00 UTC
Created attachment 817633 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-03 14:07:02 UTC
Created attachment 817636 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-03 14:07:03 UTC
Created attachment 817639 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-03 14:07:04 UTC
Created attachment 817642 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-03 14:07:05 UTC
Created attachment 817645 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-03 14:07:07 UTC
Created attachment 817648 [details]
media-libs:blib-1.1.7-r2:20221003-105712.log
Comment 7 Toralf Förster gentoo-dev 2022-10-03 14:07:08 UTC
Created attachment 817651 [details]
temp.tar.bz2
Comment 8 Ionen Wolkens gentoo-dev 2022-11-05 00:18:49 UTC
*** Bug 875008 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2022-11-05 02:01:19 UTC
The bug has been closed via the following commit(s):

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

commit d037eb068c98bd2ddbf76a7de3c442bf882ef3f0
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-11-05 01:44:44 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-11-05 02:00:29 +0000

    media-libs/blib: EAPI6->8, fix aa+gtk automagic and build w/ clang16
    
    This used `--disable-gtk2/aalib` when the options
    actually are `--disable-gtk/aa`.
    
    Also add several missing deps.
    
    Closes: https://bugs.gentoo.org/874642
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-libs/blib/blib-1.1.7-r2.ebuild              | 45 ------------------
 media-libs/blib/blib-1.1.7-r3.ebuild              | 57 +++++++++++++++++++++++
 media-libs/blib/files/blib-1.1.7-deprecated.patch | 14 ++++++
 3 files changed, 71 insertions(+), 45 deletions(-)