Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928648 - app-office/lyx-2.4.0_rc4 fails to compile: Compiling LyX with stdlib-debug and system hunspell libraries may lead to crashes Consider using -DLYX_STDLIB_DEBUG=OFF -DLYX_DEBUG_GLIBC=OFF -DLYX_DEBUG_GLIBC_PEDANTIC=OFF or -DLYX_EXTERNAL_HUNSPELL=OFF
Summary: app-office/lyx-2.4.0_rc4 fails to compile: Compiling LyX with stdlib-debug an...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-05 15:07 UTC by Agostino Sarubbo
Modified: 2024-04-05 15:22 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,82.46 KB, text/plain)
2024-04-05 15:07 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 2024-04-05 15:07:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-office/lyx-2.4.0_rc4 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-05 15:07:06 UTC
Created attachment 889529 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-05 15:07:07 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- ASPELL not found, building without ASPELL support
-- Could NOT find ASPELL (missing: ASPELL_LIBRARY ASPELL_INCLUDE_DIR) 
-- Could NOT find ENCHANT (missing: ENCHANT_LIBRARY ENCHANT_INCLUDE_DIR) 
-- Could NOT find LYX_PY_polib (missing: LYX_PY_POLIB) 
-- ENCHANT not found, building without ENCHANT support
Comment 3 Larry the Git Cow gentoo-dev 2024-04-05 15:22:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45429f27d83d3c8d3179caf8e0856d90acd5ff5a

commit 45429f27d83d3c8d3179caf8e0856d90acd5ff5a
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-04-05 15:17:54 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-04-05 15:20:39 +0000

    app-office/lyx: use bundled hunspell & mythes for IUSE="debug"
    
    > CMake Error at development/cmake/ConfigureChecks.cmake:116 (message):
    >   Compiling LyX with stdlib-debug and system hunspell libraries may lead to
    >   crashes.  Consider using '-DLYX_STDLIB_DEBUG=OFF -DLYX_DEBUG_GLIBC=OFF
    >   -DLYX_DEBUG_GLIBC_PEDANTIC=OFF' or -DLYX_EXTERNAL_HUNSPELL=OFF.
    
    I don't revbump, since it fails to build for debug users, and no
    change for !debug users.
    
    Closes: https://bugs.gentoo.org/928648
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-office/lyx/lyx-2.4.0_rc4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)