Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685560 - app-mobilephone/gnokii-0.6.31-r1 USE=-sms : .../temp/environment: line 694: glib-gettextize: command not found
Summary: app-mobilephone/gnokii-0.6.31-r1 USE=-sms : .../temp/environment: line 694: g...
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:
 
Reported: 2019-05-10 18:17 UTC by Toralf Förster
Modified: 2020-01-16 10:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.50 KB, text/plain)
2019-05-10 18:17 UTC, Toralf Förster
Details
app-mobilephone:gnokii-0.6.31-r1:20190507-144621.log (app-mobilephone:gnokii-0.6.31-r1:20190507-144621.log,2.37 KB, text/plain)
2019-05-10 18:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,243.27 KB, text/plain)
2019-05-10 18:17 UTC, Toralf Förster
Details
environment (environment,115.20 KB, text/plain)
2019-05-10 18:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.41 KB, application/x-bzip)
2019-05-10 18:17 UTC, Toralf Förster
Details
glib-gettextize.out (glib-gettextize.out,259 bytes, text/plain)
2019-05-10 18:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.67 KB, application/x-bzip)
2019-05-10 18:17 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-10 18:17:29 UTC
 * ERROR: app-mobilephone/gnokii-0.6.31-r1::gentoo failed (prepare phase):
 *   Failed Running glib-gettextize !
 * 

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

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_stable-libressl_20190502-165513

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.29.1 *



emerge -qpvO app-mobilephone/gnokii
[ebuild  N    ] app-mobilephone/gnokii-0.6.31-r1  USE="nls pcsc-lite -X -bluetooth -debug -ical -irda -mysql -postgres -sms -usb"
Comment 1 Toralf Förster gentoo-dev 2019-05-10 18:17:32 UTC
Created attachment 575806 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-05-10 18:17:35 UTC
Created attachment 575808 [details]
app-mobilephone:gnokii-0.6.31-r1:20190507-144621.log
Comment 3 Toralf Förster gentoo-dev 2019-05-10 18:17:37 UTC
Created attachment 575810 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-05-10 18:17:40 UTC
Created attachment 575812 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-05-10 18:17:43 UTC
Created attachment 575814 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-05-10 18:17:46 UTC
Created attachment 575816 [details]
glib-gettextize.out
Comment 7 Toralf Förster gentoo-dev 2019-05-10 18:17:49 UTC
Created attachment 575818 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-01-16 10:43:54 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(+)