On Mon, Jan 26, 2015 at 8:44 AM, Michael Olbrich <m.olbrich@pengutronix.de> wrote:
Hi,

On Wed, Jan 21, 2015 at 02:22:26PM -0500, Jon Ringle wrote:
> After updating to ptxdist-2015-01.0, I am having a problem build libnl3. I
> tried rebuilding host-flex, hoping this might do the trick, but it did not
> help.
> Any ideas?
>
> Jon
>
> ----------------------
> target: libnl3.compile
> ----------------------
>
> make[1]: Entering directory
> `/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25'
> Making all in include
> make[2]: Entering directory
> `/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/include'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/include'
> Making all in lib
> make[2]: Entering directory
> `/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/lib'

Is this from a clean build? I see some more stuff here:

  GEN      route/cls/ematch_grammar.c
  GEN      route/cls/ematch_syntax.c
  GEN      route/pktloc_grammar.c
  GEN      route/pktloc_syntax.c

Can you send the output from "ptxdist clean libnl3 ; ptxdist -v compile
libnl3"? Maybe we can see some more stuff there.


Well... When I was reproducing this before, I had tried doing a 'ptxdist clean' and also removed all the *-dev.tar.gz packages as well and it produced the error. Since then I had to go back to the ptxdist-14.10 that I was using before for other work. Now I can't seem to be able to reproduce the problem when I go to ptxdist-15.01.0. If I do get the problem again, I'll post the info you've asked for.

Jon