Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415243 - net-dialup/moserial segfaults if gnome-base/gsettings-desktop-schemas is not installed
Summary: net-dialup/moserial segfaults if gnome-base/gsettings-desktop-schemas is not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mart Raudsepp
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-05-09 13:36 UTC by John Doe
Modified: 2012-05-10 03:33 UTC (History)
2 users (show)

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


Attachments
moserial failing (moserial_segfault.txt,1.10 KB, text/plain)
2012-05-09 13:36 UTC, John Doe
Details
Patch to add the missing dependency to the ebuild (moserial-3.0.6_depend_gsettings-desktop-schemas.patch,314 bytes, patch)
2012-05-09 13:37 UTC, John Doe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Doe 2012-05-09 13:36:14 UTC
Created attachment 311239 [details]
moserial failing

net-dialup/moserial fails with a segmentation fault at startup if gnome-base/gsettings-desktop-schemas is missing on the system.
Comment 1 John Doe 2012-05-09 13:37:29 UTC
Created attachment 311241 [details, diff]
Patch to add the missing dependency to the ebuild
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-05-10 03:33:07 UTC
Thanks for reporting, fixed in cvs.

Do note, however, that gsettings-desktop-schemas is a runtime dependency, and thus goes in the ebuild's RDEPEND variable.

>  10 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  moserial-3.0.5.ebuild, moserial-3.0.6.ebuild:
>  Add missing gsettings-desktop-schemas dependency (bug #415243, thanks to John
>  Doe).