Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715284 - mail-filter/couriersrs-0.1.2 : plural.c: error: too few arguments to function _gettextlex
Summary: mail-filter/couriersrs-0.1.2 : plural.c: error: too few arguments to function...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-29 09:58 UTC by Toralf Förster
Modified: 2021-03-06 10:56 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.99 KB, text/plain)
2020-03-29 09:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,59.98 KB, text/plain)
2020-03-29 09:58 UTC, Toralf Förster
Details
environment (environment,57.68 KB, text/plain)
2020-03-29 09:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.47 KB, application/x-bzip)
2020-03-29 09:58 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.97 KB, application/x-bzip)
2020-03-29 09:58 UTC, Toralf Förster
Details
mail-filter:couriersrs-0.1.2:20200329-092641.log (mail-filter:couriersrs-0.1.2:20200329-092641.log,26.25 KB, text/plain)
2020-03-29 09:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.56 KB, application/x-bzip)
2020-03-29 09:58 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 2020-03-29 09:58:30 UTC
      |            ^~~~~~~~~~~~
plural.c: In function libintl_gettextparse:
plural.c:68:25: error: too few arguments to function __gettextlex
   68 | #define yylex           __gettextlex
      |                         ^~~~~~~~~~~~
plural.c:1379:16: note: in expansion of macro yylex

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Mar 29 08:39:06 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO mail-filter/couriersrs
[ebuild  N    ] mail-filter/couriersrs-0.1.2
Comment 1 Toralf Förster gentoo-dev 2020-03-29 09:58:33 UTC
Created attachment 626910 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-29 09:58:36 UTC
Created attachment 626912 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-29 09:58:38 UTC
Created attachment 626914 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-29 09:58:41 UTC
Created attachment 626916 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-29 09:58:44 UTC
Created attachment 626918 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-29 09:58:46 UTC
Created attachment 626920 [details]
mail-filter:couriersrs-0.1.2:20200329-092641.log
Comment 7 Toralf Förster gentoo-dev 2020-03-29 09:58:49 UTC
Created attachment 626922 [details]
temp.tbz2
Comment 8 Hanno Böck gentoo-dev 2021-03-06 09:48:42 UTC
Is gettext installed on your test system?

It looks to me like there's a bundled gettext that couriersrs may use if the system one is not available. So maybe we just need a hard dep on gettext.
Comment 9 Toralf Förster gentoo-dev 2021-03-06 10:56:49 UTC
(In reply to Hanno Böck from comment #8)
> Is gettext installed on your test system?
> 
> It looks to me like there's a bundled gettext that couriersrs may use if the
> system one is not available. So maybe we just need a hard dep on gettext.

The attached emerge history will answer that ;)