From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 4 20:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEBB8F85 for ; Fri, 4 Apr 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90055CAC for ; Fri, 4 Apr 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34KK1W5043629 for ; Fri, 4 Apr 2014 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34KK1wW043628; Fri, 4 Apr 2014 20:20:01 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 20:20:01 GMT Message-Id: <201404042020.s34KK1wW043628@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kevin Thompson Subject: Re: ports/188262: Port net/quagga on FreeBSD 10 fails install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kevin Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 20:20:01 -0000 The following reply was made to PR ports/188262; it has been noted by GNATS. From: Kevin Thompson To: Boris Kovalenko Cc: bug-followup@freebsd.org Subject: Re: ports/188262: Port net/quagga on FreeBSD 10 fails install Date: Fri, 04 Apr 2014 16:02:14 -0400 Well, there's not much to add - like I said, it was a fresh install. I did a portsnap fetch update just yesterday, so I should be as up-to-date as possible. Some of the packages I had installed came from 'pkg install' because I was too lazy to build them, but quagga and a few others were built from source. My src.conf file is empty My make.conf file is empty net/quagga has no 'make config' tunables checked. Here's a list of every package installed on the machine: autoconf-2.69 Automatically configure source code on many Un*x platforms autoconf-wrapper-20131203 Wrapper script for GNU autoconf automake-1.14 GNU Standards-compliant Makefile generator automake-wrapper-20131203 Wrapper script for GNU automake cscope-15.8a An interactive C program browser ctags-5.8 A feature-filled tagfile generator for vi and emacs clones dialog4ports-0.1.5_2 Console Interface to configure ports gawk-4.1.0 The GNU version of Awk gettext-0.18.3.1 GNU gettext package gmake-3.82_1 GNU version of 'make' utility help2man-1.43.3_1 Automatically generating simple manual pages from program output libffi-3.0.13_1 Foreign Function Interface libsigsegv-2.10 Handling page faults in user mode libtool-2.4.2_2 Generic shared library support script libyaml-0.1.4_3 A YAML 1.1 parser and emitter written in C lua52-5.2.3_2 Small, compilable scripting language providing easy access to C code m4-1.4.17_1,1 GNU m4 p5-Locale-gettext-1.05_3 Message handling functions perl5-5.16.3_9 Practical Extraction and Report Language pkg-1.2.7_2 Package manager pkgconf-0.9.5 Utility to help to configure compiler and linker flags portmaster-3.17.4 Manage your ports without external databases or languages python-2.7_1,2 The \"meta-port\" for the default version of Python interpreter python2-2_2 The \"meta-port\" for version 2 of the Python interpreter python27-2.7.6_4 Interpreted object-oriented programming language quagga-0.99.22.3 Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software ruby-1.9.3.484_2,1 Object-oriented interpreted scripting language tcl86-8.6.1 Tool Command Language vim-7.4.229_1 Improved version of the vi editor I have no idea why that 'STRIPBIN' is getting into the command line to install; something wrong with libtool? It might've been one of the packages I installed from 'pkg install' /bin/sh /usr/local/bin/libtool --mode=install STRIPBIN=/usr/bin/strip install -s -o root -g wheel -m 555 zebra '/usr/local/sbin' libtool: install: STRIPBIN=/usr/bin/strip install /usr/local/sbin/install usage: install gmake[4]: *** [install-sbinPROGRAMS] Error 64 I have no idea what's setting that.