Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 584852 - app-editors/padre: DBD::SQLite::db do failed: Safety level may not be changed inside a transaction at (eval 1903) line 37.
Summary: app-editors/padre: DBD::SQLite::db do failed: Safety level may not be changed...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-06-02 14:09 UTC by Oleh
Modified: 2016-12-29 13:45 UTC (History)
0 users

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


Attachments
padre-1.0.0-DBD::Sqlite.patch (padre-1.0.0-DBD::Sqlite.patch,1.11 KB, patch)
2016-06-02 14:10 UTC, Oleh
Details | Diff
ebuild (padre-1.0.0-r1.ebuild,2.67 KB, text/plain)
2016-06-02 14:10 UTC, Oleh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh 2016-06-02 14:09:13 UTC
a small patch needed to make padre launch without errors.

Reproducible: Always

Steps to Reproduce:
1. emerge padre
2. lunch padre in terminal
3. notice a start-up failure
4. appy patch and rebuild padre
5. launch padre and notice normal start
Actual Results:  
oleg@oleg ~ $ padre 
16:55:10: Warning: Cannot set locale to language "English (U.K.)".
16:55:10: Error: locale 'en_GB' cannot be set.
DBD::SQLite::db do failed: Safety level may not be changed inside a transaction at (eval 1903) line 37.
Perl exited with active threads:
	1 running and unjoined
	0 finished and unjoined
	0 running and detached
oleg@oleg ~ $
Comment 1 Oleh 2016-06-02 14:10:05 UTC
Created attachment 436182 [details, diff]
padre-1.0.0-DBD::Sqlite.patch
Comment 2 Oleh 2016-06-02 14:10:45 UTC
Created attachment 436184 [details]
ebuild
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2016-12-29 13:45:03 UTC
Added in 1.0.0-r1, thanks!