Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450046 - dev-libs/gobject-introspection-1.34.2-r1 has incorrect Manifest
Summary: dev-libs/gobject-introspection-1.34.2-r1 has incorrect Manifest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 19:05 UTC by smkbot
Modified: 2013-01-04 00:13 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 smkbot 2013-01-03 19:05:12 UTC
gobject-introspection-1.34.2-r1.ebuild was updated on 2013.01.03 as part of bug #449824, but the Manifest was not updated so emerge refuses to install it.

Reproducible: Always

Steps to Reproduce:
1. emerge gobject-introspection
2. Manifest verification fails
Actual Results:  
Manifest verification fails

Expected Results:  
Package installs properly

I'm on amd64, but this likely reproduces on all arches.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-01-04 00:05:39 UTC
This was caused by a bug/misfeature in gentoo's portage snapshot generator which took a portage tree snapshot in the middle of my gobject-introspection commit.

To fix, simply run "emerge sync".

See http://thread.gmane.org/gmane.linux.gentoo.devel/82525
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-01-04 00:06:43 UTC
meant to say "emerge --sync"
Comment 3 smkbot 2013-01-04 00:13:35 UTC
OK, thanks!