Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870538 - x11-misc/obconf-2.0.4_p20150213:0 - src/main.c: error: implicit declaration of function moveresize_setup_tab
Summary: x11-misc/obconf-2.0.4_p20150213:0 - src/main.c: error: implicit declaration o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-16 19:39 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.46 KB, text/plain)
2022-09-16 19:39 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,177.39 KB, text/plain)
2022-09-16 19:39 UTC, Toralf Förster
Details
environment (environment,77.62 KB, text/plain)
2022-09-16 19:39 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.82 KB, application/x-bzip)
2022-09-16 19:39 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.11 KB, application/x-bzip)
2022-09-16 19:39 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.27 KB, application/x-bzip)
2022-09-16 19:39 UTC, Toralf Förster
Details
x11-misc:obconf-2.0.4_p20150213:20220916-193050.log (x11-misc:obconf-2.0.4_p20150213:20220916-193050.log,36.71 KB, text/plain)
2022-09-16 19:39 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-09-16 19:39:51 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"obconf\" -DPACKAGE_TARNAME=\"obconf\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"obconf\ 2.0.4\" -DPACKAGE_BUGREPORT=\"http://bugzilla.icculus.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"obconf\" -DVERSION=\"2.0.4\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTE
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"obconf\" -DPACKAGE_TARNAME=\"obconf\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"obconf\ 2.0.4\" -DPACKAGE_BUGREPORT=\"http://bugzilla.icculus.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"obconf\" -DVERSION=\"2.0.4\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTE
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"obconf\" -DPACKAGE_TARNAME=\"obconf\" -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"obconf\ 2.0.4\" -DPACKAGE_BUGREPORT=\"http://bugzilla.icculus.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"obconf\" -DVERSION=\"2.0.4\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTE
src/main.c: In function main:
src/main.c:295:9: error: implicit declaration of function moveresize_setup_tab; did you mean mouse_setup_tab? [-Werror=implicit-function-declaration]
  295 |         moveresize_setup_tab();
      |         ^~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20220914-130006

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

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

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

  HEAD of ::gentoo
commit 25d0e22d7429848e74ec1c705f365c6c3d7523e0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 18:31:51 2022 +0000

    2022-09-16 18:31:51 UTC

emerge -qpvO x11-misc/obconf
[ebuild  N    ] x11-misc/obconf-2.0.4_p20150213  USE="nls"
Comment 1 Toralf Förster gentoo-dev 2022-09-16 19:39:52 UTC
Created attachment 806500 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 19:39:53 UTC
Created attachment 806503 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-16 19:39:55 UTC
Created attachment 806506 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-16 19:39:56 UTC
Created attachment 806509 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-16 19:39:57 UTC
Created attachment 806512 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-16 19:39:58 UTC
Created attachment 806515 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-16 19:39:59 UTC
Created attachment 806518 [details]
x11-misc:obconf-2.0.4_p20150213:20220916-193050.log
Comment 8 Larry the Git Cow gentoo-dev 2022-09-28 20:44:10 UTC
The bug has been closed via the following commit(s):

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

commit 46a633809e757e7a2579c883468d242ed0af0890
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-28 20:36:01 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-28 20:43:18 +0000

    x11-misc/obconf: fix build with clang16
    
    Closes: https://bugs.gentoo.org/870538
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../obconf/files/obconf-2.0.4_p20150213-clang16.patch | 19 +++++++++++++++++++
 x11-misc/obconf/obconf-2.0.4_p20150213-r1.ebuild      |  4 ++++
 2 files changed, 23 insertions(+)
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=5a9f3599ea249b7c6581c9d67a78b7b313196076

commit 5a9f3599ea249b7c6581c9d67a78b7b313196076
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-28 05:49:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-28 06:04:10 +0000

    x11-misc/obconf: add upstream bug ref to patch
    
    Bug: https://bugs.gentoo.org/870538
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-misc/obconf/files/obconf-2.0.4_p20150213-clang16.patch | 1 +
 1 file changed, 1 insertion(+)