Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900775 - www-client/luakit does not run with newer glibc versions
Summary: www-client/luakit does not run with newer glibc versions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OzTiram
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-11 07:32 UTC by Acatorn
Modified: 2023-03-16 23:51 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emerge_info,5.89 KB, text/plain)
2023-03-14 07:57 UTC, Acatorn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Acatorn 2023-03-11 07:32:42 UTC
Hello there,

It seems luakit 2.3 does not run with new glibc versions. It compiles without a problem but when trying to run it I receive:

[    0.011161] I [core/luah]: Loading rc: /etc/xdg/luakit/rc.lua
**
ERROR:common/util.c:67:strip_ansi_escapes: assertion failed (err == NULL): Error while compiling regular expression ‘[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]’ at char 3: unrecognised character following \ (g-regex-error-quark, 103)
Bail out! ERROR:common/util.c:67:strip_ansi_escapes: assertion failed (err == NULL): Error while compiling regular expression ‘[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]’ at char 3: unrecognised character following \ (g-regex-error-quark, 103)
Aborted

It seems it is fixed in luakit 2.3.2:
https://github.com/luakit/luakit/releases/tag/2.3.2

May I ask the luakit maintainer to bump the version to newest 2.3.3 in Gentoo repository?

Best Regards,
Acatorn
Comment 1 Acatorn 2023-03-14 07:56:34 UTC
I forgot to attach emerge --info output. Here it is.

Best Regards,
Acatorn
Comment 2 Acatorn 2023-03-14 07:57:16 UTC
Created attachment 857561 [details]
emerge --info output
Comment 3 Larry the Git Cow gentoo-dev 2023-03-16 23:51:08 UTC
The bug has been closed via the following commit(s):

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

commit 7443350a860b025b89a7f1e501a6ee630f0344f3
Author:     Oz Tiram <oz.tiram@gmail.com>
AuthorDate: 2023-02-27 14:07:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-16 23:50:36 +0000

    www-client/luakit: add 2.3.3
    
    Closes: https://bugs.gentoo.org/900775
    Bug: https://bugs.gentoo.org/893714
    Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 www-client/luakit/Manifest            |  1 +
 www-client/luakit/luakit-2.3.3.ebuild | 87 +++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)