{"id":392,"date":"2010-02-13T14:07:44","date_gmt":"2010-02-13T21:07:44","guid":{"rendered":"http:\/\/www.evardsson.com\/blog\/?p=392"},"modified":"2010-02-13T14:07:44","modified_gmt":"2010-02-13T21:07:44","slug":"gentoo-emerge-conflicts-sqlite-and-dev-perldbd-sqlite","status":"publish","type":"post","link":"https:\/\/www.evardsson.com\/blog\/2010\/02\/13\/gentoo-emerge-conflicts-sqlite-and-dev-perldbd-sqlite\/","title":{"rendered":"Gentoo emerge conflicts: SQLite and dev-perl\/DBD-SQLite"},"content":{"rendered":"<p>I was having issues with my regular update schedule on my Gentoo server where I kept getting the following message:<br \/>\n<code>('ebuild', '\/', 'dev-db\/sqlite-3.6.22-r2', 'merge') conflicts with<br \/>\n=dev-db\/sqlite-3.6.22[extensions] required by ('installed', '\/', 'dev-perl\/DBD-SQLite-1.29-r2', 'nomerge')<\/code><\/p>\n<p>Since I use SQLite fairly regularly and I like to keep it up to date I figured I would focus on getting that updated, then worry about the Perl SQLite. (Had I known that spamassassin relies on the Perl SQLite I may have been a little more hesitant, but it all worked out ok anyway.)<\/p>\n<p>Here is how I managed to update both SQLite and the Perl SQLite. I first unmerged dev-perl\/DBD-SQLite with:<br \/>\n<code>emerge --unmerge dev-perl\/DBD-SQLite<\/code><\/p>\n<p>I then updated SQLite with:<br \/>\n<code>emerge -u sqlite<\/code><\/p>\n<p>Which changed the USE settings to &#8220;-extensions&#8221; which meant that when I tried to emerge DBD-SQLite it failed due to the missing USE requirements. So I took a stab at it and did:<br \/>\n<code>USE=\"extensions\" emerge sqlite<\/code><br \/>\nWhich built cleanly without any problems, and after which a quick<br \/>\n<code>emerge dev-perl\/DBD-SQLite<\/code> worked great.<\/p>\n<p>So, in a quick and easy cut and paste format the work-around is:<br \/>\n<code>emerge --unmerge DBD-SQLite<br \/>\nemerge -u sqlite<br \/>\nUSE=\"extensions\" emerge sqlite<br \/>\nemerge DBD-SQLite<\/code><\/p>\n<p>Why the work-around is required I don&#8217;t know at the moment as I don&#8217;t have the time to dig through the ebuild files and figure out where the issue is, although I am sure if I had waited a bit updated ebuild files will come down the pipeline to correct the issue. (Patience is a virtue, but I have never been all that virtuous.)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was having issues with my regular update schedule on my Gentoo server where I kept getting the following message: (&#8216;ebuild&#8217;, &#8216;\/&#8217;, &#8216;dev-db\/sqlite-3.6.22-r2&#8217;, &#8216;merge&#8217;) conflicts with =dev-db\/sqlite-3.6.22[extensions] required by (&#8216;installed&#8217;, &#8216;\/&#8217;, &#8216;dev-perl\/DBD-SQLite-1.29-r2&#8217;, &#8216;nomerge&#8217;) Since I &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[23],"tags":[160,82,89],"class_list":["post-392","post","type-post","status-publish","format-standard","hentry","category-gentoo","tag-gentoo","tag-portage","tag-sqlite"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pxT7i-6k","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/comments?post=392"}],"version-history":[{"count":1,"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":393,"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/posts\/392\/revisions\/393"}],"wp:attachment":[{"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/media?parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/categories?post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.evardsson.com\/blog\/wp-json\/wp\/v2\/tags?post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}