Thursday, April 30, 2020

Re: [macppc] Mark cad/{oce,kicad} BROKEN

OK.

On 2020/04/30 17:26, Charlene Wendling wrote:
> Hi,
>
> In the last macppc bulk, oce takes 53 machine hours and kicad, its
> only consumer, 15.
>
> Some Kicad functions are working, but the main feature, the PCB editor,
> leads to segfaults. I've tried several designs without success, even
> with small boards like the icezum alhambra [0]
>
> I used packages, and since macppc is not a DEBUG_ARCH, i don't
> have any interesting backtrace, building with debug will take 4 days
> here and i'm not even sure to be able to fix it.
>
> As such, i'm asking for marking them BROKEN; this is almost 1 bulk day
> saved.
>
> While here i've moved Kicad's HOMEPAGE to https.
>
> OK?
>
> Charlène.
>
>
> [0] https://github.com/FPGAwars/icezum
>
>
> Index: kicad/Makefile
> ===================================================================
> RCS file: /cvs/ports/cad/kicad/Makefile,v
> retrieving revision 1.40
> diff -u -p -r1.40 Makefile
> --- kicad/Makefile 2 Apr 2020 14:48:26 -0000 1.40
> +++ kicad/Makefile 30 Apr 2020 15:02:06 -0000
> @@ -1,16 +1,18 @@
> # $OpenBSD: Makefile,v 1.40 2020/04/02 14:48:26 tracey Exp $
>
> +BROKEN-powerpc = segfaults when trying to run the PCB editor
> +
> V = 5.1.5
> COMMENT = schematic and PCB editing software
> DISTNAME = kicad-${V}
> EPOCH = 0
> -REVISION = 0
> +REVISION = 1
>
> SHARED_LIBS += kicad_3dsg 0.0 # 2.0
>
> CATEGORIES = cad
>
> -HOMEPAGE = http://www.kicad-pcb.org
> +HOMEPAGE = https://www.kicad-pcb.org
>
> #GPLv3
> PERMIT_PACKAGE = Yes
> Index: oce/Makefile
> ===================================================================
> RCS file: /cvs/ports/cad/oce/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- oce/Makefile 7 Nov 2019 13:58:14 -0000 1.2
> +++ oce/Makefile 30 Apr 2020 15:02:06 -0000
> @@ -1,5 +1,7 @@
> # $OpenBSD: Makefile,v 1.2 2019/11/07 13:58:14 sthen Exp $
>
> +BROKEN-powerpc = kicad is broken, this is the only consumer (save bulk time)
> +
> COMMENT = C++ 3d modeling library
> DPB_PROPERTIES = parallel
>
>

No comments:

Post a Comment