search for: build_output

Displaying 2 results from an estimated 2 matches for "build_output".

Did you mean: kbuild_output
2014 Aug 12
2
Re: issue when building/making package from git
...------------------- ./autogen.sh ./configure \ --enable-introspection=auto \ --with-gnu-ld \ --without-java \ --disable-lua \ --disable-erlang \ --disable-php \ --disable-haskell \ --disable-ruby \ --disable-gobject \ --disable-golang make V=1 &> build_output.txt --------------------------------------------------- configure output: ------------------------------- This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU ...................................
2014 Aug 11
4
Re: issue when building/making package from git
> You can avoid testing gnulib (not very interesting anyway) by running: > > ./configure --disable-gnulib-tests I personaly do not care, but in case i make a libguestfs-git PKBUILD, I want everything be OK. I just realised than I followed the libguestfs PKGBUILD, but NO virt-p2v and virt-v2v binaries are installed in /usr/bin. Shame. I am rewriting the git PKGBUILD.