Re: [ptxdist] Append Make Options to Compile Stage of Rule File

2019-02-18 Thread Chin You Wen (WMSC-HW)
Hi Jürgen, You were right about the specifying the CFLAGS variable in your first reply. It didn't work at first because I commented a line like below, and subsequent lines are not being parsed properly. LIBSEPOL_MAKE_OPT := \ # -Wno-error=shadow "CFLAGS=-Wno-error=shadow" Also I

[ptxdist] host-autoconf: hardcoded path to m4

2019-02-18 Thread Jon Ringle
The host-autoconf.make package creates a *-dev.tar.gz package, but the host-autoconf-2.69/bin/auto4mte script install found in it contains a hardcoded path to m4 that results in a build failure for future builds that use the host-autoconf-2.69-arm-*-dev.tar.gz package: Line 90 of the autom4te in

Re: [ptxdist] Download issues (error 404), custom single mirror?

2019-02-18 Thread Ian Abbott
On 17/02/2019 20:32, Roland Hieber wrote: Hi, You can adjust the list of mirrors in ptxdist setup -> Source Download. If none of the URLs listed for a package can be found, ptxdist falls back to look for the tarball under https://public.pengutronix.de/mirror/software/ptxdist/temporary-src/ .

Re: [ptxdist] [PATCH] systemd-239: Fix struct statx compilation on OSELAS.Toolchain-2018.12.0

2019-02-18 Thread Jon Ringle
On Fri, Feb 15, 2019 at 4:20 AM Michael Olbrich wrote: > On Wed, Feb 13, 2019 at 10:24:03AM -0500, j...@ringle.org wrote: > > From: Jon Ringle > > > > Add upstream patch: > https://github.com/systemd/systemd/commit/9c869d08d82c73f62ab3527567858ce4b0cf1257 > > > > This fixes the following

[ptxdist] Problems building kernel image with initramfs with no tty

2019-02-18 Thread Jon Ringle
I've recently updated to ptxdist-2019.01.0 and have noted some changes with my project that builds a kernel image with initramfs: 1) In rules/kernel.make, there is the following code: # # Don't keep the expanded path to INITRAMS_SOURCE in $(KERNEL_CONFIG), # because it contains local workdir

Re: [ptxdist] Download issues (error 404), custom single mirror?

2019-02-18 Thread Michael Olbrich
On Mon, Feb 18, 2019 at 03:28:19PM +0100, Alexander Dahl wrote: > Am Samstag, 16. Februar 2019, 19:09:32 CET schrieb Olivier Croquette: > > I am taking over a pretty old project based on PTXdist, and I have the > > problem that many components are not available online anymore, at least > > where

[ptxdist] [ANNOUNCE] PTXdist 2019.02.0 released

2019-02-18 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2019.02.0. This is another boring release. There are some new packages to work with trusted execution environments. Other than that, it's just the usual mix of new packages, version bumps, bugfixes. Thanks to all contributors and - as

Re: [ptxdist] Download issues (error 404), custom single mirror?

2019-02-18 Thread Alexander Dahl
Hei hei, Am Samstag, 16. Februar 2019, 19:09:32 CET schrieb Olivier Croquette: > I am taking over a pretty old project based on PTXdist, and I have the > problem that many components are not available online anymore, at least > where PTXdist looks for them (memstat_0.8.tar.gz, >

Re: [ptxdist] Append Make Options to Compile Stage of Rule File

2019-02-18 Thread Juergen Borleis
Hi You Wen, On Monday 18 February 2019 11:29:31 Chin You Wen (WMSC-HW) wrote: > I tried that and also with some variations such as "CFLAGS+=-Wno-error" > but nothing changes in the compiler output. I am compiling for > Phycore-AM335x SOM, if that matters. Okay, without:

Re: [ptxdist] Append Make Options to Compile Stage of Rule File

2019-02-18 Thread Chin You Wen (WMSC-HW)
Hi Jürgen, I tried that and also with some variations such as "CFLAGS+=-Wno-error" but nothing changes in the compiler output. I am compiling for Phycore-AM335x SOM, if that matters. make[1]: Entering directory

Re: [ptxdist] Append Make Options to Compile Stage of Rule File

2019-02-18 Thread Juergen Borleis
Hi You Wen, On Monday 18 February 2019 10:43:59 Chin You Wen (WMSC-HW) wrote: > I am writing a rule to compile the libsepol package that comes with plain > Makefiles. I am trying to pass *-Wno-error* option through the > _MAKE_OPT variable to override the *-Werror *option specified in the >

[ptxdist] Append Make Options to Compile Stage of Rule File

2019-02-18 Thread Chin You Wen (WMSC-HW)
Hello, I am writing a rule to compile the libsepol package that comes with plain Makefiles. I am trying to pass *-Wno-error* option through the _MAKE_OPT variable to override the *-Werror *option specified in the package Makefile. I have set LIBSEPOL_CONF_TOOL := NO and also