That didn't work, same error as before  (I deleted the local Compile
/Data/Compile/Sources/LibMPDClient before Compiling) ...here is what
my local recipe local recipe looks like.

anshu@agg ~]cat /Data/Compile/LocalRecipes/LibMPDClient/2.2/Recipe
# Recipe for version 2.2 by Ősi Róbert <7szu...@nordtelekom.hu>, on
2.20. máj. 29., szombat, 01.53.18 CEST
# Recipe (MakeRecipe) for LibMPDClient by Ősi Róbert
<7szu...@nordtelekom.hu>, on 2.20. jan. 1., péntek, 19.03.29 CET
compile_version=1.12.4
url="$httpSourceforge/musicpd/libmpdclient-2.2.tar.bz2"
file_size=272303
file_md5=8b9dff75d6c820b781ce066417df4078
recipe_type=configure
environment=(
    DOXYGEN=
)
anshu@agg ~]


I had figured out that the docs were missing files from the error
message and it was clearly an upstream issue. But I wasn't sure on how
to tell the Recipe to ignore it.



On Tue, 16 Jul 2019 at 23:26, Lucas C. Villa Real <luca...@gobolinux.org> wrote:
>
> 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 
> <anshuman.aggar...@gmail.com> 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
>> gobolinux-users@lists.gobolinux.org
>> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users@lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
_______________________________________________
gobolinux-users mailing list
gobolinux-users@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users

Reply via email to