#5774 koji: possible name clash of split packages
Closed: Invalid None Opened 10 years ago by ueno.

I'm trying to make libkkc-data as a separate source package instead of a subpackage of the libkkc package. As the package review was accepted, I tried to build them in f20 with the following steps:

  1. remove libkkc-data subpackage from libkkc
  2. build libkkc package in koji
  3. set up buildroot override for libkkc
  4. wait until the override is ready
  5. build libkkc-data package in koji

Then, I got the following error:
{{{
<class 'pg.DatabaseError'>: error 'ERROR: duplicate key value violates unique constraint "rpminfo_unique_nvra"
' in 'INSERT INTO rpminfo (build_id, name, arch, buildtime, payloadhash, epoch, version, buildroot_id, release, external_repo_id, id, size) VALUES (465900, 'libkkc-data', 'armv7hl', 1379664915, 'e454199c4d9c3693999acff937238534', 1, '0.2.7', 1856416, '1.fc20', 0, 4421870, 14785608)'
}}}

Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=5959950

Could you take a look at it? Thanks.


I think this was an n-v-r conflict with an older libkkc koji build (data subpackage is now packaged separately).

Thanks for building libkkc-data-0.2.7-2.fc20.

koji enforces globaly unique nvra for ever rpm. you need to bump the nvr of the new package

Metadata Update from @ueno:
- Issue set to the milestone: Fedora 20 Alpha

7 years ago

Login to comment on this ticket.

Metadata