pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc
Isn't is a bug in find on NetBSD 8.0?
It should not exceed maximum length of the command line.
Adam
> Wiadomość napisana przez Leonardo Taccari <leot%NetBSD.org@localhost> w dniu 04.09.2018, o godz. 01:06:
>
> Hello Adam,
>
> Adam Ciarcinski writes:
>> Module Name: pkgsrc
>> Committed By: adam
>> Date: Thu Aug 16 15:58:32 UTC 2018
>>
>> Modified Files:
>> [...]
>> pkgsrc/devel/boost-docs: Makefile
>> pkgsrc/devel/boost-headers: Makefile PLIST buildlink3.mk
>> [...]
>> Log Message:
>> boost: updated to 1.68.0
>> [...]
>> Index: pkgsrc/devel/boost-docs/Makefile
>> diff -u pkgsrc/devel/boost-docs/Makefile:1.17 pkgsrc/devel/boost-docs/Makefile:1.18
>> --- pkgsrc/devel/boost-docs/Makefile:1.17 Thu Aug 24 19:31:31 2017
>> +++ pkgsrc/devel/boost-docs/Makefile Thu Aug 16 15:58:31 2018
>> [...]
>> @@ -22,11 +22,11 @@ do-install:
>> -s':^.*\.orig$$::' \
>> *.png *.css *.htm *.html libs more ${DESTDIR}${DOCDIR}
>> ${FIND} ${DESTDIR}${DOCDIR} \
>> - -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \;
>> + -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} +
>> ${FIND} ${DESTDIR}${DOCDIR} \
>> - -type d -exec ${CHMOD} ${PKGDIRMODE} {} \;
>> + -type d -exec ${CHMOD} ${PKGDIRMODE} {} +
>> ${FIND} ${DESTDIR}${DOCDIR} \
>> - -type f -exec ${CHMOD} ${SHAREMODE} {} \;
>> + -type f -exec ${CHMOD} ${SHAREMODE} {} +
>> cd ${DESTDIR}${PREFIX} && \
>> ${FIND} share/doc/boost -type f -print > ${WRKDIR}/PLIST.auto
>>
>>
>> Index: pkgsrc/devel/boost-headers/Makefile
>> diff -u pkgsrc/devel/boost-headers/Makefile:1.50 pkgsrc/devel/boost-headers/Makefile:1.51
>> --- pkgsrc/devel/boost-headers/Makefile:1.50 Sun May 6 18:46:09 2018
>> +++ pkgsrc/devel/boost-headers/Makefile Thu Aug 16 15:58:32 2018
>> [...]
>> @@ -15,9 +14,9 @@ NO_BUILD= yes
>>
>> do-install: bjam-install
>> ${FIND} ${DESTDIR}${PREFIX}/include/boost \
>> - -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \;
>> + -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} +
>> ${FIND} ${DESTDIR}${PREFIX}/include/boost \
>> - -type d -exec ${CHMOD} ${PKGDIRMODE} {} \;
>> + -type d -exec ${CHMOD} ${PKGDIRMODE} {} +
>>
>> PTHREAD_OPTS+= require
>> .include "../../mk/pthread.buildlink3.mk"
>>
>
> At least boost-headers seems to fail in the same way as reported
> in PR pkg/53543. Can you please change the `-exec ... {} +' to
> `| ${XARGS} ...'?
>
>
> Thank you!
Home |
Main Index |
Thread Index |
Old Index