Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 828532

Summary: x11-misc/xbindkeys-1.8.7-r1 - configure: error:
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Jaco Kroon <jaco>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, proxy-maint
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://git.savannah.gnu.org/cgit/xbindkeys.git/commit/?id=75909d99b18ddc76c78bf7b9e184de46d3d24468
See Also: https://github.com/gentoo/gentoo/pull/23214
https://bugs.gentoo.org/show_bug.cgi?id=828555
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 746914    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2
x11-misc:xbindkeys-1.8.7-r1:20211207-201839.log

Description Toralf Förster gentoo-dev 2021-12-07 21:20:02 UTC
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 2.2
configure: checking for guile 2.0
configure: checking for guile 1.8
configure: error: 
No Guile development packages were found.

Please verify that you have Guile installed.  If you installed Guile
from a binary distribution, please verify that you have also installed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20211129-090018

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.56.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 8771c2a300e8b8a2d5cde9b0d99c464fc71e56ce
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Dec 7 19:36:40 2021 +0000

    2021-12-07 19:36:39 UTC

emerge -qpvO x11-misc/xbindkeys
[ebuild  N    ] x11-misc/xbindkeys-1.8.7-r1  USE="guile -tk"
Comment 1 Toralf Förster gentoo-dev 2021-12-07 21:20:03 UTC
Created attachment 757643 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-07 21:20:05 UTC
Created attachment 757644 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-07 21:20:06 UTC
Created attachment 757645 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-07 21:20:07 UTC
Created attachment 757646 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-07 21:20:08 UTC
Created attachment 757647 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-07 21:20:09 UTC
Created attachment 757648 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-12-07 21:20:10 UTC
Created attachment 757649 [details]
x11-misc:xbindkeys-1.8.7-r1:20211207-201839.log
Comment 8 Ionen Wolkens gentoo-dev 2021-12-07 21:34:24 UTC
Haven't tested but the trivial last commit that was not included in 1.8.7 is probably all that's needed here.
Comment 9 Larry the Git Cow gentoo-dev 2021-12-07 23:56:41 UTC
The bug has been closed via the following commit(s):

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

commit c6e1e2eb1131efae1b32695a0726413acc219b20
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2021-12-07 22:19:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-07 23:55:37 +0000

    x11-misc/xbindkeys: fix guile 3 in configure
    
    Closes: https://bugs.gentoo.org/828532
    
    Thanks ionen for tracking this.
    
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    Closes: https://github.com/gentoo/gentoo/pull/23214
    Signed-off-by: Sam James <sam@gentoo.org>

 .../xbindkeys/files/xbindkeys-1.8.7-guile3.patch   | 25 ++++++++++++++++++++++
 x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild       |  6 +++++-
 2 files changed, 30 insertions(+), 1 deletion(-)
Comment 10 Larry the Git Cow gentoo-dev 2021-12-08 08:54:25 UTC
The bug has been referenced in the following commit(s):

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

commit 2aedc281f377e84ad18d1580444ee296ade1b3fe
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-08 08:53:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-08 08:53:57 +0000

    x11-misc/xbindkeys: use eautoreconf for guile patch
    
    We touch m4 => we need to regenerate configure (we're not patching
    it directly).
    
    Closes: https://bugs.gentoo.org/828555
    Bug: https://bugs.gentoo.org/828532
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)
Comment 11 Larry the Git Cow gentoo-dev 2021-12-08 08:56:26 UTC
The bug has been referenced in the following commit(s):

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

commit cb4de3871de3e055fea2ba145dfee9aec767c851
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-08 08:56:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-08 08:56:10 +0000

    x11-misc/xbindkeys: drop unnecessary patch
    
    Closes: https://bugs.gentoo.org/828555
    Bug: https://bugs.gentoo.org/828532
    Signed-off-by: Sam James <sam@gentoo.org>

 .../xbindkeys/files/xbindkeys-1.8.7-guile3.patch   | 25 ----------------------
 x11-misc/xbindkeys/xbindkeys-1.8.7-r2.ebuild       |  7 ++----
 2 files changed, 2 insertions(+), 30 deletions(-)