svn commit: r528409 - head/emulators/i386-wine-devel

Piotr Kubaj pkubaj at anongoth.pl
Sat Mar 14 15:08:39 UTC 2020


What architecture are you testing it on?

It happens for me on powerpc64, probably other non-i386 and non-amd64
architectures are also affected. Wine doesn't work on those, but
poudriere bulk -a still needs to work.

On 20-03-14 14:28:51, Lorenzo Salvadore wrote:
>‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
>On Saturday 14 March 2020 14:32, Piotr Kubaj <pkubaj at FreeBSD.org> wrote:
>
>> Author: pkubaj
>> Date: Sat Mar 14 13:32:59 2020
>> New Revision: 528409
>> URL: https://svnweb.freebsd.org/changeset/ports/528409
>>
>> Log:
>> emulators/i386-wine-devel: unbreak bulk -a
>>
>> Error:
>> [00:00:55] Error: emulators/i386-wine-devel has incorrect CATEGORIES, first should be 'emulators'. Please contact maintainer of the port to fix this.
>> [00:00:55] Error: deps_fetch_vars failed for emulators/i386-wine-devel
>>
>> Modified:
>> head/emulators/i386-wine-devel/Makefile
>> head/emulators/i386-wine-devel/Makefile.amd64
>>
>> Modified: head/emulators/i386-wine-devel/Makefile
>>
>> ====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
>>
>> --- head/emulators/i386-wine-devel/Makefile Sat Mar 14 13:15:36 2020 (r528408)
>> +++ head/emulators/i386-wine-devel/Makefile Sat Mar 14 13:32:59 2020 (r528409)
>> @@ -5,6 +5,8 @@
>>
>> - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel
>>
>> =====================================================================
>>
>> - amd64 specific port to be normal port (based on binary package)
>>
>> ==================================================================
>>
>> +CATEGORIES= emulators
>> +
>> ONLY_FOR_ARCHS= i386 amd64
>>
>> .include <bsd.port.mk>
>>
>> Modified: head/emulators/i386-wine-devel/Makefile.amd64
>>
>> ==========================================================
>>
>> --- head/emulators/i386-wine-devel/Makefile.amd64 Sat Mar 14 13:15:36 2020 (r528408)
>> +++ head/emulators/i386-wine-devel/Makefile.amd64 Sat Mar 14 13:32:59 2020 (r528409)
>> @@ -5,7 +5,6 @@ PORTNAME= wine
>> PORTVERSION= 4.0.r1
>> PORTREVISION= 1
>> PORTEPOCH= 1
>> -CATEGORIES= emulators
>> MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
>> PKGNAMEPREFIX= i386-
>> PKGNAMESUFFIX= -devel
>
>It seems I am unable to reproduce the issue you fixed with this commit.
>Could you please provide more details on your settings?
>Is it important to run bulk -a or running bulk emulators/i386-wine-devel would
>be enough?
>Also I don't really see how moving CATEGORIES from Makefile.amd64 to Makefile
>could fix anything: we always have the same variables definitions, isn't it?
>
>Thanks!
>Lorenzo Salvadore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200314/40de9d04/attachment.sig>


More information about the svn-ports-head mailing list