Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557246 - media-sound/pnmixer: some bad magic during cvs -> git migration
Summary: media-sound/pnmixer: some bad magic during cvs -> git migration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on: 557250
Blocks:
  Show dependency tree
 
Reported: 2015-08-10 18:02 UTC by Anthony Basile
Modified: 2015-08-10 18:53 UTC (History)
1 user (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 Anthony Basile gentoo-dev 2015-08-10 18:02:44 UTC
As of the last snapshot of the CVS repo, we had

Keywords for media-sound/pnmixer:
                |                               | u   |  
                | a a   a         n   p     s   | n   |  
                | l m   r h i m m i   p s   p   | u s | r
                | p d a m p a 6 i o p c 3   a x | s l | e
                | h 6 r 6 p 6 8 p s p 6 9 s r 8 | e o | p
                | a 4 m 4 a 4 k s 2 c 4 0 h c 6 | d t | o
----------------+-------------------------------+-----+-------
0.6_pre20111213 | o + o o o o o o o + o o o o + | o 0 | gentoo
0.6_pre20140924 | o ~ o o o o o o o ~ o o o o ~ | o   | gentoo
           9999 | o o o o o o o o o o o o o o o | o   | gentoo



But on the git repo we have

Keywords for media-sound/pnmixer:
        |                               | u   |  
        | a a   a         n   p     s   | n   |  
        | l m   r h i m m i   p s   p   | u s | r
        | p d a m p a 6 i o p c 3   a x | s l | e
        | h 6 r 6 p 6 8 p s p 6 9 s r 8 | e o | p
        | a 4 m 4 a 4 k s 2 c 4 0 h c 6 | d t | o
--------+-------------------------------+-----+-------
0.6_rc1 | o ~ o o o o o o o ~ o o o o ~ | o 0 | gentoo
   9999 | o o o o o o o o o o o o o o o | o   | gentoo


You did do a bump and a rm old on the git repo, but somehow repoman didn't yell.  The easiest solution is to put 0.6_pre20111213 back.  Until then we have breakage :(

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2015-08-10 18:21:20 UTC
It's a repoman bug, it should have caught the removal of stable.
I filed #557250 for it.
Comment 3 Julian Ospald 2015-08-10 18:29:34 UTC
I didn't even remember these old things had been stabilized, I usually don't do that for "_pre" versions. Anyway... final 0.6 is coming out very soon.
Comment 4 Anthony Basile gentoo-dev 2015-08-10 18:43:24 UTC
(In reply to Julian Ospald (hasufell) from comment #3)
> I didn't even remember these old things had been stabilized, I usually don't
> do that for "_pre" versions. Anyway... final 0.6 is coming out very soon.

It looks like you did a "git commit" again rather than a "repoman commit"  We should reserve "git commit" for just eclasses, licenses, scripts etc.