Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion buildout-build-redhat-64bit-with-libvirt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ parts = zlib ncurses readline openssl openssh libgpg-error libgcrypt gettext lib
gnu
recipe = hexagonit.recipe.cmmi
version = 1.02.28
configure-options = --prefix=${options:prefix} --disable-rpath --libdir=${options:prefix}/lib64 --disable-selinux
configure-options = --prefix=${options:prefix} --disable-rpath --libdir=${options:prefix}/lib64 --disable-selinux --with-user=$USER --with-group=$GROUP
url = ${urls:source}/${:name}-${:version}.tgz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct url should be with .tar.gz. There was a sync problem between our external and internal source repositories. Our internal repository contained .tar.gz archives while the external incorrectly had only tgz archives for libvirt and device-mapper. I fixed this now, and the files now use tar.gz, so you should remove the url definitions.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know about this one, thanks!


[libgpg-error]
version = 1.22

[libgcrypt]
patches = ${:patches-dir}/${:name}-${:version}-mpi-mpi-internal.h.patch
${:patches-dir}/${:name}-${:version}-mpi-mpi-inline.h.patch

[libvirt]
<= options
gnu
recipe = hexagonit.recipe.cmmi
version = 3.9.0
configure-options = ${options:configure-options} --without-macvtap --without-yajl
url = ${urls:source}/${:name}-${:version}.tgz

[ncurses]
patches = ${:patches-dir}/${:name}-${:version}-ncurses-base-MKlib_gen.sh.patch