New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qubes-builder fails when DISTS_VM="fc14 fc15" #399

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 27 Dec 2011 21:51 UTC
When specyfing more than one dist VMs, e.g. "fc14 fc15", the build fails. E.g. 'make core' results in:

-> Installing package groups...
+ yum install -c /rw/home/user/qubes/qubes-builder/yum.conf -y -x kernel --installroot=/rw/home/user/qubes/qubes-builder/fc15 xen-devel
rpmdb: __db_meta_setup: /rw/home/user/qubes/qubes-builder/fc15/var/lib/rpm/Name: unexpected file type or format
error: cannot open Name index using db3 - Invalid argument (22)
rpmdb: __db_meta_setup: /rw/home/user/qubes/qubes-builder/fc15/var/lib/rpm/Providename: unexpected file type or format
error: cannot open Providename index using db3 - Invalid argument (22)
Loaded plugins: langpacks, post-transaction-actions, presto, refresh-packagekit
rpmdb: __db_meta_setup: /rw/home/user/qubes/qubes-builder/fc15/var/lib/rpm/Name: unexpected file type or format
rpmdb: __db_meta_setup: /rw/home/user/qubes/qubes-builder/fc15/var/lib/rpm/Name: unexpected file type or format
qubes-builder-pkgs                                                                                                                                             | 1.3 kB     00:00 ... 
qubes-builder-pkgs/primary                                                                                                                                     | 3.7 kB     00:00 ... 
qubes-builder-pkgs                                                                                                                                                              14/14
fedora/metalink                                                                                                                                                |  22 kB     00:00     
Could not parse metalink https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=x86_64 error was 
No repomd file
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
make: *** [core] Error 1

Migrated-From: https://wiki.qubes-os.org/ticket/399

@marmarek marmarek added this to the Release 1 Beta 3 milestone Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 27 Dec 2011 21:56 UTC
The real reason is: fc15 build fails on pre-fc15 system. Perhaps rpm --rebuilddb in chroot will solve it...

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 27 Dec 2011 21:56 UTC
The real reason is: fc15 build fails on pre-fc15 system. Perhaps rpm --rebuilddb in chroot will solve it...

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment