From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 00:39:35 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73551EC7 for ; Sun, 4 Jan 2015 00:39:35 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD77399C for ; Sun, 4 Jan 2015 00:39:35 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so6076912wes.10 for ; Sat, 03 Jan 2015 16:39:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mcnhealthcare.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ylu3tbrxHX6NMoNs3yfgPNsvFmaC+GsEGThgp70BXbo=; b=VkXL8vkV+C64qzrQgyNQfva4ozFJ3HY+VpYfQx2o4Dd6BqeE0tkmJW3ct82VpzKSmA mvB9Z2tVJXyHS4gr+0+Xygs4lJBHryrnJhcMlBIMz2t4GSs0qoYNg0WYfSjwFiso9Z3Z +A2UG5g+DxoM3W7MeHeJn1nTbjyLdn6CDdWeQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=Ylu3tbrxHX6NMoNs3yfgPNsvFmaC+GsEGThgp70BXbo=; b=QXZuVOhbPWPeP/vpCbDQa4YjkIrvu/U4itG9MbNq3VUD1PSJTEjgoBlc2zEj3P/K9E C+EGktkoKOeQDsL4j3kM4rgLQkBK87ygPegr8sosh3+3PI4CK9icg/fJy0ShyxpFcP2v DzdIZed4zIkpW02Fb4/xwBx/nE8tFtWheTFYVcbbKU8ES1GoLolvpYCvcGewugqHtp9P c3CLD92P2bXsXDK+mBZw1+9LHtjbBc/6u2gCSdVtyuqJe16D99I4HIHp10CrgaYObi+U obdrKPkj3tLimKZ7Q8IsmeK7OqXYp0/yqWcLe0WSF1m0mRksk+Qx7gwAjkUppskmlIk2 f6LA== X-Gm-Message-State: ALoCoQmAVkcAjqU74FsupfKVSSdA9ScZv9NYl+HRVTMMJtPLmRq0/6vYfvz8FAq10YVjyDVcx8EE MIME-Version: 1.0 X-Received: by 10.194.91.205 with SMTP id cg13mr165902858wjb.21.1420331973249; Sat, 03 Jan 2015 16:39:33 -0800 (PST) Received: by 10.27.1.198 with HTTP; Sat, 3 Jan 2015 16:39:33 -0800 (PST) Date: Sat, 3 Jan 2015 17:39:33 -0700 Message-ID: Subject: /usr/ports/Mk/bsd.gcc.mk From: Fred Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 00:39:35 -0000 Who should I talk to regarding a change to /usr/ports/Mk/bsd.gcc.mk ? Using FreeBSD 9.3 with latest ports tree. Line 164 of bsd.gcc.mk reads: LDFLAGS+= -Wl,-rpath=${_GCC_RUNTIME} -L${_GCC_RUNTIME} Think it should read: LDFLAGS:= -Wl,-rpath=${_GCC_RUNTIME} -L${_GCC_RUNTIME} ${LDFLAGS} Issue was found building freerdp. During link phase the software was linking with /usr/lib/libstdc++.so.6, which was older than gcc 4.8, and missing some symbols related to wide character support. LDFLAGS includes an rpath for /usr/lib by the time bsd.gcc.mk is evaluated, so that rpath is being searched before the /usr/local/lib/gcc## path. From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 00:53:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E13304CD for ; Sun, 4 Jan 2015 00:53:29 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE90A3E3B for ; Sun, 4 Jan 2015 00:53:26 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so1014065igb.15; Sat, 03 Jan 2015 16:53:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=f8R1Z/N2elpmK4EKXqgg/tTr1amzQorLl2oN+ZWcQB4=; b=XYxiZm/o6qkL1NiZ4HjTMsAM1orTVoQThq36xAAQVioQAECC4v8qr02yKgQkXu5cjz OyCqzuXHYtuKSkcxEl2nWPZO3OhL0dgxXtOfx9+pWo2rlmmwfnAYN0+aZPDFZlB4HlhR 2IaBfp7T6oPalAkgUXRzv5g7LB78L6mkSKzn8FPdbYQPqc5yAHtJZmkrk6PZNm763YDx MCcgo2yzA1KHOV8/rMsODZVkexkpT79yTS8kmRE24MEeTbpMQ9pH2tS7VG2zwugsMq6e g69tdSlgpbTOtxoxM09wk7O/CNpylz9/t/tlsauPlOKggBT9DrjLRry43vAf2P2IUfdE 93DA== MIME-Version: 1.0 X-Received: by 10.107.168.18 with SMTP id r18mr73866094ioe.76.1420332805934; Sat, 03 Jan 2015 16:53:25 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Sat, 3 Jan 2015 16:53:25 -0800 (PST) In-Reply-To: <54A87837.9030007@passap.ru> References: <20150103142743.GM44537@home.opsec.eu> <54A87837.9030007@passap.ru> Date: Sat, 3 Jan 2015 16:53:25 -0800 X-Google-Sender-Auth: txjenhcRjJulEvQpzWhxRK73zyI Message-ID: Subject: Re: Linker error compiling cups-base From: Kevin Oberman To: Boris Samorodov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Oliver Hartmann , racuko@freebsd.org, FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 00:53:30 -0000 On Sat, Jan 3, 2015 at 3:16 PM, Boris Samorodov wrote: > 03.01.2015 17:27, Kurt Jaeger =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > Hi! > > > >> I'm getting this while upgrading cups-base. Is this a known problem o= r > >> have I fat-fingered something? > > > > It's a known problem: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195743 > > > > Someone needs to debug this 8-( > > Yep, seems that cups-client also depends upon DNSSD/AVAHI. Please, try > the following patch. The patch should be applied to print/cups-base > and print/cups-client should be rebuild Patch fails to apply because PORTREVISION is already 3. My ports tree is at r376112. After hand applying hunk #1, it builds correctly and seems to be working. Thanks! -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 09:06:07 2015 Return-Path: Delivered-To: freebsd-ports@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 5A7CB7CB for ; Sun, 4 Jan 2015 09:06:07 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3CDF66320 for ; Sun, 4 Jan 2015 09:06:06 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id em10so1580047wid.5 for ; Sun, 04 Jan 2015 01:06:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=D5zYea+CEfnJzqVpKRhlejmMguuT2g81s1rBQbhpI64=; b=ZdwW27HmRJBmR0UWroKB2/E7cwL8IQ8b6nN1txYws8YQumth3L+UtVjog9FcGwRUWT afBIt4LKoLni/yikPnyqKCdFut9CpYyq1kLKUHcY1Ux6ZIWJkLdaPfuYrM2VsGYvPyDG B7cSHx/Pqyuhij+ft7+KM3k1dKkiMosRSFNvhU1itnKRWwGXr7LQbSR4ZDTkveWLHmj/ pqJ4ZQyo7nhUWmRTMyNwMapKdSxe+i6sTe3NmjvNK1+kKy1UhUIkC/W5w5E04QD2eswe c7sJMzvBpXQv1tjNUgJfxbdWfAwcAw0qquUroftRhoI5IdbQcMuW97AZpVFaKKW3A/AE 21cg== MIME-Version: 1.0 X-Received: by 10.194.193.4 with SMTP id hk4mr125448489wjc.38.1420362365382; Sun, 04 Jan 2015 01:06:05 -0800 (PST) Received: by 10.194.241.132 with HTTP; Sun, 4 Jan 2015 01:06:05 -0800 (PST) Date: Sun, 4 Jan 2015 17:06:05 +0800 Message-ID: Subject: editors/komodo-edit native FreeBSD build (rather than Linux) From: Ben Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 09:06:07 -0000 The current port editors/komodo-edit uses a precompiled binary for Linux, is out of date and has a license restricting distribution. However, it could instead be compiled from source available on GitHub, and then it would be available under the Mozilla Public License: https://github.com/Komodo/KomodoEdit -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 09:11:35 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 898E68A7 for ; Sun, 4 Jan 2015 09:11:35 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 4582D66376 for ; Sun, 4 Jan 2015 09:11:35 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Y7hDf-0002Eb-Th; Sun, 04 Jan 2015 10:11:31 +0100 Date: Sun, 4 Jan 2015 10:11:31 +0100 From: Kurt Jaeger To: Ben Woods Subject: Re: editors/komodo-edit native FreeBSD build (rather than Linux) Message-ID: <20150104091131.GN44537@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 09:11:35 -0000 Hi! > The current port editors/komodo-edit uses a precompiled binary for Linux, > is out of date and has a license restricting distribution. However, it > could instead be compiled from source available on GitHub, and then it > would be available under the Mozilla Public License: > https://github.com/Komodo/KomodoEdit Have you tried to compose a port that builds it ? You can also add it to https://wiki.freebsd.org/WantedPorts -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 09:13:15 2015 Return-Path: Delivered-To: freebsd-ports@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 CCA61965 for ; Sun, 4 Jan 2015 09:13:15 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 896E666443 for ; Sun, 4 Jan 2015 09:13:15 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Y7hFJ-0002FQ-8s; Sun, 04 Jan 2015 10:13:13 +0100 Date: Sun, 4 Jan 2015 10:13:13 +0100 From: Kurt Jaeger To: Fred Woods Subject: Re: /usr/ports/Mk/bsd.gcc.mk Message-ID: <20150104091313.GO44537@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 09:13:15 -0000 Hi! > Who should I talk to regarding a change to /usr/ports/Mk/bsd.gcc.mk ? First step would be to submit a patch using https://bugs.freebsd.org/bugzilla/enter_bug.cgi Your change will probably discussed by portmgr@. -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 09:24:29 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C1F2A9B for ; Sun, 4 Jan 2015 09:24:29 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2AA466564 for ; Sun, 4 Jan 2015 09:24:28 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k14so26221657wgh.15 for ; Sun, 04 Jan 2015 01:24:27 -0800 (PST) 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 :content-type; bh=95Qbe7U2szarTu+wo3zOK6Un2y3zLCDmKG6XOe9xIw8=; b=tuzqYtvU5pv8E34PgnP1b09aGVyRAWGJrjaNMNccfuqaWfvmwShCnSnOO+5UIXagqe XSgf4JAQ4AKWJdWUshybQsSUpSLrZob5AqY1cGSEHJkcMoXlvms70HToNEoMYygGIQjx d+XMHkJhAQOeNj97LBhVNWR46Um/isB86YJWb4h378bWBlwkCFXN2PJl8/P9zzh8/dg3 XWHzkss7fDpCooqV6yjOvJYzBw9/D/aUwG3Ll5xL+tqhl1CGVVBZMa5aJbU/pKcLZZMy NTSWqu24d1PwXK1Z/AH3iKVU4Q/4dCoIHCzfBOrk7u+psVfLrZkpRM6NBmXdefHFGcwz duAA== MIME-Version: 1.0 X-Received: by 10.194.187.235 with SMTP id fv11mr166889637wjc.16.1420363467016; Sun, 04 Jan 2015 01:24:27 -0800 (PST) Received: by 10.194.241.132 with HTTP; Sun, 4 Jan 2015 01:24:26 -0800 (PST) In-Reply-To: References: Date: Sun, 4 Jan 2015 17:24:26 +0800 Message-ID: Subject: Re: editors/komodo-edit native FreeBSD build (rather than Linux) From: Ben Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 09:24:29 -0000 (I accidentally sent that last email beforeI was finished) Referring to the build instructions on GitHub: cd komodo/mozilla python build.py configure -k 9.10 python build.py distclean all This will cause the build.py script to - download a complete copy of the Mozilla Mercurial repository using wget (908 Mb), - using Mercurial revision FIREFOX_31_0_RELEASE make a clone of TAG_MOZILLA_31, - apply a series of patches to allow it to work with Komodo Edit, - build the patched Firefox 31.0 source. Then the build instructions build the main Komodo Edit source against these binaries: cd .. export PATH=`pwd`/util/black:$PATH # Komodo's "bk" build tool bk configure -V 9.10.0-devel bk build Rather than follow these instructions, does anyone know a smarter way to get the port to build the Firefox 31.0 source with their patch set, and then build Komodo Edit using those binaries? It looks like USES=gecko may be able to help, but I am new to it and not really sure how to apply it. Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com On 4 January 2015 at 17:06, Ben Woods wrote: > > The current port editors/komodo-edit uses a precompiled binary for Linux, is out of date and has a license restricting distribution. However, it could instead be compiled from source available on GitHub, and then it would be available under the Mozilla Public License: > https://github.com/Komodo/KomodoEdit > > -- > From: Benjamin Woods > woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 09:33:54 2015 Return-Path: Delivered-To: ports@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 255F824C for ; Sun, 4 Jan 2015 09:33:54 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 0EED3666BF for ; Sun, 4 Jan 2015 09:33:54 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t049XrYK032155 for ; Sun, 4 Jan 2015 09:33:53 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t049Xr1k032154; Sun, 4 Jan 2015 09:33:53 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201501040933.t049Xr1k032154@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 4 Jan 2015 09:33:53 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 09:33:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ games/angband | 3.5.0 | 3.5.1 ------------------------------------------------+-----------------+------------ games/awale | 1.5 | 1.6 ------------------------------------------------+-----------------+------------ x11-toolkits/py-fltk | 1.3.0 | 1.3.3_py3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 11:45:26 2015 Return-Path: Delivered-To: freebsd-ports@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 93668238 for ; Sun, 4 Jan 2015 11:45:26 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50EF6380C for ; Sun, 4 Jan 2015 11:45:26 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id j7so13902143qaq.26 for ; Sun, 04 Jan 2015 03:45:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=86HfO5JKSVofP6pj591KAMoHY0UGKXS7OsvNlMgY0Ww=; b=VwTpj30HP5yTTpY1FpCXSQeBTrb6ZQL2ZKDMASdlKrXiYrKEQz0XUOY9OU/6ZSH+Pv EK66oe3tuF54xGeNnoMUY3P8hHd80rkpTD0JHE3Q6cmWybDyLXjk50nEM3hFizxGU87j uxuXdLndxeD9hM3z20CJJmWgZ89kjsj22iXMx6QM+OzT9FGZwHy2ZJAfwxCm6u2HPuP3 4Xdw3Or05UdKdXDYEuoRT9eFEdCEtIgSCVLzpF0PkLxOCDrIgrHjHZlIbMVTvrTp6emb 89k61Hc8IQXPLUz2GKo0EuD6z3mQHSvhQ/dWvbKj5+R3tSkzK8L8tHCLngWoqltqOdys OGJQ== MIME-Version: 1.0 X-Received: by 10.140.83.163 with SMTP id j32mr36393651qgd.52.1420371925500; Sun, 04 Jan 2015 03:45:25 -0800 (PST) Received: by 10.140.23.42 with HTTP; Sun, 4 Jan 2015 03:45:25 -0800 (PST) Date: Sun, 4 Jan 2015 06:45:25 -0500 Message-ID: Subject: devel/ccache From: Robert Simmons To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 11:45:26 -0000 Is there a plan to update the devel/ccache port? The new version has improved clang support. From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 12:27:32 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2C90672 for ; Sun, 4 Jan 2015 12:27:32 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 AE4FF64F8D for ; Sun, 4 Jan 2015 12:27:32 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Y7kHJ-0002S0-O8; Sun, 04 Jan 2015 13:27:29 +0100 Date: Sun, 4 Jan 2015 13:27:29 +0100 From: Kurt Jaeger To: Robert Simmons Subject: Re: devel/ccache Message-ID: <20150104122729.GQ44537@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 12:27:33 -0000 Hi! > Is there a plan to update the devel/ccache port? The new version has > improved clang support. If you can provide a patch that updates this, this certainly would speed it up 8-} -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 13:13:31 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E84AF8D1 for ; Sun, 4 Jan 2015 13:13:31 +0000 (UTC) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD59B170B for ; Sun, 4 Jan 2015 13:13:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Date: Sun, 04 Jan 2015 14:13:19 +0100 Message-ID: <20150104141319.Horde.525VpImEQwC-oRLjsMfevg2@webmail.bsdlabs.com> From: Per olof Ljungmark To: freebsd-ports@freebsd.org Subject: cannot build www/webkit-gtk2 Reply-to: peo@intersonic.se User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 13:13:32 -0000 Happy New Year! on 9.3-STABLE Tried patch from bugzilla (for gtk3) 195500 but no change. CXX DerivedSources/JavaScriptCore/libjavascriptcoregtk_1_0_la-InspectorJSTypeBuilders.lo CXXLD libjavascriptcoregtk-1.0.la CXXLD libwebkitgtk-1.0.la CXXLD Programs/jsc-1 CCLD Programs/minidom GEN Programs/jsc GEN WebKit-1.0.gir CCLD Programs/GtkLauncher ./.libs/libwebkitgtk-1.0.so: undefined reference to `_ZN7WebCore17GraphicsContext3D7scissorEiiii' [...] lots of undefined here collect2: error: ld returned 1 exit status GNUmakefile:40511: recipe for target 'Programs/GtkLauncher' failed gmake[1]: *** [Programs/GtkLauncher] Error 1 gmake[1]: *** Waiting for unfinished jobs.... Source/WebKit/gtk/webkit/webkitversion.h:37: Warning: WebKit: symbol='WEBKITGTK_API_VERSION': Unknown namespace for symbol 'WEBKITGTK_API_VERSION' /usr/ports/www/webkit-gtk2/work/webkitgtk-2.4.7/.libs/libwebkitgtk-1.0.so: undefined reference to `_ZN7WebCore17GraphicsContext3D7scissorEiiii' [...] lots of undefined here collect2: error: ld returned 1 exit status linking of temporary binary failed: Command '['/bin/sh', './libtool', '--mode=link', '--tag=CC', '--silent', 'gcc48', '-o', '/usr/ports/www/webkit-gtk2/work/webkitgtk-2.4.7/tmp-introspectW471u4/WebKit-1.0', '-export-dynamic', '-I/usr/local/include', '-O2', '-pipe', '-fstack-protector', '-Wl,-rpath=/usr/local/lib/gcc48', '-fno-strict-aliasing', '-pthread', '-std=c99', '-O2', '-D_FORTIFY_SOURCE=2', '-Wno-deprecated-declarations', '-L/usr/local/lib', '-fstack-protector', '-Wl,-rpath=/usr/local/lib/gcc48', '-L/usr/local/lib/gcc48', '-Wl,--no-demangle', '/usr/ports/www/webkit-gtk2/work/webkitgtk-2.4.7/tmp-introspectW471u4/WebKit-1.0.o', '-L.', '-lwebkitgtk-1.0', '-ljavascriptcoregtk-1.0', '-Wl,--export-dynamic', '-lgmodule-2.0', '-lgtk-x11-2.0', '-lgdk-x11-2.0', '-lpangocairo-1.0', '-latk-1.0', '-lcairo', '-pthread', '-lgdk_pixbuf-2.0', '-lpangoft2-1.0', '-lpango-1.0', '-lfontconfig', '-lfreetype', '-lsoup-2.4', '-lgio-2.0', '-lgobject-2.0', '-L/usr/local/lib', '-lglib-2.0', '-lintl']' returned non-zero exit status 1 GNUmakefile:82426: recipe for target 'WebKit-1.0.gir' failed gmake[1]: *** [WebKit-1.0.gir] Error 1 gmake[1]: Leaving directory '/usr/ports/www/webkit-gtk2/work/webkitgtk-2.4.7' GNUmakefile:25663: recipe for target 'all' failed gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/www/webkit-gtk2. *** [stage] Error code 1 Thankful for directions! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 13:37:50 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A9F2EA1; Sun, 4 Jan 2015 13:37:50 +0000 (UTC) Received: from fmailhost01.isp.att.net (fmailhost01.isp.att.net [204.127.217.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1449F38C7; Sun, 4 Jan 2015 13:37:49 +0000 (UTC) Received: from ace.nina.org (adsl-74-178-47-208.gnv.bellsouth.net[74.178.47.208]) by isp.att.net (frfwmhc01) with SMTP id <20150104133746H01004gpc2e>; Sun, 4 Jan 2015 13:37:47 +0000 X-Originating-IP: [74.178.47.208] Date: Sun, 4 Jan 2015 08:37:47 -0500 (EST) From: Frank Seltzer X-X-Sender: frank_s@Ace.nina.org To: Don Lewis Subject: Re: Linker error compiling cups-base In-Reply-To: <201501032100.t03L0Ssh039353@gw.catspoiler.org> Message-ID: References: <201501032100.t03L0Ssh039353@gw.catspoiler.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 13:37:50 -0000 On Sat, 3 Jan 2015, Don Lewis wrote: > On 3 Jan, Frank Seltzer wrote: >> I'm getting this while upgrading cups-base. Is this a known problem or >> have I fat-fingered something? >> >> I don't understand why cups-base is even trying to link with avahi since >> this option is unchecked: >> >> OPTIONS_FILE_UNSET+=AVAHI > > Is the MDNSRESPONDER option checked? I think I ran into this before. If > neither option is checked, then cups-base tries to use avahi. See > . I think the > Makefile should be using OPTIONS_SINGLE instead of OPTIONS_RADIO. Here is the complete options file: # This file is auto-generated by 'make config'. # Options for cups-base-1.7.3_4 _OPTIONS_READ=cups-base-1.7.3_4 _FILE_COMPLETE_OPTIONS_LIST=DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN GNUTLS OPENSSL AVAHI MDNSRESPONDER JAVA PERL PHP PYTHON OPTIONS_FILE_UNSET+=DBUS OPTIONS_FILE_SET+=ICONS OPTIONS_FILE_SET+=LIBPAPER OPTIONS_FILE_UNSET+=LIBUSB OPTIONS_FILE_UNSET+=PAM OPTIONS_FILE_UNSET+=XDG_OPEN OPTIONS_FILE_UNSET+=GNUTLS OPTIONS_FILE_SET+=OPENSSL OPTIONS_FILE_UNSET+=AVAHI OPTIONS_FILE_SET+=MDNSRESPONDER OPTIONS_FILE_UNSET+=JAVA OPTIONS_FILE_UNSET+=PERL OPTIONS_FILE_UNSET+=PHP OPTIONS_FILE_UNSET+=PYTHON Thanks, Frank From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 14:49:41 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EFB3E01 for ; Sun, 4 Jan 2015 14:49:41 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D719D644EC for ; Sun, 4 Jan 2015 14:49:40 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so2762200wib.5 for ; Sun, 04 Jan 2015 06:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1d1SBjwn859PQmyKFwtDQJBcDx4R9JJmXC71HbHlkdo=; b=gmUS6z38wXyvtXuZNFAQ40YOdQKRjVRR1YSA9vxP64FtoV7D5SWgJEWOkrcGgRCafe WDMeylZ3oPeckoblX06ojnO0Zgl4WcW3Y2RrEgyivX8p1rG/x8lI+T2ZXliTGskeqQHS Tay48Jefk7EPPWVeb+0dMawFHrlXyK7/qRXktWHbQSbaLhl2ssi0fDqCYE4wlhDXetCs 7z0ZMplFvx5RwCaWiyxZ0wv9V3ZhahQK8eUpiMcoPO65IUxWg23h75HBLbD3zKmQgzGK ep2ab7uwgVuzFCtyCXc2i49/8lSoFCIzfTpgxTLWTTNC+oAIjgq7K+XCeqPjtKgTkZBq 6dwA== MIME-Version: 1.0 X-Received: by 10.181.12.17 with SMTP id em17mr16375690wid.45.1420382979211; Sun, 04 Jan 2015 06:49:39 -0800 (PST) Received: by 10.194.241.132 with HTTP; Sun, 4 Jan 2015 06:49:39 -0800 (PST) Date: Sun, 4 Jan 2015 22:49:39 +0800 Message-ID: Subject: Combining GitHub and regular MASTER_SITES for multiple DISTFILES From: Ben Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 14:49:41 -0000 I am trying to create a new port, where the main source code should be retrieved from GitHub, and a secondary piece of source code should be retrieved from an FTP site. The USE_GITHUB port magic does not work for the primary source code if the MASTER_SITES and DISTFILES variables are also specified in the Makefile for the secondary source code. The result is that only the secondary code is downloaded and extracted. Using += for the MASTER_SITES and DISTFILES assignment does not fix the issue. Is there a way that these can be used together for this propose? Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 16:24:25 2015 Return-Path: Delivered-To: ports@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 371FEDF4; Sun, 4 Jan 2015 16:24:25 +0000 (UTC) Received: from mail.mgedv.net (mail.mgedv.net [83.64.34.254]) by mx1.freebsd.org (Postfix) with ESMTP id BC0D710EF; Sun, 4 Jan 2015 16:24:23 +0000 (UTC) Received: from my.loop (client.my.loop [255.255.255.255]) From: "no@spam@mgEDV.net" To: Subject: libmcrypt: configure fails for shared lib on freebsd 10.x [patch] Date: Sun, 4 Jan 2015 16:55:15 +0100 Message-ID: <000001d02836$d4b45f00$7e1d1d00$@mgedv.net> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdAoNh5uTCNJPjV6S7eGg2cln35Wyw== Content-Language: de-at Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: nsayer@FreeBSD.org, nmav@hellug.gr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 16:24:25 -0000 hi, i'm kinda rookie, but there's a bug in the libmcrypt configure script, that causes the libmcrypt shared library to never get built on freebsd 10.x. the script checks for freebsd1* (no shared lib support), which unfortunately matches freebsd10* as well. i had NO smart idea, of how to make this check more efficient without rewriting almost the whole configure script. therefore i simply commented out the freebsd1* sections, which seem very outdated for me anyways. (dunno if somebody still builds libmcrypt on freebsd-1.x?) the "comment it out" patch for this is as follows: --- configure.orig 2007-02-19 07:32:39.000000000 +0100 +++ configure 2015-01-04 16:42:38.000000000 +0100 @@ -12261,9 +12261,9 @@ hardcode_shlibpath_var=no ;; - freebsd1*) - ld_shlibs=no - ;; + #freebsd1*) + # ld_shlibs=no + # ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o @@ -12873,9 +12873,9 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; +#freebsd1*) +# dynamic_linker=no +# ;; kfreebsd*-gnu) version_type=linux @@ -16853,9 +16853,9 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; +#freebsd1*) +# dynamic_linker=no +# ;; kfreebsd*-gnu) version_type=linux @@ -18852,9 +18852,9 @@ hardcode_shlibpath_var_F77=no ;; - freebsd1*) - ld_shlibs_F77=no - ;; + #freebsd1*) + # ld_shlibs_F77=no + # ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o @@ -19464,9 +19464,9 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; +#freebsd1*) +# dynamic_linker=no +# ;; kfreebsd*-gnu) version_type=linux @@ -21471,9 +21471,9 @@ hardcode_shlibpath_var_GCJ=no ;; - freebsd1*) - ld_shlibs_GCJ=no - ;; + #freebsd1*) + # ld_shlibs_GCJ=no + # ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o @@ -22083,9 +22083,9 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; +#freebsd1*) +# dynamic_linker=no +# ;; kfreebsd*-gnu) version_type=linux successfully built the .so with this patch. cheers.m From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 16:36:45 2015 Return-Path: Delivered-To: ports@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 895F7FCF for ; Sun, 4 Jan 2015 16:36:45 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 4660112BA for ; Sun, 4 Jan 2015 16:36:45 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Y7oAV-00072t-QX for ports@freebsd.org; Sun, 04 Jan 2015 17:36:43 +0100 Date: Sun, 4 Jan 2015 17:36:43 +0100 From: Kurt Jaeger To: ports@freebsd.org Subject: Re: libmcrypt: configure fails for shared lib on freebsd 10.x [patch] Message-ID: <20150104163643.GR44537@home.opsec.eu> References: <000001d02836$d4b45f00$7e1d1d00$@mgedv.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001d02836$d4b45f00$7e1d1d00$@mgedv.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 16:36:45 -0000 Hi! > i'm kinda rookie, but there's a bug in the libmcrypt configure script, that > causes the libmcrypt shared library to never get built on freebsd 10.x. If you build the port security/libmcrypt, I see a shared lib being built: ./work/stage/usr/local/lib/libmcrypt.so.4.4.8 So what exactly do you mean with 'it does not get build' ? -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 17:24:34 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 822FE61E for ; Sun, 4 Jan 2015 17:24:34 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 293852AFE for ; Sun, 4 Jan 2015 17:24:34 +0000 (UTC) Received: from walrus.pepperland ([81.217.76.60]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LcEPJ-1XQkKy2hGf-00jbkn for ; Sun, 04 Jan 2015 18:24:25 +0100 Message-ID: <54A97748.9000401@gmx.net> Date: Sun, 04 Jan 2015 18:24:24 +0100 From: Stefan Ehmann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: poudriere: reduce the number of rebuilt packages? References: <54A67B1A.5060007@gmx.net> In-Reply-To: <54A67B1A.5060007@gmx.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:U2m93wo2+KijnVB+K5cJw7e6jF4RfaLfg/EP3VRgA6yrkzAC9Vi 9dPF+dwuuPJKTKPJ26W2Pqc3h7D50+13zPIqcAi63JJm07bYC3X3XbkkDTLEP7VhMJRTUE4 tpkrKe4emxhLQXbUQ+XdEOrQIBNjCpnda5jYUTk/ve6IkEoBiZ8UPnThp5cLRCVqSKrXvW/ O4CqhQfcxsRfBgE3I2u9w== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 17:24:34 -0000 On 02.01.2015 12:03, Stefan Ehmann wrote: > I've recently switched from portmaster to poudriere/'pkg upgrade' to > manage my port updates. Basically it works fine, but incremental builds > don't quite work as I expected. > > poudriere rebuilds all packages if any dependency has changed. If there > are only some ports with new versions, possibly hundreds of packages are > rebuilt. So far it looks like I'll end up rebuilding packages like > libreoffice/KDE/chromium several times a week. The rebuilt packages > won't even be installed by 'pkg upgrade' because their version number > has not changed. Here's an actual example from today. There are new versions for three ports. poudriere will rebuild 70 ports, 67 of them will never be installed on the host. Checking packages for incremental rebuild needed Deleting cups-client-1.7.3_3.txz: new version: 1.7.3_4 Deleting gcc-4.8.3_2.txz: new version: 4.8.4 Deleting gsoap-2.8.18_1.txz: new version: 2.8.21 Deleting chromium-39.0.2171.95_2.txz: missing dependency: cups-client-1.7.3_3 Deleting cups-image-1.7.3_3.txz: missing dependency: cups-client-1.7.3_3 Deleting ghostscript9-9.06_10.txz: missing dependency: cups-image-1.7.3_3 Deleting gtk2-2.24.25_1.txz: missing dependency: cups-client-1.7.3_3 Deleting gtk3-3.14.6.txz: missing dependency: cups-client-1.7.3_3 Deleting gtkspell-2.0.16_5.txz: missing dependency: gtk2-2.24.25_1 Deleting gutenprint-base-5.2.10.txz: missing dependency: gtk2-2.24.25_1 Deleting gutenprint-ijs-5.2.10.txz: missing dependency: gtk2-2.24.25_1 Deleting kBuild-0.1.9998_3.txz: missing dependency: gcc-4.8.3_2 Deleting libglade2-2.6.4_7.txz: missing dependency: gtk2-2.24.25_1 Deleting libpurple-2.10.11.txz: missing dependency: gtk2-2.24.25_1 Deleting libreoffice-4.3.5_2.txz: missing dependency: cups-client-1.7.3_3 Deleting librsvg2-2.40.6.txz: missing dependency: gtk2-2.24.25_1 Deleting libspectre-0.2.7.txz: missing dependency: ghostscript9-9.06_10 Deleting mlt-0.9.2_1.txz: missing dependency: gtk2-2.24.25_1 Deleting musicpd-0.18.11_5.txz: missing dependency: gcc-4.8.3_2 Deleting nspluginwrapper-1.4.4_4.txz: missing dependency: gtk2-2.24.25_1 Deleting nvidia-settings-340.24_1.txz: missing dependency: gtk2-2.24.25_1 Deleting okular-4.14.2_1.txz: missing dependency: libspectre-0.2.7 Deleting openbox-3.5.2_7.txz: missing dependency: gtk2-2.24.25_1 Deleting pidgin-2.10.11.txz: missing dependency: gtk2-2.24.25_1 Deleting pidgin-otr-4.0.0_5.txz: missing dependency: gtk2-2.24.25_1 Deleting policykit-gnome-0.9.2_7.txz: missing dependency: gtk2-2.24.25_1 Deleting py27-gimp-2.8.14.txz: missing dependency: gtk2-2.24.25_1 Deleting py27-gtk2-2.24.0_3.txz: missing dependency: gtk2-2.24.25_1 Deleting py27-mcomix-1.00_2.txz: missing dependency: gtk2-2.24.25_1 Deleting swfdec-0.8.4_5.txz: missing dependency: gtk2-2.24.25_1 Deleting thunderbird-31.3.0_1.txz: missing dependency: gtk2-2.24.25_1 Deleting webkit-gtk2-2.4.7.txz: missing dependency: gtk2-2.24.25_1 Deleting wx30-gtk2-3.0.2_1.txz: missing dependency: gtk2-2.24.25_1 Deleting xsane-0.999_4.txz: missing dependency: gtk2-2.24.25_1 Deleting ImageMagick-6.9.0.2,1.txz: missing dependency: ghostscript9-9.06_10 Deleting calibre-1.48.0_2.txz: missing dependency: ImageMagick-6.9.0.2,1 Deleting firefox-34.0.5_1,1.txz: missing dependency: gtk2-2.24.25_1 Deleting gconf2-3.2.6_3.txz: missing dependency: gtk2-2.24.25_1 Deleting gegl-0.2.0_14.txz: missing dependency: librsvg2-2.40.6 Deleting gimp-2.8.14,2.txz: missing dependency: py27-gimp-2.8.14 Deleting gimp-app-2.8.14_1,1.txz: missing dependency: gegl-0.2.0_14 Deleting gimp-gutenprint-5.2.10_2.txz: missing dependency: gimp-app-2.8.14_1,1 Deleting gnome-mount-0.8_12.txz: missing dependency: gconf2-3.2.6_3 Deleting goffice010-0.10.11.txz: missing dependency: gtk2-2.24.25_1 Deleting gqview-2.0.4_15.txz: missing dependency: gtk2-2.24.25_1 Deleting gtk-engines2-2.20.2_2.txz: missing dependency: gtk2-2.24.25_1 Deleting gutenprint-5.2.10.txz: missing dependency: gutenprint-base-5.2.10 Deleting gvfs-1.20.3_1.txz: missing dependency: gnome-mount-0.8_12 Deleting kdenlive-0.9.10.txz: missing dependency: mlt-0.9.2_1 Deleting libdmtx-0.7.4_6.txz: missing dependency: ImageMagick-6.9.0.2,1 Deleting mkvtoolnix-7.3.0_1.txz: missing dependency: wx30-gtk2-3.0.2_1 Deleting prison-1.0_1.txz: missing dependency: libdmtx-0.7.4_6 Deleting gnumeric-1.12.11_3.txz: missing dependency: goffice010-0.10.11 Deleting kde-workspace-4.11.13_2.txz: missing dependency: prison-1.0_1 Deleting kdepimlibs-4.14.2.txz: missing dependency: prison-1.0_1 Deleting libkfbapi-1.0_3.txz: missing dependency: kdepimlibs-4.14.2 Deleting libkgapi-2.2.0.txz: missing dependency: kdepimlibs-4.14.2 Deleting libkolab-0.5.3.txz: missing dependency: kdepimlibs-4.14.2 Deleting baloo-4.14.2.txz: missing dependency: kdepimlibs-4.14.2 Deleting baloo-widgets-4.14.2.txz: missing dependency: baloo-4.14.2 Deleting gwenview-4.14.2.txz: missing dependency: baloo-4.14.2 Deleting kde-4.14.2.txz: missing dependency: kde-workspace-4.11.13_2 Deleting kde-baseapps-4.14.2.txz: missing dependency: baloo-4.14.2 Deleting kde-runtime-4.14.2_2.txz: missing dependency: kdepimlibs-4.14.2 Deleting kdegraphics-4.14.2.txz: missing dependency: gwenview-4.14.2 Deleting kdepim-4.14.2_1.txz: missing dependency: baloo-4.14.2 Deleting kdepim-runtime-4.14.2.txz: missing dependency: kdepimlibs-4.14.2 Deleting nepomuk-core-4.14.2_1.txz: missing dependency: baloo-4.14.2 Deleting nepomuk-widgets-4.14.2.txz: missing dependency: nepomuk-core-4.14.2_1 Deleting kactivities-4.13.3.txz: missing dependency: nepomuk-core-4.14.2_1 Deleting kate-4.14.2.txz: missing dependency: kactivities-4.13.3 Deleting stale symlinks Deleting empty directories Cleaning the build queue Recording filesystem state for prepkg... done Dry run mode, cleaning up and exiting Would build 70 packages using 1 builders From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 17:43:24 2015 Return-Path: Delivered-To: ports@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 DFCCFB2E for ; Sun, 4 Jan 2015 17:43:23 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A04A92E1F for ; Sun, 4 Jan 2015 17:43:23 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id r5so14888854qcx.27 for ; Sun, 04 Jan 2015 09:43:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4CU1gy3QMFDIK15UMGNRQNQ16TRgepgkpi5aHf5IuiM=; b=oLNiduX4F/XN6kVZklQG9TjWvOL4fB6EqYWIfWtfSVYR4x3qRIzjr5kQDR6KeB8I9q IYSAb6n0iqtVAO4l4d3XAj298QYJCSI/qh8EyYwI+Rkcxmt4Y01r5SJHbbgJiYo/8CGX PqiL8SDM5YIS20Qpq/BLkuRstOsaKPCs8i/7lZVgwqE1pbbmZzChGtnvDBEZH+nChi9p zACmIC4czi2i804qHiGYypTKNz711qXmsUKf1fUPjs33llDWFoQr/PiqCbChaS8s4bz7 WzhEDLzZ8TrLQ6goqST5R4VSKOdeqb7V9zzG20gTvT5ryxQZ5wGltRsuh0vZfvdFm/OZ Ox8g== MIME-Version: 1.0 X-Received: by 10.140.94.168 with SMTP id g37mr59630269qge.80.1420393402705; Sun, 04 Jan 2015 09:43:22 -0800 (PST) Received: by 10.229.140.71 with HTTP; Sun, 4 Jan 2015 09:43:22 -0800 (PST) Date: Sun, 4 Jan 2015 12:43:22 -0500 Message-ID: Subject: emulators/pipelight failing to build From: Ricky Gallamore To: ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 17:43:24 -0000 I am currently trying to build this port and I am getting the following error *gmake[2]: Leaving directory '/usr/ports/emulators/pipelight/work/mmueller2012-pipelight-79b1b7ba0032/src/linux'* */usr/local/bin/gpg --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-v0.2.7.3.tar.gz.sig"* *gpg: Warning: using insecure memory!* *gpg: no signed data* *gpg: can't hash datafile: No data* *Makefile:72: recipe for target 'prebuilt32' failed* *gmake[1]: *** [prebuilt32] Error 2* *gmake[1]: Leaving directory '/usr/ports/emulators/pipelight/work/mmueller2012-pipelight-79b1b7ba0032'* **** Error code 1* *any idea how to fix this?* *Thanks* *Ricky* From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 18:29:18 2015 Return-Path: Delivered-To: freebsd-ports@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 4D50AA61 for ; Sun, 4 Jan 2015 18:29:18 +0000 (UTC) Received: from so.liwest.at (so.liwest.at [212.33.55.24]) (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 B47D3801 for ; Sun, 4 Jan 2015 18:29:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=liwest.at; s=20140502; h=Mime-Version:To:Date:Message-Id:Subject:Content-Type:From; bh=25DtAmGCCBNySxDc1h+fTTQtL+sHYc8ToJAb2EDwTsY=; b=TCGnwA9+ToFmZfxeqNlE0XwBYgHCqsF4DV3HyBzamtwNy19+aU7lgacow7+IUWr2GvTd2DbnFe+LFKQi6ozZDKiCfmAma43JC5P9L5wxy6Th3bAJPVjr5wHMX2Qxg3kre0f89RlXepeD4rFDmVrMm6P4GQaKVnYZmI0oThUHzfKgKHS20Eq5PbKdDwVsQrZvfgrl+NTn5obWmTJnJUC+izC4LJYtzHClyKd7pZoj3LR3RB6CgboVmRrnHQQTBHgunbHEHu7f6qa3YGLukFSitmUJ/CHknxkla5oheL038nNyCDpoasuAG7J+YMnTBpRK4xfydLKOlwCcFfcphf4/nA==; Received: from [90.146.7.130] (helo=[192.168.35.2]) by so.liwest.at with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1Y7pvP-0003JX-KL for freebsd-ports@freebsd.org; Sun, 04 Jan 2015 19:29:16 +0100 From: horst leitenmueller Subject: New Port OpenEMM2013 with some questions before Message-Id: Date: Sun, 4 Jan 2015 19:29:13 +0100 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-Spam-Score: -1.0 (-) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 18:29:18 -0000 hi all, i have ported OpenEMM2013 R2 to freebsd but i have some questions before = i can add it to the bug/new port reporting system 0) do-install copytree_share to exclude documentation directory = (USR_SHARE/...) not working (i needed to move doc one level up in = do-build: ) do-build: ${MV} ${WRKSRC}/target/USR_SHARE ${WRKSRC}/USR_SHARE do-install ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} (cd ${WRKSRC}/target/ && ${COPYTREE_SHARE} \* = ${STAGEDIR}${PREFIX}/${PORTNAME} "! -name USR_SHARE*") post-install # update also /usr/local/share with the docs ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/USR_SHARE/ && ${COPYTREE_SHARE} . = ${STAGEDIR}${DOCSDIR}) is there a better solution for this ? 1) pkg-plist=20 documentation with=20 i added for all entries in the Docsdir=20 %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt =20 and NO dirrm for the %%PORTDOCS%%%%DOCSDIR%%=20 but i get a warning that=20 =09 portlint -A WARN: /usr/ports/mail/openemm2013/pkg-plist: Both = ``%%PORTDOCS%%@dirrm %%DOCSDIR%%'' and ``%%PORTDOCS%%@unexec = %D/%%DOCSDIR%% 2>/dev/null || true'' are missing. At least one should = be used. and in portershandbook = https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html = 7.6.7.10. @dirrm directory (Deprecated) so now what i have to add :-) 2) License if not defined in freebsd.lic db mk and building with poudriere will fail if the license must be = accepted, how can this be solved ? (as i have it now it=E2=80=99s not = correct!) LICENSE=3D MPL #LICENSE=3D CPAL #LICENSE_COMB=3D multi #LICENSE_NAME=3D Common Public Attribution License Version 1.0 (CPAL) #LICENSE_FILE=3D ${DOCSDIR}/LICENSE.txt =20 #LICENSE_PERMS_OpenEMM=3D auto-accept # dist-mirror pkg-mirror = auto-accept is there a best practice to transfer all lic to the correct place of = freebsd post-install: # TODO LEI # move the licenses to the correct place # /usr/local/share/doc/openemm2013/LICENSE.txt # /usr/local/share/doc/openemm2013/ThirdPartyLicences/* 3) devel/libslang2 name for lib dependency (LIB_DEPENDS) but libslang.so is the one which must be declared otherwise it will = be never found is it normal in this way ? LIB_DEPENDS=3D libslang.so:${PORTSDIR}/devel/libslang2 4) USES python best way to define dynamically RUN_DEPENDS for db = (py27-MySQLdb56 ) RUN_DEPENDS=3D = ${TOMCATHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat8 = py27-MySQLdb56>=3D1.2.3:${PORTSDIR}/databases/py-MySQLdb56 .... USES=3D python:2.7,run ....=20 5) best way to reinplace_cmd for paths in the target system example=20 @${REINPLACE_CMD} -e 's|$$HOME|\${PREFIX}\/\${PORTNAME}|g' -e = 's|-L INFO|-L INFO -s /var/run/openemm/bav.sock|' = ${WRKSRC}/src/script/control/bounce.sh =20 to hardcode /var/run will not be the best or ? also portlint is complaining root@openemm:/usr/ports/mail/openemm2013 # portlint WARN: Makefile: possible use of absolute pathname "/var". 6) not able to replace i have a few problems with the REINPLACE_CMD=20 i thougt special character escaping is working as normal = example \$ would escapce $ but it's not $$ escapes it=20 problem here a can't escape the single quote only in = this way it's working... another problem i wanted to use grouping but this was = also not working LHS |(base=3D) os.environ.*| and on RHS |\1 = {PREFIX}...|=20 @${REINPLACE_CMD} -e "s|base =3D os.environ\['HOME'\]| base =3D = '${PREFIX}\/${PORTNAME}'|g" -e "s|lockpath =3D = os.environ\['LOCK_HOME'\]|lockpath =3D '/var/run/openemm'|g" = ${WRKSRC}/src/script/lib/agn.py 7) symlink for pyhton=20 the application refers to the /usr/local/bin/python path = installation of pyhton is only with version Nr # TODO LEI #${LN} -sf /usr/local/bin/python2.7 /usr/local/bin/python how can this be done ?, (btw.: app has no variable for current = pyhton path) 8) portlint and position of LIB_DEPENDS / BUILD_DEPENDS / RUN_DEPENDS portlint complains about position of following WARN: Makefile: "BUILD_DEPENDS" has to appear earlier. WARN: Makefile: "RUN_DEPENDS" has to appear earlier. i have tried now all positions before ... but without success, where = should it be placed (i would love to have a xsd for that to know WHAT is = wrong and where it should be...) 9) portlint -A was complaing about not using PREFIX in pkg-message i thougt it will be replaced ? but this is not working as = expected; is there a other way to get this solved=20 or is the only way to hardcode it and to live with warnings? hopefully not too long and i get some help :-) attached the Makefile (port.shar and the pourdriere -t log; i can send = when needed)=20 thnx in advance=20 horst From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 19:20:02 2015 Return-Path: Delivered-To: freebsd-ports@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 9F8ABB84 for ; Sun, 4 Jan 2015 19:20:02 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9E0E94 for ; Sun, 4 Jan 2015 19:20:02 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so2068740wiv.11 for ; Sun, 04 Jan 2015 11:20:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mcnhealthcare.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=7hpLn1VG5l9VbxatCQeV1fRnDqOIcX8k0d+6RbX4Sxs=; b=e3wqi9tSaZehcZvcb8bZa+ew/uFKPONJn8UN6s4UGDujDZa1y6bW43MZJ3iBLT5dRP wqTl1YgBZLEuLFRcTdBrmscvydUJhR0AXj0T3/Wl2Th69WiUMT8hMTRwfO4HJH/OkqWR 66D28iYp1hJj6PT74HZLZ9/AnZq0+B2z+VWcE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=7hpLn1VG5l9VbxatCQeV1fRnDqOIcX8k0d+6RbX4Sxs=; b=iuK0bQaJgemy/VTAW8pRVWPurvdvjid4AvhthKHmZsZX+UBSW/9a5erX1pQNrh2HL6 W+7mQDJrCHv6wJhddpDw1LzcurK6fWf9KKGVYCnQpNxHw5oGx5C72FT+GTSDksplHyk/ GZqFn/Tgbphm1RdsAfRpbMkv1d3oBRfBiWHzMpokr0WTieQgz91JmxLfL1G3yPXO+nTH F3wOtgk+d/ODoacnNS8AwcNn+tLROd/s2FiYAVX74Sdas/cr1F0LVqkUKXDVnirRoQEG cfO4MjvCT7LnHRvpeFiTETgLoEHGYnPbdAvr5Xuyt/uyba42czaSGoJ+oEXLoADVOkVI PxoA== X-Gm-Message-State: ALoCoQk0ourQFEKwl07LB7zzej9VSYjegvG2PbcADeMWfpTmdJryFHPUHeRy0eEs140L8Gxk4zjM MIME-Version: 1.0 X-Received: by 10.194.90.81 with SMTP id bu17mr80128260wjb.3.1420399200515; Sun, 04 Jan 2015 11:20:00 -0800 (PST) Received: by 10.27.1.198 with HTTP; Sun, 4 Jan 2015 11:20:00 -0800 (PST) Date: Sun, 4 Jan 2015 12:20:00 -0700 Message-ID: Subject: emulators/pipelight failing to build From: Fred Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 19:20:02 -0000 What version of gpg and libgcrypt are you using (gpg --version)? Seems to work with gpg 2.1.0 and libgcrypt 1.6.1. However, online docs for gpg seem to indicate --verify is being used wrong in the Makefile in the port working directory. https://www.gnupg.org/documentation/manpage.html "... =E2=80=93verify [[=3Dsigfile=3D] [=3Dsigned-files=3D]] Assume that sigfile is a signature and verify it without generating any output. With no arguments, the signature packet is read from stdin (it may be a detached signature when not used in batch mode). If only a sigfile is given, it may be a complete signature or a detached signature, in which case the signed stuff is expected in a file without the ".sig" or ".asc" extension (if such a file does not exist it is expected at stdin; use a single dash ("-") as filename to force a read from stdin). With more than 1 argument, the first should be a detached signature and the remaining files are the signed stuff. ..." Which seems to be inline with the error you are seeing. From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 04:44:04 2015 Return-Path: Delivered-To: freebsd-ports@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 67DAFA67 for ; Mon, 5 Jan 2015 04:44:04 +0000 (UTC) Received: from nm8-vm9.access.bullet.mail.gq1.yahoo.com (nm8-vm9.access.bullet.mail.gq1.yahoo.com [216.39.63.246]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28B98198A for ; Mon, 5 Jan 2015 04:44:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s2048; t=1420432640; bh=SXqQNs8rOmB2BgTLmGmsRzqquSeW2M/D8shQ7Svu6Ao=; h=Date:From:To:CC:Subject:References:From:Subject; b=jXMFW2JX8FecY8fwvVAZdZ1GQzXGC4HU527mBu5yPRizJfY0erv5nOw7iW9T9osprrBXLsgd498o14D/w3uWIv6NG8ZGGP2EhrDvIL7VQrx9QXzr0iIUt/9/VAQqpcUZdbg+Jqbgreyrxa7wYUEX7xcFvIHDaOC5h7tJwKxRG3r5L2UKgz06nX3qCc0KvlrYsC7eu+lsQ/GeSiUP0KgCOY9VKYWR5AxXkbqHftGg+N9PNDBbCPc1otXJEw1L1qxDarGGoogKjyaIlP9kGK1F+nZqaaW3SIxpN66f0+lVtfJm6wkRqyYHblx0FNStTQXMopv7lmM3W1jehMUPA8F+Og== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=bellsouth.net; b=ZV4+9oIAmfLOulTE1N6bQmoIFqhKZMo7/GDxQGG9mrmORb7HT94r9ptjhqwv99UzqXFSPCNL4iSrN+tcXjwRp3yUY/w98cBwTw7czeYsf2KJFDzXhFA4R+62LicsrbfECzV8JPjsRhr7qj7s4utzpaWGf3Uu85wfTHvdIox8sz9rgt8+fBZRh1dCmRJ5ZocsLYQL7zc5usi0BebodBPkLgcltwzA0JbVzHGRoIuNfDASX1hPqwGCj3WRNyoYNteHT0BPMb7hsyXYklIvPOLpu2Mq11huFP+crwWh49iPnFgXsojj9kg7NS9km0BzNy1SEbBFC2zOSdo47t0u7sWZpg==; Received: from [216.39.60.172] by nm8.access.bullet.mail.gq1.yahoo.com with NNFMP; 05 Jan 2015 04:37:20 -0000 Received: from [98.138.226.242] by tm8.access.bullet.mail.gq1.yahoo.com with NNFMP; 05 Jan 2015 04:37:20 -0000 Received: from [127.0.0.1] by smtp113.sbc.mail.ne1.yahoo.com with NNFMP; 05 Jan 2015 04:37:20 -0000 X-Yahoo-Newman-Id: 841102.2852.bm@smtp113.sbc.mail.ne1.yahoo.com Message-ID: <841102.2852.bm@smtp113.sbc.mail.ne1.yahoo.com> Date: Mon, 5 Jan 2015 04:37:20 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: .xoYTCwVM1lPIzN84BqEGVW_iFkHH1skkCPSQAPLirBon3r Hvbx.12OVxE_yOIigTs7X_Jz2HzC4vBE.aVc1w8z8K6Tapga7TnUyhoHr9UA 62MY464ZhkYlr42ms4cnD93k6zO7dVfRZpb15dowfoRpogVAhCnif9oiwWTW 2bIPnamSqWSOwhspqYp5.ZoaiOXrS97WjUWJAb.UoY9NgNnFSdDi9bwOmKM3 tvRKZyTMZVBKBOGLrfJSAtBIZRF2DDXoYunVMkuF59Nvs.UzlvP4RZNgJwSz uebgITDSoRgIfmHtA4keezozF8Rzlv_XWFkokqiUiG7KmGBkM3BnJUIEMwSJ k0wT6dSYMdCgTJrhFpx8lxG48CtFj5AKd94qJa9j4kPsKXtAGrGP2R8JvEOk RfGMmSG1vI3i.MiA9PkoO9lDIaMHzmVsOrnJWYZo1cB2mzQUxCIo_iU7wspZ rltXO7xOT5WpVU9WUPAytZysmKtA1dnz.Z2OtJrtn3b1idxM13uLGq.1ZX6A WPOjJBsx4sH66mG0fJxvt2Y6S_Rc91kOyCo9af_4Hu9e1VBC31mjyepGl X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: multimedia/libva fails in configure stage, missing file? References: <251934.51704.bm@smtp118.sbc.mail.ne1.yahoo.com> <54A074AF.4040709@FreeBSD.org> <100948.14193.bm@smtp119.sbc.mail.ne1.yahoo.com> <54A1A000.7050807@FreeBSD.org> <92121.6371.bm@smtp115.sbc.mail.ne1.yahoo.com> <54A32410.9020300@FreeBSD.org> <106917.74102.bm@smtp112.sbc.mail.ne1.yahoo.com> <54A6DB7A.5000905@FreeBSD.org> <987407.23877.bm@smtp120.sbc.mail.ne1.yahoo.com> <54A862E2.2070102@FreeBSD.org> Cc: madpilot@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 04:44:04 -0000 from Guido Falsi: > Mine was just an idea. The cause could be something else. I don't know > much about the automake internals. It simply dies with return code one. > You should try to diagnose that. I don't know how to diagnose automake's failing, except to try on another FreeBSD, NetBSD or Linux system. I see some ports that previously didn't list automake or autoconf as dependency now do, such as mutt. It also looks like, if I have a useful system, I really should back it up, the whole OS + packages/ports, to another partition. That would protect not only against a massive portupgrade/portmaster removing and failing to rebuild a port but also against messing the base system with an update that turns out to be buggy. Tom From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 09:42:05 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0865F8EB for ; Mon, 5 Jan 2015 09:42:05 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 85EA964632 for ; Mon, 5 Jan 2015 09:42:03 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3kGBgg0bcfzZrp; Mon, 5 Jan 2015 10:41:51 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id F6Pw6bJmkC5B; Mon, 5 Jan 2015 10:41:35 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 5 Jan 2015 10:41:30 +0100 (CET) Message-ID: <54AA5C4A.5090301@FreeBSD.org> Date: Mon, 05 Jan 2015 10:41:30 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-ports@freebsd.org Subject: Re: multimedia/libva fails in configure stage, missing file? References: <251934.51704.bm@smtp118.sbc.mail.ne1.yahoo.com> <54A074AF.4040709@FreeBSD.org> <100948.14193.bm@smtp119.sbc.mail.ne1.yahoo.com> <54A1A000.7050807@FreeBSD.org> <92121.6371.bm@smtp115.sbc.mail.ne1.yahoo.com> <54A32410.9020300@FreeBSD.org> <106917.74102.bm@smtp112.sbc.mail.ne1.yahoo.com> <54A6DB7A.5000905@FreeBSD.org> <987407.23877.bm@smtp120.sbc.mail.ne1.yahoo.com> <54A862E2.2070102@FreeBSD.org> <841102.2852.bm@smtp113.sbc.mail.ne1.yahoo.com> In-Reply-To: <841102.2852.bm@smtp113.sbc.mail.ne1.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 09:42:05 -0000 On 01/05/15 05:37, Thomas Mueller wrote: > from Guido Falsi: > >> Mine was just an idea. The cause could be something else. I don't know >> much about the automake internals. It simply dies with return code one. >> You should try to diagnose that. > > I don't know how to diagnose automake's failing, except to try on another FreeBSD, NetBSD or Linux system. > > I see some ports that previously didn't list automake or autoconf as dependency now do, such as mutt. As I suggested you should check the files present in /usr/local/share/aclocal using "pkg which". There could be stale files there causing the failure. Unluckily I could not reproduce the problem here, and it's not appearing in poudriere or the build cluster. It looks like it's a local problem on your system, so it needs to be fixed there. You can try another system, and if you find a way to reproduce the problem report that to me, but if it just works on another system you will need to find what broke on your machine. My suspect is there is some old or stale file around on your machine which causes automake to fail. Finding that isn't easy I know. It has little debugging help. Since in the while I updated libva, can you post the output of the failure with recent libva? I could try to get some more insight with that. There are ways to get some more output from the tools but they require to manually run them with appropriate options. you could try running automake with the -v option by hand in the port's WRKSRC (inside the software decompressed distribution) and see if that gives some hint where the failure is. > > It also looks like, if I have a useful system, I really should back it up, the whole OS + packages/ports, to another partition. This is a completely different subject. I think it is overkill. Anyway filesystem snapshot could be a better approach, if the filesystem you're using supports those. > > That would protect not only against a massive portupgrade/portmaster removing and failing to rebuild a port but also against messing the base system with an update that turns out to be buggy. > portmaster has a "-b" option to keep backups of packages before removing them which you could investigate. You can also downgrade your ports tree to a known working release using subversion. Another more elaborate option is building your own binary packages with poudriere and using pkg to upgrade the system from a successful run with poudriere. Also using the official binary packages is a viable option you should consider if you want to avoid this kind of scenario. These just from the top of my head. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 09:45:39 2015 Return-Path: Delivered-To: ports@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 CF1D29D4 for ; Mon, 5 Jan 2015 09:45:39 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 BBDAC6467E for ; Mon, 5 Jan 2015 09:45:39 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t059jdfb060228 for ; Mon, 5 Jan 2015 09:45:39 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t059jdFo060227; Mon, 5 Jan 2015 09:45:39 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201501050945.t059jdFo060227@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 5 Jan 2015 09:45:39 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 09:45:39 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ security/courierpasswd | 1.1.2 | 1.1.3 ------------------------------------------------+-----------------+------------ textproc/yodl | 3.04.00 | 3.05.00 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 15:02:59 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D2C8BF0 for ; Mon, 5 Jan 2015 15:02:59 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47CDA67001 for ; Mon, 5 Jan 2015 15:02:59 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Y89BB-003kNa-2w>; Mon, 05 Jan 2015 16:02:49 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=prometheus) by inpost2.zedat.fu-berlin.de (Exim 4.82) with esmtpsa (envelope-from ) id <1Y89BA-000LVN-Un>; Mon, 05 Jan 2015 16:02:49 +0100 Date: Mon, 5 Jan 2015 16:01:26 +0100 From: "O. Hartmann" To: Michelle Sullivan Subject: Re: emulators/virtualbox-ose: Syntax error: "(" unexpected kmk: *** Message-ID: <20150105160126.2224cb9c@prometheus> In-Reply-To: <54A72EC2.4030100@sorbs.net> References: <20150102143857.5ecfca7a@prometheus> <54A72EC2.4030100@sorbs.net> Organization: FU Berlin X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 15:02:59 -0000 On Sat, 03 Jan 2015 00:50:26 +0100 Michelle Sullivan wrote: > O. Hartmann wrote: > > On a CURRENT box, I run always into this very sticky error, shown below. I > > already deinstalled the port and tried to recompile (using portmaster), > > without success. Also have I recompiled every requisite port via > > "portmaster -f", but the error is still glued to my butt: > > > > [...] > > kBuild: Linking VBoxKeyboard > > kBuild: bin2c VBoxSDL > > - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/src/VBox/Frontends/VBoxSDL/ico64x01.pnm > > kBuild: Generating VirtualBox > > - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VirtualBox_stripped.xidl > > kBuild: rcc VirtualBox > > - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VirtualBox/misc/VirtualBoxBrand.qrc > > kBuild: Compiling VBoxOGLhosterrorspu > > - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxOGLgen/errorspu.c > > 4 warnings generated. kBuild: bin2c vboxweb-wsdl > > - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/webservice/vboxweb.wsdl > > kBuild: Installing tstVMStructRC > > => /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/bin/tstVMStructRC > > kBuild: Generating tstVMStructSize > > - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/bin/tstVMStructRC: > > 1: Syntax error: "(" unexpected kmk: *** > > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] > > Error 2 kmk: *** Deleting file > > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' > > kmk: *** Waiting for unfinished jobs.... filesplitter: Out of 144 files: 144 > > rewritten, 0 unchanged. > > (/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VirtualBox/include) > > kmk_builtin_append > > "/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VirtualBox/include/COMWrappers" > > kmk: *** Exiting with status 2 *** Error code 2 > > [...] > > > > > I had this a while ago after an upgrade IIRC "make deinstall distclean > config package" fixed it for me... though I might have manually > shutdown/removed the kernel modules and deleted them first... > > Regards, > Hello, thank you for the response. I deinstalled everything related to VirtualBox, inclusive kBuild and made a "rmconfig" in every port folder. I also deinstalled/checked for deinstallation of the kernel modules and rebooted after the switch-off. After that I installed emulators/virtualbox-ose again. But I always run into this specific error! On several other systems, running the very same OS revision and optimizations defined in /etc/src.conf, I do not get this error message. Something seems very fishy ... Regards, oh From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 16:34:12 2015 Return-Path: Delivered-To: freebsd-ports@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 7C9FEBEF for ; Mon, 5 Jan 2015 16:34:12 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 135252C49 for ; Mon, 5 Jan 2015 16:34:12 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id l2so2540707wgh.21 for ; Mon, 05 Jan 2015 08:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sAubpxxsnwyn5fZSpj2C6+5jJLuv/G+ixuZJnBiCfK8=; b=z1ulgc62BLESKAWBFkMabCpgmJpPwhngvnMW4HeDvoO4tRjDCgnZA48VR6ZCETbOfq kTuR2fNh39FGPMQa7i9iBdmNGFhtU9xeim2eQrGNabGe6+r+mKJJbFEK4G53Ctcm3hft 0yJs1iaUKrJ5DsLGqtMwmHlw6p5QAx7c4zJTOZrWZQjEj69xcoOAGTz2U1D1FSWIy8fk ELnu8ye4UHK+pTiyuPCwVnc1w6yRvgAaYQcaCUIa4o/XVxImf5NEKlenXGXcWDXQvj1o fluFYJUmj4Cv2V7TtXvjJSArT95C5M86c7RS3Y6kDRunjxKG1MG+WvI0OqpSR40RhtDu WpnQ== MIME-Version: 1.0 X-Received: by 10.194.190.46 with SMTP id gn14mr114623619wjc.36.1420475650487; Mon, 05 Jan 2015 08:34:10 -0800 (PST) Received: by 10.194.135.79 with HTTP; Mon, 5 Jan 2015 08:34:10 -0800 (PST) Date: Mon, 5 Jan 2015 22:04:10 +0530 Message-ID: Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) From: Amit Sengupta To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 16:34:12 -0000 I spent 3-4 days trying to build the webkit-gtk2 port on 10.1 RELEASE. I kept getting a linker error and I tried every solution I could find about it, including trying to change the compiler to use gcc instead of CLANG and making a change in the Makefile etc. Finally I had a look at the symbols which were generating a linker error and I realised they were all to do with 3d graphics. I was not selecting the WebGL Option in make config and it was still trying to link those routines. So I chose WebGL in make config and the linker didnt fail and I was able to finally build the port. Hope this helps others who are stuck with webkit-gtk2 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 16:50:21 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D2C928A for ; Mon, 5 Jan 2015 16:50:21 +0000 (UTC) Received: from que11.charter.net (que11.charter.net [209.225.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id EC6782E4C for ; Mon, 5 Jan 2015 16:50:20 +0000 (UTC) Received: from imp11 ([10.20.200.11]) by mta21.charter.net (InterMail vM.8.01.05.09 201-2260-151-124-20120717) with ESMTP id <20150105160622.XRDV23400.mta21.charter.net@imp11> for ; Mon, 5 Jan 2015 11:06:22 -0500 Received: from mtaout002.msg.strl.va.charter.net ([68.114.190.27]) by imp11 with smtp.charter.net id cG6N1p00D0buw5Q05G6NGF; Mon, 05 Jan 2015 11:06:22 -0500 Received: from impout005 ([68.114.189.20]) by mtaout002.msg.strl.va.charter.net (InterMail vM.9.00.015.01 201-2473-143-101) with ESMTP id <20150105160622.JZOX20170.mtaout002.msg.strl.va.charter.net@impout005> for ; Mon, 5 Jan 2015 10:06:22 -0600 Received: from localhost ([68.185.172.206]) by impout005 with charter.net id cG6M1p00L4TYtvG01G6MrU; Mon, 05 Jan 2015 10:06:22 -0600 X-Authority-Analysis: v=2.1 cv=ePqdjRZ1 c=1 sm=1 tr=0 a=y9SFxXqNx3eGR238IwfmYA==:117 a=y9SFxXqNx3eGR238IwfmYA==:17 a=hOpmn2quAAAA:8 a=oCcaPWc0AAAA:8 a=gpycVYawimbE1wz4Mu4A:9 a=QEXdDO2ut3YA:10 a=A_kSzi8HwxYA:10 a=6eYdwYD2KpQA:10 a=HEfL2AoIGvIA:10 a=Tc_N49JjAmEA:10 a=TeALiz-SUqMA:10 a=SSImTbnsWnokxmxT:21 a=_W_S_7VecoQA:10 Date: Mon, 5 Jan 2015 09:57:08 -0600 (CST) From: Eric Teeter To: ports@FreeBSD.org Message-ID: <11875248.1553.1420473427249.JavaMail.Owner@Teeter1> In-Reply-To: <31385572.1549.1420473125617.JavaMail.Owner@Teeter1> Subject: Asterisk ports MIME-Version: 1.0 X-Antivirus: AVG for E-mail 2014.0.4794 [4253/8872] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 16:50:21 -0000 Are there going to be ports for the different languages sounds for Asterisk (i.e. g772 or wav for en)? -- Eric Teeter 349 N Rutland Ave Apt 3 Brooklyn, WI 53521 (608) 455-4172 ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4794 / Virus Database: 4253/8872 - Release Date: 01/05/15 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 18:52:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC2FC329 for ; Mon, 5 Jan 2015 18:52:18 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD88528F2 for ; Mon, 5 Jan 2015 18:52:18 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id gq1so62279899obb.9 for ; Mon, 05 Jan 2015 10:52:18 -0800 (PST) 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=oWOUaSsi+pKCvP6nOq9HH5pHVI9piwO+qu5ne+lhoS8=; b=RJXlPvSjDP0imRp2j3OGwgyCCtlgmKwYWNUEWXcX+56804GLdu1Ay3TO1yal7TdahT 6xJmX7M5NCcNFiggDv011vG71qIB+rFhAHHTep00iAHsL8ahXBb8s5vD6nQiB7iCT0+k bQoOnewaMuVmqoDpeumhPg4EvZI0AtUjt4R+O6NwLUWvv534ekAcbQ23MdCE6tH/mEEM 5DN9LHOz2f7tMLb28KSaH7RPg04qUn5onE6CzYOPX/D24pHmxe0JCAQ4jq3wWHN5bmzc q71WIhOaNI4yOYXkc+WbFNY6MkmhWOt16xTVvlaR4WMauLGr77Ks31e3vQ6LH3sI/9xO 2PIA== MIME-Version: 1.0 X-Received: by 10.60.175.195 with SMTP id cc3mr51587345oec.10.1420483938101; Mon, 05 Jan 2015 10:52:18 -0800 (PST) Received: by 10.182.235.18 with HTTP; Mon, 5 Jan 2015 10:52:17 -0800 (PST) Received: by 10.182.235.18 with HTTP; Mon, 5 Jan 2015 10:52:17 -0800 (PST) In-Reply-To: <54A67B1A.5060007@gmx.net> References: <54A67B1A.5060007@gmx.net> Date: Mon, 5 Jan 2015 22:52:17 +0400 Message-ID: Subject: Re: poudriere: reduce the number of rebuilt packages? From: Mikhail Tsatsenko To: Stefan Ehmann Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 18:52:19 -0000 02 =D1=8F=D0=BD=D0=B2. 2015 =D0=B3. 14:04 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0= =BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C "Stefan Ehmann" =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > > I've recently switched from portmaster to poudriere/'pkg upgrade' to manage my port updates. Basically it works fine, but incremental builds don't quite work as I expected. > > poudriere rebuilds all packages if any dependency has changed. If there are only some ports with new versions, possibly hundreds of packages are rebuilt. So far it looks like I'll end up rebuilding packages like libreoffice/KDE/chromium several times a week. The rebuilt packages won't even be installed by 'pkg upgrade' because their version number has not changed. Absolutely agree. A tired to rebuild kde and libreoffice each time when some port 's (Perl, python )revision bumped. > > That's a huge waste of resources. With portmaster only ports with increased version numbers are rebuilt. > > Can I use poudriere to rebuild only packages where the version number changed? > > > The option -S (Don't recrusively rebuild packages affected by other packages requiring incremental rebuild) looked promising. But automatic packages are not always rebuilt and I've also encountered build problems. CHECK_CHANGED_DEPS=3Dno doesn't seem to reduce the number of packages rebui= lt. > > Is there a way to do what I want with poudriere? Or should I switch back to portmaster? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 19:08:34 2015 Return-Path: Delivered-To: ports@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 02160B45 for ; Mon, 5 Jan 2015 19:08:34 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 B3B972BA9 for ; Mon, 5 Jan 2015 19:08:33 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3kGRFK688pzZrR; Mon, 5 Jan 2015 20:08:21 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id IbYpG4jjSeDM; Mon, 5 Jan 2015 20:08:06 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 5 Jan 2015 20:08:01 +0100 (CET) Message-ID: <54AAE111.7030402@FreeBSD.org> Date: Mon, 05 Jan 2015 20:08:01 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Eric Teeter , ports@FreeBSD.org Subject: Re: Asterisk ports References: <11875248.1553.1420473427249.JavaMail.Owner@Teeter1> In-Reply-To: <11875248.1553.1420473427249.JavaMail.Owner@Teeter1> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 19:08:34 -0000 On 01/05/15 16:57, Eric Teeter wrote: > Are there going to be ports for the different languages sounds for Asterisk (i.e. g772 or wav for en)? Hi, I'm not sure what your question is, are you looking for more formats of the language files in English or for voice prompts for other languages? If you are looking for language packs there is japanese/asterisk-sounds in the ports tree. Creating similar ports for other language packs should be easy based on this one, once you can find a distribution file for the language you are looking for. Language packs for asterisk are just a bunch of files to be put in /usr/local/share/asterisk/sounds/, so you can just download them and put the files there, asterisk will just pick them up, so there isn't really a need to create ports for them. Same goes for different file formats of the same language. Hope this answers your question. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 19:58:01 2015 Return-Path: Delivered-To: freebsd-ports@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 E313F36F; Mon, 5 Jan 2015 19:58:01 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 8BBD331DF; Mon, 5 Jan 2015 19:58:01 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t05JvrAp012549; Mon, 5 Jan 2015 11:57:53 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t05Jvrd0012548; Mon, 5 Jan 2015 11:57:53 -0800 (PST) (envelope-from david) Date: Mon, 5 Jan 2015 11:57:53 -0800 From: David Wolfskill To: Amit Sengupta Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) Message-ID: <20150105195753.GA12451@albert.catwhisker.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 19:58:02 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 05, 2015 at 10:04:10PM +0530, Amit Sengupta wrote: > I spent 3-4 days trying to build the webkit-gtk2 port on 10.1 RELEASE. I > kept getting a linker error and I tried every solution I could find about > it, including trying to change the compiler to use gcc instead of CLANG a= nd > making a change in the Makefile etc. >=20 > Finally I had a look at the symbols which were generating a linker error > and I realised they were all to do with 3d graphics. I was not selecting > the WebGL Option in make config and it was still trying to link those > routines. So I chose WebGL in make config and the linker didnt fail and I > was able to finally build the port. Hope this helps others who are stuck > with webkit-gtk2 > ... THANK YOU! That worked for me, as well -- I figure I probably had disabled that option in an apparently-misguided effort to reduce(!) the time taken to build www/webkit-gtk2. But: =2E.. =3D=3D=3D>>> The following actions were performed: Upgrade of webkit-gtk2-1.8.3_7 to webkit-gtk2-2.4.7 Upgrade of gimp-app-2.8.14,1 to gimp-app-2.8.14_1,1 Script done, output file is portmaster localhost(10.1-S)[2] echo $? 0 localhost(10.1-S)[3]=20 Thanks again... I'll update the PR. Peace, david --=20 David H. Wolfskill david@catwhisker.org Actions have consequences ... as do inactions. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUquzAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7Rh4QAIBN21ZauBQmHJAFwEM460Bc ulxTZe3rne9K0AOoVrVun+wCxM+sPXiN6MX7zxM8l1mtaVhMcBzf+8K8m5ch9zX/ /hq3qxevHmdb2NavldlwXh8/nACfpzVqAuZuEY11pu9lD/XWGXeesBfaZb+qtzgT 8HRCnzjkQGmOqsAkcUAeiuZMsP1DK+SDYJ+iSCaKCFhX4sLdHqZK3p7c/BIt169O X+hGcFDnBYENM7/0gvQ08hN1A7efOPkQYobQxA84bixe7rUICF5F9tR8QtDwXLpt 8Q9C7HnIOpR9rVKva4wPFy/YIgAsEpE36Vx/fMJlELZUWS3C4ZJpnWy+jLx6JQ+t 7DyHVvxED/7V9TIRp/HqsiGkrxaVgM5q7Xj9QcUYaqW2X3Vlax7yict16j6ntvKS QbjJkyY3ZqqFdwdaKRXJrta1tNAAyf3Lzo7lvcj/eRbl2RCFLF0dp8oWFhJgg922 CLGhpXvqQAq7i+YlsSe/BmNNJManA5MX7Kq8Ph83n+Ti8OBoOYIKYwO8HiaFWjzQ Uqk57QyKYnRB/pLBwkft5+/1WzmZ2rYo3MopMCHtHjsjPlQNB94jReXhFBekuilg pEhWT/I+CQjUxtt9JPySLmZ8cAWq2e76I4H7y4+INHKZbVlCdXHLNbkkq+NnFcUz AAvntwkR+7oPAEjU6+qC =+lcJ -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 21:00:41 2015 Return-Path: Delivered-To: freebsd-ports@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 CA4A725B for ; Mon, 5 Jan 2015 21:00:41 +0000 (UTC) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C26F2E4F for ; Mon, 5 Jan 2015 21:00:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <54AAFB6B.1030201@intersonic.se> Date: Mon, 05 Jan 2015 22:00:27 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: David Wolfskill , Amit Sengupta Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) References: <20150105195753.GA12451@albert.catwhisker.org> In-Reply-To: <20150105195753.GA12451@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 21:00:41 -0000 On 2015-01-05 20:57, David Wolfskill wrote: > On Mon, Jan 05, 2015 at 10:04:10PM +0530, Amit Sengupta wrote: >> I spent 3-4 days trying to build the webkit-gtk2 port on 10.1 RELEASE. I >> kept getting a linker error and I tried every solution I could find about >> it, including trying to change the compiler to use gcc instead of CLANG and >> making a change in the Makefile etc. >> >> Finally I had a look at the symbols which were generating a linker error >> and I realised they were all to do with 3d graphics. I was not selecting >> the WebGL Option in make config and it was still trying to link those >> routines. So I chose WebGL in make config and the linker didnt fail and I >> was able to finally build the port. Hope this helps others who are stuck >> with webkit-gtk2 >> ... > > THANK YOU! > > That worked for me, as well -- I figure I probably had disabled that > option in an apparently-misguided effort to reduce(!) the time taken to > build www/webkit-gtk2. > > But: > > ... > ===>>> The following actions were performed: > Upgrade of webkit-gtk2-1.8.3_7 to webkit-gtk2-2.4.7 > Upgrade of gimp-app-2.8.14,1 to gimp-app-2.8.14_1,1 > > > Script done, output file is portmaster > localhost(10.1-S)[2] echo $? > 0 > localhost(10.1-S)[3] > > Thanks again... I'll update the PR. Thank for the tip, unfortunately it built fine but then this happened, I had not selected audio but apparently something thought I had. Did you select with or without audio? make reinstall ===> Installing for webkit-gtk2-2.4.7 ===> webkit-gtk2-2.4.7 depends on package: geoclue>=0 - found ===> webkit-gtk2-2.4.7 depends on executable: gcc48 - found ===> webkit-gtk2-2.4.7 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> webkit-gtk2-2.4.7 depends on file: /usr/local/libdata/pkgconfig/xdamage.pc - found ===> webkit-gtk2-2.4.7 depends on file: /usr/local/libdata/pkgconfig/xcomposite.pc - found ===> webkit-gtk2-2.4.7 depends on package: gstreamer1-plugins>=1.4.0 - found ===> webkit-gtk2-2.4.7 depends on shared library: libenchant.so - found (/usr/local/lib/libenchant.so.1.6.0) ===> webkit-gtk2-2.4.7 depends on shared library: libsecret-1.so - found (/usr/local/lib/libsecret-1.so.0.0.0) ===> webkit-gtk2-2.4.7 depends on shared library: libicutu.so - found (/usr/local/lib/libicutu.so.53.1) ===> webkit-gtk2-2.4.7 depends on shared library: libharfbuzz.so - found (/usr/local/lib/libharfbuzz.so.0.936.0) ===> webkit-gtk2-2.4.7 depends on shared library: libwebp.so - found (/usr/local/lib/libwebp.so.5.0.2) ===> webkit-gtk2-2.4.7 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so.4.3.0) ===> webkit-gtk2-2.4.7 depends on shared library: libsoup-2.4.so - found (/usr/local/lib/libsoup-2.4.so.1.7.0) ===> webkit-gtk2-2.4.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.2) ===> webkit-gtk2-2.4.7 depends on shared library: libGL.so - found (/usr/local/lib/libGL.so) ===> webkit-gtk2-2.4.7 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so.0.8.6) ===> webkit-gtk2-2.4.7 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so.0.21409.1) ===> webkit-gtk2-2.4.7 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so.2.11200.18) ===> webkit-gtk2-2.4.7 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so.0.4200.1) ===> webkit-gtk2-2.4.7 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so.0.2400.25) ===> webkit-gtk2-2.4.7 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so.2.9.2) ===> webkit-gtk2-2.4.7 depends on shared library: libxslt.so - found (/usr/local/lib/libxslt.so.1.1.28) ===> webkit-gtk2-2.4.7 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so.0.3600.8) ===> Registering installation for webkit-gtk2-2.4.7 pkg-static: Unable to access file /usr/ports/www/webkit-gtk2/work/stage/usr/local/share/webkitgtk-1.0/resources/audio/Composite.wav: No such file or directory *** [fake-pkg] Error code 74 Stop in /usr/ports/www/webkit-gtk2. *** [install] Error code 1 -- Intersonic AB Registered in Solna, Sweden SE556539368201 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 21:03:52 2015 Return-Path: Delivered-To: freebsd-ports@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 4566C335 for ; Mon, 5 Jan 2015 21:03:52 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 E543B2EBE for ; Mon, 5 Jan 2015 21:03:51 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t05L3oY6012746; Mon, 5 Jan 2015 13:03:50 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t05L3oIq012745; Mon, 5 Jan 2015 13:03:50 -0800 (PST) (envelope-from david) Date: Mon, 5 Jan 2015 13:03:50 -0800 From: David Wolfskill To: Per olof Ljungmark Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) Message-ID: <20150105210350.GC12451@albert.catwhisker.org> References: <20150105195753.GA12451@albert.catwhisker.org> <54AAFB6B.1030201@intersonic.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline In-Reply-To: <54AAFB6B.1030201@intersonic.se> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Amit Sengupta , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 21:03:52 -0000 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 05, 2015 at 10:00:27PM +0100, Per olof Ljungmark wrote: > ... > Thank for the tip, unfortunately it built fine but then this happened, I > had not selected audio but apparently something thought I had. >=20 > Did you select with or without audio? > ... It was "on" in my case (which worked): localhost(10.1-S)[10] make -C /usr/ports/www/webkit-gtk2 showconfig =3D=3D=3D> The following configuration options are available for webkit-gtk2-2.4.7: DEBUG=3Doff: Just enable debug symbols FULLDEBUG=3Doff: Enable asserts and other debug support WEBAUDIO=3Don: Web audio support WEBGL=3Don: Enable Web GL support =3D=3D=3D> Use 'make config' to modify these settings localhost(10.1-S)[11]=20 Peace, david --=20 David H. Wolfskill david@catwhisker.org Actions have consequences ... as do inactions. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUqvw1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7m30QAJY+vRX2RTOhVsG2Ipz7LYg9 WQqQKHjklpzyndyKwDJ/SeG3JabfAdHGubXqFBh18TX4zqvzHrige6DO364IDAQS 9DLQv5x4c7fkJ/SXtbTC4mXHLg+8V2D7Z7BuDRVQ76j7pYdxFDU4IJACsU8mo58W 8NyopEaNLB77RKg5Di+UOGN3b3M2RDX2ZZ5wLy7q2n0VjIl8aSFaHQfyHREhZQmc nhf0ApPf9Z4Zf6gj+8d8JqPbUzna2z/xgT/AgVGLhj0qWA/2JNYvMlHE8J0E4Vf4 UdEw6X6OYqycMnLQMjfnvdCuBqWGTqUc+DeZJ5ajKe44g+L35z5i2kHhi0eH9Kgg etG3w8kJNgc8rJbv/uA8glm6T6PKD+hEA+xHpWrtaj6Xn4VQEQtw/fExjC4LZBT7 F0HuHLjywMXDwQady7iKLFEIpsmZ0muJEwNPECwqvLbQbtrCpAOAKeOU1h3B3gKG i+brlXG+CPpxyo0H2H2+LMjV1SZOJL+cAS33MiYlUP8X7/+U+TCUmd+dMOO/djiu UToPuFIW5qpMgXDkjuE4CdJ6pMkeFOOt9bxjM1KBx2ks9lHlb1REcS07jfqV1zOD SgpwDVTow1tzbekbWuOHEeygB/bc3z6NFXylHsPodKL1FYsGfiGB/vG/CAxprywJ QCAvXGX70HW3uxehSX3O =/PHo -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip-- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 21:07:12 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 221343F9 for ; Mon, 5 Jan 2015 21:07:12 +0000 (UTC) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AF0B2F10 for ; Mon, 5 Jan 2015 21:07:11 +0000 (UTC) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mx.arcor.de (Postfix) with ESMTP id 1DD5B3AE665 for ; Mon, 5 Jan 2015 21:34:08 +0100 (CET) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 1000A7DB16A for ; Mon, 5 Jan 2015 21:34:08 +0100 (CET) X-Greylist: Passed host: 188.98.155.101 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net 9DC489BDFC Received: from lorvorc.mips.inka.de (dslb-188-098-155-101.188.098.pools.vodafone-ip.de [188.98.155.101]) by mail-in-14.arcor-online.net (Postfix) with ESMTPS id 9DC489BDFC for ; Mon, 5 Jan 2015 21:34:07 +0100 (CET) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.9/8.14.7) with ESMTP id t05KY5cS019154 for ; Mon, 5 Jan 2015 21:34:05 +0100 (CET) (envelope-from news@lorvorc.mips.inka.de) Received: (from news@localhost) by lorvorc.mips.inka.de (8.14.9/8.14.9/Submit) id t05KY5Pj019153 for freebsd-ports@freebsd.org; Mon, 5 Jan 2015 21:34:05 +0100 (CET) (envelope-from news) To: freebsd-ports@freebsd.org From: Christian Weisgerber Newsgroups: list.freebsd.ports Subject: Preview: net/openntpd 5.7p1 Date: Mon, 5 Jan 2015 20:34:05 +0000 (UTC) Lines: 768 Message-ID: X-Trace: lorvorc.mips.inka.de 1420490045 19152 ::1 (5 Jan 2015 20:34:05 GMT) X-Complaints-To: usenet@mips.inka.de User-Agent: slrn/1.0.2 (FreeBSD) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 21:07:12 -0000 After many years on hiatus, OpenNTPD-portable has been revived by the heroic efforts of Brent Cook, and a new release that incorporates all the accumulated changes from OpenBSD is in the works. While things are being polished, I've already prepared an update for the net/openntpd port. The most notable change is the addition of ntpctl(8), which allows to query the running daemon: ---------- $ ntpctl -sa 1/1 peers valid, clock synced, stratum 2 peer wt tl st next poll offset delay jitter 2001:6f8:124a::8 ntp * 1 10 1 7s 33s 0.012ms 0.403ms 0.057ms ---------- The updated ntpd should also support multiple FIBs now ("rtables" in OpenBSD jargon). I'm not set up to really test this, so I'm interested in feedback whether it works. I've also stopped ripping out anything relating to sensors, so yes, there are now scattered references to timedelta sensors, and no, FreeBSD does not support those. If you want to play with this, you first need to generate a distfile. (No, I won't provide one.) You'll need the git, autoconf, and automake ports to be installed. * In a scrap directory, check out the portable framework from https://github.com/openntpd-portable/openntpd-portable * Run dist.sh. This will pull in more stuff with git, create a source tree, run autotools, do a build, and at the end a distfile openntpd-5.7p1.tar.gz will fall out. * Copy the distfile into /usr/ports/distfiles. You can now use the port update below. You need to run "make makesum" first since your distfile will differ slightly from the one I used. Index: Makefile =================================================================== --- Makefile (revision 376057) +++ Makefile (working copy) @@ -1,36 +1,31 @@ # $FreeBSD$ PORTNAME= openntpd -PORTVERSION= 4.6 -PORTREVISION= 3 +PORTVERSION= 5.7p1 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= OpenNTPD -EXTRACT_SUFX= .tgz MAINTAINER= naddy@FreeBSD.org -COMMENT= OpenBSD's Network Time Protocol daemon +COMMENT= Network Time Protocol (NTP) daemon +LICENSE= ISCL + USERS= _ntp GROUPS= _ntp USE_RC_SUBR= openntpd -WRKSRC= ${WRKDIR}/ntpd +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var \ + --disable-silent-rules -post-extract: - @${CP} ${FILESDIR}/compat.h ${FILESDIR}/adjfreq.c ${WRKSRC} - pre-build: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${WRKSRC}/ntpd.h ${WRKSRC}/ntpd.conf.5 ${WRKSRC}/ntpd.8 + ${WRKSRC}/ntpd.conf.5 ${WRKSRC}/ntpd.8 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ntpd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/ntpd.conf.5 ${STAGEDIR}${PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/ntpd.8 ${STAGEDIR}${PREFIX}/man/man8 - ${INSTALL_DATA} ${FILESDIR}/ntpd.conf \ - ${STAGEDIR}${PREFIX}/etc/ntpd.conf.sample +post-install: + cd ${STAGEDIR}${PREFIX}/etc; ${MV} ntpd.conf ntpd.conf.sample .include Index: distinfo =================================================================== --- distinfo (revision 376057) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (openntpd-4.6.tgz) = 724164736f8489a64aedfbc5f8fceaa5eef69c9b8cb26c75a711cfa1b6bab6d7 -SIZE (openntpd-4.6.tgz) = 30472 +SHA256 (openntpd-5.7p1.tar.gz) = fa267b6592198b454ea665f178b8611d7d03399344d8edf3f863fb1ce51d5ef4 +SIZE (openntpd-5.7p1.tar.gz) = 417892 Index: files/adjfreq.c =================================================================== --- files/adjfreq.c (revision 376057) +++ files/adjfreq.c (working copy) @@ -1,30 +0,0 @@ -/* - * This file is in the public domain. - * - * $FreeBSD$ - */ - -#include -#include - -#include "ntpd.h" - -int -adjfreq(const int64_t *freq, int64_t *oldfreq) -{ - struct timex t; - - if (oldfreq) { - t.modes = 0; - if (ntp_adjtime(&t) == -1) - return -1; - *oldfreq = (int64_t)t.freq * (1<<16) * 1000; - } - if (freq) { - t.modes = MOD_FREQUENCY; - t.freq = *freq / ((1<<16) * 1000); - if (ntp_adjtime(&t) == -1) - return -1; - } - return 0; -} Index: files/compat.h =================================================================== --- files/compat.h (revision 376057) +++ files/compat.h (working copy) @@ -1,22 +0,0 @@ -/* - * This file is in the public domain. - * - * $FreeBSD$ - */ - -#ifndef SA_LEN -# define SA_LEN(x) ((x)->sa_len) -#endif - -#ifndef EAI_NODATA -# define EAI_NODATA EAI_NONAME -#endif - -#ifndef __dead -# define __dead -#endif - -#undef HAVE_SENSORS - -/* adjfreq.c */ -int adjfreq(const int64_t *, int64_t *); Index: files/ntpd.conf =================================================================== --- files/ntpd.conf (revision 376057) +++ files/ntpd.conf (working copy) @@ -1,12 +0,0 @@ -# $FreeBSD$ -# sample ntpd configuration file, see ntpd.conf(5) - -# Addresses to listen on (ntpd does not listen by default) -#listen on * - -# sync to a single server -#server ntp.example.org - -# use a random selection of NTP Pool Time Servers -# see http://support.ntp.org/bin/view/Servers/NTPPoolServers -servers pool.ntp.org Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 376057) +++ files/patch-Makefile (working copy) @@ -1,20 +0,0 @@ -$FreeBSD$ ---- Makefile.orig 2009-06-25 16:14:54.000000000 +0200 -+++ Makefile 2013-08-01 17:33:37.000000000 +0200 -@@ -2,7 +2,7 @@ - - PROG= ntpd - SRCS= ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c parse.y config.c \ -- server.c client.c sensors.c util.c ntp_dns.c -+ server.c client.c util.c ntp_dns.c adjfreq.c - CFLAGS+= -Wall -I${.CURDIR} - CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes - CFLAGS+= -Wmissing-declarations -@@ -11,4 +11,7 @@ CFLAGS+= -Wsign-compare - YFLAGS= - MAN= ntpd.8 ntpd.conf.5 - -+DPADD= ${LIBMD} -+LDADD= -lmd -+ - .include Index: files/patch-log.c =================================================================== --- files/patch-log.c (revision 376057) +++ files/patch-log.c (working copy) @@ -1,23 +0,0 @@ -$FreeBSD$ ---- log.c.orig 2007-08-22 23:04:30.000000000 +0200 -+++ log.c 2009-08-01 22:08:01.000000000 +0200 -@@ -26,6 +26,10 @@ - - #include "ntpd.h" - -+#ifndef LOG_NTP -+#define LOG_NTP LOG_DAEMON -+#endif -+ - int debug; - extern int debugsyslog; - -@@ -39,7 +43,7 @@ log_init(int n_debug) - debug = n_debug; - - if (!debug) -- openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON); -+ openlog(__progname, LOG_PID | LOG_NDELAY, LOG_NTP); - - tzset(); - } Index: files/patch-ntp.c =================================================================== --- files/patch-ntp.c (revision 376057) +++ files/patch-ntp.c (working copy) @@ -1,220 +0,0 @@ -$FreeBSD$ ---- ntp.c.orig 2009-11-23 20:47:16.000000000 +0100 -+++ ntp.c 2009-11-23 20:55:59.000000000 +0100 -@@ -34,9 +34,14 @@ - #include "ntpd.h" - - #define PFD_PIPE_MAIN 0 -+#ifdef HAVE_SENSORS - #define PFD_HOTPLUG 1 - #define PFD_PIPE_DNS 2 - #define PFD_MAX 3 -+#else -+#define PFD_PIPE_DNS 1 -+#define PFD_MAX 2 -+#endif - - volatile sig_atomic_t ntp_quit = 0; - volatile sig_atomic_t ntp_report = 0; -@@ -72,7 +77,10 @@ pid_t - ntp_main(int pipe_prnt[2], struct ntpd_conf *nconf, struct passwd *pw) - { - int a, b, nfds, i, j, idx_peers, timeout; -- int hotplugfd, nullfd, pipe_dns[2]; -+#ifdef HAVE_SENSORS -+ int hotplugfd; -+#endif -+ int nullfd, pipe_dns[2]; - u_int pfd_elms = 0, idx2peer_elms = 0; - u_int listener_cnt, new_cnt, sent_cnt, trial_cnt; - pid_t pid, dns_pid; -@@ -81,10 +89,15 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - struct listen_addr *la; - struct ntp_peer *p; - struct ntp_peer **idx2peer = NULL; -+#ifdef HAVE_SENSORS - struct ntp_sensor *s, *next_s; -+#endif - struct timespec tp; - struct stat stb; -- time_t nextaction, last_sensor_scan = 0; -+ time_t nextaction; -+#ifdef HAVE_SENSORS -+ time_t last_sensor_scan = 0; -+#endif - void *newp; - - switch (pid = fork()) { -@@ -108,7 +121,9 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - - if ((nullfd = open(_PATH_DEVNULL, O_RDWR, 0)) == -1) - fatal(NULL); -+#ifdef HAVE_SENSORS - hotplugfd = sensor_hotplugfd(); -+#endif - - if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, pipe_dns) == -1) - fatal("socketpair"); -@@ -179,7 +194,9 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - conf->status.precision = a; - conf->scale = 1; - -+#ifdef HAVE_SENSORS - sensor_init(); -+#endif - - log_info("ntp engine ready"); - -@@ -221,8 +238,10 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - nextaction = getmonotime() + 3600; - pfd[PFD_PIPE_MAIN].fd = ibuf_main->fd; - pfd[PFD_PIPE_MAIN].events = POLLIN; -+#ifdef HAVE_SENSORS - pfd[PFD_HOTPLUG].fd = hotplugfd; - pfd[PFD_HOTPLUG].events = POLLIN; -+#endif - pfd[PFD_PIPE_DNS].fd = ibuf_dns->fd; - pfd[PFD_PIPE_DNS].events = POLLIN; - -@@ -278,6 +297,7 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - } - } - -+#ifdef HAVE_SENSORS - if (last_sensor_scan == 0 || - last_sensor_scan + SENSOR_SCAN_INTERVAL < getmonotime()) { - sensors_cnt = sensor_scan(); -@@ -286,7 +306,9 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - if (!TAILQ_EMPTY(&conf->ntp_conf_sensors) && sensors_cnt == 0 && - nextaction > last_sensor_scan + SENSOR_SCAN_INTERVAL) - nextaction = last_sensor_scan + SENSOR_SCAN_INTERVAL; -+#endif - sensors_cnt = 0; -+#ifdef HAVE_SENSORS - TAILQ_FOREACH(s, &conf->ntp_sensors, entry) { - if (conf->settime && s->offsets[0].offset) - priv_settime(s->offsets[0].offset); -@@ -294,6 +316,7 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - if (s->next > 0 && s->next < nextaction) - nextaction = s->next; - } -+#endif - - if (conf->settime && - ((trial_cnt > 0 && sent_cnt == 0) || -@@ -339,10 +362,12 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - ntp_quit = 1; - } - -+#ifdef HAVE_SENSORS - if (nfds > 0 && pfd[PFD_HOTPLUG].revents & (POLLIN|POLLERR)) { - nfds--; - sensor_hotplugevent(hotplugfd); - } -+#endif - - for (j = PFD_MAX; nfds > 0 && j < idx_peers; j++) - if (pfd[j].revents & (POLLIN|POLLERR)) { -@@ -359,12 +384,14 @@ ntp_main(int pipe_prnt[2], struct ntpd_c - ntp_quit = 1; - } - -+#ifdef HAVE_SENSORS - for (s = TAILQ_FIRST(&conf->ntp_sensors); s != NULL; - s = next_s) { - next_s = TAILQ_NEXT(s, entry); - if (s->next <= getmonotime()) - sensor_query(s); - } -+#endif - report_peers(ntp_report); - ntp_report = 0; - } -@@ -574,7 +601,9 @@ int - priv_adjtime(void) - { - struct ntp_peer *p; -+#ifdef HAVE_SENSORS - struct ntp_sensor *s; -+#endif - int offset_cnt = 0, i = 0, j; - struct ntp_offset **offsets; - double offset_median; -@@ -587,11 +616,13 @@ priv_adjtime(void) - offset_cnt += p->weight; - } - -+#ifdef HAVE_SENSORS - TAILQ_FOREACH(s, &conf->ntp_sensors, entry) { - if (!s->update.good) - continue; - offset_cnt += s->weight; - } -+#endif - - if (offset_cnt == 0) - return (1); -@@ -606,12 +637,14 @@ priv_adjtime(void) - offsets[i++] = &p->update; - } - -+#ifdef HAVE_SENSORS - TAILQ_FOREACH(s, &conf->ntp_sensors, entry) { - if (!s->update.good) - continue; - for (j = 0; j < s->weight; j++) - offsets[i++] = &s->update; - } -+#endif - - qsort(offsets, offset_cnt, sizeof(struct ntp_offset *), offset_compare); - -@@ -648,11 +681,13 @@ priv_adjtime(void) - p->reply[i].offset -= offset_median; - p->update.good = 0; - } -+#ifdef HAVE_SENSORS - TAILQ_FOREACH(s, &conf->ntp_sensors, entry) { - for (i = 0; i < SENSOR_OFFSETS; i++) - s->offsets[i].offset -= offset_median; - s->update.offset -= offset_median; - } -+#endif - - return (0); - } -@@ -734,16 +769,20 @@ report_peers(int always) - u_int badpeers = 0; - u_int badsensors = 0; - struct ntp_peer *p; -+#ifdef HAVE_SENSORS - struct ntp_sensor *s; -+#endif - - TAILQ_FOREACH(p, &conf->ntp_peers, entry) { - if (p->trustlevel < TRUSTLEVEL_BADPEER) - badpeers++; - } -+#ifdef HAVE_SENSORS - TAILQ_FOREACH(s, &conf->ntp_sensors, entry) { - if (!s->update.good) - badsensors++; - } -+#endif - - now = getmonotime(); - if (!always) { -@@ -773,6 +812,7 @@ report_peers(int always) - } - } - } -+#ifdef HAVE_SENSORS - if (sensors_cnt > 0) { - log_warnx("%u out of %u sensors valid", - sensors_cnt - badsensors, sensors_cnt); -@@ -781,4 +821,5 @@ report_peers(int always) - log_warnx("bad sensor %s", s->device); - } - } -+#endif - } Index: files/patch-ntpd.8 =================================================================== --- files/patch-ntpd.8 (revision 376057) +++ files/patch-ntpd.8 (working copy) @@ -1,17 +1,6 @@ -$FreeBSD$ ---- ntpd.8.orig 2009-02-12 02:33:37.000000000 +0100 -+++ ntpd.8 2009-11-23 21:36:02.000000000 +0100 -@@ -29,8 +29,7 @@ - .Sh DESCRIPTION - The - .Nm --daemon synchronizes the local clock to one or more remote NTP servers --or local timedelta sensors. -+daemon synchronizes the local clock to one or more remote NTP servers. - .Nm - can also act as an NTP server itself, - redistributing the local time. -@@ -52,7 +51,7 @@ Use +--- ntpd.8.orig 2015-01-05 19:33:26 UTC ++++ ntpd.8 +@@ -53,7 +53,7 @@ Use .Ar file as the configuration file, instead of the default @@ -20,7 +9,7 @@ .It Fl n Configtest mode. Only check the configuration file for validity. -@@ -91,19 +90,19 @@ will be logged. +@@ -96,19 +96,19 @@ will be logged. After the local clock is synchronized, .Nm adjusts the clock frequency using the @@ -32,7 +21,7 @@ is usually started at boot time, and can be enabled by setting -.Va ntpd_flags -+.Va openntpd_enable ++.Va openntpd_flags in -.Pa /etc/rc.conf.local . +.Pa /etc/rc.conf . @@ -44,12 +33,8 @@ for more information on the boot process and enabling daemons. .Pp -@@ -120,22 +119,22 @@ When - .Nm - receives a - .Dv SIGINFO --signal, it writes its peer and sensor status to -+signal, it writes its peer status to +@@ -129,8 +129,8 @@ receives a + signal, it writes its peer and sensor status to .Xr syslog 3 . .Sh FILES -.Bl -tag -width "/var/db/ntpd.driftXXX" -compact @@ -59,6 +44,7 @@ Default configuration file. .It Pa /var/db/ntpd.drift Drift file. +@@ -140,12 +140,12 @@ Socket file for communication with .El .Sh SEE ALSO .Xr date 1 , @@ -67,8 +53,9 @@ +.Xr ntp_adjtime 2 , .Xr ntpd.conf 5 , +.Xr rc.conf 5 , + .Xr ntpctl 8 , .Xr rc 8 , -.Xr rc.conf 8 , - .Xr rdate 8 , - .Xr timed 8 + .Xr rdate 8 + .Sh STANDARDS .Rs Index: files/patch-ntpd.c =================================================================== --- files/patch-ntpd.c (revision 376057) +++ files/patch-ntpd.c (working copy) @@ -1,23 +1,24 @@ -$FreeBSD$ - -Drift file in ppm for compatibility with reference ntpd. - ---- ntpd.c.orig 2009-11-23 20:34:47.000000000 +0100 -+++ ntpd.c 2009-11-23 20:36:38.000000000 +0100 -@@ -457,7 +457,7 @@ readfreq(void) +--- ntpd.c.orig 2015-01-05 19:33:26 UTC ++++ ntpd.c +@@ -515,7 +515,11 @@ readfreq(void) log_warn("adjfreq failed"); else if (current == 0) { if (fscanf(fp, "%le", &d) == 1) - ntpd_adjfreq(d, 0); ++ /* ++ * Drift file in ppm for compatibility ++ * with reference ntpd. ++ */ + ntpd_adjfreq(d / 1e6, 0); else log_warnx("can't read %s", DRIFTFILE); } -@@ -480,7 +480,7 @@ writefreq(double d) +@@ -538,7 +542,8 @@ writefreq(double d) return 0; } - fprintf(fp, "%e\n", d); ++ /* Drift file in ppm for compatibility with reference ntpd. */ + fprintf(fp, "%e\n", d * 1e6); r = ferror(fp); if (fclose(fp) != 0 || r != 0) { Index: files/patch-ntpd.conf.5 =================================================================== --- files/patch-ntpd.conf.5 (revision 376057) +++ files/patch-ntpd.conf.5 (working copy) @@ -1,89 +1,7 @@ -$FreeBSD$ ---- ntpd.conf.5.orig 2009-11-23 21:03:30.000000000 +0100 -+++ ntpd.conf.5 2009-11-23 21:12:27.000000000 +0100 -@@ -59,62 +59,6 @@ or - listen on 127.0.0.1 - listen on ::1 +--- ntpd.conf.5.orig 2015-01-05 19:33:26 UTC ++++ ntpd.conf.5 +@@ -182,8 +182,8 @@ servers pool.ntp.org rtable 5 .Ed --.It Xo Ic sensor Ar device --.Op Ic correction Ar microseconds --.Op Ic weight Ar weight-value --.Op Ic refid Ar string --.Xc --Specify a timedelta sensor device --.Xr ntpd 8 --should use. --The sensor can be specified multiple times: --.Xr ntpd 8 --will use each given sensor that actually exists. --Non-existent sensors are ignored. --If --.Sq * --is given as device name, --.Xr ntpd 8 --will use all timedelta sensors it finds. --.Xr ntpd 8 --does not use any timedelta sensor by default. --For example: --.Bd -literal -offset indent --sensor * --sensor nmea0 --.Ed --.Pp --An optional correction in microseconds can be given to compensate --for the sensor's offset. --The maximum correction is 127 seconds. --For example, if a DCF77 receiver is lagging 70ms behind --actual time: --.Bd -literal -offset indent --sensor udcf0 correction 70000 --.Ed --.Pp --The optional --.Ic weight --keyword permits finer control over the relative importance --of time sources (servers or sensor devices). --Weights are specified in the range 1 to 10; --if no weight is given, --the default is 1. --A server with a weight of 5, for example, --will have five times more influence on time offset calculation --than a server with a weight of 1. --.Pp --An optional reference ID string - up to 4 ASCII characters - can be --given to publish the sensor type to clients. --RFC 2030 suggests some common reference identifiers, but new identifiers --"can be contrived as appropriate." --If an ID string is not given, --.Xr ntpd 8 --will use a generic reference ID. --For example: --.Bd -literal -offset indent --sensor nmea0 refid GPS --.Ed - .It Xo Ic server Ar address - .Op Ic weight Ar weight-value - .Xc -@@ -139,6 +83,17 @@ server ntp.example.org weight 1 - To provide redundancy, it is good practice to configure multiple servers. - In general, best accuracy is obtained by using servers that have a low - network latency. -+.Pp -+The optional -+.Ic weight -+keyword permits finer control over the relative importance -+of time sources. -+Weights are specified in the range 1 to 10; -+if no weight is given, -+the default is 1. -+A server with a weight of 5, for example, -+will have five times more influence on time offset calculation -+than a server with a weight of 1. - .It Xo Ic servers Ar address - .Op Ic weight Ar weight-value - .Xc -@@ -157,15 +112,14 @@ servers pool.ntp.org - .Ed .El .Sh FILES -.Bl -tag -width "/etc/ntpd.confXXX" -compact @@ -93,11 +11,3 @@ default .Xr ntpd 8 configuration file - .El - .Sh SEE ALSO --.Xr ntpd 8 , --.Xr sysctl 8 -+.Xr ntpd 8 - .Sh HISTORY - The - .Nm Index: files/patch-ntpd.h =================================================================== --- files/patch-ntpd.h (revision 376057) +++ files/patch-ntpd.h (working copy) @@ -1,17 +1,15 @@ -$FreeBSD$ ---- ntpd.h.orig 2009-11-23 20:37:40.000000000 +0100 -+++ ntpd.h 2009-11-23 20:38:12.000000000 +0100 -@@ -29,11 +29,12 @@ - #include - #include +--- ntpd.h.orig 2015-01-05 19:33:26 UTC ++++ ntpd.h +@@ -50,6 +50,12 @@ + #define DRIFTFILE LOCALSTATEDIR "/db/ntpd.drift" + #define CTLSOCKET LOCALSTATEDIR "/run/ntpd.sock" -+#include "compat.h" - #include "ntp.h" - #include - - #define NTPD_USER "_ntp" --#define CONFFILE "/etc/ntpd.conf" -+#define CONFFILE "%%PREFIX%%/etc/ntpd.conf" - #define DRIFTFILE "/var/db/ntpd.drift" - ++#if defined(SO_SETFIB) ++#define SO_RTABLE SO_SETFIB ++#define SIOCGIFRDOMAIN SIOCGIFFIB ++#define ifr_rdomainid ifr_fib ++#endif ++ #define INTERVAL_QUERY_NORMAL 30 /* sync to peers every n secs */ + #define INTERVAL_QUERY_PATHETIC 60 + #define INTERVAL_QUERY_AGGRESSIVE 5 Index: files/patch-parse.y =================================================================== --- files/patch-parse.y (revision 376057) +++ files/patch-parse.y (working copy) @@ -1,21 +0,0 @@ -$FreeBSD$ ---- parse.y.orig 2009-08-01 20:29:44.000000000 +0200 -+++ parse.y 2009-08-01 21:17:58.000000000 +0200 -@@ -200,6 +200,7 @@ main : LISTEN ON address { - free($2); - } - | SENSOR STRING sensor_opts { -+#ifdef HAVE_SENSORS - struct ntp_conf_sensor *s; - - s = new_sensor($2); -@@ -208,6 +209,9 @@ main : LISTEN ON address { - s->refstr = $3.refstr; - free($2); - TAILQ_INSERT_TAIL(&conf->ntp_conf_sensors, s, entry); -+#else -+ yyerror("sensor devices not supported"); -+#endif - } - ; - Index: pkg-descr =================================================================== --- pkg-descr (revision 376057) +++ pkg-descr (working copy) @@ -1,5 +1,3 @@ -OpenBSD's ntpd. - The ntpd daemon implements the Simple Network Time Protocol version 4 as described in RFC 2030 and the Network Time Protocol version 3 as de- scribed in RFC 1305. It can synchronize the local clock to one or more Index: pkg-plist =================================================================== --- pkg-plist (revision 376057) +++ pkg-plist (working copy) @@ -1,4 +1,6 @@ @sample etc/ntpd.conf.sample man/man5/ntpd.conf.5.gz +man/man8/ntpctl.8.gz man/man8/ntpd.8.gz +sbin/ntpctl sbin/ntpd -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 22:47:02 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88BFFD68; Mon, 5 Jan 2015 22:47:02 +0000 (UTC) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 299D33FCB; Mon, 5 Jan 2015 22:47:01 +0000 (UTC) X-Auth-ID: anat Received: from devlanhide.timeinc.net (HELO utka.zajac) ([209.251.200.245]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Jan 2015 17:45:52 -0500 Message-ID: <54AB1420.9090101@aldan.algebra.com> Date: Mon, 05 Jan 2015 17:45:52 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "portmgr@FreeBSD.org" Subject: Support for "partial upgrades" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 22:47:02 -0000 Hello! A prominent committer stated today : "We do not support partial upgrades, never had, never will." He then elaborated, that by "partial upgrades" he meant building a port from an updated tree without first rebuilding all of the already-installed ports. Whatever the deal may be with perl5-versions (subject of the above PR), I'd like voice my concern about the "do not, never had, never will" part. For we certainly "had" supported such things. For example, the ability of a port to LIB_DEPEND on a shared-library without a specific major-number was added -- 12 years ago -- exactly to better support such a "partial upgrades": 1. Build everything. 2. Update your ports-tree. 3. Try to build one more thing. And we still "do" support such handling of LIB_DEPENDS -- even if another prominent committer does not know about it . While no "guarantees" can be provided by a free software project (indeed, even commercial ones usually do not), it is rather unreasonable to demand, the user rebuilds /everything/ in order to be able to build one more port from an updated tree... I'd argue, that one simply can not comply with this policy, while maintaining a FreeBSD system usable for anything /other/ than testing the rebuilds themselves and show-casing... Unless, of course, portmgr@ wants us all to switch to prebuilt binaries (and Koolbuntu), that is... It is one thing to say "yeah, this might not work -- send us patches": we may not be able to /afford/ the ideal (due to shortage of people and/or material resources), but we agree on /what the ideal is/. It becomes different, when the response is "this should not work, never worked, never will"... I'd like to see us continuing to recognize, that one FreeBSD install may differ from another, and ports not having gratuitously-strict dependencies and requirements... Could portmgr@, please, (re)affirm this goal and otherwise clarify the matter for the benefit of mortals and the body's own members alike? Thank you! -mi From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 23:11:21 2015 Return-Path: Delivered-To: freebsd-ports@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 6C12B866 for ; Mon, 5 Jan 2015 23:11:21 +0000 (UTC) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B842641C6 for ; Mon, 5 Jan 2015 23:11:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <54AB1A13.6070004@intersonic.se> Date: Tue, 06 Jan 2015 00:11:15 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: David Wolfskill Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) References: <20150105195753.GA12451@albert.catwhisker.org> <54AAFB6B.1030201@intersonic.se> <20150105210350.GC12451@albert.catwhisker.org> In-Reply-To: <20150105210350.GC12451@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Amit Sengupta , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 23:11:21 -0000 On 2015-01-05 22:03, David Wolfskill wrote: > On Mon, Jan 05, 2015 at 10:00:27PM +0100, Per olof Ljungmark wrote: >> ... >> Thank for the tip, unfortunately it built fine but then this happened, I >> had not selected audio but apparently something thought I had. >> >> Did you select with or without audio? >> ... > > It was "on" in my case (which worked): > > localhost(10.1-S)[10] make -C /usr/ports/www/webkit-gtk2 showconfig > ===> The following configuration options are available for > webkit-gtk2-2.4.7: > DEBUG=off: Just enable debug symbols > FULLDEBUG=off: Enable asserts and other debug support > WEBAUDIO=on: Web audio support > WEBGL=on: Enable Web GL support > ===> Use 'make config' to modify these settings > localhost(10.1-S)[11] > Indeed! ===> Registering installation for webkit-gtk2-2.4.7 Installing webkit-gtk2-2.4.7... With both GL and Audio selected it both builds and installs. Victory at last. Thank you //per From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 01:29:38 2015 Return-Path: Delivered-To: ports@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 0EC13D1B for ; Tue, 6 Jan 2015 01:29:38 +0000 (UTC) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id F011064496 for ; Tue, 6 Jan 2015 01:29:37 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NHQ00B45F0YZ900@hades.sorbs.net> for ports@FreeBSD.org; Mon, 05 Jan 2015 17:34:12 -0800 (PST) Message-id: <54AB3A78.3060008@sorbs.net> Date: Tue, 06 Jan 2015 02:29:28 +0100 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: "Mikhail T." Subject: Re: Support for "partial upgrades" References: <54AB1420.9090101@aldan.algebra.com> In-reply-to: <54AB1420.9090101@aldan.algebra.com> Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 01:29:38 -0000 Mikhail T. wrote: > Hello! > > A prominent committer stated today > : > Well that explains what happened to my builds... and I know of currently installed, currently deploying production systems that are still on 5.8.. no wonder they are staying on linux... Good job I've been upgrading to 5.16 after thorough testing that'll last a while... oh wait... :/ One does have to question though if someone has perl 5.unsupported on a system they cannot build packages for it.. assuming the base package requirements are present... or is this just another extension of EOL = It won't work after this point, and instead of slow moving systems like Debian where you can wait months for a patch FreeBSD is going to the other extreme where sysadmins and developers can't get to a stable build system because everything is moving too fast to stay supported? NOTE: I am not against having perl 5.16, .18 and .20 as the only *supported* versions but there are many systems out there running all sorts of versions because they still work... and indeed the systems that I speak of above (but won't identify) *cannot* currently run on 5.10 or above because of performance issues... not to mention that Perl 5.8 is still rooted deeply in other supported platforms (non BSD) so if you want people to come to FreeBSD you should really not break stuff that should work even if it is not supported... Am I wrong in thinking that a system with 5.10 installed and the package local to it will not build working perl modules? (assuming it's not blacklisted out like it is currently by not retaining them in Uses/perl5.mk) -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 01:48:17 2015 Return-Path: Delivered-To: freebsd-ports@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 E3275237 for ; Tue, 6 Jan 2015 01:48:17 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 730A1647C6 for ; Tue, 6 Jan 2015 01:48:17 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so4451883wiv.6 for ; Mon, 05 Jan 2015 17:48:15 -0800 (PST) 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=CfAx+nTZqU0JHw/S/o5nd3eYfNtmYKoxbyz5AWQej48=; b=bsN0kvd9UIE0Qd9LeliswgzYKL78al+646DbKtUTOlxKPK6WLpJDH2HLmQQ2bdtLAi NH8jDJkAXf3E8qcScyOSs7/DoWdy85hHFjuc30ZeuhipVtva/uQKCyvHTd1ntE+7GjFE XyrM4TUXkL4aFHmC33MSZZZlITM3ZoIGa+azv/9HwFUFe/sCr2susmCFTRJQDWYo3mbS ER2jgQIRzeki589qFvVCf6Wsow1WcM0nPFaC+VoiKlOItoGVTHWxj27P1/tpoTMj1G7o qMxt/JeJSSqa/vDWAO8k+ZeLofixP6zk8ocshOATPU9GEpMS0lXLBszaeov/8OIjL/9i 62HA== MIME-Version: 1.0 X-Received: by 10.180.107.228 with SMTP id hf4mr17883610wib.47.1420508895938; Mon, 05 Jan 2015 17:48:15 -0800 (PST) Received: by 10.194.135.79 with HTTP; Mon, 5 Jan 2015 17:48:15 -0800 (PST) Received: by 10.194.135.79 with HTTP; Mon, 5 Jan 2015 17:48:15 -0800 (PST) In-Reply-To: <54AB1A13.6070004@intersonic.se> References: <20150105195753.GA12451@albert.catwhisker.org> <54AAFB6B.1030201@intersonic.se> <20150105210350.GC12451@albert.catwhisker.org> <54AB1A13.6070004@intersonic.se> Date: Tue, 6 Jan 2015 07:18:15 +0530 Message-ID: Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) From: Amit Sengupta To: Per olof Ljungmark Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-ports@freebsd.org, David Wolfskill X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 01:48:18 -0000 Great to know it worked. I had audio enabled as I need it for webaudio projects. I didn't need webgl so I had kept it unchecked. As it is the port takes a long time to build so I didn't want extra baggage. I think something in the make script does not check for the unselected options and attempts to compile everything. On 06-Jan-2015 4:41 am, "Per olof Ljungmark" wrote: > On 2015-01-05 22:03, David Wolfskill wrote: > > On Mon, Jan 05, 2015 at 10:00:27PM +0100, Per olof Ljungmark wrote: > >> ... > >> Thank for the tip, unfortunately it built fine but then this happened, I > >> had not selected audio but apparently something thought I had. > >> > >> Did you select with or without audio? > >> ... > > > > It was "on" in my case (which worked): > > > > localhost(10.1-S)[10] make -C /usr/ports/www/webkit-gtk2 showconfig > > ===> The following configuration options are available for > > webkit-gtk2-2.4.7: > > DEBUG=off: Just enable debug symbols > > FULLDEBUG=off: Enable asserts and other debug support > > WEBAUDIO=on: Web audio support > > WEBGL=on: Enable Web GL support > > ===> Use 'make config' to modify these settings > > localhost(10.1-S)[11] > > > > Indeed! > > ===> Registering installation for webkit-gtk2-2.4.7 > Installing webkit-gtk2-2.4.7... > > With both GL and Audio selected it both builds and installs. > > Victory at last. > > Thank you > > //per > From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 09:39:12 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE846F94 for ; Tue, 6 Jan 2015 09:39:12 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 5D852664FB for ; Tue, 6 Jan 2015 09:39:12 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t069dC3l092675 for ; Tue, 6 Jan 2015 09:39:12 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t069dC7X092674; Tue, 6 Jan 2015 09:39:12 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201501060939.t069dC7X092674@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 6 Jan 2015 09:39:11 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 09:39:12 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/p5-DBIx-SQLite-Simple | 0.34 | 0.35 ------------------------------------------------+-----------------+------------ lang/execline | 1.08 | 2.0.1.0 ------------------------------------------------+-----------------+------------ textproc/py-jaxml | 3.02 | 18.00 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 16:09:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03E366F4 for ; Tue, 6 Jan 2015 16:09:18 +0000 (UTC) Received: from eu1sys200aog118.obsmtp.com (eu1sys200aog118.obsmtp.com [207.126.144.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 537412ADF for ; Tue, 6 Jan 2015 16:09:16 +0000 (UTC) Received: from mail-we0-f171.google.com ([74.125.82.171]) (using TLSv1) by eu1sys200aob118.postini.com ([207.126.147.11]) with SMTP ID DSNKVKwIlOpoCvseEC4h+8h4FLc+Q7qsrQAZ@postini.com; Tue, 06 Jan 2015 16:09:17 UTC Received: by mail-we0-f171.google.com with SMTP id u56so9889422wes.30 for ; Tue, 06 Jan 2015 08:08:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=jf7k/YJLpkxrNxolkodUDeQSM+Ielldu2/yTyRfN8Ro=; b=ZgZ8iVascQPGfg2GphKafPp40lppXwh7hPMOZWEbEMVA6WxKKV3CfgX1BjVrszHMKj ST+yIXH4O5uLVKUaH1fL1zfJPTqsaTTzlOVjkr4rS5hUUsAm+kIruIfveOq78Iy/mkrc DDLL9VzcYtBjyyxtUk4BDvP+rF3OBLj3FI/F4GP6mFfsQOEeBH/wKbrIFhV08RkVCZOO 8LIm5r0TvnSVVha7Moe+kUDW5ACCy+o4LJKkj53Zi0C6MA8G2uoLG0JOjnwlrKlwo0uS fRKO5hOnEu4giljOLkde1zgI1OsGz9zcwfzGcwTaN9yFY05KSv1AleTkz54dszGbc6ZT wmEQ== X-Gm-Message-State: ALoCoQnbOJ8FAIUkpD8T+aEgzNYZJJOcnks7s+kOVar9k4xvchpBdJK1qADEL/GoVHWEnfbqlVTVI6pIqH11gUVz5AxggOxNLOmq84P96qRwhZgUXpO+KYAdW4z/TDZjIT87phcKl+w1N9Xeh+L3tvrLTVogndZseg== X-Received: by 10.180.207.211 with SMTP id ly19mr38580865wic.73.1420560532601; Tue, 06 Jan 2015 08:08:52 -0800 (PST) X-Received: by 10.180.207.211 with SMTP id ly19mr38580846wic.73.1420560532467; Tue, 06 Jan 2015 08:08:52 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id gl5sm17075987wib.0.2015.01.06.08.08.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Jan 2015 08:08:51 -0800 (PST) Date: Tue, 06 Jan 2015 08:08:51 -0800 (PST) X-Google-Original-Date: Tue, 6 Jan 2015 16:08:50 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t06G8olY007996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 6 Jan 2015 16:08:50 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t06G8oHq007995 for freebsd-ports@freebsd.org; Tue, 6 Jan 2015 16:08:50 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201501061608.t06G8oHq007995@mech-as221.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: npviewer.bin: exec format error Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 16:09:18 -0000 After upgrading to 10.1-release and updating all ports via pkg, I get this error on amd64: % nspluginwrapper -v -a -i Auto-install plugins from /usr/local/lib/browser_plugins Looking for plugins in /usr/local/lib/browser_plugins Auto-install plugins from /usr/local/lib/browser_plugins/linux-c6-flashplugin Looking for plugins in /usr/local/lib/browser_plugins/linux-c6-flashplugin ELF binary type "0" not known. exec: /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: Exec format error ELF binary type "0" not known. exec: /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: Exec format error Auto-install plugins from /usr/local/lib/browser_plugins/symlinks/linux-firefox Looking for plugins in /usr/local/lib/browser_plugins/symlinks/linux-firefox ELF binary type "0" not known. exec: /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: Exec format error ELF binary type "0" not known. exec: /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: Exec format error Auto-install plugins from /home/mexas/.mozilla/plugins Looking for plugins in /home/mexas/.mozilla/plugins The flash plugin doesn't work in firefox. % pkg info -xo flash fire nsplug linux-c6-flashplugin-11.2r202.425 www/linux-c6-flashplugin11 firefox-34.0.5_1,1 www/firefox nspluginwrapper-1.4.4_4 www/nspluginwrapper % freebsd-version -ku 10.1-RELEASE 10.1-RELEASE-p3 % uname -a 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Please advise Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 20:05:13 2015 Return-Path: Delivered-To: freebsd-ports@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 C74BED58 for ; Tue, 6 Jan 2015 20:05:13 +0000 (UTC) Received: from eu1sys200aog106.obsmtp.com (eu1sys200aog106.obsmtp.com [207.126.144.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C242B226 for ; Tue, 6 Jan 2015 18:01:39 +0000 (UTC) Received: from mail-wg0-f50.google.com ([74.125.82.50]) (using TLSv1) by eu1sys200aob106.postini.com ([207.126.147.11]) with SMTP ID DSNKVKwi6QkhCVBUYCq7kMSpj2gmOrIr4zDz@postini.com; Tue, 06 Jan 2015 18:01:39 UTC Received: by mail-wg0-f50.google.com with SMTP id a1so29679404wgh.23 for ; Tue, 06 Jan 2015 10:01:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=Wc78C5jZj5g7bSNjJRgFbDno9hiEW1oq6iVl3lTDUZg=; b=WD0o6zpD+/InAzqeOJq0nnQdDwm81AgUzi4dBucszThoRz/Obm6hyMxuk6Vo/Uhr/e 1r+PzZ3InoVSADAnpwm1nejBJpysMauDoO7719ZNt5NbedIaI7QPQWq355wUeMY5Oagk JfB0E/LV0TH3LT5Z1d5kNgynXJJ6NOcZjWa9h6rKmImO6lj5VP4K8lRGlHQh7kzK+LNq lu463zOjrLpWF+XxNApAF8p3l68KNSnBOPATj4oR44yuAFZ7ZfBtcn0GyUAmd+624D4z Tx5Lpo8J7tBi+yfEKL2kRiFBpNXLUZkl7Jv1hKo0PrAwLbfKMKZXTfXDW1SYFPCuajfj Mt0g== X-Received: by 10.194.142.234 with SMTP id rz10mr50200437wjb.118.1420563956456; Tue, 06 Jan 2015 09:05:56 -0800 (PST) X-Gm-Message-State: ALoCoQlxoizVxTasARsTswGLabCpWSAG0NeyI2yAgEpSpA1Rqi5nldEKLNp+kCEk0X+sl9KqZ5qfAFkgKprlzEDFweyEY3Im7oBSgftvXefkzi8yQerIV+53OrOaMzDwQMl/wBNkmtXPv+9irHPZtnVX/rxbKjOg0A== X-Received: by 10.194.142.234 with SMTP id rz10mr50200415wjb.118.1420563956322; Tue, 06 Jan 2015 09:05:56 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id eu8sm14637464wib.21.2015.01.06.09.05.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Jan 2015 09:05:55 -0800 (PST) Date: Tue, 06 Jan 2015 09:05:55 -0800 (PST) X-Google-Original-Date: Tue, 6 Jan 2015 17:05:54 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t06H5s8r008285 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Jan 2015 17:05:54 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t06H5sGd008284; Tue, 6 Jan 2015 17:05:54 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201501061705.t06H5sGd008284@mech-as221.men.bris.ac.uk> To: mexas@bris.ac.uk, michelle@sorbs.net Subject: Re: npviewer.bin: exec format error Reply-To: mexas@bris.ac.uk In-Reply-To: <54AC1334.8010802@sorbs.net> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 20:05:13 -0000 >From michelle@sorbs.net Tue Jan 6 17:04:09 2015 > >Anton Shterenlikht wrote: >> After upgrading to 10.1-release and >> updating all ports via pkg, I get this error >> on amd64: >> >Saw something similar (not using pkg or 10.x) on my hosts the other day... > >Was when I accidentally installed amd64 binaries over a i386 kernel (the >reverse is also true) ... did you install amd64 on a host over an >existing i386? If so pkg might not realise you changed the arch. no, definitely not. This was always an amd64 box, updated via freebsd-update only. Anton From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 21:16:54 2015 Return-Path: Delivered-To: freebsd-ports@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 D86223A7 for ; Tue, 6 Jan 2015 21:16:54 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (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 BA4A064B9D for ; Tue, 6 Jan 2015 21:16:53 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id D21C46A6002; Tue, 6 Jan 2015 22:16:49 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id t06LGnsY066640; Tue, 6 Jan 2015 22:16:49 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id t06LGnEq066482; Tue, 6 Jan 2015 22:16:49 +0100 (CET) (envelope-from lars) Date: Tue, 6 Jan 2015 22:16:49 +0100 From: Lars Engels To: Chris H Subject: Re: How does the Additional FreeBSD Contributors page work? Message-ID: <20150106211649.GN69156@e-new.0x20.net> References: <08ea7801a1d9c7ea83d0b809fed0201a@ultimatedns.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yAzUYvkKIfeS0jQX" Content-Disposition: inline In-Reply-To: <08ea7801a1d9c7ea83d0b809fed0201a@ultimatedns.net> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p16 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 21:16:54 -0000 --yAzUYvkKIfeS0jQX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 01, 2015 at 06:05:38PM -0800, Chris H wrote: > Greetings, and Happy New Year! >=20 > I was reading through the Porters Handbook today, and > while reading 3.6. Submitting the New Port, I noticed > the link at the end to 8. Additional FreeBSD Contributors > (https://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/contri= b-additional.html). > Being a maintainer of ~35 ports > (https://www.freebsd.org/cgi/ports.cgi?query=3Dportmaster@&stype=3Dmainta= iner) > (tho ~5 are still waiting to be committed), I thought I'd see > if I was listed. But discovered I wasn't. Given that maintainers > of 1 port, and as little as 1mos. tenure are listed. I assumed that > I must have misunderstood what the page represents. > Would anyone be willing to clarify? Or am I simply "blacklisted"? ;) >=20 > Thanks, and again, Happy New Year, to all! >=20 > --Chris Chris, I added you to the list. Thanks a lot for your contributions. Lars --yAzUYvkKIfeS0jQX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJUrFDBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tYHwIAJRKo8Dbnk9LNqrr0LN7/t9+ 5etoMw5HMq11IhGSI5PxhNzjQSOe4I0drRE1ssj2biV8e4wzX03oIoD9ggHj6oGy pFh6NxtdIfj2gyUKGiKjsUwPgi5v/QJ7Ujr6WDJmLPUPprxghaSGFdDeeXDU89n0 Xbf+RqEdStcqXoD/2dpHM803+pI9MBoKysWB8HzAFRRJyIH4UmGOcz8ORvuX0Xyn mVYj0qMzAslf3JDACXw1RD1wWjfBQYNKHgkK3MTYBW0+jdm6QebfjkaDHsbFZL4b JTk6hEAin5zh5aPQBQPCBShMlZisc+cMuTxDK+6vGKC3w6uZ5BOW5BGot2rRDDg= =ozFO -----END PGP SIGNATURE----- --yAzUYvkKIfeS0jQX-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 22:13:05 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A8634A4 for ; Tue, 6 Jan 2015 22:13:05 +0000 (UTC) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id E4463664ED for ; Tue, 6 Jan 2015 22:13:04 +0000 (UTC) Received: from soth.ventu (80.181.51.90) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 547D8BAA05EE39DF for ports@freebsd.org; Tue, 6 Jan 2015 23:12:57 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.7) with ESMTP id t06MCtDu018972 for ; Tue, 6 Jan 2015 23:12:55 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <54AC5DE0.2030703@netfence.it> Date: Tue, 06 Jan 2015 23:12:48 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: Help with porting FreeCAD Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 22:13:05 -0000 Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work anymore due to incompatible changes in OpenCASCADE (which is a dependency); so I'm trying 0.15 (which is still a beta). The box I'm using runs 9.3 and I'm facing a problem I'm too inexperienced about the port system to solve: _ g++ 4.9 seems to be needed (previous versions having an unsolved bug), so I put "USE_GCC=4.9"; _ however, fortran is required and "USES=fortran:gcc" picks up gfortran48; _ so in the link stage "-L/usr/local/lib/gcc48" comes before "-L/usr/local/lib/gcc49" and I get unresolved symbols. Is there a way I can tell the port system to pick gfortran49 instead of gfortran48 and forget about "-L/usr/local/lib/gcc48"? Of course I could try uninstalling gcc-4.8.4, but this is unfortunately a run dependency of several other ports. bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 22:40:59 2015 Return-Path: Delivered-To: ports@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 9680290C for ; Tue, 6 Jan 2015 22:40:59 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9B99CE for ; Tue, 6 Jan 2015 22:40:59 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t06MfLul011210; Tue, 6 Jan 2015 14:41:21 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: ports@freebsd.org, Andrea Venturoli In-Reply-To: <54AC5DE0.2030703@netfence.it> References: <54AC5DE0.2030703@netfence.it> From: "Chris H" Subject: Re: Help with porting FreeCAD Date: Tue, 06 Jan 2015 14:41:21 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 22:40:59 -0000 On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli wrote > Hello. > > A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. > Now it won't work anymore due to incompatible changes in OpenCASCADE > (which is a dependency); so I'm trying 0.15 (which is still a beta). > > The box I'm using runs 9.3 and I'm facing a problem I'm too > inexperienced about the port system to solve: > > _ g++ 4.9 seems to be needed (previous versions having an unsolved bug), > so I put "USE_GCC=4.9"; > _ however, fortran is required and "USES=fortran:gcc" picks up gfortran48; > _ so in the link stage "-L/usr/local/lib/gcc48" comes before > "-L/usr/local/lib/gcc49" and I get unresolved symbols. > > Is there a way I can tell the port system to pick gfortran49 instead of > gfortran48 and forget about "-L/usr/local/lib/gcc48"? > Of course I could try uninstalling gcc-4.8.4, but this is unfortunately > a run dependency of several other ports. I think what you're looking for here is BUILD_DEPENDS= and RUN_DEPENDS= --Chris > > > bye & Thanks > av. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 22:55:16 2015 Return-Path: Delivered-To: ports@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 04B16D1D for ; Tue, 6 Jan 2015 22:55:16 +0000 (UTC) Received: from smtp208.alice.it (smtp208.alice.it [82.57.200.104]) by mx1.freebsd.org (Postfix) with ESMTP id 862A3B60 for ; Tue, 6 Jan 2015 22:55:15 +0000 (UTC) Received: from soth.ventu (80.181.51.90) by smtp208.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 547D8C04058A4EFC; Tue, 6 Jan 2015 23:49:51 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.7) with ESMTP id t06MnmTo019938; Tue, 6 Jan 2015 23:49:49 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <54AC6685.1060900@netfence.it> Date: Tue, 06 Jan 2015 23:49:41 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Chris H , ports@freebsd.org Subject: Re: Help with porting FreeCAD References: <54AC5DE0.2030703@netfence.it> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 22:55:16 -0000 On 01/06/15 23:41, Chris H wrote: > On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli wrote > >> Hello. >> >> A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. >> Now it won't work anymore due to incompatible changes in OpenCASCADE >> (which is a dependency); so I'm trying 0.15 (which is still a beta). >> >> The box I'm using runs 9.3 and I'm facing a problem I'm too >> inexperienced about the port system to solve: >> >> _ g++ 4.9 seems to be needed (previous versions having an unsolved bug), >> so I put "USE_GCC=4.9"; >> _ however, fortran is required and "USES=fortran:gcc" picks up gfortran48; >> _ so in the link stage "-L/usr/local/lib/gcc48" comes before >> "-L/usr/local/lib/gcc49" and I get unresolved symbols. >> >> Is there a way I can tell the port system to pick gfortran49 instead of >> gfortran48 and forget about "-L/usr/local/lib/gcc48"? >> Of course I could try uninstalling gcc-4.8.4, but this is unfortunately >> a run dependency of several other ports. > I think what you're looking for here is > BUILD_DEPENDS= > and > RUN_DEPENDS= Thanks, but, sorry, I don't quite get your suggestion. What should I put into those variables? How would that solve the above problem? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 23:10:28 2015 Return-Path: Delivered-To: ports@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 D62653E6 for ; Tue, 6 Jan 2015 23:10:28 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8E0D3D for ; Tue, 6 Jan 2015 23:10:28 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t06NAp12020178; Tue, 6 Jan 2015 15:10:51 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: ports@freebsd.org, Andrea Venturoli In-Reply-To: <54AC6685.1060900@netfence.it> References: <54AC5DE0.2030703@netfence.it> , <54AC6685.1060900@netfence.it> From: "Chris H" Subject: Re: Help with porting FreeCAD Date: Tue, 06 Jan 2015 15:10:51 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 23:10:28 -0000 On Tue, 06 Jan 2015 23:49:41 +0100 Andrea Venturoli wrote > On 01/06/15 23:41, Chris H wrote: > > On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli wrote > > > >> Hello. > >> > >> A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. > >> Now it won't work anymore due to incompatible changes in OpenCASCADE > >> (which is a dependency); so I'm trying 0.15 (which is still a beta). > >> > >> The box I'm using runs 9.3 and I'm facing a problem I'm too > >> inexperienced about the port system to solve: > >> > >> _ g++ 4.9 seems to be needed (previous versions having an unsolved bug), > >> so I put "USE_GCC=4.9"; > >> _ however, fortran is required and "USES=fortran:gcc" picks up gfortran48; > >> _ so in the link stage "-L/usr/local/lib/gcc48" comes before > >> "-L/usr/local/lib/gcc49" and I get unresolved symbols. > >> > >> Is there a way I can tell the port system to pick gfortran49 instead of > >> gfortran48 and forget about "-L/usr/local/lib/gcc48"? > >> Of course I could try uninstalling gcc-4.8.4, but this is unfortunately > >> a run dependency of several other ports. > > I think what you're looking for here is > > BUILD_DEPENDS= > > and > > RUN_DEPENDS= > > Thanks, but, sorry, I don't quite get your suggestion. > What should I put into those variables? > How would that solve the above problem? Sure. OK. Maybe something along the lines of: BUILD_DEPENDS+= ${PREFIX}/bin/gcc49:${PORTSDIR}/lang/gcc49 Also, regarding your USE_GCC you would do well to choose: USE_GCC= 4.9+ which says: Must use gcc49, or greater. All the best. --Chris > > bye & Thanks > av. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 23:29:34 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77020BC4 for ; Tue, 6 Jan 2015 23:29:34 +0000 (UTC) Received: from nm19-vm2.access.bullet.mail.bf1.yahoo.com (nm19-vm2.access.bullet.mail.bf1.yahoo.com [216.109.115.97]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 287791043 for ; Tue, 6 Jan 2015 23:29:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s2048; t=1420586659; bh=+PxTXQbxehSsZAwcfyZvOduG6dfItIe2h51A1YIuVUE=; h=Date:From:To:CC:Subject:From:Subject; b=GF6RTX9lyBPfy94GW8R/juoeETzYcv4c26XUNs0QbWIxqVNV1wjXB3jV1WcquZ650VVpfZv52Az/SmdRKXdR7zjFmbZaPe7jojowTes1QDQgcGGFoYO6Ilw8I4rw4lMb43lgOLMo/WZwY20BRHL2NKkdFlALKRe8Euoxx1IC7nScjL3k+9k6Pyr5wfuY7VuCZC8DGfZ4ixFcPdI6rlTP7tFjI/WvdngSn2vuU0haosw/WkGyR8Vw1WQ8sZYtb4vT/885zxkIuxdUe2yw4W3yeVEyD3A9yJnNBdkcN4v93QckRec+qOunTDTIX9JV+eQ8zE6MD4Ed87rnWjeiqSDtVA== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=bellsouth.net; b=eWc3O/lD8BNRd1q3mnF+6/kJCJUxs6uVnnXpMyuTP3I9DbbMCx1+O/3WGMCNlZRiib4Wn9XWkoUQ+FULJMPygbTI6+177vmkLpK0tVEg3MxdExEgPRdHZUsQ2umaOdEK2Ao3yMddZx0p2vVSwH8QFb1rPsvGElLMfXKdYefdyMjY/0eGW4FgksFwd6OooO1kzUoZGXVxORGOgURPWfgUT1q/S7753y8aKhjs9TEnlyoiXaAzYxyWRy6zfEZBlcZ8ys41WeYeHEEQAJ5efwfSzXL3TB6h8Ymagy3W6EIwoTA7Rv84zo84EAAuoffZtb+5v+JOYgMSEdSiNc1PNhdSwg==; Received: from [66.196.81.163] by nm19.access.bullet.mail.bf1.yahoo.com with NNFMP; 06 Jan 2015 23:24:19 -0000 Received: from [98.138.226.243] by tm9.access.bullet.mail.bf1.yahoo.com with NNFMP; 06 Jan 2015 23:24:19 -0000 Received: from [127.0.0.1] by smtp114.sbc.mail.ne1.yahoo.com with NNFMP; 06 Jan 2015 23:24:19 -0000 X-Yahoo-Newman-Id: 471752.8103.bm@smtp114.sbc.mail.ne1.yahoo.com Message-ID: <471752.8103.bm@smtp114.sbc.mail.ne1.yahoo.com> Date: Tue, 6 Jan 2015 23:24:19 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: RLfxl4oVM1m13623YdjNmmmpZ6wj2WZHKA4BlwWop.luRHd rHUkO6.QgJ3GieDoj3N0ZCeyOYaYqVzb9ob6z1S3F6vaWpAtoUTa_kpRKAes 39hQytJtgaxb4tO.KfTgBITKcO6Lb4g4nfhi2t7M1v7hHGr84L5f_F4VxfFo LiyJZmp_irtXzkRILnfNtFGmAN2dd2dxh6R3oU.YIlj_9AVfY01ejzzD.Bnk O8GUsCONJ5rStynA1qBUg.rO0ubuFUeD6NS6eCESkV.N3l1t3YLlj7ysmmgU WYlNNoguAvGEZ0cJq524zuF6P3kWUAr3Rsnx0Zauyd5wOjLMx033kXvG209t xGIoskdGcG.9ig9QkY7uAcaubS_xB7dNvJRA6LxyYyE3hhexZTlsZsAVTSOY WTEZqOkT0jUAVyF8qnwNj90rcD6TE1kysrKuH6UFYkjKXSzMUZeaka_JXhNo ecmUAqWRfhyF7packx122vvtSjGHqQrJaepzQpQHDLshCU43bKKMg1HCuZKg rk805Wu0MnnduFS0Q7if_HrBCVvEkKpK7vqjhFCOZAPw2goZr4b9WliFxlZ5 AtLg.izu_rx6Hoygup7mA2cO5F3tzZIEORvzuAOz6fJd1E7debR7GLgd3hSE Ue0Fyrvs1XBf3JPoD48IXtUtP68y.fojp0trp5J5.aO.ztSbu2N6X2PBMfUG 5qKI641XkDXgwP5eq.rBk_y3A1h.q5xxupopukWMuSgRr96ddPmuys22dhTN _umG7MNi8hNTV8ZTU01BSBoFkC5r6zUrPRMs9SCIGAg8oZpH0oYIeHgKD2qd zla9.Odg- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: multimedia/libva fails in configure stage, missing file? Cc: madpilot@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 23:29:34 -0000 I ran automake -v in the WRKSRC directory (/usr/ports/multimedia/libva-1.5.0) and failed on error configure.ac:166: error: required file './ltmain.sh' not found You asked for the log from failed build of libva-1.5.0, here it is: ]0;portmaster: multimedia/libva ===>>> Port directory: /usr/ports/multimedia/libva ===>>> Gathering distinfo list for installed ports ===>>> Launching 'make checksum' for multimedia/libva in background ===>>> Gathering dependency list for multimedia/libva from ports ===>>> Initial dependency check complete for multimedia/libva ]0;portmaster: multimedia/libva ===>>> Starting build for multimedia/libva <<<=== ===>>> All dependencies are up to date ===> Cleaning for libva-1.5.0 ===> License MIT accepted by the user ===> Found saved configuration for libva-1.3.1_3 ===> libva-1.5.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libva-1.5.0 for building ===> Extracting for libva-1.5.0 => SHA256 Checksum OK for libva-1.5.0.tar.bz2. ===> Patching for libva-1.5.0 ===> Applying FreeBSD patches for libva-1.5.0 ===> libva-1.5.0 depends on file: /usr/local/include/linux/videodev2.h - found ===> libva-1.5.0 depends on executable: autoconf-2.69 - found ===> libva-1.5.0 depends on executable: autoheader-2.69 - found ===> libva-1.5.0 depends on executable: autoreconf-2.69 - found ===> libva-1.5.0 depends on executable: aclocal-1.14 - found ===> libva-1.5.0 depends on executable: automake-1.14 - found ===> libva-1.5.0 depends on executable: libtoolize - found ===> libva-1.5.0 depends on executable: gmake - found ===> libva-1.5.0 depends on executable: pkgconf - found ===> libva-1.5.0 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found ===> libva-1.5.0 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found ===> libva-1.5.0 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - found ===> libva-1.5.0 depends on file: /usr/local/libdata/pkgconfig/pciaccess.pc - found ===> libva-1.5.0 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libva-1.5.0 depends on file: /usr/local/libdata/pkgconfig/xfixes.pc - found ===> libva-1.5.0 depends on shared library: libdrm.so - found (/usr/local/lib/libdrm.so.2.4.0) ===> libva-1.5.0 depends on shared library: libGL.so - found (/usr/local/lib/libGL.so) ===> Configuring for libva-1.5.0 aclocal-1.14: warning: couldn't open directory 'm4': No such file or directory aclocal-1.14: warning: couldn't open directory 'm4': No such file or directory configure.ac:166: installing './compile' configure.ac:166: installing './config.guess' configure.ac:166: installing './config.sub' configure.ac:87: installing './install-sh' configure.ac:166: error: required file './ltmain.sh' not found configure.ac:87: installing './missing' dummy_drv_video/Makefile.am: installing './depcomp' automake-1.14: warning: redefinition of 'info' ... /usr/local/share/automake-1.14/am/program.am: ... 'info$(EXEEXT)' previously defined here test/vainfo/Makefile.am:23: while processing program 'info' va/wayland/Makefile.am:33: warning: source file '$(top_srcdir)/va/drm/va_drm_utils.c' is in a subdirectory, va/wayland/Makefile.am:33: but option 'subdir-objects' is disabled automake-1.14: warning: possible forward-incompatibility. automake-1.14: At least a source file is in a subdirectory, but the 'subdir-objects' automake-1.14: automake option hasn't been enabled. For now, the corresponding output automake-1.14: object file(s) will be placed in the top-level directory. However, automake-1.14: this behaviour will change in future Automake versions: they will automake-1.14: unconditionally cause object files to be placed in the same subdirectory automake-1.14: of the corresponding sources. automake-1.14: You are advised to start using 'subdir-objects' option throughout your automake-1.14: project, to avoid future incompatibilities. autoreconf-2.69: automake failed with exit status: 1 *** Error code 1 Stop. make[1]: stopped in /usr/ports/multimedia/libva *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/libva ===>>> make build failed for multimedia/libva ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster multimedia/libva Email is on other computer, running NetBSD where FreeBSD fails to connect via Ethernet, hence lack of email headers such as "References:" and lack of quoting. Tom From owner-freebsd-ports@FreeBSD.ORG Tue Jan 6 23:59:50 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64520AE for ; Tue, 6 Jan 2015 23:59:50 +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 4985764568 for ; Tue, 6 Jan 2015 23:59:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t06Nxnri011976 for ; Tue, 6 Jan 2015 23:59:49 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t06Nxnr5011975 for freebsd-ports@freebsd.org; Tue, 6 Jan 2015 23:59:49 GMT (envelope-from bdrewery) Received: (qmail 82403 invoked from network); 6 Jan 2015 17:59:48 -0600 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 6 Jan 2015 17:59:48 -0600 Message-ID: <54AC76F8.3080600@FreeBSD.org> Date: Tue, 06 Jan 2015 17:59:52 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Kurt Jaeger , Robert Simmons Subject: Re: devel/ccache References: <20150104122729.GQ44537@home.opsec.eu> In-Reply-To: <20150104122729.GQ44537@home.opsec.eu> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 23:59:50 -0000 On 1/4/2015 6:27 AM, Kurt Jaeger wrote: > Hi! > >> Is there a plan to update the devel/ccache port? The new version has >> improved clang support. > > If you can provide a patch that updates this, this certainly would > speed it up 8-} > Mailing the maintainer usually helps. -- Regards, Bryan Drewery From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 00:01:34 2015 Return-Path: Delivered-To: freebsd-ports@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 A419B169 for ; Wed, 7 Jan 2015 00:01:34 +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 89B4E645A4 for ; Wed, 7 Jan 2015 00:01:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t0701YT1015051 for ; Wed, 7 Jan 2015 00:01:34 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t0701YBE015048 for freebsd-ports@freebsd.org; Wed, 7 Jan 2015 00:01:34 GMT (envelope-from bdrewery) Received: (qmail 71866 invoked from network); 6 Jan 2015 18:01:33 -0600 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 6 Jan 2015 18:01:33 -0600 Message-ID: <54AC7761.9050305@FreeBSD.org> Date: Tue, 06 Jan 2015 18:01:37 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Ben Woods , freebsd-ports@freebsd.org Subject: Re: Combining GitHub and regular MASTER_SITES for multiple DISTFILES References: In-Reply-To: OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 00:01:34 -0000 On 1/4/2015 8:49 AM, Ben Woods wrote: > I am trying to create a new port, where the main source code should be > retrieved from GitHub, and a secondary piece of source code should be > retrieved from an FTP site. > > The USE_GITHUB port magic does not work for the primary source code if the > MASTER_SITES and DISTFILES variables are also specified in the Makefile for > the secondary source code. The result is that only the secondary code is > downloaded and extracted. Using += for the MASTER_SITES and DISTFILES > assignment does not fix the issue. > > Is there a way that these can be used together for this propose? > > Regards, > Ben > > See ports-mgmt/poudriere Makefile. Use 'GH' in MASTER_SITES for the USE_GITHUB source: MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH You can use whatever order you wish. -- Regards, Bryan Drewery From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 00:57:31 2015 Return-Path: Delivered-To: freebsd-ports@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 DFB646A for ; Wed, 7 Jan 2015 00:57:31 +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 C13F3F36 for ; Wed, 7 Jan 2015 00:57:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t070vVdl039182 for ; Wed, 7 Jan 2015 00:57:31 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t070vV4Z039180 for freebsd-ports@freebsd.org; Wed, 7 Jan 2015 00:57:31 GMT (envelope-from bdrewery) Received: (qmail 24267 invoked from network); 6 Jan 2015 18:57:29 -0600 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 6 Jan 2015 18:57:29 -0600 Message-ID: <54AC8478.1070704@FreeBSD.org> Date: Tue, 06 Jan 2015 18:57:28 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Kurt Jaeger , Robert Simmons Subject: Re: devel/ccache References: <20150104122729.GQ44537@home.opsec.eu> <54AC76F8.3080600@FreeBSD.org> In-Reply-To: <54AC76F8.3080600@FreeBSD.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WtCamFLEaTTWNwH8d73SkdHFqf9QAtiVD" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 00:57:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --WtCamFLEaTTWNwH8d73SkdHFqf9QAtiVD Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 1/6/2015 5:59 PM, Bryan Drewery wrote: > On 1/4/2015 6:27 AM, Kurt Jaeger wrote: >> Hi! >> >>> Is there a plan to update the devel/ccache port? The new version has >>> improved clang support. >> >> If you can provide a patch that updates this, this certainly would >> speed it up 8-} >> >=20 > Mailing the maintainer usually helps. >=20 I've committed the update to 3.2.1 now. --=20 Regards, Bryan Drewery --WtCamFLEaTTWNwH8d73SkdHFqf9QAtiVD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJUrIR+AAoJEDXXcbtuRpfPOxkIAIDzK3as9j9t18y5pufoikhO Dy7aIUZWYdqTzKQ7h3BV7WXzEAvf1nnlv1FkgFHv/AVFjthenPdv6dK/NgZL7Jk1 bez04y0jzKyAyDBaWrDBmYZ0SXVr18a9pZrJnXx3W6Gyk1NWdutFoeV58vFGmDyC V1zVi9TVGqtzE6tEAoRLXYMy7awD1sdpQ4/Fxc5pgXGLJ7KQxTdlfvPYa8/yfEsy 4o07rhTEFUZczlPIAfVrz+ZiLGZbORmT3MqzeVxlxd/Pr5bmhz3oS+nBbbHnInfP YpT4n5vUXbaCgDBZEk1lJ1pBquwOjC8+Lqzjx/pyogPRJ0NK308vMNZwUBMGzVs= =l4ms -----END PGP SIGNATURE----- --WtCamFLEaTTWNwH8d73SkdHFqf9QAtiVD-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 07:44:16 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA12E98E for ; Wed, 7 Jan 2015 07:44:16 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7EA1F0E for ; Wed, 7 Jan 2015 07:44:16 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so996241wiv.1 for ; Tue, 06 Jan 2015 23:44:14 -0800 (PST) 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=AI3IosDM8J9F8M0OmmP64wN2oQXJTvJIEQyYmigfv/c=; b=uiJKVQDWWbFqrJQsg+5gCkhCE0sTnY+MtY0CHWiVme0v9Z+1HzZyISpFgmO8WICcsF NOSJslFSvwKIGYaThg/0sFmcL4K5YuNDa06BHR0mSeyiGJGrCJSQD6/AATXCjBozuI5k v6OlKTsgQDFuFeTOCwtSIoEJ//4A1KafEWmpmQgWcP23+ONCI1bSkM9f3Ug7YHd5gze8 Pp7bnVjbw3rzImQrOrs4vCWMlj1PC2WIjJQFHfKZyaNNjyYur5qlj6WQsBFHP71/84BU zpv0sz+LRs8MQXnUe0/fIGaErQtSqfhu0LqRi75RJRyxcYFCln8DThtyOe+kw7fZLQ/7 cGmg== MIME-Version: 1.0 X-Received: by 10.194.190.162 with SMTP id gr2mr3317663wjc.13.1420616654386; Tue, 06 Jan 2015 23:44:14 -0800 (PST) Received: by 10.27.131.217 with HTTP; Tue, 6 Jan 2015 23:44:14 -0800 (PST) In-Reply-To: <54AC5DE0.2030703@netfence.it> References: <54AC5DE0.2030703@netfence.it> Date: Wed, 7 Jan 2015 01:44:14 -0600 Message-ID: Subject: Re: Help with porting FreeCAD From: Scot Hetzel To: Andrea Venturoli Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 07:44:16 -0000 On Tue, Jan 6, 2015 at 4:12 PM, Andrea Venturoli wrote: > Hello. > > A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. > Now it won't work anymore due to incompatible changes in OpenCASCADE (which > is a dependency); so I'm trying 0.15 (which is still a beta). > > The box I'm using runs 9.3 and I'm facing a problem I'm too inexperienced > about the port system to solve: > > _ g++ 4.9 seems to be needed (previous versions having an unsolved bug), so > I put "USE_GCC=4.9"; > _ however, fortran is required and "USES=fortran:gcc" picks up gfortran48; > _ so in the link stage "-L/usr/local/lib/gcc48" comes before > "-L/usr/local/lib/gcc49" and I get unresolved symbols. > > Is there a way I can tell the port system to pick gfortran49 instead of > gfortran48 and forget about "-L/usr/local/lib/gcc48"? > Of course I could try uninstalling gcc-4.8.4, but this is unfortunately a > run dependency of several other ports. > I had a look at Mk/Uses/fortran.mk, it picks the version of fortran to install based on the value found in either Mk/bsd.default-versions.mk or the value defined in DEFAULT_VERSIONS. Unfortunately, it doesn't have a clean way to specify a specific version. It looks like you can override the value by setting GCC_DEFAULT. USE_GCC= 4.9 GCC_DEFAULT= 4.9 USES= fortran:gcc or USE_GCC= 4.9+ GCC_DEFAULT= ${_USE_GCC} USES= fortran:gcc Note: _USE_GCC is defined by Mk/bsd.gcc.mk when it finds a version that satisfies USE_GCC. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 08:28:08 2015 Return-Path: Delivered-To: ports@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 94F1BE0E for ; Wed, 7 Jan 2015 08:28:08 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (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 83D2D66402 for ; Wed, 7 Jan 2015 08:28:08 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078S8oE044268 for ; Wed, 7 Jan 2015 08:28:08 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:08 GMT Message-Id: <201501070828.t078S8oE044268@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ports@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD unmaintained ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:08 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/raproxy broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=raproxy portname: audio/wmauda broken because: Does not work with audacious 3.5 or later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=wmauda portname: audio/x11amp broken because: hangs at start with gtk and linker errors build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=x11amp portname: cad/cider broken because: Will not build with bmake and USES=fmake will not solve the issue build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=cider portname: databases/gtksql broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gtksql portname: databases/tora broken because: Does not compile with clang (include ) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=tora portname: deskutils/glipper broken because: Uses unknown GNOME components pygnomedesktop and pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=glipper portname: deskutils/gnochm broken because: Uses unknown GNOME component pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=gnochm portname: deskutils/kupfer broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kupfer portname: deskutils/timer-applet broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=timer-applet portname: devel/p5-Cdk broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Cdk portname: devel/xtla broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=xtla portname: editors/scribes broken because: Uses unknown GNOME component pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=scribes portname: emulators/linux_base-gentoo-stage3 broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-gentoo-stage3 portname: emulators/linux_dist-gentoo-stage3 broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_dist-gentoo-stage3 portname: ftp/rexx-curl broken because: Fails to install/package with new rexx-regina build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=rexx-curl portname: games/py-pychess broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=py-pychess portname: games/wmfortune broken because: No public disfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=wmfortune portname: graphics/gnash broken because: unable to link in libboost_system build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gnash portname: graphics/xfpovray broken because: Fails to link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xfpovray portname: mail/mail-notification broken because: Run-time failure with Gnome 3 build errors: http://beefy1.isc.freebsd.org/bulk/93i386-RELENG_9_3/latest/logs/errors/mail-notification-5.4_11.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mail-notification portname: net/nocatsplash broken because: Broken pkg-install script, should use USERS and UIDs build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=nocatsplash portname: security/arirang broken because: Does not build with Ruby 2.0 or newer build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=arirang portname: security/openvpn-auth-ldap broken because: Untested SVN-based port, report success on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190497 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openvpn-auth-ldap portname: www/diamanda broken because: Does not work with current django build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=diamanda portname: www/lifetype broken because: no distinfo provided for some of the distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=lifetype portname: www/ump broken because: Fails to patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ump From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 08:28:14 2015 Return-Path: Delivered-To: ports@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 CEFEFF07 for ; Wed, 7 Jan 2015 08:28:14 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (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 BD2046641A for ; Wed, 7 Jan 2015 08:28:14 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078SEph045317 for ; Wed, 7 Jan 2015 08:28:14 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:14 GMT Message-Id: <201501070828.t078SEph045317@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:14 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: archivers/ruby-lha broken because: Does not build with Ruby 2.0 or Ruby 2.1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=ruby-lha portname: audio/aureal-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=aureal-kmod portname: audio/mp3splt-gtk broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mp3splt-gtk portname: audio/padevchooser broken because: needs update to support pulseaudio 5.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=padevchooser portname: audio/qmidinet broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=qmidinet portname: audio/raproxy broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=raproxy portname: audio/wmauda broken because: Does not work with audacious 3.5 or later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=wmauda portname: audio/x11amp broken because: hangs at start with gtk and linker errors build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=x11amp portname: audio/xmms-openspc broken because: does not build on FreeBSD 10.x and later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-openspc portname: cad/cider broken because: Will not build with bmake and USES=fmake will not solve the issue build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=cider portname: databases/freetds-devel broken because: Fails to build build errors: http://beefy2.isc.freebsd.org/bulk/101amd64-RELENG_10_1/latest/logs/errors/freetds-devel-0.92.812,1.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=freetds-devel portname: databases/gtksql broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gtksql portname: databases/mariadb-client broken because: Does not build under FreeBSD 10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mariadb-client portname: databases/mariadb-server broken because: Does not build under FreeBSD 10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mariadb-server portname: databases/py-fdb broken because: Does not compile on FreeBSD 9 i386 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=py-fdb portname: databases/pydbdesigner broken because: Needs an unsupported version of wxWidgets build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pydbdesigner portname: databases/tora broken because: Does not compile with clang (include ) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=tora portname: deskutils/deskbar-applet broken because: Uses unknown GNOME components pygnomedesktop and evolutiondataserver build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=deskbar-applet portname: deskutils/gimmie broken because: Uses unknown GNOME components pygnomedesktop and pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=gimmie portname: deskutils/glipper broken because: Uses unknown GNOME components pygnomedesktop and pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=glipper portname: deskutils/gnochm broken because: Uses unknown GNOME component pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=gnochm portname: deskutils/hamster-applet broken because: Uses unknown GNOME components pygnomedesktop and gnomecontrolcenter2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=hamster-applet portname: deskutils/kupfer broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kupfer portname: deskutils/ontv broken because: Uses unknown GNOME components pygnomedesktop and pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=ontv portname: deskutils/timer-applet broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=timer-applet portname: devel/aarch64-binutils broken because: Patchset for aarch64 not up to date for binutils 2.25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=aarch64-binutils portname: devel/avr-binutils broken because: Patch must be updated for binutils 2.25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=avr-binutils portname: devel/libgit2-glib broken because: Fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libgit2-glib portname: devel/p5-Cdk broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Cdk portname: devel/rubygem-rcov broken because: Does not work with Ruby 2.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-rcov portname: devel/xtla broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=xtla portname: editors/scribes broken because: Uses unknown GNOME component pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=scribes portname: emulators/kqemu-kmod broken because: KPI changes in 10 and up, use bhyve or vbox build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=kqemu-kmod portname: emulators/linux_base-gentoo-stage3 broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-gentoo-stage3 portname: emulators/linux_dist-gentoo-stage3 broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_dist-gentoo-stage3 portname: finance/openerp-server broken because: Non-functional as shipped (Operational Error)(PR: 186262) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=openerp-server portname: ftp/rexx-curl broken because: Fails to install/package with new rexx-regina build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=rexx-curl portname: games/gtkradiant broken because: Does not support modern png build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=gtkradiant portname: games/py-pychess broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=py-pychess portname: games/spring broken because: Fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spring portname: games/wmfortune broken because: No public disfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=wmfortune portname: graphics/gnash broken because: unable to link in libboost_system build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gnash portname: graphics/kuickshow-kde4 broken because: depends on imlib build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kuickshow-kde4 portname: graphics/opengtl broken because: Depends on deleted devel/llvm32 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=opengtl portname: graphics/p5-Geo-KML broken because: Upstream disabled support for textproc/p5-XML-Compile > 1.43 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=p5-Geo-KML portname: graphics/sng broken because: Does not support modern png build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=sng portname: graphics/xfpovray broken because: Fails to link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xfpovray portname: japanese/netype broken because: depends on imlib build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=netype portname: japanese/p5-Text-MeCab broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=p5-Text-MeCab portname: lang/ecl broken because: Fails to link with new libgc build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ecl portname: lang/pure broken because: Depends on deleted devel/llvm32 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pure portname: mail/mail-notification broken because: Run-time failure with Gnome 3 build errors: http://beefy1.isc.freebsd.org/bulk/93i386-RELENG_9_3/latest/logs/errors/mail-notification-5.4_11.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mail-notification portname: mail/maildirsync broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=maildirsync portname: mail/p5-MIME-Fast broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-MIME-Fast portname: mail/qar-bufo broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=qar-bufo portname: math/isabelle broken because: Build seems to hang on the package builders build errors: http://beefy1.isc.freebsd.org/bulk/83i386-default/latest/logs/errors/isabelle-2009.2.log ((not currently populated)) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=isabelle portname: math/ruby-numru_units broken because: Does not build with Ruby 2.0 or newer build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=ruby-numru_units portname: multimedia/arista broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=arista portname: multimedia/subtitleeditor broken because: Does not compile on FreeBSD 10.0 and later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=subtitleeditor portname: multimedia/universal-media-server broken because: RC script broken, especially prestart target build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=universal-media-server portname: net-im/pidgin-audacious-remote broken because: Does not work with audacious 3.5 or later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=pidgin-audacious-remote portname: net-im/skype4 broken because: Skype 4.3 is missing several Linux syscalls. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=skype4 portname: net-mgmt/netxms broken because: Fails to package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netxms portname: net-mgmt/tcptrack broken because: binary segfaults build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=tcptrack portname: net/cyphesis broken because: Does not compile on FreeBSD 10+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cyphesis portname: net/gpxe broken because: does not build on FreeBSD 10.x and later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gpxe portname: net/nocatsplash broken because: Broken pkg-install script, should use USERS and UIDs build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=nocatsplash portname: net/openospfd broken because: requires old CARP implementation (interface layer) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=openospfd portname: net/service-discovery-applet broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=service-discovery-applet portname: net/spserver broken because: Misuse libevent API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=spserver portname: ports-mgmt/gnome-packagekit broken because: Uses unknown GNOME component gnomemenus build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=gnome-packagekit portname: print/ghostscript7 broken because: Does not support modern png build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ghostscript7 portname: print/ghostscript7-nox11 broken because: Does not support modern png build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ghostscript7-nox11 portname: print/gnome-specimen broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gnome-specimen portname: print/sgf2tex broken because: Fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=sgf2tex portname: science/paraview broken because: Fails to build build errors: http://beefy1.isc.freebsd.org/bulk/91i386-quarterly/latest/logs/errors/paraview-4.1.0_5.log http://beefy2.isc.freebsd.org/bulk/93amd64-RELENG_9_3/latest/logs/errors/paraview-4.1.0.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=paraview portname: security/arirang broken because: Does not build with Ruby 2.0 or newer build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=arirang portname: security/openvpn-auth-ldap broken because: Untested SVN-based port, report success on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190497 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openvpn-auth-ldap portname: security/p5-Crypt-GOST broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-Crypt-GOST portname: security/p5-Crypt-TEA broken because: Does not build with Perl 5.18 or above build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-Crypt-TEA portname: sysutils/busybox-unstable broken because: uses mempcpy() GNU-ism build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=busybox-unstable portname: sysutils/puppet27 broken because: Does not work with Ruby 2.0 or Ruby 2.1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=puppet27 portname: sysutils/py-salt-api broken because: Conflicts with py27-salt-2014.7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=py-salt-api portname: textproc/aiksaurus-gtk broken because: does not link against GTK2 on FreeBSD 10+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=aiksaurus-gtk portname: textproc/refdb broken because: Fails to link build errors: http://beefy2.isc.freebsd.org/bulk/101amd64-RELENG_10_1/latest/logs/errors/refdb-0.9.9_7.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=refdb portname: www/deforaos-surfer broken because: Fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=deforaos-surfer portname: www/diamanda broken because: Does not work with current django build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=diamanda portname: www/lifetype broken because: no distinfo provided for some of the distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=lifetype portname: www/mod_cplusplus broken because: does not build with new clang build errors: http://beefy2.isc.freebsd.org/bulk/101amd64-RELENG_10_1/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log http://beefy1.isc.freebsd.org/bulk/10i386-default/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_cplusplus portname: www/py-flexget broken because: Does not work with devel/py-dateutil 2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=py-flexget portname: www/ump broken because: Fails to patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ump From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 08:28:19 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3A97F63 for ; Wed, 7 Jan 2015 08:28:19 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (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 C38EE6643B for ; Wed, 7 Jan 2015 08:28:19 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078SJaU045592 for ; Wed, 7 Jan 2015 08:28:19 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:19 GMT Message-Id: <201501070828.t078SJaU045592@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ports@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD unmaintained ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:20 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/py-eyed3-06 description: Python module for processing ID3 tags maintainer: ports@FreeBSD.org deprecated because: In audio/abcde dependency has been changed to audio/py-eyed3 expiration date: 2015-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=py-eyed3-06 portname: audio/wmauda description: Port of wmxmms to GTK 2.x and Audacious maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=wmauda portname: audio/x11amp description: X11-based MP3 player with nice graphical interface maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=x11amp portname: comms/spandsp-devel description: DSP library and software FAX machine maintainer: ports@FreeBSD.org deprecated because: Use newer comms/spandsp expiration date: 2015-01-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=spandsp-devel portname: ftp/rexx-curl description: External function package providing an interface to the cURL package maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=rexx-curl portname: www/lifetype description: PHP and MySQL based blogging platform maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=lifetype portname: www/squid33 description: HTTP Caching Proxy maintainer: ports@FreeBSD.org deprecated because: Reached EOL on 28 August 2014, use www/squid (v3.4) instead expiration date: 2015-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=squid33 portname: www/ump description: Unix MIDI Plugin based on TiMidity++ maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ump portname: x11/rxvt-devel description: Low memory usage xterm replacement that supports color maintainer: ports@FreeBSD.org deprecated because: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode expiration date: 2015-01-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=rxvt-devel From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 08:28:20 2015 Return-Path: Delivered-To: ports@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 D2EB8FC0 for ; Wed, 7 Jan 2015 08:28:20 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (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 B5EE666440 for ; Wed, 7 Jan 2015 08:28:20 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078SKmW045835 for ; Wed, 7 Jan 2015 08:28:20 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:20 GMT Message-Id: <201501070828.t078SKmW045835@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:21 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/py-eyed3-06 description: Python module for processing ID3 tags maintainer: ports@FreeBSD.org deprecated because: In audio/abcde dependency has been changed to audio/py-eyed3 expiration date: 2015-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=py-eyed3-06 portname: audio/qmidinet description: Sends and receives MIDI over the network using UDP multicast maintainer: crees@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=qmidinet portname: audio/wmauda description: Port of wmxmms to GTK 2.x and Audacious maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=wmauda portname: audio/x11amp description: X11-based MP3 player with nice graphical interface maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=x11amp portname: comms/spandsp-devel description: DSP library and software FAX machine maintainer: ports@FreeBSD.org deprecated because: Use newer comms/spandsp expiration date: 2015-01-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=spandsp-devel portname: databases/db48 description: The Berkeley DB package, revision 4.8 maintainer: mandree@FreeBSD.org deprecated because: Please migrate to db5 or db6 expiration date: 2015-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=db48 portname: devel/ntopng-zmq description: NTOPNG specific ZMQ library maintainer: bofh@FreeBSD.org deprecated because: No longer required after net/ntopng 1.1 expiration date: 2015-02-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ntopng-zmq portname: devel/ocaml-equeue description: The Equeue library for OCaml maintainer: michipili@gmail.com deprecated because: Superseded by www/ocaml-net expiration date: 2015-08-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ocaml-equeue portname: devel/subversion16 description: Version control system maintainer: lev@FreeBSD.org deprecated because: unsupported since 2013-06-18, missing CVE fixes expiration date: 2015-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=subversion16 portname: dns/bind10 description: Development version of ISC BIND 10 DNS Suite maintainer: mat@FreeBSD.org status: IGNORE deprecated because: Is not developed any more, use dns/bundy expiration date: 2015-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=bind10 portname: dns/maradns1 description: DNS server with focus on security and simplicity maintainer: mat@FreeBSD.org deprecated because: MaraDNS 1 end-of-life: June 21, 2015, use dns/maradns expiration date: 2015-06-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=maradns1 portname: ftp/rexx-curl description: External function package providing an interface to the cURL package maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=rexx-curl portname: graphics/p5-Geo-KML description: Perl Module to Create Google Earth KML/KMZ maintainer: perl@FreeBSD.org status: BROKEN deprecated because: expiration date: 2015-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=p5-Geo-KML portname: lang/perl5.16 description: Practical Extraction and Report Language maintainer: perl@FreeBSD.org deprecated because: Unsupported, please upgrade to a more recent version of Perl expiration date: 2015-07-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=perl5.16 portname: mail/postfix210 description: Secure alternative to widely-used Sendmail maintainer: mandree@FreeBSD.org deprecated because: Use mail/postfix instead. expiration date: 2015-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=postfix210 portname: multimedia/universal-media-server description: Universal Media Server maintainer: dreamcat4@gmail.com status: BROKEN deprecated because: RC script broken, especially prestart target expiration date: 2015-01-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=universal-media-server portname: net-im/pidgin-audacious-remote description: Pidgin-Audacious-Remote is a plug-in for Pidgin 2 maintainer: gnixua@gmail.com status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=pidgin-audacious-remote portname: ports-mgmt/porteasy description: Tool for fetching and building ports maintainer: des@FreeBSD.org deprecated because: Does not support pkgng expiration date: 2015-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=porteasy portname: security/openssh-portable66 description: The portable version of OpenBSD's OpenSSH maintainer: bdrewery@FreeBSD.org deprecated because: security/openssh-portable now has all patches working. This port is obsolete. expiration date: 2015-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openssh-portable66 portname: www/lifetype description: PHP and MySQL based blogging platform maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=lifetype portname: www/mediawiki122 description: The wiki engine used by Wikipedia maintainer: wen@FreeBSD.org deprecated because: Deprecated by upstream, use www/mediawiki12{3,4} instead expiration date: 2015-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mediawiki122 portname: www/mod_cplusplus description: Apache module for loading C++ objects as handlers maintainer: apache@FreeBSD.org status: BROKEN deprecated because: written for apache 2.0, no longer maintained upstream expiration date: 2015-02-28 build errors: http://beefy2.isc.freebsd.org/bulk/101amd64-RELENG_10_1/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log http://beefy1.isc.freebsd.org/bulk/10i386-default/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_cplusplus portname: www/moodle26 description: Course management system based on social constructionism maintainer: wen@FreeBSD.org deprecated because: Deprecated by upstream, use www/moodle2{7,8} instead expiration date: 2015-04-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=moodle26 portname: www/p5-WWW-Scraper-ISBN-Driver description: Driver class for WWW::Scraper::ISBN module maintainer: perl@FreeBSD.org deprecated because: Merged to www/p5-WWW-Scraper-ISBN by upstream expiration date: 2015-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-WWW-Scraper-ISBN-Driver portname: www/p5-WWW-Scraper-ISBN-Record description: Book Record class for WWW::Scraper::ISBN module maintainer: perl@FreeBSD.org deprecated because: Merged to www/p5-WWW-Scraper-ISBN by upstream expiration date: 2015-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-WWW-Scraper-ISBN-Record portname: www/squid33 description: HTTP Caching Proxy maintainer: ports@FreeBSD.org deprecated because: Reached EOL on 28 August 2014, use www/squid (v3.4) instead expiration date: 2015-05-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=squid33 portname: www/typo345 description: The typo3 content management system maintainer: freebsd-ports@charlieroot.de deprecated because: Upgrade to www/typo3 or www/typo3-lts expiration date: 2015-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=typo345 portname: www/ump description: Unix MIDI Plugin based on TiMidity++ maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2015-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ump portname: x11/rxvt-devel description: Low memory usage xterm replacement that supports color maintainer: ports@FreeBSD.org deprecated because: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode expiration date: 2015-01-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=rxvt-devel From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 08:28:22 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9B291000 for ; Wed, 7 Jan 2015 08:28:22 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (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 C238966447 for ; Wed, 7 Jan 2015 08:28:22 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078SMxL045861 for ; Wed, 7 Jan 2015 08:28:22 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:22 GMT Message-Id: <201501070828.t078SMxL045861@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:23 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: x11/nvidia-driver-173 forbidden because: vulnerable to denial of service or arbitrary code execution (CVE-2014-8298) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=nvidia-driver-173 From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 08:48:13 2015 Return-Path: Delivered-To: ports@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 4F3AB679 for ; Wed, 7 Jan 2015 08:48:13 +0000 (UTC) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id D5CA56673E for ; Wed, 7 Jan 2015 08:48:12 +0000 (UTC) Received: from soth.ventu (80.181.51.90) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 547D8BAA05FA15F7; Wed, 7 Jan 2015 09:48:04 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.7) with ESMTP id t078m1sm019185; Wed, 7 Jan 2015 09:48:01 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <54ACF2B9.7050608@netfence.it> Date: Wed, 07 Jan 2015 09:47:53 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Chris H , ports@freebsd.org Subject: Re: Help with porting FreeCAD References: <54AC5DE0.2030703@netfence.it> , <54AC6685.1060900@netfence.it> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:48:13 -0000 On 01/07/15 00:10, Chris H wrote: > Sure. OK. > Maybe something along the lines of: > > BUILD_DEPENDS+= ${PREFIX}/bin/gcc49:${PORTSDIR}/lang/gcc49 This did not help. Some extract from the configuration/build: > ===> freecad-20150106 depends on executable: gfortran48 - found > ... > /usr/local/bin/g++49 -pipe -g -Wl,-rpath=/usr/local/lib/gcc49 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc49 -Wno-deprecated -Wno-write-strings -pipe -g -Wl,-rpath=/usr/local/lib/gcc49 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc49 -DFC_DEBUG -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 -B/usr/local/bin -Wl,-rpath=/usr/local/lib/gcc49 -L/usr/local/lib/gcc49 CMakeFiles/FreeCADMain.dir/MainGui.cpp.o -o ../../bin/FreeCAD ../../lib/libFreeCADGui.so ../../lib/libFreeCADApp.so ../../lib/libFreeCADBase.so /usr/local/lib/libpython2.7.so /usr/local/lib/libxerces-c.so -lz -lutil /usr/local/lib/libCoin.so /usr/local/lib/qt4/libQtOpenGL.so /usr/local/lib/qt4/libQtSvg.so /usr/local/lib/qt4/libQtUiTools.a /usr/local/lib/qt4/libQtWebKit.so /usr/local/lib/qt4/libQtGui.so /usr/local/lib/qt4/libQtXml.so /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtCore.so /usr/local/lib/libboost_filesystem.so /usr/local/lib/libboost_program_options.so /usr/local/li! b/libboost _regex.so /usr/local/lib/libboost_signals.so /usr/local/lib/libboost_system.so /usr/local/lib/libboost_thread.so /usr/local/lib/libGL.so /usr/local/lib/libshiboken-python2.7.so /usr/local/lib/libpyside-python2.7.so -Wl,-rpath,/tmp/usr/ports/cad/freecad/work/.build/lib:/usr/local/lib:/usr/local/lib/qt4: > ../../lib/libFreeCADGui.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)' My guess is the problem still comes from "-L/usr/local/lib/gcc48" coming before "-L/usr/local/lib/gcc49". > Also, regarding your USE_GCC > you would do well to choose: > USE_GCC= 4.9+ > which says: Must use gcc49, or greater. Ok, now I'm just trying to get it working, but your suggestion is welcome. bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 09:15:04 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB675A48 for ; Wed, 7 Jan 2015 09:15:04 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 787B81B1E for ; Wed, 7 Jan 2015 09:15:03 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3kHPzb1H0czZqp; Wed, 7 Jan 2015 10:14:51 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id qmee0rZWlsjf; Wed, 7 Jan 2015 10:14:35 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 7 Jan 2015 10:14:30 +0100 (CET) Message-ID: <54ACF8F6.9070802@FreeBSD.org> Date: Wed, 07 Jan 2015 10:14:30 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-ports@freebsd.org Subject: Re: multimedia/libva fails in configure stage, missing file? References: <471752.8103.bm@smtp114.sbc.mail.ne1.yahoo.com> In-Reply-To: <471752.8103.bm@smtp114.sbc.mail.ne1.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 09:15:04 -0000 On 01/07/15 00:24, Thomas Mueller wrote: > I ran automake -v in the WRKSRC directory (/usr/ports/multimedia/libva-1.5.0) and failed on error > > configure.ac:166: error: required file './ltmain.sh' not found I have found one important difference between your output and mine. > > You asked for the log from failed build of libva-1.5.0, here it is: > > ]0;portmaster: multimedia/libva > ===>>> Port directory: /usr/ports/multimedia/libva [...] > ===> Configuring for libva-1.5.0 > aclocal-1.14: warning: couldn't open directory 'm4': No such file or directory here I also have: libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' which seems quite important, since you're missing one of the files it is copying. This looks like the cause of your failures. libtoolize is part of libtool and it is called by USES containing both autoreconf and libtool. It should be run automatically. Do you have any local configuration which could interfere with this? Are you merging some external ports tree with the official one? Have you modified files in /usr/ports/Mk? What's in your make.conf? -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 09:42:21 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1E47FC5 for ; Wed, 7 Jan 2015 09:42:21 +0000 (UTC) Received: from smtp208.alice.it (smtp208.alice.it [82.57.200.104]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7101FBF for ; Wed, 7 Jan 2015 09:42:21 +0000 (UTC) Received: from soth.ventu (80.181.51.90) by smtp208.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 547D8C040597C8A7; Wed, 7 Jan 2015 10:42:18 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.7) with ESMTP id t079gHq4020557; Wed, 7 Jan 2015 10:42:17 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <54ACFF71.10104@netfence.it> Date: Wed, 07 Jan 2015 10:42:09 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Scot Hetzel Subject: Re: Help with porting FreeCAD References: <54AC5DE0.2030703@netfence.it> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 09:42:22 -0000 On 01/07/15 08:44, Scot Hetzel wrote: > I had a look at Mk/Uses/fortran.mk, it picks the version of fortran to > install based on the value found in either Mk/bsd.default-versions.mk > or the value defined in DEFAULT_VERSIONS. Unfortunately, it doesn't > have a clean way to specify a specific version. > > It looks like you can override the value by setting GCC_DEFAULT. > > USE_GCC= 4.9 > GCC_DEFAULT= 4.9 > USES= fortran:gcc Thanks, now gfortan49 is picked up. Strangely, after this I'm getting the same errors I got when using gcc48, but that's another problem and I'll investigate. bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 11:35:04 2015 Return-Path: Delivered-To: ports@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 E889B222 for ; Wed, 7 Jan 2015 11:35:04 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 D561E1F73 for ; Wed, 7 Jan 2015 11:35:04 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t07BZ4H2032864 for ; Wed, 7 Jan 2015 11:35:04 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t07BZ4wM032863; Wed, 7 Jan 2015 11:35:04 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201501071135.t07BZ4wM032863@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 7 Jan 2015 11:35:04 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 11:35:05 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/sbcl | 1.1.12 | 1.2.7 ------------------------------------------------+-----------------+------------ mail/mpop | 1.2.0 | 1.2.1 ------------------------------------------------+-----------------+------------ textproc/groonga | 4.0.6.1 | 4.0.9.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 14:02:54 2015 Return-Path: Delivered-To: freebsd-ports@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 1DFE1FCE; Wed, 7 Jan 2015 14:02:54 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA51E6473F; Wed, 7 Jan 2015 14:02:53 +0000 (UTC) Received: from [192.168.1.112] (c-174-61-88-207.hsd1.fl.comcast.net [174.61.88.207]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 0ABBE43C1E; Wed, 7 Jan 2015 08:02:45 -0600 (CST) Message-ID: <54AD3C85.2090008@marino.st> Date: Wed, 07 Jan 2015 15:02:45 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Mailing List , "ports-committers@freebsd.org" Subject: Searchable database (grok) for ports package lists Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 14:02:54 -0000 A DragonFly developer (Antonio Huete, aka tuxillo) has added dports package lists to our grok application several weeks ago: http://grok.dragonflybsd.org/ As most of you know, a large percentage of ports have their package lists automatically generated, so you can't reliably grep for installed files in the ports tree. Moreover, pkg-plist contains %% variables. However, this grok database is rebuilt periodically from generated dports packages, so they represent all the files and directories available in dports. This is a resource that will likely be useful to FreeBSD ports developers, thus the reason for this post. It should be noted the repository is limited to ports that build on DragonFly. Notably this excludes all linux packages, fuse packages, BROKEN ports, and about 1300 ports that have never built on DragonFly. Until such a time FreeBSD has a similar resource for reliably searching package list, please feel free to bookmark the DragonFly Grok page and use this one. John From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 14:59:46 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C799A8E for ; Wed, 7 Jan 2015 14:59:46 +0000 (UTC) Received: from sabe.cs.wisc.edu (sabe.cs.wisc.edu [128.105.6.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sabe.cs.wisc.edu", Issuer "InCommon Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4F4C660FF for ; Wed, 7 Jan 2015 14:59:45 +0000 (UTC) Received: from spiff.home.crhalpin.org (108-249-32-238.lightspeed.mdsnwi.sbcglobal.net [108.249.32.238]) (authenticated bits=0) by sabe.cs.wisc.edu (8.14.1/8.14.1) with ESMTP id t07EuVB5019846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Jan 2015 08:56:33 -0600 Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id aa22fa10; for ; Wed, 7 Jan 2015 08:56:24 -0600 (CST) Received: from dohhoghi.mutt.home.crhalpin.org (suzie.home.crhalpin.org [192.168.2.1]) by spiff.home.crhalpin.org (tmda-ofmipd) with ESMTP; Wed, 07 Jan 2015 08:56:19 -0600 Resent-Date: Wed, 7 Jan 2015 08:55:47 -0600 Resent-Message-ID: <20150107145547.GA9149@dohhoghi.mutt.home.crhalpin.org> Resent-To: freebsd-ports@freebsd.org Date: Wed, 7 Jan 2015 07:49:34 -0600 From: Corey Halpin To: David Wolfskill Subject: Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages Message-ID: <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> References: <20141120192552.GJ31571@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <20141120192552.GJ31571@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Delivery-Agent: TMDA/1.1.12 (Macallan) Resent-From: Corey Halpin Mail-Followup-To: david@catwhisker.org, freebsd-ports@freebsd.org X-Primary-Address: chalpin@cs.wisc.edu X-Hashcash: 1:26:150107:freebsd-ports@freebsd.org::NB0E1PlkhRA2zgYd:00000000mRxJ Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 14:59:46 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2014-11-20, David Wolfskill wrote: > It has been my practice for several years to email sensitive information > (such as passwords) to myself via envrypted email, using mutt and GPG. > > [...] > > Then, a few minutes ago, I tried to retrieve a password from one of my > saved encrypted messages... only to be informed "Could not copy > message". I also enjoyed some friction trying to use gnupg 2.1 with mutt, though I didn't get the "Could not copy message" error that you report. Instead I was seeing 'no secret key'. In my case, this was resolved by following the advice at https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase . Namely: echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf and editing my copy of mutt's gpg.rc to add '--pinentry-mode loopback' to every gpg invocation involving a passphrase-fd. After that, things were back to normal for me. Hopefully this helps others avoid the same problem. ~crh --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iF4EAREIAAYFAlStOW4ACgkQR8PgTIRJoTW4pgEAsHP5gFhoRiJWz0vcvE6SQIm3 otlFMVpYBUHCseRMBmMA/0MCRzxqTfBA77YQ658zbJ5xS28FyXB1fpUXf0eIxsIt =/UD7 -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 15:16:14 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB2ECD84 for ; Wed, 7 Jan 2015 15:16:14 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 A13611163 for ; Wed, 7 Jan 2015 15:16:14 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t07FGCBY030481 for ; Wed, 7 Jan 2015 07:16:12 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t07FGCjp030480 for freebsd-ports@freebsd.org; Wed, 7 Jan 2015 07:16:12 -0800 (PST) (envelope-from david) Date: Wed, 7 Jan 2015 07:16:12 -0800 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages Message-ID: <20150107151612.GE14822@albert.catwhisker.org> Reply-To: freebsd-ports@freebsd.org References: <20141120192552.GJ31571@albert.catwhisker.org> <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="11Z8SZcIENILcoZn" Content-Disposition: inline In-Reply-To: <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 15:16:15 -0000 --11Z8SZcIENILcoZn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 07, 2015 at 07:49:34AM -0600, Corey Halpin wrote: > On 2014-11-20, David Wolfskill wrote: > ... > > Then, a few minutes ago, I tried to retrieve a password from one of my > > saved encrypted messages... only to be informed "Could not copy > > message". >=20 > I also enjoyed some friction trying to use gnupg 2.1 with mutt, > though I didn't get the "Could not copy message" error that you > report. >=20 > Instead I was seeing 'no secret key'. In my case, this was resolved > by following the advice at > https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase . Thank you for digging further & reporting. I tried your suggestion, but still see the same failure. I then ran "ktrace -di mutt ..." to see what was going on (after replacing gnupg-2.0 with -2.1); that showed (after initialization): =2E.. 9268 gpg2 CALL write(0x2,0x28c20800,0x28) 9268 gpg2 GIO fd 2 wrote 40 bytes "gpg: keydb_search failed: Invalid packet" 9268 gpg2 RET write 40/0x28 9268 gpg2 CALL write(0x2,0x80d54e4,0x1) 9268 gpg2 GIO fd 2 wrote 1 byte " " 9268 gpg2 RET write 1 9268 gpg2 CALL write(0x2,0x28c20800,0x32) 9268 gpg2 GIO fd 2 wrote 50 bytes "gpg: encrypted with RSA key, ID 0xC0395DCCCFC71941" 9268 gpg2 RET write 50/0x32 9268 gpg2 CALL write(0x2,0x80d70d1,0x1) 9268 gpg2 GIO fd 2 wrote 1 byte " " 9268 gpg2 RET write 1 9268 gpg2 CALL write(0x2,0x28c20800,0x25) 9268 gpg2 GIO fd 2 wrote 37 bytes "gpg: decryption failed: No secret key" 9268 gpg2 RET write 37/0x25 9268 gpg2 CALL write(0x2,0x80dc2ea,0x1) 9268 gpg2 GIO fd 2 wrote 1 byte " " 9268 gpg2 RET write 1 9268 gpg2 CALL read(0x6,0x28c33000,0x2000) 9268 gpg2 GIO fd 6 read 0 bytes =2E... 9263 mutt RET fstat 0 9263 mutt CALL lseek(0x6,0,SEEK_SET,0) 9263 mutt RET lseek 0 9263 mutt CALL read(0x6,0x28d29000,0x1000) 9263 mutt GIO fd 6 read 130 bytes "gpg: keydb_search failed: Invalid packet gpg: encrypted with RSA key, ID 0xC0395DCCCFC71941 gpg: decryption failed: No secret key " 9263 mutt RET read 130/0x82 9263 mutt CALL read(0x6,0x28d29000,0x1000) 9263 mutt GIO fd 6 read 0 bytes =2E.. 9263 mutt CALL write(0x1,0x28c40800,0x35) 9263 mutt GIO fd 1 wrote 53 bytes 0x0000 0d1b 5b33 316d 1b5b 3433 6d1b 5b31 6d44 |..[31m.[43m.[1mD| 0x0010 6563 7279 7074 696f 6e20 6661 696c 6564 |ecryption failed| 0x0020 1b5b 6d1b 5b33 393b 3439 6d1b 5b33 376d |.[m.[39;49m.[37m| 0x0030 1b5b 3430 6d |.[40m| 9263 mutt RET write 53/0x35 9263 mutt CALL write(0x1,0x28c40800,0x1) 9263 mutt GIO fd 1 wrote 1 byte 0x0000 07 |.| 9263 mutt RET write 1 9263 mutt CALL write(0x1,0x28c40800,0x41) 9263 mutt GIO fd 1 wrote 65 bytes 0x0000 0d1b 5b33 316d 1b5b 3433 6d1b 5b31 6d43 |..[31m.[43m.[1mC| 0x0010 6f75 6c64 206e 6f74 2064 6563 7279 7074 |ould not decrypt| 0x0020 2050 4750 206d 6573 7361 6765 1b5b 6d1b | PGP message.[m.| 0x0030 5b33 393b 3439 6d1b 5b33 376d 1b5b 3430 |[39;49m.[37m.[40| 0x0040 6d |m| 9263 mutt RET write 65/0x41 9263 mutt CALL close(0x5) =2E... > Namely: > echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf FWIW, I hadn't had a ~/.gnupg/gpg-agent.conf before doinbg that. > and editing my copy of mutt's gpg.rc to add '--pinentry-mode > loopback' to every gpg invocation involving a passphrase-fd. >=20 > After that, things were back to normal for me. > ... Unfortunately, that wasn't my experience. I'll revert back to gnupg-2.0 for now. Peace, david --=20 David H. Wolfskill david@catwhisker.org Actions have consequences ... as do inactions. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --11Z8SZcIENILcoZn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUrU27XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7RUAQAIUMxQBZmxAgwoR1KBwy0nnu Z0YK9BBcP9CdCTqgQ9hiWD06H6z+kDtnafT2bbia7OciOmesr3jhdW1juHis560Q i6y9mdYU1N9ZOMeBLoV/vIyVLtkb1QJUS9+Mhlt+JObIV0tuDvaRk/qNFwD+LlD8 1v2YH+BOyPoilnPMk69l9KFOWaXIqsLF+xzycm1jhjihd0tu9fg44h7xd/RqoTYt rNLu2cC9+m/rk5+6pXDUwQot6Xud9UrxEDhV1U4ZDO/5L0QJBW9YvCfVtWiKVSmq QeYY1Ue/HkjVNuZkamwM18KtkXGOqxvHoa+RiXOSz403XZy+FhCnbmOUon+GyJl6 THJys7VoEod8Oc+dg9SWbWpp0KH2DBFqS01cj5aumYL40Y/6WzyJBq3m1sXqPDLa SI4Ixd4HvfuK3ZtiVKi/gGr+jz0gMs3y5oAoDpMz1ZnYJtbJ/FEiz6rlsdfUnliI fHkcmtxOdxcD/tzMU2JRHEkqUTqneV5AZf7RXE69FpyKODTq+jXYj+/eAmwCTAnS lHR3YiqrO6FuHO/xCf4JDXLDiVYISUoWGB6dpnN4Te2WxFV9u/yxhmIIZsqLhemM WsKJAAMmOLgn9FXWcVyapk6w4Kr2g97daKcKsaDKnB7Ne9AvS+jwOQLsLhB2AN6y PUkqvivPezvjTkMrVya8 =bHp3 -----END PGP SIGNATURE----- --11Z8SZcIENILcoZn-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 15:20:04 2015 Return-Path: Delivered-To: freebsd-ports@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 CB171E75 for ; Wed, 7 Jan 2015 15:20:04 +0000 (UTC) Received: from mail.xtaz.uk (tao.xtaz.uk [IPv6:2001:8b0:202::10]) (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 8BE3911AE for ; Wed, 7 Jan 2015 15:20:04 +0000 (UTC) Received: by mail.xtaz.uk (Postfix, from userid 1001) id B109C209AF12; Wed, 7 Jan 2015 15:20:00 +0000 (GMT) Date: Wed, 7 Jan 2015 15:20:00 +0000 From: Matt Smith To: david@catwhisker.org, freebsd-ports@freebsd.org Subject: Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages Message-ID: <20150107152000.GA47584@xtaz.uk> Mail-Followup-To: Matt Smith , david@catwhisker.org, freebsd-ports@freebsd.org References: <20141120192552.GJ31571@albert.catwhisker.org> <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 15:20:04 -0000 On Jan 07 07:49, Corey Halpin wrote: >On 2014-11-20, David Wolfskill wrote: >> It has been my practice for several years to email sensitive information >> (such as passwords) to myself via envrypted email, using mutt and GPG. >> >> [...] >> >> Then, a few minutes ago, I tried to retrieve a password from one of my >> saved encrypted messages... only to be informed "Could not copy >> message". > > I also enjoyed some friction trying to use gnupg 2.1 with mutt, >though I didn't get the "Could not copy message" error that you >report. > > Instead I was seeing 'no secret key'. In my case, this was resolved >by following the advice at > https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase . > > Namely: > echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf > > and editing my copy of mutt's gpg.rc to add '--pinentry-mode >loopback' to every gpg invocation involving a passphrase-fd. > > After that, things were back to normal for me. > > Hopefully this helps others avoid the same problem. > >~crh I also had exactly the same problems, not only with mutt but with duplicity. I figured out how to fix it from the same site you found. This is very useful information which should have really been in the gpg release notes. However I also found that with this new version of gpg there is a better way to fix it. If you install the security/gpgme port then you don't need any of the gpg.rc stuff at all. You can replace it all with a single line of configuration "set crypt_use_gpgme=yes". Then it uses a much more sane internal API or something rather than parsing external commands. -- Matt From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 15:31:23 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B79FE21D for ; Wed, 7 Jan 2015 15:31:23 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1D813B1 for ; Wed, 7 Jan 2015 15:31:23 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id t07FVDe7025553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Jan 2015 17:31:13 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t07FVDe7025553 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t07FVDwG025552 for freebsd-ports@freebsd.org; Wed, 7 Jan 2015 17:31:13 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 7 Jan 2015 17:31:13 +0200 From: Konstantin Belousov To: freebsd-ports@freebsd.org Subject: Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages Message-ID: <20150107153113.GM42409@kib.kiev.ua> References: <20141120192552.GJ31571@albert.catwhisker.org> <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> <20150107151612.GE14822@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150107151612.GE14822@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 15:31:23 -0000 On Wed, Jan 07, 2015 at 07:16:12AM -0800, David Wolfskill wrote: > On Wed, Jan 07, 2015 at 07:49:34AM -0600, Corey Halpin wrote: > > On 2014-11-20, David Wolfskill wrote: > > ... > > > Then, a few minutes ago, I tried to retrieve a password from one of my > > > saved encrypted messages... only to be informed "Could not copy > > > message". > > > > I also enjoyed some friction trying to use gnupg 2.1 with mutt, > > though I didn't get the "Could not copy message" error that you > > report. > > > > Instead I was seeing 'no secret key'. In my case, this was resolved > > by following the advice at > > https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase . > > Thank you for digging further & reporting. > > I tried your suggestion, but still see the same failure. > > I then ran "ktrace -di mutt ..." to see what was going on (after > replacing gnupg-2.0 with -2.1); that showed (after initialization): > > ... > 9268 gpg2 CALL write(0x2,0x28c20800,0x28) > 9268 gpg2 GIO fd 2 wrote 40 bytes > "gpg: keydb_search failed: Invalid packet" > 9268 gpg2 RET write 40/0x28 > 9268 gpg2 CALL write(0x2,0x80d54e4,0x1) > 9268 gpg2 GIO fd 2 wrote 1 byte > " > " > 9268 gpg2 RET write 1 > 9268 gpg2 CALL write(0x2,0x28c20800,0x32) > 9268 gpg2 GIO fd 2 wrote 50 bytes > "gpg: encrypted with RSA key, ID 0xC0395DCCCFC71941" > 9268 gpg2 RET write 50/0x32 > 9268 gpg2 CALL write(0x2,0x80d70d1,0x1) > 9268 gpg2 GIO fd 2 wrote 1 byte > " > " > 9268 gpg2 RET write 1 > 9268 gpg2 CALL write(0x2,0x28c20800,0x25) > 9268 gpg2 GIO fd 2 wrote 37 bytes > "gpg: decryption failed: No secret key" > 9268 gpg2 RET write 37/0x25 > 9268 gpg2 CALL write(0x2,0x80dc2ea,0x1) > 9268 gpg2 GIO fd 2 wrote 1 byte > " > " > 9268 gpg2 RET write 1 > 9268 gpg2 CALL read(0x6,0x28c33000,0x2000) > 9268 gpg2 GIO fd 6 read 0 bytes > .... > 9263 mutt RET fstat 0 > 9263 mutt CALL lseek(0x6,0,SEEK_SET,0) > 9263 mutt RET lseek 0 > 9263 mutt CALL read(0x6,0x28d29000,0x1000) > 9263 mutt GIO fd 6 read 130 bytes > "gpg: keydb_search failed: Invalid packet > gpg: encrypted with RSA key, ID 0xC0395DCCCFC71941 > gpg: decryption failed: No secret key > " > 9263 mutt RET read 130/0x82 > 9263 mutt CALL read(0x6,0x28d29000,0x1000) > 9263 mutt GIO fd 6 read 0 bytes > ... > 9263 mutt CALL write(0x1,0x28c40800,0x35) > 9263 mutt GIO fd 1 wrote 53 bytes > 0x0000 0d1b 5b33 316d 1b5b 3433 6d1b 5b31 6d44 |..[31m.[43m.[1mD| > 0x0010 6563 7279 7074 696f 6e20 6661 696c 6564 |ecryption failed| > 0x0020 1b5b 6d1b 5b33 393b 3439 6d1b 5b33 376d |.[m.[39;49m.[37m| > 0x0030 1b5b 3430 6d |.[40m| > > 9263 mutt RET write 53/0x35 > 9263 mutt CALL write(0x1,0x28c40800,0x1) > 9263 mutt GIO fd 1 wrote 1 byte > 0x0000 07 |.| > > 9263 mutt RET write 1 > 9263 mutt CALL write(0x1,0x28c40800,0x41) > 9263 mutt GIO fd 1 wrote 65 bytes > 0x0000 0d1b 5b33 316d 1b5b 3433 6d1b 5b31 6d43 |..[31m.[43m.[1mC| > 0x0010 6f75 6c64 206e 6f74 2064 6563 7279 7074 |ould not decrypt| > 0x0020 2050 4750 206d 6573 7361 6765 1b5b 6d1b | PGP message.[m.| > 0x0030 5b33 393b 3439 6d1b 5b33 376d 1b5b 3430 |[39;49m.[37m.[40| > 0x0040 6d |m| > > 9263 mutt RET write 65/0x41 > 9263 mutt CALL close(0x5) > .... > > > Namely: > > echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf > > FWIW, I hadn't had a ~/.gnupg/gpg-agent.conf before doinbg that. > > > and editing my copy of mutt's gpg.rc to add '--pinentry-mode > > loopback' to every gpg invocation involving a passphrase-fd. > > > > After that, things were back to normal for me. > > ... > > Unfortunately, that wasn't my experience. I'll revert back to gnupg-2.0 > for now. Invalid packet is a reaction to some 'invalid' key in some ring. I used approximately the following procedure, for which I am unable to find a reference right now. mv .gnupg .gnupg-bad mkdir .gnupg mv .gnupg-bad/gpg.conf .gnupg/ gpg --import .gnupg-bad/secring.gpg gpg --import .gnupg-bad/pubring.gpg cp .gnupd/bad/trustdb.gpg .gnupg/ It was rather stressfull half of a hour while I thought that my private keys are destroyed. From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 15:54:25 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DEB47E0 for ; Wed, 7 Jan 2015 15:54:25 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F10D4197A for ; Wed, 7 Jan 2015 15:54:24 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t07FsnNV064147; Wed, 7 Jan 2015 07:54:49 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: ports@freebsd.org, Andrea Venturoli In-Reply-To: <54ACF2B9.7050608@netfence.it> References: <54AC5DE0.2030703@netfence.it> , <54AC6685.1060900@netfence.it> , <54ACF2B9.7050608@netfence.it> From: "Chris H" Subject: Re: Help with porting FreeCAD Date: Wed, 07 Jan 2015 07:54:50 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 15:54:25 -0000 On Wed, 07 Jan 2015 09:47:53 +0100 Andrea Venturoli wrote > On 01/07/15 00:10, Chris H wrote: > > > Sure. OK. > > Maybe something along the lines of: > > > > BUILD_DEPENDS+= ${PREFIX}/bin/gcc49:${PORTSDIR}/lang/gcc49 > > This did not help. > Some extract from the configuration/build: > > > ===> freecad-20150106 depends on executable: gfortran48 - found > > ... > > /usr/local/bin/g++49 -pipe -g -Wl,-rpath=/usr/local/lib/gcc49 > > -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc49 -Wno-deprecated > > -Wno-write-strings -pipe -g -Wl,-rpath=/usr/local/lib/gcc49 > > -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc49 -DFC_DEBUG > > -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 -B/usr/local/bin > > -Wl,-rpath=/usr/local/lib/gcc49 -L/usr/local/lib/gcc49 > > CMakeFiles/FreeCADMain.dir/MainGui.cpp.o -o ../../bin/FreeCAD > > ../../lib/libFreeCADGui.so ../../lib/libFreeCADApp.so > > ../../lib/libFreeCADBase.so /usr/local/lib/libpython2.7.so > > /usr/local/lib/libxerces-c.so -lz -lutil /usr/local/lib/libCoin.so > > /usr/local/lib/qt4/libQtOpenGL.so /usr/local/lib/qt4/libQtSvg.so > > /usr/local/lib/qt4/libQtUiTools.a /usr/local/lib/qt4/libQtWebKit.so > > /usr/local/lib/qt4/libQtGui.so /usr/local/lib/qt4/libQtXml.so > > /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtCore.so > > /usr/local/lib/libboost_filesystem.so > > /usr/local/lib/libboost_program_options.so /usr/local/li! b/libboost > _regex.so /usr/local/lib/libboost_signals.so > /usr/local/lib/libboost_system.so /usr/local/lib/libboost_thread.so > /usr/local/lib/libGL.so /usr/local/lib/libshiboken-python2.7.so > /usr/local/lib/libpyside-python2.7.so > -Wl,-rpath,/tmp/usr/ports/cad/freecad/work/.build/lib:/usr/local/lib:/usr/loc > al/lib/qt4: > ../../lib/libFreeCADGui.so: undefined reference to > 'std::__throw_out_of_range_fmt(char const*, ...)' > > My guess is the problem still comes from "-L/usr/local/lib/gcc48" coming > before "-L/usr/local/lib/gcc49". My guess is a problem with qt(4|5) There was also a suggestion regarding making use of hints in Mk/Uses/fortran which may also be of help to you here. I can't believe I overlooked that myself. :P Best wishes. --Chris > > > > > Also, regarding your USE_GCC > > you would do well to choose: > > USE_GCC= 4.9+ > > which says: Must use gcc49, or greater. > > Ok, now I'm just trying to get it working, but your suggestion is welcome. > > bye & Thanks > av. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 17:35:04 2015 Return-Path: Delivered-To: freebsd-ports@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 551834B2 for ; Wed, 7 Jan 2015 17:35:04 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CF9A31903 for ; Wed, 7 Jan 2015 17:35:03 +0000 (UTC) Received: from host-4-75.office.adestra.com (vpn-1.adestra.com [46.236.37.122]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t07HYpi6087245 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 7 Jan 2015 17:34:53 GMT (envelope-from matthew@FreeBSD.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t07HYpi6087245 Authentication-Results: smtp.infracaninophile.co.uk/t07HYpi6087245; dkim=none reason="no signature"; dkim-adsp=none; dkim-atps=neutral X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host vpn-1.adestra.com [46.236.37.122] claimed to be host-4-75.office.adestra.com Message-ID: <54AD6E3B.5000005@FreeBSD.org> Date: Wed, 07 Jan 2015 17:34:51 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages References: <20141120192552.GJ31571@albert.catwhisker.org> <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> <20150107151612.GE14822@albert.catwhisker.org> In-Reply-To: <20150107151612.GE14822@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.98.5 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 17:35:04 -0000 On 2015/01/07 15:16, David Wolfskill wrote: > On Wed, Jan 07, 2015 at 07:49:34AM -0600, Corey Halpin wrote: >> On 2014-11-20, David Wolfskill wrote: >> ... >>> Then, a few minutes ago, I tried to retrieve a password from one of my >>> saved encrypted messages... only to be informed "Could not copy >>> message". >> >> I also enjoyed some friction trying to use gnupg 2.1 with mutt, >> though I didn't get the "Could not copy message" error that you >> report. >> >> Instead I was seeing 'no secret key'. In my case, this was resolved >> by following the advice at >> https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase . > > Thank you for digging further & reporting. > > I tried your suggestion, but still see the same failure. > > I then ran "ktrace -di mutt ..." to see what was going on (after > replacing gnupg-2.0 with -2.1); that showed (after initialization): > > ... > 9268 gpg2 CALL write(0x2,0x28c20800,0x28) > 9268 gpg2 GIO fd 2 wrote 40 bytes > "gpg: keydb_search failed: Invalid packet" > 9268 gpg2 RET write 40/0x28 > 9268 gpg2 CALL write(0x2,0x80d54e4,0x1) > 9268 gpg2 GIO fd 2 wrote 1 byte > " > " > 9268 gpg2 RET write 1 > 9268 gpg2 CALL write(0x2,0x28c20800,0x32) > 9268 gpg2 GIO fd 2 wrote 50 bytes > "gpg: encrypted with RSA key, ID 0xC0395DCCCFC71941" > 9268 gpg2 RET write 50/0x32 > 9268 gpg2 CALL write(0x2,0x80d70d1,0x1) > 9268 gpg2 GIO fd 2 wrote 1 byte > " > " > 9268 gpg2 RET write 1 > 9268 gpg2 CALL write(0x2,0x28c20800,0x25) > 9268 gpg2 GIO fd 2 wrote 37 bytes > "gpg: decryption failed: No secret key" > 9268 gpg2 RET write 37/0x25 > 9268 gpg2 CALL write(0x2,0x80dc2ea,0x1) > 9268 gpg2 GIO fd 2 wrote 1 byte > " > " > 9268 gpg2 RET write 1 > 9268 gpg2 CALL read(0x6,0x28c33000,0x2000) > 9268 gpg2 GIO fd 6 read 0 bytes > .... > 9263 mutt RET fstat 0 > 9263 mutt CALL lseek(0x6,0,SEEK_SET,0) > 9263 mutt RET lseek 0 > 9263 mutt CALL read(0x6,0x28d29000,0x1000) > 9263 mutt GIO fd 6 read 130 bytes > "gpg: keydb_search failed: Invalid packet > gpg: encrypted with RSA key, ID 0xC0395DCCCFC71941 > gpg: decryption failed: No secret key > " > 9263 mutt RET read 130/0x82 > 9263 mutt CALL read(0x6,0x28d29000,0x1000) > 9263 mutt GIO fd 6 read 0 bytes > ... > 9263 mutt CALL write(0x1,0x28c40800,0x35) > 9263 mutt GIO fd 1 wrote 53 bytes > 0x0000 0d1b 5b33 316d 1b5b 3433 6d1b 5b31 6d44 |..[31m.[43m.[1mD| > 0x0010 6563 7279 7074 696f 6e20 6661 696c 6564 |ecryption failed| > 0x0020 1b5b 6d1b 5b33 393b 3439 6d1b 5b33 376d |.[m.[39;49m.[37m| > 0x0030 1b5b 3430 6d |.[40m| > > 9263 mutt RET write 53/0x35 > 9263 mutt CALL write(0x1,0x28c40800,0x1) > 9263 mutt GIO fd 1 wrote 1 byte > 0x0000 07 |.| > > 9263 mutt RET write 1 > 9263 mutt CALL write(0x1,0x28c40800,0x41) > 9263 mutt GIO fd 1 wrote 65 bytes > 0x0000 0d1b 5b33 316d 1b5b 3433 6d1b 5b31 6d43 |..[31m.[43m.[1mC| > 0x0010 6f75 6c64 206e 6f74 2064 6563 7279 7074 |ould not decrypt| > 0x0020 2050 4750 206d 6573 7361 6765 1b5b 6d1b | PGP message.[m.| > 0x0030 5b33 393b 3439 6d1b 5b33 376d 1b5b 3430 |[39;49m.[37m.[40| > 0x0040 6d |m| > > 9263 mutt RET write 65/0x41 > 9263 mutt CALL close(0x5) > .... > >> Namely: >> echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf > > FWIW, I hadn't had a ~/.gnupg/gpg-agent.conf before doinbg that. > >> and editing my copy of mutt's gpg.rc to add '--pinentry-mode >> loopback' to every gpg invocation involving a passphrase-fd. >> >> After that, things were back to normal for me. >> ... > > Unfortunately, that wasn't my experience. I'll revert back to gnupg-2.0 > for now. I ran into this. The trick is to re-import your key-rings into gpg after the upgrade: cd ~/.gnupg mv pubring.gpg pubring-210.gpg mv secring.gpg secring-210.gpg mv trustdb.gpg trustdb-210.gpg gpg --import pubring-210.gpg gpg --import secring-210.gpg (Prompts for passphrases) rm pubring-210.gpg rm secring-210.gpg mv trustdb-210.gpg trustdb.gpg Then you should be able to do 'gpg --list-secret-keys' and similar, and mutt should work properly again. Cheers, Matthew From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 19:27:44 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB7865C3 for ; Wed, 7 Jan 2015 19:27:44 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 7723C66F23 for ; Wed, 7 Jan 2015 19:27:44 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t07JRgio031893 for ; Wed, 7 Jan 2015 11:27:42 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t07JRgW0031892 for freebsd-ports@freebsd.org; Wed, 7 Jan 2015 11:27:42 -0800 (PST) (envelope-from david) Date: Wed, 7 Jan 2015 11:27:42 -0800 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages Message-ID: <20150107192742.GK14822@albert.catwhisker.org> Reply-To: freebsd-ports@freebsd.org References: <20141120192552.GJ31571@albert.catwhisker.org> <20150107134934.GA75522@dohhoghi.mutt.home.crhalpin.org> <20150107151612.GE14822@albert.catwhisker.org> <54AD6E3B.5000005@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SLAil/ztx45+OLrp" Content-Disposition: inline In-Reply-To: <54AD6E3B.5000005@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 19:27:44 -0000 --SLAil/ztx45+OLrp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 07, 2015 at 05:34:51PM +0000, Matthew Seaman wrote: > ... > >> I also enjoyed some friction trying to use gnupg 2.1 with mutt, > >> though I didn't get the "Could not copy message" error that you > >> report. > >> > >> Instead I was seeing 'no secret key'. In my case, this was resolved > >> by following the advice at > >> https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase . > ... > > Unfortunately, that wasn't my experience. I'll revert back to gnupg-2.0 > > for now. >=20 > I ran into this. The trick is to re-import your key-rings into gpg > after the upgrade: >=20 > cd ~/.gnupg > mv pubring.gpg pubring-210.gpg > mv secring.gpg secring-210.gpg > mv trustdb.gpg trustdb-210.gpg > gpg --import pubring-210.gpg > gpg --import secring-210.gpg (Prompts for passphrases) > rm pubring-210.gpg > rm secring-210.gpg > mv trustdb-210.gpg trustdb.gpg >=20 > Then you should be able to do 'gpg --list-secret-keys' and similar, and > mutt should work properly again. > ... OK; I finally had some time to try this. * I ran "portmaster -o security/gnupg{,20}" to replace security/gnupg20 with security/gnupg. * I performed the above setps (except for the "rm" ones). * I attempted to use mutt to read a locally-stored encrypted messgae. That attempt failed is the (now) usual way. * I performed the steps suggested by Corey Halpin(re. the "loopback" pinentry mode). * I re-tried using mutt to read the encrypted message; it still failed for me in the same way. * I ran "portmaster -o security/gnupg{20,}" to revert to security/gnupg20. * I re-tried using mutt to read the encrypted message; it still failed for me in the same way. * In ~/.gnupg, I moved aside the new *.gpg files and moved my old ones into place. * I re-tried using mutt to read the encrypted message; it still failed for me in the same way. * I reverted the "loopback" mode pinentry specifications in ~/.muttrc. * I re-tried using mutt to read the encrypted message; it worked. Ugh. :-( Peace, david --=20 David H. Wolfskill david@catwhisker.org Actions have consequences ... as do inactions. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --SLAil/ztx45+OLrp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUrYitXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7jv0QAJhV08Bf5L15P8I1kmcto046 RMnE02Pr6hLtFTKvP1/9/8mlDpXe+88GIYpogGxlb7HtL2JT9NvHBlLJ205f9hse GtZgTlCEUemWDMs4Ly7/VNpXBgAxlb/5wXA2e4O2pzPzL4tTB+1GvfMKfx0mI4Go O0aftBCDw3mhVitU0DreWjEYzi8smj07JklStV+v5i83cW9trY/UxfxbPWKB0SJl qDE7ZUJNyE3SyUrzd82rcH1Ib44tLMMPNzg1ztCleGXaTs61/a4NqPt2ivzAWttl NNedgkDJJxd+OCLZfgjulSTk50QCUhO2GVzky8N1L3xaBh43z5tLYMHUJxY27UPC H3GH51g5E+W3eD59Ri8bzIJFnRMtWdNMNx/MTHx8KvITWIgz8WEwieXQtoza0o+v bZKH7Z1xt+qlWL/D0IBt+OSeMv/ejyXM620g2b3Jl9YHorc6GVtgqzHNXT4izXBQ Yrt/1puyFsRz5WxJFVVevqmZ+M2O+2WH+GEhgm5hL61ysJ5P1LA7gs8QbLbM2Wc7 n5EM/+wYGMS83yVdl3WgLIVhZL16yVXJs6I3v/Nl4VBoEwhjR5elWLqHx0mihf/Q 57KEJX/522Nlm5LUh/wG0ETCzdNF1RMoKjSz/52xngzQviOFYzgkVZ5Md0mI77Ub slNMTUWr8gFEZCv9Y8n1 =kJbW -----END PGP SIGNATURE----- --SLAil/ztx45+OLrp-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 20:41:11 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C772BEC2 for ; Wed, 7 Jan 2015 20:41:11 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8631B1C9E for ; Wed, 7 Jan 2015 20:41:10 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8xOB-0006hG-Bi for freebsd-ports@freebsd.org; Wed, 07 Jan 2015 21:39:36 +0100 Received: from 65.75.36.70 ([65.75.36.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 21:39:35 +0100 Received: from gyliamos by 65.75.36.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 21:39:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Will Parsons Subject: upgrading texlive broken due to cmake Date: Wed, 7 Jan 2015 20:39:17 +0000 (UTC) Lines: 61 Message-ID: Reply-To: gyliamos@gmail.com X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.75.36.70 User-Agent: slrn/1.0.2 (FreeBSD) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 20:41:11 -0000 In attempting to update texlive, I ran into a problem that is addressed by UPDATING note 20141214. Following the note I ran: # pkg delete -f tex-kpathsea texlive-base and then attempted to install the new versions using portmaster. tex-kpathsea installed, but texlive-base didn't due to a failure to build the cmake dependency: =================================================================== .... ===> Patching for cmake-3.1.0 ===> Applying FreeBSD patches for cmake-3.1.0 /bin/rm -f /usr/ports/devel/cmake/work/cmake-3.1.0/Help/manual/cmake-gui.1.rst ===> cmake-3.1.0 depends on executable: sphinx-build - not found ===> Verifying install for sphinx-build in /usr/ports/textproc/py-sphinx ===> Building for py27-sphinx-1.2.3 running build running build_py running egg_info writing requirements to Sphinx.egg-info/requires.txt writing Sphinx.egg-info/PKG-INFO writing top-level names to Sphinx.egg-info/top_level.txt writing dependency_links to Sphinx.egg-info/dependency_links.txt writing entry points to Sphinx.egg-info/entry_points.txt reading manifest file 'Sphinx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' writing manifest file 'Sphinx.egg-info/SOURCES.txt' cd /usr/ports/textproc/py-sphinx/work/Sphinx-1.2.3/build/lib && /usr/bin/env PYTHONPATH=/usr/ports/textproc/py-sphinx/work/Sphinx-1.2.3/build/lib:/usr/local/lib/python2.7/site-packages /usr/local/bin/python2.7 -m sphinx.pycode.pgen2.driver -c 'import load_grammar' /usr/local/bin/python2.7: No module named jinja2 *** [post-build] Error code 1 Stop in /usr/ports/textproc/py-sphinx. *** [build-depends] Error code 1 Stop in /usr/ports/devel/cmake. *** [build] Error code 1 Stop in /usr/ports/devel/cmake. ===>>> make build failed for devel/cmake ===>>> Aborting update ===>>> Update for cmake-3.0.2 failed ===>>> Aborting update ===>>> Update for openjpeg15-1.5.2 failed ===>>> Aborting update ===>>> Update for tex-web2c-20140525 failed ===>>> Aborting update =================================================================== I can't seem to find anything in UPDATING relevant. -- Will From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 22:57:53 2015 Return-Path: Delivered-To: freebsd-ports@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 B69977AB for ; Wed, 7 Jan 2015 22:57:53 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72C8BDA2 for ; Wed, 7 Jan 2015 22:57:52 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8zWd-0005vW-Na for freebsd-ports@freebsd.org; Wed, 07 Jan 2015 23:56:27 +0100 Received: from a91-154-115-217.elisa-laajakaista.fi ([91.154.115.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 23:56:27 +0100 Received: from rakuco by a91-154-115-217.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 23:56:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Subject: Re: upgrading texlive broken due to cmake Date: Thu, 08 Jan 2015 00:55:24 +0200 Lines: 27 Message-ID: <86bnmagq03.fsf@FreeBSD.org> References: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: a91-154-115-217.elisa-laajakaista.fi User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (berkeley-unix) Cancel-Lock: sha1:bdNNketyCL5BppsYdBCM67YUtAU= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 22:57:53 -0000 Will Parsons writes: > tex-kpathsea installed, but texlive-base didn't due to a failure to > build the cmake dependency: [...] > ===> Building for py27-sphinx-1.2.3 > running build > running build_py > running egg_info > writing requirements to Sphinx.egg-info/requires.txt > writing Sphinx.egg-info/PKG-INFO > writing top-level names to Sphinx.egg-info/top_level.txt > writing dependency_links to Sphinx.egg-info/dependency_links.txt > writing entry points to Sphinx.egg-info/entry_points.txt > reading manifest file 'Sphinx.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > no previously-included directories found matching 'doc/_build' > writing manifest file 'Sphinx.egg-info/SOURCES.txt' > cd /usr/ports/textproc/py-sphinx/work/Sphinx-1.2.3/build/lib && > /usr/bin/env > PYTHONPATH=/usr/ports/textproc/py-sphinx/work/Sphinx-1.2.3/build/lib:/usr/local/lib/python2.7/site-packages > /usr/local/bin/python2.7 -m sphinx.pycode.pgen2.driver -c 'import > load_grammar' > /usr/local/bin/python2.7: No module named jinja2 See how this is actually a failure to build the py-sphinx dependency. Does the port build if you try to build it individually? From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 23:01:28 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 752C585F; Wed, 7 Jan 2015 23:01:28 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08563DBB; Wed, 7 Jan 2015 23:01:28 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id z12so2071437wgg.41; Wed, 07 Jan 2015 15:01:25 -0800 (PST) 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=aIOf8Wltf7dgl397bUFajrgsZWlYyFBZPI6Z9DhBiqA=; b=jm0FpH1wPPoUpEIXV7pPzwMxD1rfSEKHGaVDOvUuohw03v9cJxqsFusfrMf6VlNnaA My1mpxCfHLaPuKq5MwgAqwDkMnrOVMNm3fAASFAeByUBhwr5CJ0QgsLxa7XDd3OkB3Jd MLQaO+Z9X/UDHpqsTTgujmft4ehXypFOFHIsyghE2Nf6X6ovC+hX9wHULHq6nmOqSNYe rcChAyQh+COXAGoQZTedZx+t651u/7Xy3LK5cIhyCMOZaQHvJTM+DOQH1UcpiBP68qij ZtCKaSTLo1ZQgWn+xR0sGcbD01TVFFkp0eMZNtUYjXFOJxStIbfWpi6NsL8WhOJWuYNU aVaA== MIME-Version: 1.0 X-Received: by 10.180.126.99 with SMTP id mx3mr12594449wib.66.1420671685698; Wed, 07 Jan 2015 15:01:25 -0800 (PST) Received: by 10.194.241.132 with HTTP; Wed, 7 Jan 2015 15:01:25 -0800 (PST) In-Reply-To: <86bnmagq03.fsf@FreeBSD.org> References: <86bnmagq03.fsf@FreeBSD.org> Date: Thu, 8 Jan 2015 07:01:25 +0800 Message-ID: Subject: Re: upgrading texlive broken due to cmake From: Ben Woods To: Raphael Kubo da Costa Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 23:01:28 -0000 textproc/py-sphinx port depends on the devel/py-Jinja2 port... but the port only requires py-Jinja >= 2.3. Try adding this patch to your ports tree and then retry you build: Index: textproc/py-sphinx/Makefile =================================================================== --- textproc/py-sphinx/Makefile (revision 376204) +++ textproc/py-sphinx/Makefile (working copy) @@ -14,9 +14,9 @@ LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments -- From: Benjamin Woods woodsb02@gmail.com > > tex-kpathsea installed, but texlive-base didn't due to a failure to > > build the cmake dependency: > [...] > > ===> Building for py27-sphinx-1.2.3 > > /usr/local/bin/python2.7: No module named jinja2 > > See how this is actually a failure to build the py-sphinx dependency. > Does the port build if you try to build it individually? From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 01:07:34 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56362BA3 for ; Thu, 8 Jan 2015 01:07:34 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDC32BFD for ; Thu, 8 Jan 2015 01:07:33 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id gq15so6749062lab.4 for ; Wed, 07 Jan 2015 17:07:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=F6NgMLHevKge1MS83d9azeW+Hat2GAhAtH9WWad1Z/U=; b=db1kJJgLaka3AyBydye4zHjxS1ypf0CdnDnfiLP6uSd/JAa8rjvfXWOYLaSSOsIn3d rE20MbT9FYK47QHB/UDkwcFWhr51mXygTGVVLrzjDnjgGvCDlBRgiR3dFhFNcw2scVUJ kGJa3vgFWPcvuvEIlWn5ohQFJlAUKUH0m1NbqTsUWHzP8yG5kMd7fWXXQvnVDO3zLSh6 xqBrBU6JCN7f2EMxrsyP7Qdbz9gsaXc1b6XDrs/0nFkV5pkBa9on77QJkgXm00Nq8t2z EC8N8kJw9SE0j49uEyE/4hCrXSFQ8SL+nysdpeXUENkS9cQroC7Brv/rezdBKxoTxYoT 1Wuw== MIME-Version: 1.0 X-Received: by 10.152.164.232 with SMTP id yt8mr9490919lab.7.1420679251904; Wed, 07 Jan 2015 17:07:31 -0800 (PST) Received: by 10.25.41.17 with HTTP; Wed, 7 Jan 2015 17:07:31 -0800 (PST) Date: Thu, 8 Jan 2015 02:07:31 +0100 Message-ID: Subject: Where are textproc/gtkspell dictionaries? From: "Vlad \"Blackflow\" K." To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 01:07:34 -0000 So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to provide spell checking, and the knob is on by default, but the gtkspell package does not carry any dictionaries and I assume that's the reason why there's no spell checking support in Pidgin. What provides these dictionaries? Or maybe I'm asking the wrong question and should ask instead how to get spell checking in Pidgin. From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 02:39:20 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F6AB86E for ; Thu, 8 Jan 2015 02:39:20 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51FE468B for ; Thu, 8 Jan 2015 02:39:19 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t082XvAS053449 for ; Wed, 7 Jan 2015 18:33:57 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: From: "Chris H" Subject: Re: Where are textproc/gtkspell dictionaries? Date: Wed, 07 Jan 2015 18:33:57 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <419d3ec7a5d2205129f932fa72a4a882@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 02:39:20 -0000 On Thu, 8 Jan 2015 02:07:31 +0100 "Vlad \"Blackflow\" K." wrote > So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to provide > spell checking, and the knob is on by default, but the gtkspell package > does not carry any dictionaries and I assume that's the reason why there's > no spell checking support in Pidgin. > > What provides these dictionaries? Just guessing here; but is it the usual suspects? textproc/aspell-ispell textproc/hunspell along wih their dictionaries: textproc/(en|es|...)-aspell textproc/(en|es|...)-hunspell Like I said, just a guess. --Chris > > Or maybe I'm asking the wrong question and should ask instead how to get > spell checking in Pidgin. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 09:44:58 2015 Return-Path: Delivered-To: ports@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 26BFB3EE for ; Thu, 8 Jan 2015 09:44:58 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 13D493F4 for ; Thu, 8 Jan 2015 09:44:58 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t089ivPr076284 for ; Thu, 8 Jan 2015 09:44:57 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t089ivSv076283; Thu, 8 Jan 2015 09:44:57 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201501080944.t089ivSv076283@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 8 Jan 2015 09:44:57 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 09:44:58 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-jaxml | 3.02 | 18.01 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 10:03:32 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3484865 for ; Thu, 8 Jan 2015 10:03:32 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55795833 for ; Thu, 8 Jan 2015 10:03:32 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id l15so2162343wiw.2 for ; Thu, 08 Jan 2015 02:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=8SjIjmk80wm5skVk1rjyQNNliB+q+/nxM2YouW/KOE0=; b=Q/zbYEF3Xh/uyZ/8jd3cXtusGwGf3cqBll1MACrpZgebMIM1pz+1I+W+hE/OimnqtM seJkUVrnfn4eUUOdlQDHhlKRQUX8nXNqCEIkUrqtYcDd2IaPR0rQC81LOGNNKSMXI7hr M/SYse2O4iBw52rgSIaEF62CifV2BtDfjt34LneMhzkbEqWHRR6jOPhL4sqCWmzCEdX0 wf2buY+5EY2WAb132zmgb7sUcAjNmyZ5LMwcA4QSs3S9nATYSXI5sVLKByRJ4HHyIHr1 P8ObjkLnHATBX8oeVzwnkuqmP7LMgaZqJLPFL9S7TX5/TenBVx1BjcwJMmsjombOm9Ct OBoQ== X-Received: by 10.180.80.167 with SMTP id s7mr17386884wix.33.1420711410692; Thu, 08 Jan 2015 02:03:30 -0800 (PST) Received: from [192.168.0.63] (xdsl-89-0-166-114.netcologne.de. [89.0.166.114]) by mx.google.com with ESMTPSA id eu8sm5879545wib.21.2015.01.08.02.03.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jan 2015 02:03:29 -0800 (PST) Message-ID: <54AE55F0.3070203@gmail.com> Date: Thu, 08 Jan 2015 11:03:28 +0100 From: =?UTF-8?Q?Michael_Gr=c3=bcnewald?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31 MIME-Version: 1.0 To: FreeBSD ports Subject: Ports quarterly branches Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 10:03:32 -0000 Since one year or so, FreeBSD ports are branched quarterly to provide stable branches. Where can I read more on this topic? How does it affect my work as a port maintainer? -- Thanks! Michael From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 10:12:07 2015 Return-Path: Delivered-To: freebsd-ports@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 B455BB4B for ; Thu, 8 Jan 2015 10:12:07 +0000 (UTC) Received: from eu1sys200aog103.obsmtp.com (eu1sys200aog103.obsmtp.com [207.126.144.115]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1406E97E for ; Thu, 8 Jan 2015 10:12:06 +0000 (UTC) Received: from mail-wi0-f180.google.com ([209.85.212.180]) (using TLSv1) by eu1sys200aob103.postini.com ([207.126.147.11]) with SMTP ID DSNKVK5X72Xw94SqRPXqqXU0KUo8rptxkiNr@postini.com; Thu, 08 Jan 2015 10:12:07 UTC Received: by mail-wi0-f180.google.com with SMTP id n3so2211916wiv.1 for ; Thu, 08 Jan 2015 02:11:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=b3dXUJs+PufKC5aaELUe/JAM8s5fp39eAKxrcG5FTzM=; b=BXmMagTZ70amMa+szVVT86kV1emAkouzddnVsclyFKK4fxll2PuegLtWYu7lHHlhy6 e4qfuvYSyJ2wmQIUih/hWftFx3VQndkgOaH8oNMxsaW8xF2ezLet12uYiCpQWVAFFbs6 TYuircQ2Yvt69Yu57nQGQg1FYriDoqhros2u6U6n+45iX+h9NzOz1nNdyyk0RUWgMDA7 483wf0bfuTHQprhd/PJm+fSyuZweBIU3qDWp6zoBq9shJv03r1KIdQW9BhkGtgxDoacb am0NKsj3oKJmnh2s5tDgriD12YnaEb3wKbvTT4tetpW4bNN6+QIfveZryZapOB7r/Erq kx3w== X-Received: by 10.180.91.201 with SMTP id cg9mr18051663wib.63.1420711422679; Thu, 08 Jan 2015 02:03:42 -0800 (PST) X-Gm-Message-State: ALoCoQmnpjZ0v/ewE5Gtkwk5oVFvCH5Xb+eCRuhefDNy3Thp6LVPCvHwDMM037x6ZDlpidFUVQ93KirrMlXwxRqkmfYPGMUtyffTvGPbmDx1nu933LXbUhaRl8RJFRMJI+foso0FdcLxkgYGDFG3O2B8E0ITsf+GMA== X-Received: by 10.180.91.201 with SMTP id cg9mr18051646wib.63.1420711422570; Thu, 08 Jan 2015 02:03:42 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id gl5sm23739279wib.0.2015.01.08.02.03.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jan 2015 02:03:41 -0800 (PST) Date: Thu, 08 Jan 2015 02:03:41 -0800 (PST) X-Google-Original-Date: Thu, 8 Jan 2015 10:03:40 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t08A3eIc010145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 8 Jan 2015 10:03:40 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t08A3ers010144; Thu, 8 Jan 2015 10:03:40 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201501081003.t08A3ers010144@mech-as221.men.bris.ac.uk> To: freebsd-pkg@freebsd.org, freebsd-ports@freebsd.org Subject: official amd64 pkg repo: need to rebuild paraview for png-1.6.16 Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 10:12:07 -0000 All packages installed/upgraded via the official pkg repo, i.e. /etc/pkg/FreeBSD.conf $ pkg info -xo paraview png paraview-4.1.0_6 science/paraview linux-c6-png-1.2.49_1 graphics/linux-c6-png png-1.6.16 graphics/png $ paraview Shared object "libpng15.so.15" not found, required by "libvtkIOExport-pv4.1.so.1" $ Seems paraview should have been rebuilt for png-1.6.16. Some missing dependency maybe? Anton From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 10:13:01 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B74A2BF3 for ; Thu, 8 Jan 2015 10:13:01 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C16C992 for ; Thu, 8 Jan 2015 10:13:01 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id h15so2019206igd.2 for ; Thu, 08 Jan 2015 02:13:01 -0800 (PST) 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=0BiuqU/P4E3dtXlHTkefzzxNb0YHbWRu9STKJE6xFzg=; b=S/KKTO4P4kOoY+kwEY/0yx8yAwh9mKLn5bZy5fL+/XbaWqIcfW1fUCz8yhFaGMQeX1 WN5Z/YgDWRLEa7Zf4JVvaxXSonzzzsyyi4ejf+oirVHuulPANzJTcukT4GmO6/yUMUkf y4i07Rs1wrlUCb+Zw+rZ1vgPnHSbM2Eg+kXJdap1prN+FvpSYwDwlaeh+xdEg3rpJI1T XKHRLpKItGHc50cUUsBVWbfTl1/ZJRHORuL+BWVQAnvCT8nMC9ojtu23EMkbeNPLgJlI 07J/Z38QFLJGu1n7WYT08jdNGetjtDTg8LJ0D9XKfSElNGRbeRveVxHwCbIqWLtAybuR MUjA== MIME-Version: 1.0 X-Received: by 10.50.108.68 with SMTP id hi4mr26694633igb.38.1420711980931; Thu, 08 Jan 2015 02:13:00 -0800 (PST) Received: by 10.107.9.216 with HTTP; Thu, 8 Jan 2015 02:13:00 -0800 (PST) In-Reply-To: <54AE55F0.3070203@gmail.com> References: <54AE55F0.3070203@gmail.com> Date: Thu, 8 Jan 2015 18:13:00 +0800 Message-ID: Subject: Re: Ports quarterly branches From: Ben Woods To: =?UTF-8?Q?Michael_Gr=C3=BCnewald?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 10:13:01 -0000 I also wonder how that works. For example, I presume there is an attempt to ensure most of the ports a building successfully prior to the quarterly branch? A gnome3 dependency stopped building the other day, meaning the gnome3 metapackage was no longer available to install. Would be a bit harsh to branch a quarterly branch at that point. If it did, can people then still commit fixes and security updates to the quarterly branch, or is it frozen? On Thursday, January 8, 2015, Michael Gr=C3=BCnewald = wrote: > Since one year or so, FreeBSD ports are branched quarterly to provide > stable branches. > > Where can I read more on this topic? How does it affect my work as > a port maintainer? > > -- > Thanks! > Michael > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > --=20 -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 10:18:43 2015 Return-Path: Delivered-To: freebsd-ports@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 CE0A8F35; Thu, 8 Jan 2015 10:18:43 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92EC19C6; Thu, 8 Jan 2015 10:18:43 +0000 (UTC) Received: by mail-ig0-f177.google.com with SMTP id z20so2056343igj.4; Thu, 08 Jan 2015 02:18:43 -0800 (PST) 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=T7aUq6TQ6arNin/1PfvzT8zMzI7kIk8Idnhie/h95Mc=; b=K8/yt45IZHZkgIM9ESCTxp6PXT/TbyoRRJ4bRd+H7556iNw172m/pdQwgMoC/Hn6SF Fbrrly9cEsx1hLMalYLGHXV99rhfLrJeK9RFGNz78uvtibtkf+1+w3qTSlAEO63Ijm1n Fl8zV8oeITBxyGNy/Z2GBxWRlHrwCk7XZnjndIAl8zgjH/6U07syyumE6DLBmn3a81Iq QUNfZ/iiAY7uUQdZZtVlaxSpVFEx8CNYHl5eRllKFwTm++GRLWWFYagNDlxfzy5H6Ane Xtsvmngu+grxZRxIi6nNktmHPsWlpXWYqKZT9ieyg7rhSxUBrf7JNZcb0P6M+Cd3V35N o4rg== MIME-Version: 1.0 X-Received: by 10.107.12.10 with SMTP id w10mr8204262ioi.71.1420712322908; Thu, 08 Jan 2015 02:18:42 -0800 (PST) Received: by 10.107.9.216 with HTTP; Thu, 8 Jan 2015 02:18:42 -0800 (PST) In-Reply-To: <201501081003.t08A3ers010144@mech-as221.men.bris.ac.uk> References: <201501081003.t08A3ers010144@mech-as221.men.bris.ac.uk> Date: Thu, 8 Jan 2015 18:18:42 +0800 Message-ID: Subject: Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16 From: Ben Woods To: "mexas@bris.ac.uk" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" , "freebsd-pkg@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 10:18:44 -0000 The port revision was bumped on Christmas Day for the png version update. However new packages are not available as the paraview port fails to build. It was marked as broken on 19th December: http://www.freshports.org/science/paraview On Thursday, January 8, 2015, Anton Shterenlikht wrote: > All packages installed/upgraded via the > official pkg repo, i.e. /etc/pkg/FreeBSD.conf > > $ pkg info -xo paraview png > paraview-4.1.0_6 science/paraview > linux-c6-png-1.2.49_1 graphics/linux-c6-png > png-1.6.16 graphics/png > $ paraview > Shared object "libpng15.so.15" not found, required by > "libvtkIOExport-pv4.1.so.1" > $ > > Seems paraview should have been rebuilt for > png-1.6.16. Some missing dependency maybe? > > Anton > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 10:37:23 2015 Return-Path: Delivered-To: freebsd-ports@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 A684852E for ; Thu, 8 Jan 2015 10:37:23 +0000 (UTC) Received: from eu1sys200aog122.obsmtp.com (eu1sys200aog122.obsmtp.com [207.126.144.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0233FBBC for ; Thu, 8 Jan 2015 10:37:22 +0000 (UTC) Received: from mail-wi0-f176.google.com ([209.85.212.176]) (using TLSv1) by eu1sys200aob122.postini.com ([207.126.147.11]) with SMTP ID DSNKVK5d4FJMe+3R2ogc6ZtHMT/DSrmjU2Sf@postini.com; Thu, 08 Jan 2015 10:37:23 UTC Received: by mail-wi0-f176.google.com with SMTP id ex7so2333715wid.3 for ; Thu, 08 Jan 2015 02:37:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=qIlmRyNUZOM1Kx43ckZLMaYLfT7euMF6GDHenG5e3y4=; b=A99gcc6zpnxxyByJVke95hzSd5C7K/n8FUBS8t1REZFYNvsRLAfOKKQ7jTOosIabru +1OaK0YM7nK1HYvw2vviPozBL6fpeBJF2rkre7ELSonKMvOUxdN+ztchOsVXC5C+kZ3p chtkyuNdon1NbyHtXXSNFf0sI+t3wkWV5ds1zKq4i/+8cDcTziSpAWjZW6E9tkcF+U3i Z+NZS0zmYcY06f48MOCOw58i+E2WOYXNqOIBP0SmZBYwEiBhVmvx7Yi3COf895Y7SHDb zUqxy8Fn7c47A3Yrl4FNENOqXm4DgHda2Ojl/ZHiAkxTOYZn6rq7f/xKqqMyV3e4tmYn Ywnw== X-Gm-Message-State: ALoCoQmQvosPxnaeoO1Fr0LhWwgzo8hWovdGFQfMnzOtxtDM/MQikpPzqTYOLLBMUzQ6vcfaa3zmMe9V6CCm5tIsHEV9mhDl1bPPwONHW8G6h1wOmcjCIFiYh3JXjc0hvsF5Te+GzGfPCIJcCsTwGqOD3hk6zJt3EA== X-Received: by 10.194.90.81 with SMTP id bu17mr17452076wjb.3.1420713440727; Thu, 08 Jan 2015 02:37:20 -0800 (PST) X-Received: by 10.194.90.81 with SMTP id bu17mr17452062wjb.3.1420713440615; Thu, 08 Jan 2015 02:37:20 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id u13sm5581181wjr.26.2015.01.08.02.37.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jan 2015 02:37:19 -0800 (PST) Date: Thu, 08 Jan 2015 02:37:19 -0800 (PST) X-Google-Original-Date: Thu, 8 Jan 2015 10:37:18 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t08AbI41010452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 8 Jan 2015 10:37:18 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t08AbICF010451; Thu, 8 Jan 2015 10:37:18 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201501081037.t08AbICF010451@mech-as221.men.bris.ac.uk> To: mexas@bris.ac.uk, woodsb02@gmail.com Subject: Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16 Reply-To: mexas@bris.ac.uk In-Reply-To: Cc: freebsd-ports@freebsd.org, freebsd-pkg@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 10:37:23 -0000 >From woodsb02@gmail.com Thu Jan 8 10:30:49 2015 > >The port revision was bumped on Christmas Day for the png version update. >However new packages are not available as the paraview port fails to build. > >It was marked as broken on 19th December: >http://www.freshports.org/science/paraview As I mentioned in another post, this is a situation that pkgng was promised to detect and avoid. The correct course of action is to warn the user that after "pkg upgrade" some installed packages will no longer work. The whole point of pkgng is increased trust. If I have to manually check before each pkg upgrade what will happen to all my installed packages, then what is the point of a sophisticated tool like pkgng. Or, if I have to manually roll back the ports tree selectively and rebuild old versions of problem ports, like png in this example, then again, what is the point of pkgng. I don't want to sound too critical. Up to now I've been very happy with pkg capabilities. I'm just surprised at today's behaviour. Anton From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 11:01:10 2015 Return-Path: Delivered-To: freebsd-ports@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 7DB36EA7 for ; Thu, 8 Jan 2015 11:01:10 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B32CE56 for ; Thu, 8 Jan 2015 11:01:10 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id pn19so8487642lab.9 for ; Thu, 08 Jan 2015 03:01:05 -0800 (PST) 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 :content-type; bh=9QchJ4ow6mKXwj4AMwaw41rFM/SYxKsV+odQU371d4c=; b=XV6A/VyyZmQmP5qGBzectnjs8EvPfVt2YOU8sMrq5nS+aaQJ7X0WTBxARpxKYKduJC IzT2Sz+Fh73I56p5pAyydJdsTPcG3GlELn+X4Rox+YU1kbVqc6SxbqykIqR4g3E05W8O VyfPssydQyv1x3IQywud7D0wCt+g4Tf7UAg+04+KpCugamNV59wEfgKq7IlIT2xqch4R c3T17X5bdZBcEsNM4QZCVixlQJaZxxemsbMQGLE2sAJIfhLeC3Q86vBtIsJAfJIfBir5 76EQg3nskDuduGGzRBtyrpdwIshecKTbbF4LFjsOKdEL5rZF/gI43cRGgB5d2GVHmnUl gDbw== MIME-Version: 1.0 X-Received: by 10.112.104.4 with SMTP id ga4mr12324111lbb.24.1420714865408; Thu, 08 Jan 2015 03:01:05 -0800 (PST) Received: by 10.25.41.17 with HTTP; Thu, 8 Jan 2015 03:01:05 -0800 (PST) In-Reply-To: <419d3ec7a5d2205129f932fa72a4a882@ultimatedns.net> References: <419d3ec7a5d2205129f932fa72a4a882@ultimatedns.net> Date: Thu, 8 Jan 2015 12:01:05 +0100 Message-ID: Subject: Re: Where are textproc/gtkspell dictionaries? From: "Vlad \"Blackflow\" K." To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 11:01:10 -0000 textproc/hunspell it is, thanks, I didn't know about that one. I tried aspell and that didn't work so I posted. Why is it hunspell? Is that some default on FreeBSD? I see stuff like LibreOffice and FireFox depend on it. I tried to browse the gtkspell source on but couldn't find any reference to a preferred dictionary set. On Thu, Jan 8, 2015 at 3:33 AM, Chris H wrote: > On Thu, 8 Jan 2015 02:07:31 +0100 "Vlad \"Blackflow\" K." > wrote > > > So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to provide > > spell checking, and the knob is on by default, but the gtkspell package > > does not carry any dictionaries and I assume that's the reason why > there's > > no spell checking support in Pidgin. > > > > What provides these dictionaries? > Just guessing here; > but is it the usual suspects? > textproc/aspell-ispell textproc/hunspell > along wih their dictionaries: > textproc/(en|es|...)-aspell textproc/(en|es|...)-hunspell > > Like I said, just a guess. > > --Chris > > > > Or maybe I'm asking the wrong question and should ask instead how to get > > spell checking in Pidgin. > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 11:36:02 2015 Return-Path: Delivered-To: freebsd-ports@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 461437A3 for ; Thu, 8 Jan 2015 11:36:02 +0000 (UTC) Received: from eu1sys200aog114.obsmtp.com (eu1sys200aog114.obsmtp.com [207.126.144.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1F891E9 for ; Thu, 8 Jan 2015 11:35:58 +0000 (UTC) Received: from mail-wi0-f173.google.com ([209.85.212.173]) (using TLSv1) by eu1sys200aob114.postini.com ([207.126.147.11]) with SMTP ID DSNKVK5rl4f5HrXwEaFlf5HvoUR6vge8qBhE@postini.com; Thu, 08 Jan 2015 11:35:59 UTC Received: by mail-wi0-f173.google.com with SMTP id r20so2631161wiv.0 for ; Thu, 08 Jan 2015 03:35:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=9vzbhqme9Xv9uOVffZyU+9n77AsveTYWQWc14wiFEIs=; b=MYXSiQ96ddbKN6K4qZegvb1jLG5TbeKKBkmDNvVERCD7GjOSs7UtSLC9MPJLuCDshX jBQ5mQ6exn4zUxPqm/dXwAlI6MSQDBl0nv96hdLdrf2u2Qf6+AKKAaWoRYd4OTZgLWiU L3Hj923A9eoC/nZn1UUxhVvIrvGTmCtFEMJ2WF5hJpg6mDgAspsqC1VDZLWmd2OauB1j F+2hAEI6uLnV1a++DOAWHAp8HEJ4rL8tZ35dRjmhu2uOgfHmMLdF5CupKhcrVutBvd6u fndFCMHVJW2AUrL4RKEUkrzZ6ciMlHKmwDkHI2pPycrLPppnKCdpRrWEr/0Q3dgTTgqp 6gHw== X-Received: by 10.194.200.234 with SMTP id jv10mr17778813wjc.110.1420713044640; Thu, 08 Jan 2015 02:30:44 -0800 (PST) X-Gm-Message-State: ALoCoQncw9dqTgA4Pjiz5tgyn38pFiucxiDBwm1921j4P9PBw6/Sf0xXrz0L34M+EAdC3m0dAgRhuL6LkHGJATKi8cBlJ14o8somyF6t2yibD0AA5Px4J5JhJJkmu51CApIm8K1VszJEwQ1Iq77Mjo+MKXQqKEqTrg== X-Received: by 10.194.200.234 with SMTP id jv10mr17778795wjc.110.1420713044483; Thu, 08 Jan 2015 02:30:44 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id x6sm5563905wjf.24.2015.01.08.02.30.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jan 2015 02:30:43 -0800 (PST) Date: Thu, 08 Jan 2015 02:30:43 -0800 (PST) X-Google-Original-Date: Thu, 8 Jan 2015 10:30:42 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t08AUgIH010408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 8 Jan 2015 10:30:42 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t08AUgRX010407; Thu, 8 Jan 2015 10:30:42 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201501081030.t08AUgRX010407@mech-as221.men.bris.ac.uk> To: freebsd-pkg@freebsd.org, freebsd-ports@freebsd.org Subject: Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16 Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 11:36:02 -0000 >$ pkg info -xo paraview png >paraview-4.1.0_6 science/paraview >linux-c6-png-1.2.49_1 graphics/linux-c6-png >png-1.6.16 graphics/png >$ paraview >Shared object "libpng15.so.15" not found, required by "libvtkIOExport-pv4.1.so.1" >$ > >Seems paraview should have been rebuilt for >png-1.6.16. Some missing dependency maybe? > a crude workaround is: # pwd /usr/local/lib # ln -s libpng16.so.16.16.0 libpng15.so.15 However, this seems to be the situation that pkgng was specifically designed to avoid. An update to one package breaks another. Paraview is marked broken now, but pkg upgrade went happily ahead and upgraded png, making the installed paraview package unusable. Unless this is some oversite on somebody's part, this seems to be a flaw in pkgng design. Anton From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 13:11:53 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB168564; Thu, 8 Jan 2015 13:11:53 +0000 (UTC) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (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 3C1A5DDB; Thu, 8 Jan 2015 13:11:52 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBDA44.dip0.t-ipconnect.de [93.203.218.68]) (authenticated bits=128) by land.berklix.org (8.14.5/8.14.5) with ESMTP id t08DAPdu084615; Thu, 8 Jan 2015 13:10:29 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id t08DBXAc025163; Thu, 8 Jan 2015 14:11:33 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id t08DBGji050422; Thu, 8 Jan 2015 14:11:28 +0100 (CET) (envelope-from jhs@berklix.com) Message-Id: <201501081311.t08DBGji050422@fire.js.berklix.net> To: ports@FreeBSD.org, gecko@FreeBSD.org Subject: current svn_revision 376454 ports/security/nss break From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultants, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Thu, 08 Jan 2015 14:11:15 +0100 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 13:11:53 -0000 Hi gecko@FreeBSD.org & ports@freebsd.org, (previously no copy to ports@ just gecko@ Wed, 07 Jan 2015 16:32:31 +0100) ports/security/nss has been failing to compile a couple of weeks now, I'm on current ports svn_revision 376454 here, anyone else noticed ? various other ports depend on it. ../../../dist/FreeBSD11.0_OPT.OBJ/lib/libnss3.so: undefined reference to `PR_htons' cc: error: linker command failed with exit code 1 (use -v to see invocation) ../../coreconf/rules.mk:245: recipe for target 'FreeBSD11.0_OPT.OBJ/addbuiltin' failed gmake[4]: *** [FreeBSD11.0_OPT.OBJ/addbuiltin] Error 1 gmake[4]: Leaving directory '/1s4/release/11.0-CURRENT/usr/ports/security/nss/work/nss-3.17.3/nss/cmd/addbuiltin' ../coreconf/rules.mk:104: recipe for target 'libs' failed gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory '/1s4/release/11.0-CURRENT/usr/ports/security/nss/work/nss-3.17.3/nss/cmd' coreconf/rules.mk:104: recipe for target 'libs' failed gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory '/1s4/release/11.0-CURRENT/usr/ports/security/nss/work/nss-3.17.3/nss' *** Error code 1 Stop. make[1]: stopped in /1s4/release/11.0-CURRENT/usr/ports/security/nss *** Error code 1 Stop. make: stopped in /1s4/release/11.0-CURRENT/usr/ports/security/nss Cheers, Julian - -- Julian Stacey, BSD Linux Unix'78 C Sys Eng Consultant Munich http://berklix.com Indent previous with "> ". Interleave reply paragraphs like a play script. Send plain text, not quoted-printable, HTML, base64, or multipart/alternative. From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 13:25:53 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D1618D4 for ; Thu, 8 Jan 2015 13:25:53 +0000 (UTC) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DC6A5EF2 for ; Thu, 8 Jan 2015 13:25:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 34FAB6003D0 for ; Thu, 8 Jan 2015 14:25:50 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RKkStzr78YHJ for ; Thu, 8 Jan 2015 14:25:49 +0100 (CET) Received: from elch.exwg.net (dslb-088-066-045-018.088.066.pools.vodafone-ip.de [88.66.45.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Thu, 8 Jan 2015 14:25:49 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 8BD274F; Thu, 8 Jan 2015 14:25:48 +0100 (CET) Date: Thu, 8 Jan 2015 14:25:48 +0100 From: Christoph Moench-Tegeder To: freebsd-ports@freebsd.org Subject: Re: current svn_revision 376454 ports/security/nss break Message-ID: <20150108132548.GA27709@elch.exwg.net> References: <201501081311.t08DBGji050422@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201501081311.t08DBGji050422@fire.js.berklix.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 13:25:53 -0000 ## Julian H. Stacey (jhs@berklix.com): > ../../../dist/FreeBSD11.0_OPT.OBJ/lib/libnss3.so: undefined reference to `PR_htons' It does not fail on 10.1-STABLE. The PR_htons() function lives in nspr, so - do you have a usuable libnspr4.so (from nspr-4.10.7)? Is PR_htons in that library's symbol table? Regards, Christoph -- Spare Space From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 14:57:46 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54383FDC; Thu, 8 Jan 2015 14:57:46 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED243B24; Thu, 8 Jan 2015 14:57:45 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so3048695wgh.2; Thu, 08 Jan 2015 06:57:44 -0800 (PST) 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=+wH/MC3AZKY0llRiXHbTVrlQlyII+T7pEKQtO5Q3HhA=; b=cBQ6RwmGRRxRpdL8ue2rGnIDpdx2sDGcQWMXlPRfx25UKdLBQKxzqqb887PML3DDiz K0W8+iuCs9BSTM88M3827nzyJbmFUMdfZn38C4XqEOwquHO9ElKNQVr/Enx8gj2FDHEm L39czTTP7ORDP+kV4P4Wt4Ud7zaKi+TV0pMVBMhLo1sUqZoSXpcihBwIDwIkZfCnO3cq ehfdmWYWhAlXUa5F+YJkTIPe9kv6e75trLXiulPcZnjM4OmT9jwVdA86EvS8TKyKv08y CBbdM5x76FKoanAXK64Ny3PX9Tmmu1NuSEzC1AC3ydEp5F6dA00xsAFHVbVThfHJMqOe zm6w== MIME-Version: 1.0 X-Received: by 10.194.157.4 with SMTP id wi4mr19960847wjb.54.1420729064412; Thu, 08 Jan 2015 06:57:44 -0800 (PST) Received: by 10.194.241.132 with HTTP; Thu, 8 Jan 2015 06:57:44 -0800 (PST) In-Reply-To: <54AC7761.9050305@FreeBSD.org> References: <54AC7761.9050305@FreeBSD.org> Date: Thu, 8 Jan 2015 22:57:44 +0800 Message-ID: Subject: Re: Combining GitHub and regular MASTER_SITES for multiple DISTFILES From: Ben Woods To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 14:57:46 -0000 > See ports-mgmt/poudriere Makefile. > > Use 'GH' in MASTER_SITES for the USE_GITHUB source: > > MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ > http://mirror.shatow.net/freebsd/${PORTNAME}/ \ > GH > > You can use whatever order you wish. Thanks Bryan - that worked great :) -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 15:06:35 2015 Return-Path: Delivered-To: freebsd-ports@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 8AC5B34D for ; Thu, 8 Jan 2015 15:06:35 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E8EAC1C for ; Thu, 8 Jan 2015 15:06:34 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t08F5mKp074007 for ; Thu, 8 Jan 2015 07:05:48 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: <419d3ec7a5d2205129f932fa72a4a882@ultimatedns.net>, From: "Chris H" Subject: Re: Where are textproc/gtkspell dictionaries? Date: Thu, 08 Jan 2015 07:05:48 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <8d0225d90b0f3fd8b61fa9b650cb6451@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 15:06:35 -0000 On Thu, 8 Jan 2015 12:01:05 +0100 "Vlad \"Blackflow\" K." wrote > textproc/hunspell it is, thanks, I didn't know about that one. I tried > aspell and that didn't work so I posted. Excelent! :) > > Why is it hunspell? Is that some default on FreeBSD? I see stuff like > LibreOffice and FireFox depend on it. I tried to browse the gtkspell source > on but couldn't find any reference to a preferred dictionary set. Honestly, I have no idea. Like I said in my original reply -- just guessing. I'll differ to someone that actually has that answer. :) --Chris > > On Thu, Jan 8, 2015 at 3:33 AM, Chris H wrote: > > > On Thu, 8 Jan 2015 02:07:31 +0100 "Vlad \"Blackflow\" K." > > wrote > > > > > So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to provide > > > spell checking, and the knob is on by default, but the gtkspell package > > > does not carry any dictionaries and I assume that's the reason why > > there's > > > no spell checking support in Pidgin. > > > > > > What provides these dictionaries? > > Just guessing here; > > but is it the usual suspects? > > textproc/aspell-ispell textproc/hunspell > > along wih their dictionaries: > > textproc/(en|es|...)-aspell textproc/(en|es|...)-hunspell > > > > Like I said, just a guess. > > > > --Chris > > > > > > Or maybe I'm asking the wrong question and should ask instead how to get > > > spell checking in Pidgin. > > > _______________________________________________ > > > freebsd-ports@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 15:41:45 2015 Return-Path: Delivered-To: freebsd-ports@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 5F5D9DF5 for ; Thu, 8 Jan 2015 15:41:45 +0000 (UTC) Received: from corpmail01.youmail.com (corpmail01.youmail.com [66.85.99.174]) (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 3D196FB0 for ; Thu, 8 Jan 2015 15:41:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 61EA3B00A25 for ; Thu, 8 Jan 2015 07:36:03 -0800 (PST) Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id xYgfQRGbMRYk for ; Thu, 8 Jan 2015 07:36:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 83E0CB0161D for ; Thu, 8 Jan 2015 07:36:02 -0800 (PST) X-Virus-Scanned: amavisd-new at corpmail01.youmail.com Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7H0XTlMqjl-5 for ; Thu, 8 Jan 2015 07:36:02 -0800 (PST) Received: from [10.4.1.85] (unknown [10.4.1.85]) by corpmail01.youmail.com (Postfix) with ESMTPSA id 50F1BB00A25 for ; Thu, 8 Jan 2015 07:36:02 -0800 (PST) From: Freddy Andersen Subject: do-install fails when files in .PLIST.mktmp are truncated Message-Id: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> Date: Thu, 8 Jan 2015 07:36:01 -0800 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 15:41:45 -0000 So I started the process of updating the [PORT]devel/hadoop2[/PORT] port = from 2.4.1 -> 2.6.0 but I'm having some issues when the finally = do-install runs. This is the error: [code] =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Staging rc.d startup script(s) =3D=3D=3D> Installing for hadoop2-2.6.0 =3D=3D=3D> Checking if hadoop2 already installed =3D=3D=3D> Registering installation for hadoop2-2.6.0 pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/leSystemAccessS= ervice$FileSystemCachePurger.class: No such file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/strumentationSe= rvice$SamplersRunnable.class: No such file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/strumentationSe= rvice$VariableHolder.class: No such file or directory *** Error code 74 [/code] It looks like the following command cuts some of the full path to files = in my [FILE].PLIST.mktmp[/FILE] file so when it tries to install it all = fails. (updating [FILE].PLIST.mktmp[/FILE] after this error and running = [CMD]make install[/CMD] again works fine). Here is from my [FILE]Makefile[/FILE]: [code] cd ${HADOOP_DIST}/share/hadoop && ${COPYTREE_SHARE} \* = ${STAGEDIR}${DATADIR}/ "! -name *-sources.jar -and ! -name sources" [/code] This is by the way my first port adventure so I'm a little lost BUT it = looks like the [FILE]COPYTREE_SHARE[/FILE] command (whatever that is) = does not handle the [FILE]$[/FILE] in a file name. That is my guess. I = tried using [FILE]'*'[/FILE] or [FILE]"*"[/FILE] or just [FILE].[/FILE] = for the files but its all the same. Is there a way that I could replace the [FILE]${COPYTREE_SHARE}[/FILE] = line in my [FILE]Makefile[/FILE] with a simple find command to add the = files into the [FILE].PLIST[/FILE]? Or am I doing this wrong?= From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 16:17:47 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABB48AC5 for ; Thu, 8 Jan 2015 16:17:47 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CD2F371 for ; Thu, 8 Jan 2015 16:17:46 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t08GH2BM094354 for ; Thu, 8 Jan 2015 08:17:02 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <8d0225d90b0f3fd8b61fa9b650cb6451@ultimatedns.net> References: <419d3ec7a5d2205129f932fa72a4a882@ultimatedns.net>, , <8d0225d90b0f3fd8b61fa9b650cb6451@ultimatedns.net> From: "Chris H" Subject: Re: Where are textproc/gtkspell dictionaries? Date: Thu, 08 Jan 2015 08:17:02 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <5f3e0e4f023a8ad4d11ad8c22fabd39e@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 16:17:47 -0000 On Thu, 08 Jan 2015 07:05:48 -0800 "Chris H" wrote > On Thu, 8 Jan 2015 12:01:05 +0100 "Vlad \"Blackflow\" K." > wrote > > > textproc/hunspell it is, thanks, I didn't know about that one. I tried > > aspell and that didn't work so I posted. > Excelent! :) > > > > Why is it hunspell? Is that some default on FreeBSD? I see stuff like > > LibreOffice and FireFox depend on it. I tried to browse the gtkspell source > > on but couldn't find any reference to a preferred dictionary set. > Honestly, I have no idea. Like I said in my original reply -- > just guessing. > I'll differ to someone that actually has that answer. :) Ahem... that was *defer*, not differ. Given that this subject is regarding "spell checking", I felt compelled to reply with the correction. Being reminded off-list, didn't hurt either. (I caught the mistake *just* as I had hit the send button). --Chris > > --Chris > > > > On Thu, Jan 8, 2015 at 3:33 AM, Chris H wrote: > > > > > On Thu, 8 Jan 2015 02:07:31 +0100 "Vlad \"Blackflow\" K." > > > wrote > > > > > > > So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to > > > provide > spell checking, and the knob is on by default, but the gtkspell > > > package > does not carry any dictionaries and I assume that's the reason > > > why there's > > > > no spell checking support in Pidgin. > > > > > > > > What provides these dictionaries? > > > Just guessing here; > > > but is it the usual suspects? > > > textproc/aspell-ispell textproc/hunspell > > > along wih their dictionaries: > > > textproc/(en|es|...)-aspell textproc/(en|es|...)-hunspell > > > > > > Like I said, just a guess. > > > > > > --Chris > > > > > > > > Or maybe I'm asking the wrong question and should ask instead how to > > > get > spell checking in Pidgin. > > > > _______________________________________________ > > > > freebsd-ports@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > > > To unsubscribe, send any mail to > > > "freebsd-ports-unsubscribe@freebsd.org" > > > > > > > > _______________________________________________ > > > freebsd-ports@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 16:53:01 2015 Return-Path: Delivered-To: freebsd-ports@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 DA873901 for ; Thu, 8 Jan 2015 16:53:01 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9688199B for ; Thu, 8 Jan 2015 16:53:01 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y9GK2-0007IV-J2 for freebsd-ports@freebsd.org; Thu, 08 Jan 2015 17:52:35 +0100 Received: from 65.75.36.70 ([65.75.36.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2015 17:52:34 +0100 Received: from gyliamos by 65.75.36.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2015 17:52:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Will Parsons Subject: Re: upgrading texlive broken due to cmake Date: Thu, 8 Jan 2015 16:51:46 +0000 (UTC) Lines: 60 Message-ID: References: <86bnmagq03.fsf@FreeBSD.org> Reply-To: gyliamos@gmail.com X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.75.36.70 User-Agent: slrn/1.0.2 (FreeBSD) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 16:53:01 -0000 Ben Woods wrote: > textproc/py-sphinx port depends on the devel/py-Jinja2 port... but the port > only requires py-Jinja >= 2.3. > > Try adding this patch to your ports tree and then retry you build: > > Index: textproc/py-sphinx/Makefile >=================================================================== > --- textproc/py-sphinx/Makefile (revision 376204) > +++ textproc/py-sphinx/Makefile (working copy) > @@ -14,9 +14,9 @@ > > LICENSE= BSD2CLAUSE > > -BUILD_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ > +BUILD_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 \ > > ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils > -RUN_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ > +RUN_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2 \ > > ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \ > > ${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments I'm not too familiar with the process of applying patches, so this may be operator error at my end, but when I attempted to apply your patch, I got: ==== Patching file Makefile using Plan A... patch: **** malformed patch at line 51: ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ ==== Perhaps the patch got mangled when I copied it? Looking at the patch, it looks like the intent is to replace Jinja2>=2.3 with Jinja2>=2.7, so I manually edited the Makefile and then ran portmaster py27-sphinx, but it did not build: ==== cd /usr/ports/textproc/py-sphinx/work/Sphinx-1.2.3/build/lib && /usr/bin/env PYTHONPATH=/usr/ports/textproc/py-sphinx/work/Sphinx-1.2.3/build/lib:/usr/local/lib/python2.7/site-packages /usr/local/bin/python2.7 -m sphinx.pycode.pgen2.driver -c 'import load_grammar' /usr/local/bin/python2.7: No module named jinja2 *** [post-build] Error code 1 Stop in /usr/ports/textproc/py-sphinx. ===>>> make build failed for textproc/py-sphinx ===>>> Aborting update ==== Also, I seem to already have py27-Jinja2-2.7.3 installed. -- Will From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 19:33:42 2015 Return-Path: Delivered-To: freebsd-ports@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 88A15EB0 for ; Thu, 8 Jan 2015 19:33:42 +0000 (UTC) Received: from corpmail01.youmail.com (corpmail01.youmail.com [66.85.99.174]) (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 655ADDB2 for ; Thu, 8 Jan 2015 19:33:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id ABA77B00ACF for ; Thu, 8 Jan 2015 11:33:40 -0800 (PST) Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id e4ZdF7v1HPDD for ; Thu, 8 Jan 2015 11:33:39 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 88DA9B0170F for ; Thu, 8 Jan 2015 11:33:39 -0800 (PST) X-Virus-Scanned: amavisd-new at corpmail01.youmail.com Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id m9PWNQb67hBG for ; Thu, 8 Jan 2015 11:33:39 -0800 (PST) Received: from freddy-laptop.hq.youmail.com (freddy-laptop.hq.youmail.com [10.3.185.50]) by corpmail01.youmail.com (Postfix) with ESMTPSA id 463D8B00ACF for ; Thu, 8 Jan 2015 11:33:39 -0800 (PST) From: Freddy Andersen Subject: do-install fails when files in .PLIST.mktmp are truncated Message-Id: <8205C518-2B3A-412F-A854-641AC5610E37@youmail.com> Date: Thu, 8 Jan 2015 11:33:38 -0800 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 19:33:42 -0000 So I started the process of updating the [PORT]devel/hadoop2[/PORT] port = from 2.4.1 -> 2.6.0 but I'm having some issues when the finally = do-install runs. This is the error: [code] =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Staging rc.d startup script(s) =3D=3D=3D> Installing for hadoop2-2.6.0 =3D=3D=3D> Checking if hadoop2 already installed =3D=3D=3D> Registering installation for hadoop2-2.6.0 pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/leSystemAccessS= ervice$FileSystemCachePurger.class: No such file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/strumentationSe= rvice$SamplersRunnable.class: No such file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/ass: No such = file or directory pkg-static: Unable to access file = /usr/ports/devel/hadoop2/work/stage/usr/local/share/hadoop/strumentationSe= rvice$VariableHolder.class: No such file or directory *** Error code 74 [/code] It looks like the following command cuts some of the full path to files = in my [FILE].PLIST.mktmp[/FILE] file so when it tries to install it all = fails. (updating [FILE].PLIST.mktmp[/FILE] after this error and running = [CMD]make install[/CMD] again works fine). Here is from my [FILE]Makefile[/FILE]: [code] cd ${HADOOP_DIST}/share/hadoop && ${COPYTREE_SHARE} \* = ${STAGEDIR}${DATADIR}/ "! -name *-sources.jar -and ! -name sources" [/code] This is by the way my first port adventure so I'm a little lost BUT it = looks like the [FILE]COPYTREE_SHARE[/FILE] command (whatever that is) = does not handle the [FILE]$[/FILE] in a file name. That is my guess. I = tried using [FILE]'*'[/FILE] or [FILE]"*"[/FILE] or just [FILE].[/FILE] = for the files but its all the same. Is there a way that I could replace the [FILE]${COPYTREE_SHARE}[/FILE] = line in my [FILE]Makefile[/FILE] with a simple find command to add the = files into the [FILE].PLIST[/FILE]? Or am I doing this wrong? Freddy Andersen VP of Operations Cell: (714) 366-0668 =20 43 Corporate Park, Suite 200 Irvine, CA 92606 = =20 Try YouMail Now: iPhone = , Android = From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 20:10:19 2015 Return-Path: Delivered-To: freebsd-ports@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 73AF47E7 for ; Thu, 8 Jan 2015 20:10:19 +0000 (UTC) Received: from ip-006.utdallas.edu (ip-006.utdallas.edu [129.110.182.16]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "Cisco Appliance Demo Certificate", Issuer "Cisco Appliance Demo Certificate" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D4A7131 for ; Thu, 8 Jan 2015 20:10:18 +0000 (UTC) X-Group: None X-IronPort-SRS: 2.9 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArQCALjirlSBbraCgWdsb2JhbAANT4NYWLgYjW+FZYFgAQEBAQEDDgEBFiaEeQJngRaITLIqh0ONGgEBAQcBAQEBGgSTFoETBYQHhViIF4NNiCOLQoQvUAGCQgEBAQ X-IPAS-Result: ArQCALjirlSBbraCgWdsb2JhbAANT4NYWLgYjW+FZYFgAQEBAQEDDgEBFiaEeQJngRaITLIqh0ONGgEBAQcBAQEBGgSTFoETBYQHhViIF4NNiCOLQoQvUAGCQgEBAQ X-IronPort-AV: E=Sophos;i="5.07,724,1413262800"; d="scan'208";a="36121371" Received: from unknown (HELO [10.200.26.74]) ([129.110.182.130]) by ip-006.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 08 Jan 2015 14:05:54 -0600 Date: Thu, 08 Jan 2015 14:06:05 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Would appreciate a committer's attention to these Message-ID: <900853F05087CFFE2AABBC2A@localhost> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=689 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 20:10:19 -0000 I submitted change maintainer requests for all my remaining ports. 1/30 is my retirement date. I would appreciate it if someone could pick these up and process them by that date. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 20:24:56 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31D81CBC for ; Thu, 8 Jan 2015 20:24:56 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFD7539F for ; Thu, 8 Jan 2015 20:24:55 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id r5so4472740qcx.2 for ; Thu, 08 Jan 2015 12:24:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=qAc9wigHQ1DGBULXF+qquNy6m/u75OyrOxjQudNfwxE=; b=s1YGdN/trLbDGeN09rPwC3TBG1rGpP77hLqVkz4DSynyHhOUI8X+nZYb51r1o/oPJA P5SeS/Kp5uHk3brR0iIm1JQ0KaRL9b7uegGv2XCEXtxSo/Nbew8WcxIIO25czeudUJOl nsok50KSr33WRVf16dIVBLU1FQL7zbf2pIXHCwoweMiff4+H4WyBs33SbWGMoeIVWmpz Tvq8CiH5wJlkOIrYZ/BNfyDrAbkkkGOVie0mOZ1B3cfQDFPTey3bVqs+LuiTljt4Dq1a ityDtA1iWIN9SGUNJDF0/PpGRiweGLQPTElVdSM6s9FaYUm+pOpIz6dGpCFtnU18A9q2 kHNw== MIME-Version: 1.0 X-Received: by 10.224.63.20 with SMTP id z20mr8712735qah.62.1420748695065; Thu, 08 Jan 2015 12:24:55 -0800 (PST) Sender: sjk4015@gmail.com Received: by 10.140.86.178 with HTTP; Thu, 8 Jan 2015 12:24:55 -0800 (PST) In-Reply-To: <900853F05087CFFE2AABBC2A@localhost> References: <900853F05087CFFE2AABBC2A@localhost> Date: Thu, 8 Jan 2015 15:24:55 -0500 X-Google-Sender-Auth: OpnmE97sTkzLgP_XjfDzVB0j7bo Message-ID: Subject: Re: Would appreciate a committer's attention to these From: Steven Kreuzer To: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 20:24:56 -0000 On Thu, Jan 8, 2015 at 3:06 PM, Paul Schmehl wrote: > I submitted change maintainer requests for all my remaining ports. 1/30 is > my retirement date. I would appreciate it if someone could pick these up > and process them by that date. > > Hi Paul- I grabbed most of those PRs and I will start working through them all. Thank you for your service to the FreeBSD community and congratulations on the retirement. SK From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 22:41:01 2015 Return-Path: Delivered-To: freebsd-ports@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 50C43A9E for ; Thu, 8 Jan 2015 22:41:01 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFA3C3A5 for ; Thu, 8 Jan 2015 22:41:00 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id x12so5161857wgg.10 for ; Thu, 08 Jan 2015 14:40:59 -0800 (PST) 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=wKjo8Ddn+Ixpjy02XTxdeW7++VCbp9jHIYieZUlv8OQ=; b=wXBWk03mYlSgS/DZ5CEAkFP74DdmsEo2cbDuRAd5+pNB651jYCkMJMKfe/ZtJL2n7L 6MakLWK7H039+LfofA16PB4mKJ+ngzkJugQ3TKKwWGCykgoK2vdpTqnGa1Tyr4LcECUH LcpIQGsvBnLnE+ZWtprJLYUuNnxkPZyCq4uYitXSuKBMi6JUZBoKh5aM6Vc1uFwWh0O4 QHRp7L6mx8gzMiN41bPIoIIvuaS7KIxq6cyS+m46y9SLLdIWminUE7KjC0n3YwxBSw+H aKeHlNVHJSvWZHVxDburin/F3ALY9C4FsE6ffXWNfkIyn1OfyMl+OFgGsPst6LKCftby AGhQ== MIME-Version: 1.0 X-Received: by 10.194.187.235 with SMTP id fv11mr24828758wjc.16.1420756859378; Thu, 08 Jan 2015 14:40:59 -0800 (PST) Received: by 10.194.241.132 with HTTP; Thu, 8 Jan 2015 14:40:59 -0800 (PST) In-Reply-To: References: <86bnmagq03.fsf@FreeBSD.org> Date: Fri, 9 Jan 2015 06:40:59 +0800 Message-ID: Subject: Re: upgrading texlive broken due to cmake From: Ben Woods To: "gyliamos@gmail.com" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 22:41:01 -0000 > Also, I seem to already have py27-Jinja2 2.7.3 installed. If that is the case, my idea won't help. Not sure what next (some googling shows similar issues resolved on Mac OS X by reinstalling Python, but I don't think that will help with freebsd ports). -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 23:00:06 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 256807B6; Thu, 8 Jan 2015 23:00:06 +0000 (UTC) Received: from ip-006.utdallas.edu (ip-006.utdallas.edu [129.110.182.16]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "Cisco Appliance Demo Certificate", Issuer "Cisco Appliance Demo Certificate" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BB7BA837; Thu, 8 Jan 2015 23:00:05 +0000 (UTC) X-Group: None X-IronPort-SRS: 2.9 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYCAKAKr1SBbraCgWdsb2JhbAANT4NYWLgYjW2FcQKBVgEBAQEBAw4BARYmhDoBAQEDATgCRAsLDQEKLlcGARIUiBAVslSHQ402AQEBAQEBAQECAQEBAQEBAQEWBJAAgxaBEwWEB4VYgnqFHYNNgwWFHogJgzmEL1ABgkIBAQE X-IPAS-Result: ArYCAKAKr1SBbraCgWdsb2JhbAANT4NYWLgYjW2FcQKBVgEBAQEBAw4BARYmhDoBAQEDATgCRAsLDQEKLlcGARIUiBAVslSHQ402AQEBAQEBAQECAQEBAQEBAQEWBJAAgxaBEwWEB4VYgnqFHYNNgwWFHogJgzmEL1ABgkIBAQE X-IronPort-AV: E=Sophos;i="5.07,726,1413262800"; d="scan'208";a="36134316" Received: from unknown (HELO [10.200.26.74]) ([129.110.182.130]) by ip-006.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 08 Jan 2015 16:59:50 -0600 Date: Thu, 08 Jan 2015 17:00:05 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: Steven Kreuzer , FreeBSD Ports Subject: Re: Would appreciate a committer's attention to these Message-ID: In-Reply-To: References: <900853F05087CFFE2AABBC2A@localhost> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=1070 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 23:00:06 -0000 --On January 8, 2015 at 3:24:55 PM -0500 Steven Kreuzer wrote: > On Thu, Jan 8, 2015 at 3:06 PM, Paul Schmehl > wrote: >> I submitted change maintainer requests for all my remaining ports. 1/30 >> is my retirement date. I would appreciate it if someone could pick >> these up and process them by that date. >> >> > tainer&list_id=41295> > > Hi Paul- > > I grabbed most of those PRs and I will start working through them all. > Thank you for your service to the FreeBSD community and > congratulations on the retirement. > Thanks. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 23:02:40 2015 Return-Path: Delivered-To: freebsd-ports@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 3DF0A866 for ; Thu, 8 Jan 2015 23:02:40 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC3C08DE for ; Thu, 8 Jan 2015 23:02:39 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id w61so5101352wes.7 for ; Thu, 08 Jan 2015 15:02:38 -0800 (PST) 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=cpUIX5D6yrXw0zg5lgyy6UT34Lg9kH4ALx6pe4fYUsE=; b=c2eQR4TbK6om6WtH+AohovZY9R37ZmgeA1zMH+pDkLqgV/JmxU+W7FeDK2L4Uwu6kR ehuj8tJpisnkBgqFgVYbXJFgWH6KwmBKiAu9hgnL3lzEJMfIeVZpnbN7dw7CeY6lBKrd PoPs3v3gSBFQoXpkoj0+hIwaAdZZ8of0SDcwKfOpqKxi2gUZneN81sBcvRIf07tPC6An Yj9BLlwxK2wNo1cKEhlVFkOnSaoUhbXVY0g5UDJVg0W0UxXk/LdZ3qqWLDUHPLHws2OF 1dWE1QuTIYJuwx/rAqXjO88g9/t+kyc297IrEhdVmzTYgpBDdx62cj1HLd0uz/POT/OD HyZw== MIME-Version: 1.0 X-Received: by 10.180.9.111 with SMTP id y15mr64394893wia.33.1420758158149; Thu, 08 Jan 2015 15:02:38 -0800 (PST) Received: by 10.194.241.132 with HTTP; Thu, 8 Jan 2015 15:02:38 -0800 (PST) In-Reply-To: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> References: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> Date: Fri, 9 Jan 2015 07:02:38 +0800 Message-ID: Subject: Re: do-install fails when files in .PLIST.mktmp are truncated From: Ben Woods To: Freddy Andersen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 23:02:40 -0000 First off, since this is your first attempt to update a port, welcome! There may be a slight hurdle to get over to understanding port basics, but once you get there it is quite rewarding. This resource is priceless, read it and refer back to it often: https://www.freebsd.org/doc/en/books/porters-handbook/book.html Also, the great thing about ports is you can read all of the shell scripts that are doing the work if you don't understand something (such as copytree_share), by grepping through the files here: /usr/ports/Mk/ Lastly, the mailing lists do not have the formatting features of the forums, so no need for the [FILE][/FILE] stuff. I would say the most obvious thing for your port is the need to update the pkg-plist file which lists ever file your port will install on the system. Easy way to test this with your updated port is to do the following: # cd PORTDIR # make clean # make # make makeplist That will dump the new plist to the console standard output, but doesn't actually update the pkg-plist for you (you have to do that by redirecting the output to the file). But note, you need to follow the instructions of the first line (delete the first line, and check the output of the rest of the file looks reasonable). I would redirect the output to a new plist file and compare the difference before overwriting the main plist file: # make makeplist > pkg-plist.new # diff -u pkg-plist pkg-plist.new Good luck! -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 02:58:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81C745A9 for ; Fri, 9 Jan 2015 02:58:30 +0000 (UTC) Received: from corpmail01.youmail.com (corpmail01.youmail.com [66.85.99.174]) (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 5E7ABCF for ; Fri, 9 Jan 2015 02:58:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 4206FB013E2; Thu, 8 Jan 2015 18:58:29 -0800 (PST) Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Ac1La7elg5oM; Thu, 8 Jan 2015 18:58:28 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 298D0B01694; Thu, 8 Jan 2015 18:58:28 -0800 (PST) X-Virus-Scanned: amavisd-new at corpmail01.youmail.com Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ttuv_DNiO_xh; Thu, 8 Jan 2015 18:58:28 -0800 (PST) Received: from [10.4.1.81] (unknown [10.4.1.81]) by corpmail01.youmail.com (Postfix) with ESMTPSA id E6622B013E2; Thu, 8 Jan 2015 18:58:27 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: do-install fails when files in .PLIST.mktmp are truncated From: Freddy Andersen In-Reply-To: Date: Thu, 8 Jan 2015 18:58:27 -0800 Message-Id: References: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> To: Ben Woods X-Mailer: Apple Mail (2.1993) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 02:58:30 -0000 Thank you ben! you have no idea how helpful the make and makeplist was = for me :) the issues was not with my Makefile but rather that I did not = understand what roll the pkg-plist had in the do-install process. I=E2=80=99= m all good now and my updated hadoop2 builds and install =E2=80=A6=20 Now I just need to figure how I can get this sent to upstream after some = testing on my end. > On Jan 8, 2015, at 3:02 PM, Ben Woods wrote: >=20 > First off, since this is your first attempt to update a port, welcome! = There may be a slight hurdle to get over to understanding port basics, = but once you get there it is quite rewarding. >=20 > This resource is priceless, read it and refer back to it often: > https://www.freebsd.org/doc/en/books/porters-handbook/book.html = >=20 > Also, the great thing about ports is you can read all of the shell = scripts that are doing the work if you don't understand something (such = as copytree_share), by grepping through the files here: > /usr/ports/Mk/ >=20 > Lastly, the mailing lists do not have the formatting features of the = forums, so no need for the [FILE][/FILE] stuff. >=20 > I would say the most obvious thing for your port is the need to update = the pkg-plist file which lists ever file your port will install on the = system. Easy way to test this with your updated port is to do the = following: > # cd PORTDIR > # make clean > # make > # make makeplist >=20 > That will dump the new plist to the console standard output, but = doesn't actually update the pkg-plist for you (you have to do that by = redirecting the output to the file). But note, you need to follow the = instructions of the first line (delete the first line, and check the = output of the rest of the file looks reasonable). I would redirect the = output to a new plist file and compare the difference before overwriting = the main plist file: > # make makeplist > pkg-plist.new > # diff -u pkg-plist pkg-plist.new >=20 > Good luck! >=20 >=20 > --=20 >=20 > -- > From: Benjamin Woods > woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 03:44:26 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 296021E8; Fri, 9 Jan 2015 03:44:26 +0000 (UTC) Received: from dougbarton.us (dougbarton.us [IPv6:2607:f2f8:ab14::2]) (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 120A187C; Fri, 9 Jan 2015 03:44:26 +0000 (UTC) Received: from bcn-dbarton.lan (unknown [67.159.169.102]) by dougbarton.us (Postfix) with ESMTPSA id 99F9D22B0D; Fri, 9 Jan 2015 03:44:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dkim; t=1420775058; bh=By+3RbEfwkyufwp0Kv3OATYdzLhve3H/FrzD6qvN3j8=; h=Date:From:To:CC:Subject; b=jGfiY995ACp+0Kzc4j2M1OI70FGebDZUibpug+7q4kjWUmVnkPqOJA9e+ZaUR5JPP Z9yAeW9TwQuXNrXiVom8I2tqVHybzBjRdlCojmOygVdsLUy5Lcm0NtNaHlqzEq7Q/G 6Qocffk15J8HM6DK6aN07w7iA1Whq4SnRj7i289o= Message-ID: <54AF4E89.20308@dougbarton.us> Date: Thu, 08 Jan 2015 19:44:09 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: mat@freebsd.org Subject: BIND REPLACE_BASE option OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 03:44:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Mat, Can you please explain why this option was removed? It's been in the ports for over 13 years, and lots of users utilized it. I realize that BIND is no longer in the base in 10.x, but that would be a reason to make the option conditional, to continue to support the substantial user base that is still on 8.x and 9.x. Please cc me on your reply, as I am not subscribed to the list. Thanks, Doug -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJUr06JAAoJEFzGhvEaGryE4gAH/3QHW3HDmvgq6sM1yI/c00O/ mMayUGB34TtneYYh1lIZJD7AeNa/rMm3QiFEa7GwgMTrks1DDNZ/JFFKz1/VLnGY ZvJSNd0F0Hn4zWVoovG+9Vhp9UA15dK2aGjdTdY6rUkXAu+xko8aL7XELOUFHZPa N4qL2aWbpk2xzYl7lOidfgcazGz/tGU1u33suBpXJqO+v1K8Bl1IvbdXZ65rve1J +7K7craZBsKJn7KVkhMG1Zzj7rdLIY/Bd5fA3v/Qqmk+AXLVxwFUNX5hRjH50aRj 9bpw3nqdDCt8JoA/o7j2YlB4BFJjxTo7lon5bqB5ppum3yCmdx5M5npR7UNFcQg= =FeSn -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 04:00:26 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AA7F2F4 for ; Fri, 9 Jan 2015 04:00:26 +0000 (UTC) Received: from dougbarton.us (dougbarton.us [208.79.90.218]) (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 E78E8958 for ; Fri, 9 Jan 2015 04:00:25 +0000 (UTC) Received: from bcn-dbarton.lan (unknown [67.159.169.102]) by dougbarton.us (Postfix) with ESMTPSA id 222F522B0D for ; Fri, 9 Jan 2015 04:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dkim; t=1420776025; bh=slzG7x9E7FD+oNMfVel8mI7KsPRgJwrDJXHkRz1+KoM=; h=Date:From:To:Subject; b=Nzpz/JmEHFLKLWSsIVsxGoz5Rt+miAIZyrVK1woYXdchhkMb55eGl3la71fumQxRS QpWia2QTfkMm2xExGv9v2Ecv+IdhH2IMkBpFmSDIRRW7Fmqcx3YB3LVnDAxDSayuIG PyHG2MQorMotCMvGZ01VhKMlBoUqPtjjFiwvvgv4= Message-ID: <54AF5246.6050206@dougbarton.us> Date: Thu, 08 Jan 2015 20:00:06 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: pkg mirror broken OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 04:00:26 -0000 FYI: ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 04:03:36 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BDB23B8 for ; Fri, 9 Jan 2015 04:03:36 +0000 (UTC) Received: from dougbarton.us (dougbarton.us [IPv6:2607:f2f8:ab14::2]) (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 83328A01 for ; Fri, 9 Jan 2015 04:03:36 +0000 (UTC) Received: from bcn-dbarton.lan (unknown [67.159.169.102]) by dougbarton.us (Postfix) with ESMTPSA id 4F38622B0D for ; Fri, 9 Jan 2015 04:03:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dkim; t=1420776216; bh=XECrwwdL1pV1XhvglrnegQZW9OCt6eh9ZR33TAgLsT0=; h=Date:From:To:Subject:References:In-Reply-To; b=nLdZbJAtzrihTKZ4vJXu8pBdaOHyYq/N+AnMfhEdzuYdbI3QegDcNTlXaT1LhWj7i Ex0NCqoQEKl7wBzcnh1YG7mJAIzFXZbAD8EfhPbKx5enXFewHT3Q4/DxfhaKDZRZ9z A5w+s8Mc8fJAHTFjXlgNhHiaeP8tkwXBRmNHfg+k= Message-ID: <54AF5314.7070107@dougbarton.us> Date: Thu, 08 Jan 2015 20:03:32 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: pkg mirrors broken References: <54AF5246.6050206@dougbarton.us> In-Reply-To: <54AF5246.6050206@dougbarton.us> OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 04:03:36 -0000 On 1/8/15 8:00 PM, Doug Barton wrote: > FYI: > > ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== > fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden ... and again: => Attempting to fetch http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz fetch: http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz: Not Found From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 04:49:31 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B555795 for ; Fri, 9 Jan 2015 04:49:31 +0000 (UTC) Received: from www.lemis.com (www.lemis.com [208.86.226.86]) by mx1.freebsd.org (Postfix) with ESMTP id 63D88D30 for ; Fri, 9 Jan 2015 04:49:31 +0000 (UTC) Received: from eureka.lemis.com (www.lemis.com [208.86.226.86]) by www.lemis.com (Postfix) with ESMTP id E99FA1B72843; Fri, 9 Jan 2015 04:44:05 +0000 (UTC) Received: by eureka.lemis.com (Postfix, from userid 1004) id BB5EDF7509; Fri, 9 Jan 2015 15:44:04 +1100 (EST) Date: Fri, 9 Jan 2015 15:44:04 +1100 From: Greg 'groggy' Lehey To: Doug Barton Subject: Re: pkg mirrors broken Message-ID: <20150109044404.GB62797@eureka.lemis.com> References: <54AF5246.6050206@dougbarton.us> <54AF5314.7070107@dougbarton.us> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uZ3hkaAS1mZxFaxD" Content-Disposition: inline In-Reply-To: <54AF5314.7070107@dougbarton.us> User-Agent: Mutt/1.4.2.3i Organization: The FreeBSD Project Phone: +61-3-5346-1370 Mobile: None. Use the landline. WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 04:49:31 -0000 --uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 8 January 2015 at 20:03:32 -0800, Doug Barton wrote: > On 1/8/15 8:00 PM, Doug Barton wrote: >> FYI: >> >> ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== >> fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden > > ... and again: > > => Attempting to fetch > http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz > fetch: > http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz: > Not Found Race condition, perhaps? I upgraded pkg about an hour ago, and I got 1.4.3. Greg -- Sent from my desktop computer. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft MUA reports problems, please read http://tinyurl.com/broken-mua --uZ3hkaAS1mZxFaxD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEUEARECAAYFAlSvXJMACgkQIubykFB6QiMS0wCcD+7LkyHD6HQSfYh26sT2XCRx 9L0Al04WyMCTqS1ZG2wByN+gOEHKo2g= =RvnD -----END PGP SIGNATURE----- --uZ3hkaAS1mZxFaxD-- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 06:06:55 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C2BFE79 for ; Fri, 9 Jan 2015 06:06:55 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90F6D5EF for ; Fri, 9 Jan 2015 06:06:54 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ex7so193545wid.3 for ; Thu, 08 Jan 2015 22:06:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=f0/i2HQK1xgk7fbqkssipooXjotudbB9lMVwLs//ZI8=; b=rQU5fVSc6k6VSsEQ+AG+CkL7R2BiV2iEH86eKfl6VXPIA7hvvglYLJsR5VqSqqkcdQ FIr19yFO76NeI102vdLHJ2edTTZG8YSJBmkf8ESTgIZuEah6ZReP94+NGWBPXXCbX/IS oBVzEnfabgZfqGx3eIXwDBn9Dcvw8/+YtOfvEWZpU04y97wjaGfpAvUTV2xNGgdIUDmX TSo1gbdGauLxVBEIQ5QW2N0SsF8/A2ru+usHrVQEtq67AwuXekcejpnRAat7UZSgN7qt MvtZYeWnIelbudhgIIbgULi6LNDdibQ4v/dum+69P2JmnxU3jDamzx006L9T9MiV+VdH TxOA== X-Received: by 10.180.109.3 with SMTP id ho3mr1547959wib.39.1420783612918; Thu, 08 Jan 2015 22:06:52 -0800 (PST) Received: from laptop.minsk.domain (minsk.nivalnetwork.com. [86.57.144.74]) by mx.google.com with ESMTPSA id wb9sm9118249wic.20.2015.01.08.22.06.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jan 2015 22:06:52 -0800 (PST) Date: Fri, 9 Jan 2015 09:06:21 +0300 From: "Sergey V. Dyatko" To: freebsd-ports@freebsd.org Subject: Re: pkg mirrors broken Message-ID: <20150109090622.383e9306@laptop.minsk.domain> In-Reply-To: <54AF5314.7070107@dougbarton.us> References: <54AF5246.6050206@dougbarton.us> <54AF5314.7070107@dougbarton.us> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 06:06:55 -0000 On Thu, 08 Jan 2015 20:03:32 -0800 Doug Barton wrote: > On 1/8/15 8:00 PM, Doug Barton wrote: > > FYI: > > > > ===>>> Waiting on fetch & checksum for ports-mgmt/pkg <<<=== > > fetch: http://mirror.shatow.net/freebsd/pkg/pkg-1.4.4.tar.xz: Forbidden > > ... and again: > > => Attempting to fetch > http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz > fetch: > http://distcache.eu.FreeBSD.org/local-distfiles/portmgr/pkg-1.4.4.tar.xz: Not > Found [tiger@laptop]:/<2>ports-mgmt/pkg>sudo make checksum ===> License BSD2CLAUSE accepted by the user => pkg-1.4.4.tar.xz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://files.etoilebsd.net/pkg/pkg-1.4.4.tar.xz pkg-1.4.4.tar.xz 100% of 1757 kB 200 kBps 00m09s ===> Fetching all distfiles required by pkg-1.4.4 for building => SHA256 Checksum OK for pkg-1.4.4.tar.xz. -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 09:48:13 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74013D20 for ; Fri, 9 Jan 2015 09:48:13 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 60DC4BE7 for ; Fri, 9 Jan 2015 09:48:13 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t099mDGq019406 for ; Fri, 9 Jan 2015 09:48:13 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t099mDPG019405; Fri, 9 Jan 2015 09:48:13 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201501090948.t099mDPG019405@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 9 Jan 2015 09:48:13 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 09:48:13 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/price | 1.1.0 | 1.3.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 11:28:10 2015 Return-Path: Delivered-To: freebsd-ports@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 10D006AB for ; Fri, 9 Jan 2015 11:28:10 +0000 (UTC) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 C68A08CC for ; Fri, 9 Jan 2015 11:28:08 +0000 (UTC) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id 614751B22183 for ; Fri, 9 Jan 2015 12:18:35 +0100 (CET) Message-ID: <54AFB90B.2070209@toco-domains.de> Date: Fri, 09 Jan 2015 12:18:35 +0100 From: Torsten Zuehlsdorff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: FreeBSD ports Subject: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 11:28:10 -0000 Hello, i'm currently working on an update for games/wesnoth. I've made good progress and the game compiles with nearly all options at my 8 year old i386 Laptop with 10.0-RELEASE. But when i try compiling it on my fast amd64 10.1-RELEASE i get this error message: === start === root@hera:/usr/ports/games/wesnoth # make ===> Building for wesnoth-1.12.0 /bin/cp /usr/local/lib/X11/fonts/junicode/Junicode.ttf /usr/ports/games/wesnoth/work/wesnoth-1.12.0/fonts/Junicode-Regular.ttf [ 2%] Built target wesnoth-lua [ 3%] Built target wesnoth-core [ 3%] mo-update [wesnoth-sotbe-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-tb-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-test-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-thot-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-ar]: Creating mo file. [ 3%] mo-update [wesnoth-ai-ar]: Creating mo file. [ 3%] mo-update [wesnoth-anl-ar]: Creating mo file. [ 3%] mo-update [wesnoth-aoi-ar]: Creating mo file. [ 3%] mo-update [wesnoth-did-ar]: Creating mo file. Linking CXX executable ../cutter [ 3%] mo-update [wesnoth-dm-ar]: Creating mo file. [ 3%] Built target campaignd [ 3%] mo-update [wesnoth-dw-ar]: Creating mo file. /usr/bin/ld: g: invalid DSO for symbol `_ZN5boost6system15system_categoryEv' definition /usr/local/lib/libboost_system.so.1.55.0: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (use -v to see invocation) --- cutter --- *** [cutter] Error code 1 === end === As you can see my devel/boost-libs is the current version. After some searching i believe their is nothing i can done, other than reporting this to the project? But why does it work at my laptop - the installed boost-libs (and all other ports and their options) are (or at least should be) identical. Am i right? Or are their options or flags for boost-libs, ld or another invoked program which i should try? Thank you very much, Torsten From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 12:33:45 2015 Return-Path: Delivered-To: freebsd-ports@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 2A0084B1 for ; Fri, 9 Jan 2015 12:33:45 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6FB9EDE for ; Fri, 9 Jan 2015 12:33:44 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id w62so7712161wes.11 for ; Fri, 09 Jan 2015 04:33:42 -0800 (PST) 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=FRGIXKuxJ6V+TosbQwuhLHwrT7dOMUHpTZjHis9Ty74=; b=Zze17Bf3Gmjmm1BWvyUrm2J/aUzbdxZEyrVZUa5kzQH2msEp213kyDupdHlVrLLZe3 2fa4/eGlJOvLTvK4PKfYssjw4hT6a2k0eS1IODru2Rb2q9QWlXktEs+6CbOspkySs2Rm emBafEGs9rtBDncP35tOmAcSF1zINR/MzKwj7aG501BCQ9DXWXP3v3r8XkiwytBl0l23 JEw0UE4PP6ht4RcwXdC1KiKtaV60Ts4uHkrktnufqkCZyxiFWC6wPCP95FSAeC8I4z3m XEtCE30NpziogZuNpSsWJLRzyer41sUaWujDDIilfw0jGeEXG+fyiVdOGbN3GloqXTdf FVDw== MIME-Version: 1.0 X-Received: by 10.194.193.4 with SMTP id hk4mr31908327wjc.38.1420806822778; Fri, 09 Jan 2015 04:33:42 -0800 (PST) Received: by 10.194.241.132 with HTTP; Fri, 9 Jan 2015 04:33:42 -0800 (PST) In-Reply-To: References: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> Date: Fri, 9 Jan 2015 20:33:42 +0800 Message-ID: Subject: Re: do-install fails when files in .PLIST.mktmp are truncated From: Ben Woods To: Freddy Andersen Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 12:33:45 -0000 Submit a bug report here: bugs.freebsd.org/bugzilla/ Include devel/hadoop2 at the start of the bug title. Then you need to attach a patch of the changes to the ports tree that will update the port per your work. The easiest way to generate the patch file to update is to ensure you retrieved your ports tree using svn (Per https://www.freebsd.org/doc/handbook/svn.html). Then change devel/hadoop2 to match your needs, and run: # cd /usr/ports # svn diff devel/hadoop2 > /home/USERNAME/hadoop2.patch Good luck! On Friday, January 9, 2015, Freddy Andersen wrote: > Thank you ben! you have no idea how helpful the make and makeplist was fo= r > me :) the issues was not with my Makefile but rather that I did not > understand what roll the pkg-plist had in the do-install process. I=E2=80= =99m all > good now and my updated hadoop2 builds and install =E2=80=A6 > > Now I just need to figure how I can get this sent to upstream after some > testing on my end. > > > > On Jan 8, 2015, at 3:02 PM, Ben Woods > wrote: > > First off, since this is your first attempt to update a port, welcome! > There may be a slight hurdle to get over to understanding port basics, bu= t > once you get there it is quite rewarding. > > This resource is priceless, read it and refer back to it often: > https://www.freebsd.org/doc/en/books/porters-handbook/book.html > > Also, the great thing about ports is you can read all of the shell > scripts that are doing the work if you don't understand something (such a= s > copytree_share), by grepping through the files here: > /usr/ports/Mk/ > > Lastly, the mailing lists do not have the formatting features of the > forums, so no need for the [FILE][/FILE] stuff. > > I would say the most obvious thing for your port is the need to update th= e > pkg-plist file which lists ever file your port will install on the system= . > Easy way to test this with your updated port is to do the following: > # cd PORTDIR > # make clean > # make > # make makeplist > > That will dump the new plist to the console standard output, but doesn't > actually update the pkg-plist for you (you have to do that by redirecting > the output to the file). But note, you need to follow the instructions of > the first line (delete the first line, and check the output of the rest o= f > the file looks reasonable). I would redirect the output to a new plist fi= le > and compare the difference before overwriting the main plist file: > # make makeplist > pkg-plist.new > # diff -u pkg-plist pkg-plist.new > > Good luck! > > > -- > > -- > From: Benjamin Woods > woodsb02@gmail.com > > > --=20 -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 12:42:58 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 450386D7 for ; Fri, 9 Jan 2015 12:42:58 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9B42FBB for ; Fri, 9 Jan 2015 12:42:57 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id a1so7877785wgh.9 for ; Fri, 09 Jan 2015 04:42:56 -0800 (PST) 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=NNs0U5bpBJ14kW8rd5maiuP3eKTsyBlb0Z7OwfsCZC8=; b=G6La8PZiIkCsyytewvTywIpWA1GMs5lTPp1dbkDgncRlpnlsYrVMvWfCIu9gNOBzsf 6neLMxsgYIIxypX1xq17sIOvTDM/qDzXDi8OEmhL4e+CMc2g6L0kRXlY+qbC0t6zDNoy pD84IRI4/vRdmD8Iz9XDR/JT7hVOu1yZeXiBgn2bO3KN4Zunhi1zKuWWksXm4oHd4/cQ UO7ov3Pswhj0TRFcmGptOuVh1Im9LjkF/ibfOb0+V2DyovzF+yKKOkkry0tKuXM0PjKN M8Sx0S0+Z6QjixGqwdHF1jm/u/CgoSyVGa85KBIP8CrlCDsPhisutPILRtrTzGOMJx+P y/CA== MIME-Version: 1.0 X-Received: by 10.194.187.235 with SMTP id fv11mr31719728wjc.16.1420807376016; Fri, 09 Jan 2015 04:42:56 -0800 (PST) Received: by 10.194.241.132 with HTTP; Fri, 9 Jan 2015 04:42:55 -0800 (PST) In-Reply-To: References: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> Date: Fri, 9 Jan 2015 20:42:55 +0800 Message-ID: Subject: Re: do-install fails when files in .PLIST.mktmp are truncated From: Ben Woods To: Freddy Andersen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 12:42:58 -0000 Sorry, ensure you do a # make clean Before you do the # svn diff -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 12:49:07 2015 Return-Path: Delivered-To: freebsd-ports@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 AB0F69D2 for ; Fri, 9 Jan 2015 12:49:07 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D2FFC for ; Fri, 9 Jan 2015 12:49:07 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id n12so7931566wgh.8 for ; Fri, 09 Jan 2015 04:49:05 -0800 (PST) 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=0my+tcEsyZ5HrMgO7E8S7TFxYwa564X2aB1kdWncecY=; b=clcnE47YmKVmqpF5iUUF9WrYJtjnKDo58yKlGjDRxs9n7T10I+QUB5lbb3h7qdUCfy sL6chr8BNXYQs8BzUdBjPSdXDIYPDfkEKC8ZzaNK4ZjNML9v/5+VUL7WywLfH9nbKx00 +zRM86xFw69voWblRcp2wOOLSeebRXTIwhbW9PfRV9M2bU88/kLMI8nzj0mkJS8jSiMj vQsaxoS4RDmT5zfm+3afiVz0wKQd9BGJA4aDaXxXzoytwFPWuLZ6l/E/9IR67RniPLut aJvTaGC33LggDSMncVlIZZJPD9ghTuGcDPvNpJ30ORHaDrcOThAAKulj/E4VxX4j3Utv CPBg== MIME-Version: 1.0 X-Received: by 10.194.187.235 with SMTP id fv11mr31773724wjc.16.1420807745650; Fri, 09 Jan 2015 04:49:05 -0800 (PST) Received: by 10.194.241.132 with HTTP; Fri, 9 Jan 2015 04:49:05 -0800 (PST) In-Reply-To: <54AFB90B.2070209@toco-domains.de> References: <54AFB90B.2070209@toco-domains.de> Date: Fri, 9 Jan 2015 20:49:05 +0800 Message-ID: Subject: Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" From: Ben Woods To: Torsten Zuehlsdorff Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 12:49:07 -0000 What is the output of the following command on both computers (the one it works on and the one it doesn't)? # pkg info boost-libs From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 13:06:20 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D3F6A8 for ; Fri, 9 Jan 2015 13:06:20 +0000 (UTC) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 059EE21A for ; Fri, 9 Jan 2015 13:06:19 +0000 (UTC) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id 7C83D1B22183; Fri, 9 Jan 2015 14:06:17 +0100 (CET) Message-ID: <54AFD249.7090001@toco-domains.de> Date: Fri, 09 Jan 2015 14:06:17 +0100 From: Torsten Zuehlsdorff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Ben Woods Subject: Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" References: <54AFB90B.2070209@toco-domains.de> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 13:06:20 -0000 On 09.01.2015 13:49, Ben Woods wrote: > What is the output of the following command on both computers (the one > it works on and the one it doesn't)? > # pkg info boost-libs At the moment i just have access to the *not* working one. I try to find time at the weekend to look up the information at the other one. Because i don't know if you can already see something, i post the requested info for the *not* working one directly: === start === root@hera:/usr/ports/games/wesnoth # pkg info boost-libs boost-libs-1.55.0_4 Name : boost-libs Version : 1.55.0_4 Installed on : Fri Jan 9 10:56:10 CET 2015 Origin : devel/boost-libs Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : devel Licenses : Maintainer : office@FreeBSD.org WWW : http://www.boost.org/ Comment : Free portable C++ libraries (without Boost.Python) Options : DEBUG : off ICU : on OPTIMIZED_CFLAGS: on VERBOSE_BUILD : off Shared Libs required: libicuuc.so.53 libicui18n.so.53 libicudata.so.53 Shared Libs provided: libboost_wserialization.so.1.55.0 libboost_wave.so.1.55.0 libboost_unit_test_framework.so.1.55.0 libboost_timer.so.1.55.0 libboost_thread.so.1.55.0 libboost_system.so.1.55.0 libboost_signals.so.1.55.0 libboost_serialization.so.1.55.0 libboost_regex.so.1.55.0 libboost_random.so.1.55.0 libboost_program_options.so.1.55.0 libboost_prg_exec_monitor.so.1.55.0 libboost_math_tr1f.so.1.55.0 libboost_math_tr1.so.1.55.0 libboost_math_c99f.so.1.55.0 libboost_math_c99.so.1.55.0 libboost_log_setup.so.1.55.0 libboost_log.so.1.55.0 libboost_locale.so.1.55.0 libboost_iostreams.so.1.55.0 libboost_graph.so.1.55.0 libboost_filesystem.so.1.55.0 libboost_date_time.so.1.55.0 libboost_coroutine.so.1.55.0 libboost_context.so.1.55.0 libboost_chrono.so.1.55.0 libboost_atomic.so.1.55.0 Annotations : repo_type : binary repository : anyDevelopment Flat size : 132MiB Description : Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. The goal is to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee's Library Technical Report (TR1) and will be in the new C++0x Standard now being finalized. C++0x will also include several more Boost libraries in addition to those from TR1. More Boost libraries are proposed for TR2. NOTE: This package does not contain Boost.Python, it's in 'devel/boost-python-libs'. WWW: http://www.boost.org/ === end === Greetings, Torsten From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 13:42:53 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88724C70 for ; Fri, 9 Jan 2015 13:42:53 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4914C845 for ; Fri, 9 Jan 2015 13:42:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B30A0BDC5D; Fri, 9 Jan 2015 14:42:50 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id AD88CBDC5A; Fri, 9 Jan 2015 14:42:50 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id A05C460DA; Fri, 9 Jan 2015 14:42:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 487077AD6D6B; Fri, 9 Jan 2015 14:42:47 +0100 (CET) Date: Fri, 09 Jan 2015 14:42:46 +0100 From: Mathieu Arnold To: Doug Barton Subject: Re: BIND REPLACE_BASE option Message-ID: In-Reply-To: <54AF4E89.20308@dougbarton.us> References: <54AF4E89.20308@dougbarton.us> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 13:42:53 -0000 +--On 8 janvier 2015 19:44:09 -0800 Doug Barton wrote: | Can you please explain why this option was removed? It's been in the | ports for over 13 years, and lots of users utilized it. | | I realize that BIND is no longer in the base in 10.x, but that would | be a reason to make the option conditional, to continue to support the | substantial user base that is still on 8.x and 9.x. I only removed it from bind99, it was never there in bind910. I removed it because it was a poor design idea to begin with, and it was making the port harder to maintain. Also, it was overwriting files in the base system, which is a thing we do not want to do. All you need to do is add: named_program="/usr/local/sbin/named" to your rc.conf, like the message says when you install the port. It was a bit like the /usr/bin/perl symlink, it was time for it to go. -- Mathieu Arnold From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 14:33:41 2015 Return-Path: Delivered-To: freebsd-ports@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 B8926394 for ; Fri, 9 Jan 2015 14:33:41 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5980CD18 for ; Fri, 9 Jan 2015 14:33:40 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t09EWL6w008857 for ; Fri, 9 Jan 2015 06:32:21 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: <60A51772-9D51-43FC-B0B8-45874C56E3F8@youmail.com> , From: "Chris H" Subject: Re: do-install fails when files in .PLIST.mktmp are truncated Date: Fri, 09 Jan 2015 06:32:21 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 14:33:41 -0000 On Fri, 9 Jan 2015 20:33:42 +0800 Ben Woods wrote > On Friday, January 9, 2015, Freddy Andersen wrote: > > > Thank you ben! you have no idea how helpful the make and makeplist was for > > me :) the issues was not with my Makefile but rather that I did not > > understand what roll the pkg-plist had in the do-install process. I’m all > > good now and my updated hadoop2 builds and install … > > > > Now I just need to figure how I can get this sent to upstream after some > > testing on my end. > > > > > > > > On Jan 8, 2015, at 3:02 PM, Ben Woods > > wrote: > > > > First off, since this is your first attempt to update a port, welcome! > > There may be a slight hurdle to get over to understanding port basics, but > > once you get there it is quite rewarding. > > > > This resource is priceless, read it and refer back to it often: > > https://www.freebsd.org/doc/en/books/porters-handbook/book.html > > > > Also, the great thing about ports is you can read all of the shell > > scripts that are doing the work if you don't understand something (such as > > copytree_share), by grepping through the files here: > > /usr/ports/Mk/ > > > > Lastly, the mailing lists do not have the formatting features of the > > forums, so no need for the [FILE][/FILE] stuff. > > > > I would say the most obvious thing for your port is the need to update the > > pkg-plist file which lists ever file your port will install on the system. > > Easy way to test this with your updated port is to do the following: > > # cd PORTDIR > > # make clean > > # make > > # make makeplist > > > > That will dump the new plist to the console standard output, but doesn't > > actually update the pkg-plist for you (you have to do that by redirecting > > the output to the file). But note, you need to follow the instructions of > > the first line (delete the first line, and check the output of the rest of > > the file looks reasonable). I would redirect the output to a new plist file > > and compare the difference before overwriting the main plist file: > > # make makeplist > pkg-plist.new > > # diff -u pkg-plist pkg-plist.new > > > > Good luck! > > > > > > -- > > > > -- > > From: Benjamin Woods > > woodsb02@gmail.com > > > > > > > Submit a bug report here: > bugs.freebsd.org/bugzilla/ > > Include devel/hadoop2 at the start of the bug title. > > Then you need to attach a patch of the changes to the ports tree that will > update the port per your work. > > The easiest way to generate the patch file to update is to ensure you > retrieved your ports tree using svn (Per > https://www.freebsd.org/doc/handbook/svn.html). > > Then change devel/hadoop2 to match your needs, and run: > # cd /usr/ports > # svn diff devel/hadoop2 > /home/USERNAME/hadoop2.patch > > Good luck! > In an effort to insure you're submitting a patch ( svn(1) diff(1) ) against what's currently "current" in the ports tree, you might find the following helpful: svn co --depth empty svn://svn.freebsd.org/ports/head 2015-01-09 svn up --set-depth empty 2015-01-09/devel svn up 2015-01-09/devel/hadoop2 # make your modifications to your port files, then... cd 2015-01-09/devel svn diff > 2015-01-09.diff Then simply attach the diff to a new pr(1) (https://bugs.freebsd.org/bugzilla/) Best wishes. --Chris > > -- > > -- > From: Benjamin Woods > woodsb02@gmail.com > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 15:57:09 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD8BBACA for ; Fri, 9 Jan 2015 15:57:09 +0000 (UTC) Received: from nm40-vm7.bullet.mail.ne1.yahoo.com (nm40-vm7.bullet.mail.ne1.yahoo.com [98.138.229.183]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 663488D1 for ; Fri, 9 Jan 2015 15:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s2048; t=1420819022; bh=n+jpR5b2SW+b6uzIkcqN8tCsj+0rFz+5Ri3XVyujkzk=; h=Date:From:Reply-To:To:Subject:From:Subject; b=d5ngZABoRJq6iMkjl9qTn57v4GNtNy9CJko48i1MNkSxHlJ7+toTuKlLN4ZFjC3oGZ6U9nNteS6nLUxspOUNxyhpflV2pXijAprcOSJPSAiJ7mn3rZoaM6t/StkOlfxyUEs+Jyr6cYR/8aKYB/mvEcj0NFhy2834EdTsb24Jyg1uFhjZNXZVPc371vJII2L3v8yRJi/LkMwzZV6IIkHgqnBLP080zvc1X7PDx30PBqUedw7uoWbaSXG7dQHk9U9ra68UW4ik+kaN2HGF3kSMZyIW1jPS2eztSK2jp16FrT2uhZkhEtaJDCnT6sDeHzWDg27w6mOf5IACgHB1y1R1SQ== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.ca; b=rpgawOkNvFH7//aEEQRop5bsST7W9LY0o6tY8HMUVaVoczyKEF7eYCEXLQSHGNOEWH0wVWgpMGUd4J3LRORgLdnArKXdl8SER+d/97GiZGa5hxvluGWzJ2Cpq8z5x5My+whXOB4eXo72CbMw85Sf5zlLXMUq7uSunmgdNMJuNXWka1kMTSFXjwvesNPaJNrP7YDct6f/fFKBVH2TIKKt5unDkdGqJAvGhhtzWuXqQQOV98+Lw3lYUq1GREY1KQ61Xz1Msv98UGeV9gio/fDpW09q85CX0DbxZEeG0+SBsoJt81KlrHWMUHQOa26eR3C2CHEFSG2REYIyKrpJNVC9ig==; Received: from [127.0.0.1] by nm40.bullet.mail.ne1.yahoo.com with NNFMP; 09 Jan 2015 15:57:02 -0000 Received: from [98.138.100.112] by nm40.bullet.mail.ne1.yahoo.com with NNFMP; 09 Jan 2015 15:54:03 -0000 Received: from [98.138.87.6] by tm103.bullet.mail.ne1.yahoo.com with NNFMP; 09 Jan 2015 15:54:03 -0000 Received: from [127.0.0.1] by omp1006.mail.ne1.yahoo.com with NNFMP; 09 Jan 2015 15:54:03 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 529904.79248.bm@omp1006.mail.ne1.yahoo.com X-YMail-OSG: ZhTY.qkVM1nHphwGh71CqHqFhJdm9.I86vdZF2PbQ73PGrUgRDjNioA_LDjDbeg 29qGfnSJcDnXMv4Mr_WCuvspbhnUZgruFjoZ8XckQUbICoTob1EIl9hcc76SJewwy95b3WgBj1Pa sf7JUISLYnwWytqdjdlBwHy9q2mttPUlXN1v5rSo4dcSQFYMeMxpkh3YhUf1NqOQrNQipFEHM41S ansSAGcjogRjBC_lO4Kwyl0SSEe90Is59CSvfEwvskQN_DH9_koo72nuVN3O.Y0T.LcZbRlkQHj1 s.XlRBo1FHvtdoHMTqQLkmWxX.eyDbsIB_JBF9kXYk2amWe6E1QBZGR7zOgyOXndahNR8laATjTv mHuMALvHUe1_UO.H4s6WdU71ZHUvpjk7XDkvIzW4UVna9XbE5fPG_Fx_aoCUQvdHyKNXvGEepEUQ bHob1iDtHTPIfFQxN75gOQElJDc1jBpl9M3h57N3DL94koXBHc9CS4nmeliNyRA70RHunduepAm1 32bglEpSAsmJdcVD_EFYD Received: by 98.138.105.195; Fri, 09 Jan 2015 15:54:03 +0000 Date: Fri, 9 Jan 2015 15:54:02 +0000 (UTC) From: Jaret Bartsch Reply-To: Jaret Bartsch To: "ports@FreeBSD.org" Message-ID: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> Subject: liquidsoap: The audio stream generator of the Savonet project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 15:57:09 -0000 Dear FreeBSD ports team, I have recently learned that this software was removed from the audio/liqui= dsoap ports tree in FreeBSD due to not being staged. Is possible it could b= e staged and reintroduced to the ports tree? The main reason behind this is= to be able to run Airtime (a broadcasting software and control panel) on F= reeBSD. Would it be possible that could be introduced into ports even?=C2= =A0 I look forward to your response. Regards,Jaret Bartsch From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 16:56:38 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D422659 for ; Fri, 9 Jan 2015 16:56:38 +0000 (UTC) Received: from nm14-vm2.access.bullet.mail.gq1.yahoo.com (nm14-vm2.access.bullet.mail.gq1.yahoo.com [216.39.63.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50F43EB1 for ; Fri, 9 Jan 2015 16:56:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s2048; t=1420822175; bh=RsZK/O7ZlahkJa3i7ahzYS5r7x3SH4tNuVdTcvNwHYE=; h=Date:From:To:CC:Subject:From:Subject; b=Hic3sq+baoI7kg66xFL+/DVvn5oBrDCMRyVupmGBIudFvqxOwRvg+2iE1AMQgxhH77y03GB8/eXZPrt8368QZhYnVhzt4PUra1OaaLZVd40GcPqxTrTg9MT6qfumr3XdmzCwKAAXGJaF97p9ho8SNfa7cYl7XfxCs8uVB0hQ23KaCx+5+A9EdJSzTG3Bpm3osLv95Wbx+jNikpZf9kFM2Q+unI6ylZK5a8gx2OzjrT0OHDjJqGpGHY+9jmYFXN8VAPxPOXjdX8p7UxRt/yKuhmdw5vMkVMIE1awyj7AjGwGk27oy0XjohODpg7P9aMBBcgw8agxF9E6I8DmOPPr0Nw== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=bellsouth.net; b=Ix6XwVBYyyXq4ZTDwvZn8e4J2/q6WQ5sHWZ0oI75yz1fP2WH08EG2t5sht10LY0uNP00vGlYFuaqvWyf/Z4Hbc0I/N+UKeYHdXVoXQOumgr7aAtRc4OVo8SJ3nm+LfAIDxhei2oXSmMfOkuHkS/MbSBjQsejnBDwz/o34p1JnREaCvqfdMJ+sL3GIHjr6R2XnKP7oKTBqiWr0iXzLSb3RD5aHAseZN1n1v5DCUiwGSjIO7hPv4vKWWhlVLO3u0IvnyUx709jgeKYZ64Wr7pIRUoOU+t3F7trwTksGjlvCbBWUG3j4nQY3XiDO018fzatNYUQerGezKIp4w1wnIDixQ==; Received: from [216.39.60.167] by nm14.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Jan 2015 16:49:35 -0000 Received: from [98.138.104.97] by tm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Jan 2015 16:49:35 -0000 Received: from [127.0.0.1] by smtp117.sbc.mail.ne1.yahoo.com with NNFMP; 09 Jan 2015 16:49:35 -0000 X-Yahoo-Newman-Id: 424512.27573.bm@smtp117.sbc.mail.ne1.yahoo.com Message-ID: <424512.27573.bm@smtp117.sbc.mail.ne1.yahoo.com> Date: Fri, 9 Jan 2015 16:49:35 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: AQQY2CoVM1l0xRgs91odgIf4dfkZ4fDjADPPEtw1vPPolxS wh0G8mi4MVRRLC7HX03LkUeRjW4YNf6jLHFqe790zkAPaHCL9zEcVLlgRdCg dYVo1Re9N_zZuKBMvy8QbGANCcqyk_O1ljMiQM2qmheKkD6xWC7mLSM2FpAO mbOa4EEDG4iazhEj.va6D1vwZLoRF1c3xM58BcbH58slmimpw8zM64gUUAyP UWYUUrC_cwJTnEZTXzXGIgIJ5EvuWFoZdgRuDSIf2cqFQf.j15KZXKjohKf3 3R8a0K4RYIkJEUOZ3WqzKW6P5NRwteFAVoVpef57fNA8yFKQGqGXq.KjyIKw DNFBR.EXq4pJhJuuxkgZaaFlADGFnr78YjnP6DHiupGTCTR9a5mhRrpAg5FV Ih27bF5JVC_T4Cjm8tBjZOkghpeCVYk3gkM1PtHebEEpAlg9niMRR_YBpaT6 bbL4D2HULnNjJwKycsVcSip0jkBoK69SkHns95gkjN1IvgfoKyEqXcHLbXqS 8WvD18ThtPN7lBl8oevdMhnYb_5nAjxEMQh36cOpvZ637GzxNt4CFGdP3Xs9 vCUD3g5Ugr_Rm64eGTvLYEm80Xp138BWICPYjKNNsnHQguEGkHk932DopLEo UcQjMaxkOWg_oy.1mS2F.A2zLm.jrA9wvSyGDQsaX7KH2dG25kfFDVHAHasj Lob.3JzGUFj9RKCMF7qnlOQ-- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: multimedia/libva fails in configure stage, missing file? Cc: madpilot@freebsd.org, autotools@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 16:56:38 -0000 You pointed to libtoolize, which is installed as part of devel/libtool, and I found something strange. Running ls -l /usr/local/bin/lib* produced -r-xr-xr-x 1 root wheel 1952 Jul 16 00:31 /usr/local/bin/libIDL-config-2 -r-xr-xr-x 1 root wheel 2528 Jul 4 2014 /usr/local/bin/libassuan-config -r-xr-xr-x 1 root wheel 3988 Dec 27 13:50 /usr/local/bin/libgcrypt-config -rwxr-xr-x 1 root wheel 15731 Dec 30 08:47 /usr/local/bin/libnetcfg lrwxr-xr-x 1 root wheel 15 Dec 26 08:40 /usr/local/bin/libpng-config -> libpng16-config -rwxr-xr-x 1 root wheel 2320 Dec 26 08:39 /usr/local/bin/libpng16-config -r-xr-xr-x 1 root wheel 356578 Dec 30 08:34 /usr/local/bin/libtool -rwxr-xr-x 1 root wheel 0 Dec 30 08:34 /usr/local/bin/libtoolize -r-xr-xr-x 1 root wheel 2485 Jul 16 00:48 /usr/local/bin/libwmf-config -r-xr-xr-x 1 root wheel 13101 Jul 16 00:48 /usr/local/bin/libwmf-fontmap -r-xr-xr-x 1 root wheel 1448 Jul 18 22:10 /usr/local/bin/libwww-config So the scripts involved in building libva-1.5.0 found libtoolize but couldn't see if it was functional. I wonder what happened, how /usr/local/bin/libtoolize was truncated. So I guess that's why I got the message configure.ac:166: error: required file './ltmain.sh' not found Also, pkg gives no hint of files being corrupted. I also ran, from /usr/ports directory, tar tvf ../packages/All/libtool-2.4.2.418.txz and /usr/local/bin/libtoolize showed as 0 bytes. pkg-plist didn't show sizes of package files. I see libtool is now at v2.4.4. upstream (www.gnu.org/software/libtool) as of 29-Nov-2014. I could try to rebuild devel/libtool, but that won't improve anything if the port or package is defective. I just tried, same result, no joy. Tom From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 17:08:06 2015 Return-Path: Delivered-To: ports@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 B3EDAA0B for ; Fri, 9 Jan 2015 17:08:06 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478C3FCA for ; Fri, 9 Jan 2015 17:08:06 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so3669237wiv.1 for ; Fri, 09 Jan 2015 09:08:04 -0800 (PST) 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:content-transfer-encoding; bh=UAhhlMC7eSB1y6MvyHwzhF39YttIu/SqZ31+vLAsy1o=; b=bo6VWL85XgkJP6jnLs/2dOSiJKP3YxzxJdxHsh6DJscd2Kv8CAr6kBVASCiIUICo/d Q2OJg0ouLn8ysSegSm6NfAO0uNT4ZBkraSUo92sQnzswlddIIBX82vDnRTguYGN6eqDc 1lE62xJR5c3phiWCxwySB99iYUkJjXhUr5LPdvxHCoIa3YcsyaIkZGO5EZHNAUBEuCh+ VUN9txhtpFHbR0adoOcRhTL+f8mgWdGnRELuObLI4ahGwjpWSK2BxJ9fgm4UvL3lb7mL 5xGCDDanMZ7QSy82sY/IojRpx2/dyDDUE2ih/ZJjAhpJwBvhZASzHDOGLVAXid7RcBGn rnmw== MIME-Version: 1.0 X-Received: by 10.180.80.163 with SMTP id s3mr6692540wix.59.1420823284612; Fri, 09 Jan 2015 09:08:04 -0800 (PST) Received: by 10.27.131.217 with HTTP; Fri, 9 Jan 2015 09:08:04 -0800 (PST) In-Reply-To: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> References: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> Date: Fri, 9 Jan 2015 11:08:04 -0600 Message-ID: Subject: Re: liquidsoap: The audio stream generator of the Savonet project From: Scot Hetzel To: Jaret Bartsch Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 17:08:06 -0000 On Fri, Jan 9, 2015 at 9:54 AM, Jaret Bartsch wrote= : > Dear FreeBSD ports team, > > I have recently learned that this software was removed from the audio/liq= uidsoap ports tree in FreeBSD due to not being staged. Is possible it could= be staged and reintroduced to the ports tree? The main reason behind this = is to be able to run Airtime (a broadcasting software and control panel) on= FreeBSD. Would it be possible that could be introduced into ports even? I= look forward to your response. > > It can be added back in, it just requires someone to STAGE the port, and fix the linking issue. I had a quick look at the ports Makefile (svnweb) and it looks like all that is needed is to remove NO_STAGE and fix the detection when VORBIS is selected and OGG is not selected, as it currently errors when DOCS is not selected (line 141). There might be other things to fix. Would you be willing to take over the maintainership of the port? The last revision is 366857. svn co --depth empty svn://svn.freebsd.org/ports/head 20150109 svn up --set-depth empty 20150109/audio svn up -r 366857 20150109/audio/liquidsoap cd 20150109/audio/liquidsoap # make modifications to the port, then... cd .. svn diff > liquidsoap-20150109.diff Then simply attach the diff to a new pr(1) (https://bugs.freebsd.org/bugzilla/) Good Luck. --=20 DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 17:35:34 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 069ED246 for ; Fri, 9 Jan 2015 17:35:34 +0000 (UTC) Received: from nm18-vm9.access.bullet.mail.gq1.yahoo.com (nm18-vm9.access.bullet.mail.gq1.yahoo.com [216.39.62.65]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2073367 for ; Fri, 9 Jan 2015 17:35:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s2048; t=1420824586; bh=RsZK/O7ZlahkJa3i7ahzYS5r7x3SH4tNuVdTcvNwHYE=; h=Date:From:To:CC:Subject:From:Subject; b=U9B+1ARjVMCf0VNsHKZ55KFV1ZKq9f4va5evZmCXv9Xb9vuzhuNN+tDaGu+Q2/yEGfg1QF0T2DOeBl/V4nOViafoaec6fKQK6jjzkzuQmkhvCzHEPIDrRmp2AHLDeVHsdZKw642R3+Xay64h5TPWeZ65IewRBGU1dUeC3dRxmKSb0Q/1AXfnasAuplFSo3CfFlm0CGr/n7E5GjqfiTS1FiDkof6tJcaricrsM5f0BKGohyfpBcCBJYPsUIrX4Z187A49RwVFxPp0cbX7gyXu6ebBeNqkVbSv+k94fag7fXrLiNJ+wzO3nMl+zUqbkWU6+0I0ZZcPtmpRcrcS45wklA== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=bellsouth.net; b=f7beUutmuG6EGdOaT/lgZEtbvliGRfZpkFSjED7rczs3GNHV7mPYebbkbvHrpIu4002f7RaOFNawHhULxmSa9/ux4iZ8whcTm72umQCUnMZxRmpWfWehlpVDeFX+wX608WVYyQxRyH4p7qdYvte6E6qooD/jnHudrzlywBmvhsvsaEz79iLbX82E179nd2sFBevHF2YE07j7p0O61dDkEXMiyGVp4X3PoZFbM4Raqu5ChAWgxPceysfII003L8ODaS3SgYm/kZAi0ADM1x3I/Q+H3eqJ91sYJBkVEIAfOelO65zdlvl+WfQworxf0K43ZgOiLjA0hu14u/m0Al59ug==; Received: from [216.39.60.172] by nm18.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Jan 2015 17:29:46 -0000 Received: from [98.138.104.99] by tm8.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Jan 2015 17:29:46 -0000 Received: from [127.0.0.1] by smtp119.sbc.mail.ne1.yahoo.com with NNFMP; 09 Jan 2015 17:29:46 -0000 X-Yahoo-Newman-Id: 117977.42002.bm@smtp119.sbc.mail.ne1.yahoo.com Message-ID: <117977.42002.bm@smtp119.sbc.mail.ne1.yahoo.com> Date: Fri, 9 Jan 2015 17:29:46 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: IWRiQH0VM1kQLzub0FXAcGon5m7A1CVr91Mtpz._OAPZWLo lu7o8QPqvk7jsbIQQdLwM2zvSXc1r.xBCd.z95DZfIgaUvYbTcu5d3wi9qOv .77X_1HXhgVkFgXlKiJTYYTYjJa4BAL0AcTripINWmsqOmxEClu1soSa_tF1 OkKO1cHYkdkxEQBLi1xD5FaqEgLDdXdqeU9D2BQX_VVAe1cegRmudwPTH1OU ezv7rTs9.bPLx0bdrvPBmAANmjOnogP2UdoP5HbvlQK_o6tFA31ygC8lBwBD 3GbWmeXV3QT1ti8VzJOx4W3FWoKAGSTrDLEWWBBejONFOdjtt1OCk5MMZXLE Km92cn7B4457eVXPOqriyzEA5zW_gcoT3yhCdByaKNd4y.dUnO004QvD1wsG dFs1H_9B7dJ.QXAneUxgOF3fu1WSc3EUW6FVgzM0mM.v_ujQpdfJgDzJ_7VZ 8EePWyUSHMEFdQZOobzh3e7U777pRZ45WcPnUcxO9H9YJpryYjd84OwpcUxn yTW290mlbY6ViymXVPHyc67EW7BU9ROhWPdn9ugaEpdeCdLVOxnEmrqdinAw yZgkFAwunLITjdoNmwoYz9S96FIF3UyY57Bq31exSvBWmnJdBVWg9lkHPVOR j7ppIfGlvbKSBRMN.XvjPzgGGGngwbZ4PO8LRgSBkqEHFypMXPHEN2WpXRf_ WR8yZncmuj0ST4cS_DPrDMw-- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: multimedia/libva fails in configure stage, missing file? Cc: madpilot@freebsd.org, autotools@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 17:35:34 -0000 You pointed to libtoolize, which is installed as part of devel/libtool, and I found something strange. Running ls -l /usr/local/bin/lib* produced -r-xr-xr-x 1 root wheel 1952 Jul 16 00:31 /usr/local/bin/libIDL-config-2 -r-xr-xr-x 1 root wheel 2528 Jul 4 2014 /usr/local/bin/libassuan-config -r-xr-xr-x 1 root wheel 3988 Dec 27 13:50 /usr/local/bin/libgcrypt-config -rwxr-xr-x 1 root wheel 15731 Dec 30 08:47 /usr/local/bin/libnetcfg lrwxr-xr-x 1 root wheel 15 Dec 26 08:40 /usr/local/bin/libpng-config -> libpng16-config -rwxr-xr-x 1 root wheel 2320 Dec 26 08:39 /usr/local/bin/libpng16-config -r-xr-xr-x 1 root wheel 356578 Dec 30 08:34 /usr/local/bin/libtool -rwxr-xr-x 1 root wheel 0 Dec 30 08:34 /usr/local/bin/libtoolize -r-xr-xr-x 1 root wheel 2485 Jul 16 00:48 /usr/local/bin/libwmf-config -r-xr-xr-x 1 root wheel 13101 Jul 16 00:48 /usr/local/bin/libwmf-fontmap -r-xr-xr-x 1 root wheel 1448 Jul 18 22:10 /usr/local/bin/libwww-config So the scripts involved in building libva-1.5.0 found libtoolize but couldn't see if it was functional. I wonder what happened, how /usr/local/bin/libtoolize was truncated. So I guess that's why I got the message configure.ac:166: error: required file './ltmain.sh' not found Also, pkg gives no hint of files being corrupted. I also ran, from /usr/ports directory, tar tvf ../packages/All/libtool-2.4.2.418.txz and /usr/local/bin/libtoolize showed as 0 bytes. pkg-plist didn't show sizes of package files. I see libtool is now at v2.4.4. upstream (www.gnu.org/software/libtool) as of 29-Nov-2014. I could try to rebuild devel/libtool, but that won't improve anything if the port or package is defective. I just tried, same result, no joy. Tom From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 21:34:25 2015 Return-Path: Delivered-To: freebsd-ports@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 7BCEADDF for ; Fri, 9 Jan 2015 21:34:25 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [204.109.60.246]) (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 58F83E4 for ; Fri, 9 Jan 2015 21:34:25 +0000 (UTC) Received: from chombo.houseloki.net (c-71-59-211-166.hsd1.or.comcast.net [71.59.211.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by luigi.brtsvcs.net (Postfix) with ESMTPSA id DB05E2D4FF4 for ; Fri, 9 Jan 2015 21:34:17 +0000 (UTC) Received: from [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29] (unknown [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id E7420E2A for ; Fri, 9 Jan 2015 13:34:15 -0800 (PST) Message-ID: <54B0494F.6070309@bluerosetech.com> Date: Fri, 09 Jan 2015 13:34:07 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Bug 196233 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 21:34:25 -0000 Last month I spoke with the maintainer of mail/postfixadmin and they agreed to let me take maintainership since, citing lack of time. I put in a bug[1] for it, but he hasn't answered the maintainer CC yet. Can someone please follow this up and commit the change so I can put in the updates to follow? 1: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196233 From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 21:40:03 2015 Return-Path: Delivered-To: freebsd-ports@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 DF3A2FB2 for ; Fri, 9 Jan 2015 21:40:03 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 A0A24121 for ; Fri, 9 Jan 2015 21:40:03 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Y9hHm-000OTI-Rk; Fri, 09 Jan 2015 22:40:02 +0100 Date: Fri, 9 Jan 2015 22:40:02 +0100 From: Kurt Jaeger To: Darren Pilgrim Subject: Re: Bug 196233 Message-ID: <20150109214002.GV44537@home.opsec.eu> References: <54B0494F.6070309@bluerosetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54B0494F.6070309@bluerosetech.com> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 21:40:04 -0000 Hi! > Last month I spoke with the maintainer of mail/postfixadmin and they > agreed to let me take maintainership since, citing lack of time. I put > in a bug[1] for it, but he hasn't answered the maintainer CC yet. Can > someone please follow this up and commit the change so I can put in the > updates to follow? > > 1: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196233 Done. -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 08:05:25 2015 Return-Path: Delivered-To: freebsd-ports@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 269EB90E for ; Sat, 10 Jan 2015 08:05:25 +0000 (UTC) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 A390D295 for ; Sat, 10 Jan 2015 08:05:24 +0000 (UTC) Received: from [192.168.1.83] (dsdf-4d0a2b64.pool.mediaWays.net [77.10.43.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 89A431B22182; Sat, 10 Jan 2015 09:05:19 +0100 (CET) Message-ID: <54B0DD38.8080503@toco-domains.de> Date: Sat, 10 Jan 2015 09:05:12 +0100 From: =?windows-1252?Q?Torsten_Z=FChlsdorff?= User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Ben Woods Subject: Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" References: <54AFB90B.2070209@toco-domains.de> <54AFD249.7090001@toco-domains.de> In-Reply-To: <54AFD249.7090001@toco-domains.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 08:05:25 -0000 On 09.01.2015 14:06, Torsten Zuehlsdorff wrote: > On 09.01.2015 13:49, Ben Woods wrote: >> What is the output of the following command on both computers (the one >> it works on and the one it doesn't)? >> # pkg info boost-libs > > At the moment i just have access to the *not* working one. I try to find > time at the weekend to look up the information at the other one. > > Because i don't know if you can already see something, i post the > requested info for the *not* working one directly: > > === start === > > root@hera:/usr/ports/games/wesnoth # pkg info boost-libs > boost-libs-1.55.0_4 > Name : boost-libs > Version : 1.55.0_4 > Installed on : Fri Jan 9 10:56:10 CET 2015 > Origin : devel/boost-libs > Architecture : freebsd:10:x86:64 > Prefix : /usr/local > Categories : devel > Licenses : > Maintainer : office@FreeBSD.org > WWW : http://www.boost.org/ > Comment : Free portable C++ libraries (without Boost.Python) > Options : > DEBUG : off > ICU : on > OPTIMIZED_CFLAGS: on > VERBOSE_BUILD : off > Shared Libs required: > libicuuc.so.53 > libicui18n.so.53 > libicudata.so.53 > Shared Libs provided: > libboost_wserialization.so.1.55.0 > libboost_wave.so.1.55.0 > libboost_unit_test_framework.so.1.55.0 > libboost_timer.so.1.55.0 > libboost_thread.so.1.55.0 > libboost_system.so.1.55.0 > libboost_signals.so.1.55.0 > libboost_serialization.so.1.55.0 > libboost_regex.so.1.55.0 > libboost_random.so.1.55.0 > libboost_program_options.so.1.55.0 > libboost_prg_exec_monitor.so.1.55.0 > libboost_math_tr1f.so.1.55.0 > libboost_math_tr1.so.1.55.0 > libboost_math_c99f.so.1.55.0 > libboost_math_c99.so.1.55.0 > libboost_log_setup.so.1.55.0 > libboost_log.so.1.55.0 > libboost_locale.so.1.55.0 > libboost_iostreams.so.1.55.0 > libboost_graph.so.1.55.0 > libboost_filesystem.so.1.55.0 > libboost_date_time.so.1.55.0 > libboost_coroutine.so.1.55.0 > libboost_context.so.1.55.0 > libboost_chrono.so.1.55.0 > libboost_atomic.so.1.55.0 > Annotations : > repo_type : binary > repository : anyDevelopment > Flat size : 132MiB > Description : > [Description] > > === end === And here the working one: === start === boost-libs-1.55.0_4 Name : boost-libs Version : 1.55.0_4 Installed on : Sat Dec 20 13:29:36 CET 2014 Origin : devel/boost-libs Architecture : freebsd:10:x86:32 Prefix : /usr/local Categories : devel Licenses : Maintainer : office@FreeBSD.org WWW : http://www.boost.org/ Comment : Free portable C++ libraries (without Boost.Python) Options : DEBUG : off ICU : on OPTIMIZED_CFLAGS: on VERBOSE_BUILD : off Shared Libs required: libicuuc.so.53 libicui18n.so.53 libicudata.so.53 Shared Libs provided: libboost_wserialization.so.1.55.0 libboost_wave.so.1.55.0 libboost_unit_test_framework.so.1.55.0 libboost_timer.so.1.55.0 libboost_thread.so.1.55.0 libboost_system.so.1.55.0 libboost_signals.so.1.55.0 libboost_serialization.so.1.55.0 libboost_regex.so.1.55.0 libboost_random.so.1.55.0 libboost_program_options.so.1.55.0 libboost_prg_exec_monitor.so.1.55.0 libboost_math_tr1f.so.1.55.0 libboost_math_tr1.so.1.55.0 libboost_math_c99f.so.1.55.0 libboost_math_c99.so.1.55.0 libboost_log_setup.so.1.55.0 libboost_log.so.1.55.0 libboost_locale.so.1.55.0 libboost_iostreams.so.1.55.0 libboost_graph.so.1.55.0 libboost_filesystem.so.1.55.0 libboost_date_time.so.1.55.0 libboost_coroutine.so.1.55.0 libboost_context.so.1.55.0 libboost_chrono.so.1.55.0 libboost_atomic.so.1.55.0 Annotations : repo_type : binary repository : Laptop Flat size : 126MiB Description : [Description] === end === As you can see they just differ in Architecture. Greetings, Torsten From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 14:08:22 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D910D28C for ; Sat, 10 Jan 2015 14:08:22 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 92B789DB for ; Sat, 10 Jan 2015 14:08:22 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Y9wiC-0000XB-6e; Sat, 10 Jan 2015 15:08:20 +0100 Date: Sat, 10 Jan 2015 15:08:20 +0100 From: Kurt Jaeger To: Jaret Bartsch Subject: Re: liquidsoap: The audio stream generator of the Savonet project Message-ID: <20150110140820.GW44537@home.opsec.eu> References: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1340922109.4191696.1420818842825.JavaMail.yahoo@jws100172.mail.ne1.yahoo.com> Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 14:08:22 -0000 Hi! > I have recently learned that this software was removed from the > audio/liquidsoap ports tree in FreeBSD due to not being staged. Is > possible it could be staged and reintroduced to the ports tree? The > main reason behind this is to be able to run Airtime (a broadcasting > software and control panel) on FreeBSD. Would it be possible that > could be introduced into ports even?  I look forward to your response. I'm having a look at it. 1.0.0 from 2011 was in the ports. 1.1.1 from 2013 is the latest. It needs shine, https://github.com/savonet/shine, which is not yet ported. So it's not trivial to bring it back. Any help would be useful. -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 14:16:05 2015 Return-Path: Delivered-To: ports@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 45591345; Sat, 10 Jan 2015 14:16:05 +0000 (UTC) Received: from nk11p08mm-asmtp002.mac.com (nk11p08mm-asmtp002.mac.com [17.158.58.247]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B007A8A; Sat, 10 Jan 2015 14:16:04 +0000 (UTC) Received: from [192.168.0.105] (unknown [103.12.160.243]) by nk11p08mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NHY00IFYQ64CZ10@nk11p08mm-asmtp002.mac.com>; Sat, 10 Jan 2015 13:15:45 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-01-10_02:2015-01-10,2015-01-10,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412080000 definitions=main-1501100134 Subject: FreeBSD Port: dvtm-0.8 References: <92F75DC8-0E65-4757-BBAA-57EF3786F12B@me.com> From: Tin Woodman X-Mailer: iPod Mail (9A405) Message-id: <9CD83335-D0FF-4AD2-A6D2-9D90DE041AC7@me.com> Date: Sat, 10 Jan 2015 20:13:12 +0700 To: beat@FreeBSD.org MIME-version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 14:16:05 -0000 Thank you for the upgrade! Begin forwarded message: > From: Tin Woodman > Date: January 2, 2558 BE 2:22:52 GMT+07:00 > To: "beat@FreeBSD.org" > Cc: "ports@FreeBSD.org" > Subject: FreeBSD Port: dvtm-0.8 >=20 > Is there a reason why dvtm hasn't been updated in the ports tree the last t= wo years? License? Compatibility? The current release is 0.13 and I can't se= e a reason from the change log. >=20 > Thanks for looking into this. >=20 >=20 >=20 From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 15:30:28 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75545B35; Sat, 10 Jan 2015 15:30:28 +0000 (UTC) Received: from mail.mgedv.net (mail.mgedv.net [83.64.34.254]) by mx1.freebsd.org (Postfix) with ESMTP id 687AAFB9; Sat, 10 Jan 2015 15:30:27 +0000 (UTC) Received: from my.loop (client.my.loop [255.255.255.255]) From: "no@spam@mgEDV.net" To: Subject: ksh93: Exec format error Date: Sat, 10 Jan 2015 16:30:20 +0100 Message-ID: <002601d02cea$57e047b0$07a0d710$@mgedv.net> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdAs4D05znuOJ7pOTk2Z1d0NAB4AsA== Content-Language: de-at Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: sunpoet@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 15:30:28 -0000 hi, ksh93 in it's current version has some (timing?) problems during execution. i couldn't really nail down whats going on (and don't have the time now). there is a known bug with the same error message from 2009 in the ksh-changelogs, where they mention the timing problem to be fixed. although everything seems to work fine, e.g. the following command caused the error to happen very often: pfctl -s Tables|while read x do echo $x pfctl -t $x -T show done --> this is the error: pfctl: cannot execute [Exec format error] when i run this command a few times again, the errors are shown for any tables in the first command, and for different tables in the 2nd. (no fw changes during commands and pf disabled). i tried ksh from ports ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages/shells/ksh93-20120801 _1.tbz as well as compiling my own (which really sucked) with INIT.2013-05-24.tgz, ast-ksh.2012-08-01.tgz from AT&T. both binaries produce the same error more or less randomly. i used freebsd-10.1-REL and tried it with the stock and a custom kernel. (ksh was recompiled both times, everything under AMD64 on VMWare 5.5). the same errors happen, when compiling with INIT-2012-08-01. i used to have my own compile env which does exactly the same for building ksh under 10.1, as it did under freebsd-8.2-i386. but there i could build a static binary with success. this static ksh runs fine on the 10.1-amd64, too without the exec errors mentioned. i have no clue (besides the move from gcc->clang and some newer os-libs), what could cause to almost break the ksh port, but anything happened to it. From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 19:14:53 2015 Return-Path: Delivered-To: freebsd-ports@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 16855AE0 for ; Sat, 10 Jan 2015 19:14:53 +0000 (UTC) Received: from corpmail01.youmail.com (corpmail01.youmail.com [66.85.99.174]) (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 EB3B58A6 for ; Sat, 10 Jan 2015 19:14:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 8C446B016FD for ; Sat, 10 Jan 2015 11:14:46 -0800 (PST) Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 1omQrXPR30Fc for ; Sat, 10 Jan 2015 11:14:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by corpmail01.youmail.com (Postfix) with ESMTP id 01B55B01822 for ; Sat, 10 Jan 2015 11:14:46 -0800 (PST) X-Virus-Scanned: amavisd-new at corpmail01.youmail.com Received: from corpmail01.youmail.com ([127.0.0.1]) by localhost (corpmail01.youmail.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id w--DCTs3IwYo for ; Sat, 10 Jan 2015 11:14:45 -0800 (PST) Received: from wsip-24-120-126-116.lv.lv.cox.net (wsip-24-120-126-116.lv.lv.cox.net [24.120.126.116]) by corpmail01.youmail.com (Postfix) with ESMTPSA id D54E2B016FD for ; Sat, 10 Jan 2015 11:14:45 -0800 (PST) From: Freddy Andersen Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Help upgrading Hadoop2 port to 2.6.0 Message-Id: Date: Sat, 10 Jan 2015 11:14:45 -0800 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 19:14:53 -0000 I have both databases/hbase(upgraded from 0.98.4 -> 0.98.9) and = devel/hadoop2(upgraded from 2.4.1 -> 2.6.0) ports building and = installing with changes I made through a patch. But when I wanted to = test this in a test cluster I needed to build packages through = poudriere. When I build there are two hadoop packages that try to pull = tomcat from the outside and that fails with a unknown host can=E2=80=99t = download error. (which it should from what I understand) Now I=E2=80=99m trying to find the correct way that I can patch the = pom.xml for these two and have it use the already downloaded distfiles = directory for tomcat.= From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 20:46:55 2015 Return-Path: Delivered-To: freebsd-ports@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 9F69C433; Sat, 10 Jan 2015 20:46:55 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42D9092; Sat, 10 Jan 2015 20:46:54 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t0AKjesv099887; Sat, 10 Jan 2015 12:45:40 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: "FreeBSD port bugs" From: "Chris H" Date: Sat, 10 Jan 2015 12:45:40 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 20:46:55 -0000 Greetings, The FreeBSD copy of bugzilla appears to be broken. All attempts to reach it return: Error 503 Service Unavailable Where do we go to manage pr(1)'s? I would have sent this to freebsd-www@ but that list has been obsoleted. Thanks. --Chris --- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 20:50:45 2015 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B93DF648; Sat, 10 Jan 2015 20:50:45 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B570B6; Sat, 10 Jan 2015 20:50:44 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t0AKnbJT001686; Sat, 10 Jan 2015 12:49:37 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: "FreeBSD port bugs" From: "Chris H" Subject: Who do I contact to send pr(1)'s? Date: Sat, 10 Jan 2015 12:49:37 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <4f37a515bdda6420de76f06b86853e81@ultimatedns.net> Content-Transfer-Encoding: 8bit Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 20:50:45 -0000 Where do we go to manage pr(1)'s? The FreeBSD copy of bugzilla appears to be broken. All attempts to reach it return: Error 503 Service Unavailable I would have sent this to freebsd-www@ but that list has been obsoleted. Thanks. --Chris --- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 20:51:41 2015 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C282717 for ; Sat, 10 Jan 2015 20:51:41 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 CE09C155 for ; Sat, 10 Jan 2015 20:51:40 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1YA30R-00011p-6o; Sat, 10 Jan 2015 21:51:35 +0100 Date: Sat, 10 Jan 2015 21:51:35 +0100 From: Kurt Jaeger To: Chris H Subject: Re: your mail Message-ID: <20150110205135.GY44537@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 20:51:41 -0000 Hi! > The FreeBSD copy of bugzilla appears to be broken. All attempts > to reach it return: > Error 503 Service Unavailable Yes. mva@, one of the bugzilla admins, reported the cause a few hours ago: While doing maintenance on bugzilla, the production database broke due to operator error and probably loss of some changes. So currently some recovery operations are ongoing. So, I guess bugmeister's very busy right now. -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 21:03:27 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A643882F for ; Sat, 10 Jan 2015 21:03:27 +0000 (UTC) Received: from udns.ultimatedns.net (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 794DB235 for ; Sat, 10 Jan 2015 21:03:26 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t0AL2Jwa004657 for ; Sat, 10 Jan 2015 13:02:19 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <20150110205135.GY44537@home.opsec.eu> References: , <20150110205135.GY44537@home.opsec.eu> From: "Chris H" Subject: Re: Who do I contact to send pr(1)'s? [WAS No subject] Date: Sat, 10 Jan 2015 13:02:19 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 21:03:27 -0000 On Sat, 10 Jan 2015 21:51:35 +0100 Kurt Jaeger wrote > Hi! > > > The FreeBSD copy of bugzilla appears to be broken. All attempts > > to reach it return: > > Error 503 Service Unavailable > > Yes. > > mva@, one of the bugzilla admins, reported the cause a few hours ago: > > While doing maintenance on bugzilla, the production database > broke due to operator error and probably loss of some changes. So > currently some recovery operations are ongoing. > > So, I guess bugmeister's very busy right now. Ahh. I see. Bummer. Thanks for taking the time to reply, Kurt. --Chris > > -- > pi@opsec.eu +49 171 3101372 5 years to go > ! _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 10 21:27:16 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E5A49B1; Sat, 10 Jan 2015 21:27:16 +0000 (UTC) Received: from roadkill.tharned.org (roadkill.tharned.org [75.145.12.185]) (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 072AE405; Sat, 10 Jan 2015 21:27:15 +0000 (UTC) Received: from angus.tharned.org (angus.tharned.org [10.10.10.7]) (authenticated bits=0) by roadkill.tharned.org (8.14.9/8.14.9) with ESMTP id t0ALPjKO095880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Jan 2015 15:25:50 -0600 (CST) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2014; t=1420925151; bh=znRVmGLD6/VW/2KeX2BTkTLpXLKUMRPWrHtuXbbkikg=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=LAuYNAT9L5J/oO1FQqzUez+llpA4NMZ8LU26P3svvwKT1D9gM0MGRJkUrLRAkvbvi mFHYXHI4ElAQHxs3l2cL18mtbLjnbiIvvsrUX6sGKUIJ0ZVXMAdnkvbNYlaKS5sarW xDPs/JE5iVUi7ko6MrdGOQQC5mF+oyqjTZTzc/bSa2FuMGmrOIriIKJrQAgGTie2u6 zFUfe+zEdsybt1gG4D6gV/bqD+coZ1XZ4NCbNc92VqaaJwWReJ1u5pdJhieBBvFZio SYZrUmAi7q3AcRgTBN6m8t3VPbTC6TmDPDGUcPDudtFCPowaopAoMZIXYExfPnHWZU SPTuzDK/j2MyA== Date: Sat, 10 Jan 2015 15:25:43 -0600 (CST) From: Greg Rivers To: nospam@mgedv.net Subject: Re: ksh93: Exec format error In-Reply-To: <002601d02cea$57e047b0$07a0d710$@mgedv.net> Message-ID: References: <002601d02cea$57e047b0$07a0d710$@mgedv.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (roadkill.tharned.org [75.145.12.185]); Sat, 10 Jan 2015 15:25:51 -0600 (CST) Cc: sunpoet@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 21:27:16 -0000 On Sat, 10 Jan 2015, no@spam@mgEDV.net wrote: > ksh93 in it's current version has some (timing?) problems during execution. > ... > --> this is the error: pfctl: cannot execute [Exec format error] > I've been encountering the same error for some time now, but never got around to reporting it. Here's a fairly reliable way to repeat: host -t a google.com. | awk '{print $NF}' | while read IP > do > host $IP > done host: host: cannot execute [Exec format error] host: host: cannot execute [Exec format error] host: host: cannot execute [Exec format error] 206.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f14.1e100.net. 192.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f0.1e100.net. 193.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f1.1e100.net. 195.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f3.1e100.net. 197.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f5.1e100.net. 201.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f9.1e100.net. 194.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f2.1e100.net. 199.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f7.1e100.net. It looks like some sort of race, because it's pretty random whether the error occurs or the command executes. $ pkg info -o ksh93 ksh93-20120801_2 shells/ksh93 $ echo $KSH_VERSION Version AJM 93u+ 2012-08-01 -- Greg Rivers