Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212436 - dev-lisp/clisp-2.43 shouldn't require libsigsegv if gnu-smalltalk-3.0.x is installed
Summary: dev-lisp/clisp-2.43 shouldn't require libsigsegv if gnu-smalltalk-3.0.x is in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Luis Araujo (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 23:00 UTC by Roby
Modified: 2008-04-09 10:00 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roby 2008-03-05 23:00:01 UTC
Previously, clisp and gnu-smalltalk-2.x requires libsigsegv. But since version 3.x, gnu-smalltalk supplies its own libsigsegv. Therefore, the maintainer of gnu-smalltalk-3.x rightfully blocks libsigsegv. Unfortunately, for those who also have clisp installed no longer can upgrade clisp because of libsigsegv.

But so far the existing clisp-2.43 runs happily with libsigsegv supplied by gnu-smalltalk. So, I hope clisp can relax its dependency requirement.

Reproducible: Always

Steps to Reproduce:
1. Emerge gnu-smalltalk-2.3.x
2. Emerge clisp 2.43
3. Upgrade gnu-smalltalk to v3.0.1 (requires unemerging libsigsegv)
4. Try to upgrade clisp 2.43-r1

Actual Results:  
clisp cannot be upgraded because libsigsegv is blocked by gnu-smalltalk-3.x.

Expected Results:  
clisp should be upgraded if gnu-smalltalk-3.x is present instead of libsigsegv
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-05 23:06:00 UTC
Errr... WTH does gnu-smalltalk install its own libsigsegv instead of using the one we already have???
Comment 2 Luis Araujo (RETIRED) gentoo-dev 2008-04-08 08:13:04 UTC
Ok, this bug is fixed on latest revision for gnu-smalltalk-3.0.1.

Now gnu-smalltalk depends upon the libsigsegv package version on portage. 

Please test.

Thanks for reporting.
Comment 3 Roby 2008-04-09 10:00:27 UTC
It seems it's fixed now. Thanks.