Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954892 - dev-lisp/clisp-2.49.92-r2 make: *** [Makefile:1470: interpreted.mem] Segmentation fault
Summary: dev-lisp/clisp-2.49.92-r2 make: *** [Makefile:1470: interpreted.mem] Segmenta...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2025-04-28 01:58 UTC by email200202
Modified: 2025-04-28 02:41 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,262.82 KB, text/x-log)
2025-04-28 01:59 UTC, email200202
Details
emerge -pqv '=dev-lisp/clisp-2.49.92-r2::gentoo' (file_954892.txt,211 bytes, text/plain)
2025-04-28 02:00 UTC, email200202
Details
emerge --info '=dev-lisp/clisp-2.49.92-r2::gentoo' (file_954892.txt,6.99 KB, text/plain)
2025-04-28 02:01 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2025-04-28 01:58:37 UTC
./clisp.h:6360:150: note: you can silence this warning by using a hexadecimal constant (0xa rather than 10)
 6360 | ne object check_byte_vector (object obj) { if (!((((oint)(obj) & 7) == (6+0)) && ((((sintB)((((Record)((oint)(obj)-6)))->tfl & 0xFF)) & ~(Rectype_Sbvector ^ Rectype_bvector)) == (Rectype_Sbvector & Rectype_bvector) + (3)) )) obj = check_byte_vector_replacement(obj); return obj; }
      |                                                                                                                                           ^~
      |                                                                                                                                           0xa
installing ../../src/po/en.gmo as ../locale/en/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_en.gmo as ../locale/en/LC_MESSAGES/clisplow.mo
installing ../../src/po/da.gmo as ../locale/da/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_da.gmo as ../locale/da/LC_MESSAGES/clisplow.mo
installing ../../src/po/de.gmo as ../locale/de/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_de.gmo as ../locale/de/LC_MESSAGES/clisplow.mo
installing ../../src/po/fr.gmo as ../locale/fr/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_fr.gmo as ../locale/fr/LC_MESSAGES/clisplow.mo
installing ../../src/po/es.gmo as ../locale/es/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_es.gmo as ../locale/es/LC_MESSAGES/clisplow.mo
installing ../../src/po/nl.gmo as ../locale/nl/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_nl.gmo as ../locale/nl/LC_MESSAGES/clisplow.mo
installing ../../src/po/ru.gmo as ../locale/ru/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_ru.gmo as ../locale/ru/LC_MESSAGES/clisplow.mo
installing ../../src/po/sv.gmo as ../locale/sv/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_sv.gmo as ../locale/sv/LC_MESSAGES/clisplow.mo
make: *** [Makefile:1470: interpreted.mem] Segmentation fault
 * ERROR: dev-lisp/clisp-2.49.92-r2::gentoo failed (compile phase):
 *   emake failed


Reproducible: Always

Steps to Reproduce:
1. emerge sync and update

Actual Results:  
Failed

Expected Results:  
Not to fail
Comment 1 email200202 2025-04-28 01:59:54 UTC
Created attachment 926819 [details]
build.log
Comment 2 email200202 2025-04-28 02:00:50 UTC
Created attachment 926820 [details]
emerge -pqv '=dev-lisp/clisp-2.49.92-r2::gentoo'
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-28 02:01:53 UTC

*** This bug has been marked as a duplicate of bug 932564 ***
Comment 4 email200202 2025-04-28 02:01:57 UTC
Created attachment 926821 [details]
emerge --info '=dev-lisp/clisp-2.49.92-r2::gentoo'
Comment 5 email200202 2025-04-28 02:09:00 UTC
(In reply to Sam James from comment #3)
> 
> *** This bug has been marked as a duplicate of bug 932564 ***

The mentioned bug was for version dev-lisp/clisp-2.49.92-r1.

This report is for the fixed version dev-lisp/clisp-2.49.92-r2

It is still not fixed.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-28 02:10:48 UTC
Oops, sorry - I see. I don't think the workaround actually takes effect. Looking.
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-28 02:33:26 UTC
The reason I assumed it was a dupe was because of your -s in MAKEOPTS which means -fno-tree-d* didn't appear in the logs. Please avoid that for bug reports in future.
Comment 8 Larry the Git Cow gentoo-dev 2025-04-28 02:41:20 UTC
The bug has been closed via the following commit(s):

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

commit be73c7ef71ee9fc93015a39f305a85972d7cc8f5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-04-28 02:40:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-28 02:40:02 +0000

    dev-lisp/clisp: pass further workarounds
    
    My earlier workaround was insufficient. While here, make sure we
    respect CC/CFLAGS/LDFLAGS, and wire up src_test (while restricted, as
    at least one test (socket?) segfaults).
    
    Bug: https://bugs.gentoo.org/932564
    Closes: https://bugs.gentoo.org/954892
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lisp/clisp/clisp-2.49.92-r2.ebuild | 32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)