Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886069 - app-i18n/xvnkb-0.2.11 fails to compile (DASH-SYSTEM): config.h:1:1: error: expected identifier or ( before - token
Summary: app-i18n/xvnkb-0.2.11 fails to compile (DASH-SYSTEM): config.h:1:1: error: ex...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: nonbash
  Show dependency tree
 
Reported: 2022-12-15 08:28 UTC by Agostino Sarubbo
Modified: 2024-03-03 05:52 UTC (History)
0 users

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


Attachments
build.log (build.log,66.06 KB, text/plain)
2022-12-15 08:28 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-15 08:28:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-i18n/xvnkb-0.2.11 fails to compile (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-15 08:28:12 UTC
Created attachment 842763 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-03 05:52:08 UTC
The bug has been closed via the following commit(s):

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

commit 2cc6964f97c84b02944bf72ce1b53de8e5743e54
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-03-03 05:39:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-03 05:51:12 +0000

    app-i18n/xvnkb: run configure with bash
    
    config.h:1:1: error: expected identifier or ‘(’ before ‘-’ token
        1 | -e #ifndef __VK_CONFIG_H
    
    This is just... dandy... I too love unix command flags echo'ed into my
    headers...
    
    It uses echo -e to a header, which breaks on non-bash shells and is
    generally a problem.
    
    Closes: https://bugs.gentoo.org/886069
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-i18n/xvnkb/xvnkb-0.2.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)