From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Wd8y5-0003a9-Hi for ptxdist@pengutronix.de; Thu, 24 Apr 2014 04:00:54 +0200 Received: by mail-la0-f48.google.com with SMTP id gf5so1455715lab.7 for ; Wed, 23 Apr 2014 19:00:47 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 23 Apr 2014 22:00:46 -0400 Message-ID: From: Jon Ringle Subject: [ptxdist] nettle build error Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" I have a ptxdist project that I recently updated from ptxdist-2014.02.0 to 2014.04.0. There was a version bump for nettle from 2.5 to 2.7.1. I am getting the following build error on nettle now: make[3]: Entering directory `/home/jringle/code/ptx/ec1k-rootfs/platform-EC1K/build-target/nettle-2.7.1' Makefile:595: ecc-generic-modq.o.d: No such file or directory arm-v5te-linux-gnueabi-gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-dup-jj.o -MD -MP -MF ecc-dup-jj.o.d -fpic -c ecc-dup-jj.c \ && true make[3]: *** No rule to make target `ecc-modq.o.d'. Stop. make[3]: Leaving directory `/home/jringle/code/ptx/ec1k-rootfs/platform-EC1K/build-target/nettle-2.7.1' make[2]: *** [eccdata.stamp] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/home/jringle/code/ptx/ec1k-rootfs/platform-EC1K/build-target/nettle-2.7.1' make[1]: Leaving directory `/home/jringle/code/ptx/ec1k-rootfs/platform-EC1K/build-target/nettle-2.7.1' make[1]: *** [all] Error 2 make: *** [/home/jringle/code/ptx/ec1k-rootfs/platform-EC1K/state/nettle.compile] Error 2 -- ptxdist mailing list ptxdist@pengutronix.de