buildroot
buildroot copied to clipboard
Package buildroot for xen-api and related packages
### build xenserver on CentOS 7: #### console info: ``` ERROR: Exception(_build/SRPMS/ocaml-qmp-0.9.2-2.el7.centos.src.rpm) Config(epel-7-x86_64) 0 minutes 16 seconds ERROR: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb...
You can modify the file: ``` vi /etc/mock/site-defaults.cfg ``` enable the plugin using this settings: ``` config_opts['plugin_conf']['tmpfs_enable'] = True config_opts['plugin_conf']['tmpfs_opts'] = {} config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024 config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '768m' config_opts['plugin_conf']['tmpfs_opts']['mode'] =...
``` # ./usr/lib/xapi/xapissl start Starting xapi SSL: [ ] Clients allowed=500 [.] stunnel 5.01 on x86_64-pc-linux-gnu platform [.] Compiled with OpenSSL 1.0.1g 7 Apr 2014 [.] Running with OpenSSL 1.0.1h-dev...
make[1]: Entering directory `/tmp/buildd/liblwt-ocaml-2.4.8' debian/build.sh ocamlfind: Package`bytes' not found W: Field 'pkg_bytes' is not set: Command ''/usr/bin/ocamlfind' query -format %d bytes > '/tmp/oasis-40795f.txt'' terminated with error code 2 E: Cannot...
Trying to compile on Ubuntu 14.04 fails due to file not found in _build/SRPMS, despite the files existing in SRPMS. First one happens right off the bat with: `libre-ocaml_1.2.2-1.dsc` Symlinking...
Specifically we're missing calls to ``` update-rc.d thing defaults ``` When this is fixed, revert the offensive part of djs55/xenserver-install-wizard@f4cf053fadfde3e9ca78441be76746866d7831dd
makedeb currently adds a dependency on python2 (a debhelper script) to all packages. We should only do this for packages that contain Python code.
Currently, makedeb adds a dependency on dh_ocaml (and some of its dependencies such as ocaml) to all packages. We should only do this for packages that contain OCaml code.
We should figure out the correct value from the mock configuration