From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 11:05:29 2014 Return-Path: Delivered-To: freebsd-questions@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 C3FB39EA for ; Mon, 27 Jan 2014 11:05:29 +0000 (UTC) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 538BB1A02 for ; Mon, 27 Jan 2014 11:05:28 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1W7k0F-000290-R2 for freebsd-questions@freebsd.org; Mon, 27 Jan 2014 12:05:19 +0100 Received: from port-92-204-90-83.dynamic.qsc.de (port-92-204-90-83.dynamic.qsc.de [92.204.90.83]) by webmail.df.eu (Horde Framework) with HTTP; Mon, 27 Jan 2014 12:05:19 +0100 Date: Mon, 27 Jan 2014 12:05:19 +0100 Message-ID: <20140127120519.Horde.zk6gGzrJZ8n-kUHavzPiTw1@webmail.df.eu> From: lists@elfsechsundzwanzig.de To: freebsd-questions@freebsd.org Subject: weird error messages with various ports User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: bGlzdHNAZWxmc2VjaHN1bmR6d2FuemlnLmRl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 11:05:29 -0000 Hello! This is my first posting on this mailinglist, so I hope I am doing everything ok. I am running a 10.0-RELEASE on a Thinkpad X220 - and everything was just fine. Until I did a $ sudo portsnap fetch update today and afterwards a $ sudo portmaster -aD which told me that it wanted to update lang/ruby19. I confirmed its wish and it started making this port. After a couple of seconds it failed with the following error message: ruby library version = 1.9 configure: creating ./config.status config.status: creating Makefile config.status: creating ruby-1.9.pc ===> Building for ruby-1.9.3.484_1,1 make[2]: don't know how to make OPENSSL_CFLAGS. Stop make[2]: stopped in /usr/ports/lang/ruby19/work/ruby-1.9.3-p484 *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/ruby19 *** Error code 1 I did some research but could not find anything. I tried to rebuild security/openssl, which failed with the following error message: generating dummy tests (if needed)... Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for BSD-x86_64. /usr/bin/sed -i.bak -e 's|^MANDIR=.*$|MANDIR=$(MANPREFIX)/man|' -e 's|$(LIBDIR)/pkgconfig|libdata/pkgconfig|g' -e 's|LIBVERSION=[^ ]* |LIBVERSION=8 |' /usr/ports/security/openssl/work/openssl-1.0.1f/Makefile ===> Building for openssl-1.0.1_9 make[2]: don't know how to make WHOLE_ARCHIVE_FLAG. Stop make[2]: stopped in /usr/ports/security/openssl/work/openssl-1.0.1f *** Error code 1 Stop. make[1]: stopped in /usr/ports/security/openssl *** Error code 1 Stop. make: stopped in /usr/ports/security/openssl I tried some other ports, too, like mail/mutt, which fails during the build of www/lynx ("don't know how to make helpdir") ... One port did work, though, lang/go. What is going on here? Has my make environment some sort of amnesia? Thanks for help in advance! I'm happy to provide more information if needed.