From owner-freebsd-questions@FreeBSD.ORG Sat May 9 09:10:41 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8879697 for ; Sat, 9 May 2015 09:10:41 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B17791DDA for ; Sat, 9 May 2015 09:10:41 +0000 (UTC) Received: by ieczm2 with SMTP id zm2so79467226iec.2 for ; Sat, 09 May 2015 02:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FFv2GY5NDL8NSCWnJwCaNH6RNIj2SqNixvYUCuOTZeM=; b=1AyvHMKSvk9RHGUYMhc97+oQ4pFcw7RbJVib0qnlyJGG+35gjp86wr928zbmC08QjE calX5/IiB1++qBhT9xx5wP1uDe/7HVZXXE8BQ9/71bHo6gEgx3eJvEzH+NMcYTpYvbtt obknuJLemEbbcnphtQREvCOIZ6u3DRZp+M1s1UGkpXjwv2IqoI2/34hoM5balO1AcXKO QoBuHPMXa+zy6XBJF2/CYrPqUBDdR0PhIrU4KqW7Vp5wXKvXLm4zHjlofx4iRQHZ0ho1 7W2+4gH113y9erNSufkp+bbmrVXyIFayYf0y0mubPv1HA+AzRhyej+eJ545ROASQVaXz Bdmg== MIME-Version: 1.0 X-Received: by 10.107.155.81 with SMTP id d78mr2275669ioe.29.1431162641029; Sat, 09 May 2015 02:10:41 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Sat, 9 May 2015 02:10:40 -0700 (PDT) In-Reply-To: References: Date: Sat, 9 May 2015 17:10:40 +0800 Message-ID: Subject: Re: make install in security/trousers : Compilation failed unexpectedly From: Ben Woods To: Avinash Sonawane Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 09:10:42 -0000 On Saturday, May 9, 2015, Avinash Sonawane wrote: > Hello! > > When I say `make install` in security/trousers it says > "Makefile:728: recipe for target 'libtcs_a-tcs_req_mgr.o' failed > Makefile:714: recipe for target 'libtcs_a-tcs_caps.o' failed > . > . > . > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer." > > Here is the complete log : http://pastebin.com/LtVkVxHT > > Then I added "MAKE_JOBS_UNSAFE= YES" in security/trousers/Makefile but > then the system said: > "Makefile:714: recipe for target 'libtcs_a-tcs_caps.o' failed" > > Here is the complete log after doing MAKE_JOBS_UNSAFE= YES > http://pastebin.com/cquyE0BN > > I have reported this to the maintainer. > > What I do now? > > -- > Avinash Sonawane (RootKea) > PICT, Pune > http://rootkea.wordpress.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org " > Hi Avinash, I've noticed you have had some difficulty compiling a few ports. Just wanted to check that you knew you can install from packages, rather than having to compile the ports? # pkg install trousers Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com