Displaying 2 results from an estimated 2 matches for "allneededdir_cloned_here".
2014 Aug 11
5
issue when building/making package from git
...s me with binaries.
------------------------------
---
Now I want to install it properly on my machine. Arch use a makepkg
[1] command to build and install packages not in the official repos.
When running
$ makepkg
I have this structure which sounds correct:
libguestfs-git/pkg/
libguestfs-git/src/AllNeededDir_cloned_here
but at one time the build breaks with these errors:
-----------------------------
../src/.libs/libutils.a(
libutils_la-cleanup.o): In function `guestfs___cleanup_xmlBufferFree':
cleanup.c:(.text+0x79): undefined reference to `xmlBufferFree'
../src/.libs/libutils.a(libutils_la-cleanup.o): I...
2014 Aug 11
2
Re: issue when building/making package from git
...install it properly on my machine. Arch use a makepkg
> > [1] command to build and install packages not in the official repos.
> >
> > When running
> > $ makepkg
> > I have this structure which sounds correct:
> > libguestfs-git/pkg/
> > libguestfs-git/src/AllNeededDir_cloned_here
> >
> > but at one time the build breaks with these errors:
> > -----------------------------
> > ../src/.libs/libutils.a(
> > libutils_la-cleanup.o): In function `guestfs___cleanup_xmlBufferFree':
> > cleanup.c:(.text+0x79): undefined reference to `xmlBuffer...