pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52998: kicad-4.0.4nb8 won't compile on Linux
The following reply was made to PR pkg/52998; it has been noted by GNATS.
From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52998: kicad-4.0.4nb8 won't compile on Linux
Date: Sat, 10 Feb 2018 21:14:08 +0100
Hello Andrei,
lingvofactory%gmail.com@localhost writes:
> [...]
> ===> Configuring for kicad-4.0.4nb8
> => Eliminating Mac OS X build specific for kicad-4.0.4nb8
> /bin/sed: -e expression #1, char 31: Invalid character class name
> *** Error code 1
> [...]
Mmh, does sed(1) chokes due `[[:<:]]' and `[[:>:]]'?
(used in SUBST_SED.macosx).
If I'm correctly grepping through the kicad source code I think that
the SUBST_SED.macosx can be substituted (to avoid [[:<:]] and [[:>:]]
classes) to:
SUBST_SED.macosx= -e '/add_executable/ s/MACOSX_BUNDLE//'
Can you please try that and let us known if kicad correctly builds?
Thank you!
Home |
Main Index |
Thread Index |
Old Index