Bug 36482 - bad src_id was saved (with a space)
Summary: bad src_id was saved (with a space)
Status: CLOSED DUPLICATE of bug 36377
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: girar (show other bugs)
Version: unspecified
Hardware: all Linux
: P3 major
Assignee: Dmitry V. Levin
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-31 22:35 MSK by Ivan Zakharyaschev
Modified: 2019-04-01 04:18 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2019-03-31 22:35:30 MSK
2019-Mar-31 16:36:09 :: lasso.git 2.5.1-alt1: package `lasso' version `2.5.1-alt1' was already built from a different source: ` :gear:10980e29f29eca835a5d388a8c4d67b6420238fc'

Obviously, the problem is that the saved src_id has a whitespace at the beginning.
Comment 1 Dmitry V. Levin 2019-04-01 04:06:08 MSK
That's because the index is broken:

$ grep -F 2.5.1-alt1 /ALT/repo/c8.1/index/src/l/lasso/d-t-s-evr.list
1516384211	198313	-	2.5.1-alt1
1544173949	217214	300	2.5.1-alt1gear:10980e29f29eca835a5d388a8c4d67b6420238fc
[ldv@wom SRPMS]$ sed -rn 's/^([^[:space:]]+[[:space:]]){3}2\.5\.1-alt1([[:space:]]([^[:space:]]+))?$/:\3/p' /ALT/repo/c8.1/index/src/l/lasso/d-t-s-evr.list
:
:gear:10980e29f29eca835a5d388a8c4d67b6420238fc
Comment 2 Dmitry V. Levin 2019-04-01 04:08:08 MSK
That's because the index is broken:

$ grep -F 2.5.1-alt1 /ALT/repo/c8.1/index/src/l/lasso/d-t-s-evr.list
1516384211	198313	-	2.5.1-alt1
1544173949	217214	300	2.5.1-alt1	gear:10980e29f29eca835a5d388a8c4d67b6420238fc

$ sed -rn 's/^([^[:space:]]+[[:space:]]){3}2\.5\.1-alt1([[:space:]]([^[:space:]]+))?$/:\3/p' /ALT/repo/c8.1/index/src/l/lasso/d-t-s-evr.list
:
:gear:10980e29f29eca835a5d388a8c4d67b6420238fc
Comment 3 Dmitry V. Levin 2019-04-01 04:18:05 MSK
Indices are buggy.

*** This bug has been marked as a duplicate of bug 36377 ***