Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685832 - app-mobilephone/gnokii-0.6.31-r2 : * Failed Running autoconf !
Summary: app-mobilephone/gnokii-0.6.31-r2 : * Failed Running autoconf !
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: gettext-0.20
  Show dependency tree
 
Reported: 2019-05-13 13:32 UTC by Toralf Förster
Modified: 2021-03-11 11:37 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.71 KB, text/plain)
2019-05-13 13:32 UTC, Toralf Förster
Details
app-mobilephone:gnokii-0.6.31-r2:20190513-104354.log (app-mobilephone:gnokii-0.6.31-r2:20190513-104354.log,2.62 KB, text/plain)
2019-05-13 13:32 UTC, Toralf Förster
Details
autoconf.out (autoconf.out,309 bytes, text/plain)
2019-05-13 13:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,110.87 KB, text/plain)
2019-05-13 13:32 UTC, Toralf Förster
Details
environment (environment,114.22 KB, text/plain)
2019-05-13 13:32 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.84 KB, application/x-bzip)
2019-05-13 13:32 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.68 KB, application/x-bzip)
2019-05-13 13:32 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 2019-05-13 13:32:22 UTC
 * ERROR: app-mobilephone/gnokii-0.6.31-r2::gentoo failed (prepare phase):
 *   Failed Running autoconf !
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_libressl_20190510-221702

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO app-mobilephone/gnokii
[ebuild  N    ] app-mobilephone/gnokii-0.6.31-r2  USE="X bluetooth nls pcsc-lite usb -debug -ical -irda -mysql -postgres -sms"
Comment 1 Toralf Förster gentoo-dev 2019-05-13 13:32:25 UTC
Created attachment 576424 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-05-13 13:32:28 UTC
Created attachment 576426 [details]
app-mobilephone:gnokii-0.6.31-r2:20190513-104354.log
Comment 3 Toralf Förster gentoo-dev 2019-05-13 13:32:30 UTC
Created attachment 576428 [details]
autoconf.out
Comment 4 Toralf Förster gentoo-dev 2019-05-13 13:32:33 UTC
Created attachment 576430 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2019-05-13 13:32:36 UTC
Created attachment 576432 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2019-05-13 13:32:39 UTC
Created attachment 576434 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-05-13 13:32:42 UTC
Created attachment 576436 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-01-16 10:43:51 UTC
The bug has been closed via the following commit(s):

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

commit 9a41d82668e6a9fcfc559ff0290297091d8e6f73
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-01-16 10:23:06 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-01-16 10:43:46 +0000

    app-mobilephone/gnokii: Fix autotools issues
    
    - AM_LANGINFO_CODESET is exclusively defined in aclocal.m4, which gets
      clobbered by eautoreconf
    - Various Docs/.../Makefile.am define their own special docdir
    - libgnokii.so.7.0.0 requires dev-libs/glib
    
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Closes: https://bugs.gentoo.org/685560
    Closes: https://bugs.gentoo.org/685832
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 .../gnokii/files/gnokii-0.6.31-codeset.m4          |  22 ++++
 .../gnokii/files/gnokii-0.6.31-docdir.patch        |  69 ++++++++++
 app-mobilephone/gnokii/gnokii-0.6.31-r3.ebuild     | 142 +++++++++++++++++++++
 3 files changed, 233 insertions(+)