Hi,

I took a quick look and libmpdclient attempts to compile and install the
documentation if doxygen is available on your system. However, support for
building the docs is completely broken, as the input files are not part of
the source package.

As a workaround, you can force doxygen detection to fail, which will lead
to a successful compilation of the package. Type "EditRecipe libmpdclient",
and then add the following to the end of the recipe file:
environment=(
    DOXYGEN=
)

I'm pushing a new revision of the recipe with the aforementioned fix so
that other users don't run into the same issue.

Lucas




On Mon, Jul 15, 2019 at 11:28 AM Anshuman Aggarwal <
[email protected]> wrote:

> Compile libMPDClient
>
> gives the following errorr:
>
> ----------------------------------------------------------------------
> /bin/sh /Data/Compile/Sources/libmpdclient-2.2/build/install-sh -d
> /usr/share/doc/libmpdclient/html
> /usr/bin/install -c -m 644 -c -m 644 doc/api/html/*.html
> doc/api/html/*.css \
>         doc/api/html/*.png doc/api/html/*.gif \
>         /usr/share/doc/libmpdclient/html
> real_install: cannot stat 'doc/api/html/*.gif': No such file or directory
> make[1]: *** [Makefile:1279: install-data-local] Error 1
> make[1]: Leaving directory '/Data/Compile/Sources/libmpdclient-2.2'
> make: *** [Makefile:1137: install-am] Error 2
> UnionSandbox: Cleaning up.
> UnionSandbox: Moving entries to:
> /Programs/LibMPDClient/2.2/.SandboxInstall_Root
> Compile: Restoring safe copy *find: ‘*’: No such file or directory
> cp: cannot stat '/Programs/LibMPDClient/2.2-safelinking/*': No such
> file or directory
>
> Compile: LibMPDClient 2.2 - Installation step failed.
> _______________________________________________
> gobolinux-users mailing list
> [email protected]
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
_______________________________________________
gobolinux-users mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users

Reply via email to