From owner-freebsd-ports@freebsd.org Sun May 1 06:33:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 529D2B28432 for ; Sun, 1 May 2016 06:33:34 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-155.reflexion.net [208.70.211.155]) (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 17F7D1DED for ; Sun, 1 May 2016 06:33:33 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 25599 invoked from network); 1 May 2016 06:33:29 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 1 May 2016 06:33:29 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Sun, 01 May 2016 02:33:37 -0400 (EDT) Received: (qmail 6928 invoked from network); 1 May 2016 06:06:57 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 1 May 2016 06:06:57 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 19C88B1E001; Sat, 30 Apr 2016 23:06:39 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: svn commit: r414355: perl5 5.22.2 build broken, at least on powerpc64, powerpc, arm; e.g.: . . ./lang/perl5.22/work/perl-5.22.2/perl --version reports 5.22.1 ; more Date: Sat, 30 Apr 2016 23:06:45 -0700 Message-Id: Cc: freebsd-ports@freebsd.org, svn-ports-head@freebsd.org To: mat@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 06:33:34 -0000 [Trying MAKE_JOBS_UNSAFE=3Dyes did not change the below, other than the = detailed order. The text quoted from the logs are mostly the originals = with -j4 in use.] As of /usr/ports -r414369 attempting to update perl5.22 to perl5.22.2 = from 5.22.1 produces a perl executable that says it is 5.22.1, which = results in: > --- pod/perltoc.pod --- > = LD_LIBRARY_PATH=3D/usr/obj/portswork/usr/ports/lang/perl5.22/work/perl\-5.= 22.2 ./perl -Ilib -f pod/buildtoc -q > pod/buildtoc: Perl lib version (5.22.2) doesn't match executable = '/usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/perl' = version (5.22.1) at lib/Config.pm line 62. > Compilation failed in require at lib/locale.pm line 4. > BEGIN failed--compilation aborted at lib/locale.pm line 4. > Compilation failed in require at pod/buildtoc line 10. > BEGIN failed--compilation aborted at pod/buildtoc line 10. > *** [pod/perltoc.pod] Error code 255 >=20 > make[2]: stopped in = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2 > 1 error (This was using portmaster.) > # /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/perl = --version >=20 > This is perl 5, version 22, subversion 1 (v5.22.1) built for = powerpc-freebsd-thread-multi >=20 > Copyright 1987-2015, Larry Wall >=20 > Perl may be copied only under the terms of either the Artistic License = or the > GNU General Public License, which may be found in the Perl 5 source = kit. >=20 > Complete documentation for Perl, including FAQ lists, should be found = on > this system using "man perl" or "perldoc perl". If you have access to = the > Internet, point your browser at http://www.perl.org/, the Perl Home = Page. An oddity of the command sequence shown in the logs is the = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE use for the "-o perl" related = command before that area has any chance of installing 5.22.2: when down = under under /usr/obj/portswork/usr/ports/lang/perl5.22/work/. . . > rm -f libperl.so.5.22.2 > /usr/local/bin/gcc49 -o libperl.so.5.22.2 -shared -L/usr/local/lib = -fstack-protector-strong -Wl,-soname,libperl.so.5.22 op.o perl.o gv.o = toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro > _core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o = pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o = globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pa > ck.o pp_sort.o caretx.o DynaLoader.o -lpthread -lm -lcrypt -lutil > /usr/local/bin/gcc49 -o perl -lpthread -Wl,-E = -fstack-protector-strong -L/usr/local/lib = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE perlmain.o libperl.so.5.22.2 = `cat ext.libs` -lpthread -lm -lcrypt -l > util For FreeBSD the use of the notation = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE (as seen in the log file) is = odd because of the dual use of -R in ld for FreeBSD: > if the -R option is > followed by a directory name, rather than a file name, it = is > treated as the -rpath option For the "gcc49 -o perl" -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE is = used but references a directory the contents of which have old 5.22.1 = files, such as (for the powerpc64 and powerpc example contexts in my = case): > # ls -l /usr/local/lib/perl5/5.22/mach/CORE/libperl.so* > lrwxr-xr-x 1 root wheel 17 Apr 23 22:40 = /usr/local/lib/perl5/5.22/mach/CORE/libperl.so -> libperl.so.5.22.1 > lrwxr-xr-x 1 root wheel 17 Apr 23 22:40 = /usr/local/lib/perl5/5.22/mach/CORE/libperl.so.5.22 -> libperl.so.5.22.1 > -r--r--r-- 1 root wheel 5379880 Apr 23 22:38 = /usr/local/lib/perl5/5.22/mach/CORE/libperl.so.5.22.1 (This was powerpc64 using gcc49. For powerpc I used gcc5 but the "gcc5 = -o perl" got the same sort of result.) Looking around with find and grep shows various uses of = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE notation: > # find /usr/obj/portswork/usr/ports/lang/perl5.22/ -exec grep Wl,-R {} = \; -print | more > . . . (most are omitted but some interesting ones follow) . . . > -L*|-R*|-Wl,-R*) > xxx=3D"-Wl,-R$shrpdir" > = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Configure.orig= > -L*|-R*|-Wl,-R*) > xxx=3D"-Wl,-R$shrpdir" > = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Configure.bak > ccdlflags=3D' -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE' > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/config.sh > CCDLFLAGS =3D -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Makefile > dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D' = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE' > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/myconfig > CCDLFLAGS =3D -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/makefile > CCDLFLAGS =3D -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE > = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/makefile.old Supporting Details. . . > # svnlite info /usr/ports > Path: /usr/ports > Working Copy Root Path: /usr/ports > URL: https://svn0.us-west.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: https://svn0.us-west.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 414369 > Node Kind: directory > Schedule: normal > Last Changed Author: mm > Last Changed Rev: 414369 > Last Changed Date: 2016-04-30 15:14:07 -0700 (Sat, 30 Apr 2016) The same sort of thing is seen on both of the below (powerpc64 and = powerpc of different 11.0-CURRENT vintages): > # uname -aKU > FreeBSD FBSDG5C0 11.0-CURRENT FreeBSD 11.0-CURRENT #32 r298518M: Sat = Apr 23 20:01:08 PDT 2016 = root@FBSDG5C0:/usr/obj/xtoolchain/powerpc.powerpc64/usr/src/sys/GENERIC64v= tsc-NODEBUG powerpc 1100106 1100106 > # uname -aKU > FreeBSD FBSDG4C1 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r297048M: Sat = Mar 19 17:33:56 PDT 2016 = markmi@FreeBSDx64:/usr/obj/clang_gcc421/powerpc.powerpc/usr/src/sys/GENERI= Cvtsc-NODEBUG powerpc 1100103 1100103 For the powerpc64 context (using gcc49): > # more /etc/make.conf=20 > DEFAULT_VERSIONS+=3Dperl5=3D5.22 > WRKDIRPREFIX=3D/usr/obj/portswork > WITH_DEBUG=3D > WITH_DEBUG_FILES=3D > MALLOC_PRODUCTION=3D > CC=3D/usr/local/bin/gcc49 > CXX=3D/usr/local/bin/g++49 > CPP=3D/usr/local/bin/cpp49 > CROSS_BINUTILS_PREFIX=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ > AS=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/as > AR=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ar > LD=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ld > NM=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/nm > OBJCOPY=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/objcopy > OBJDUMP=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/objdump > RANLIB=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ranlib > SIZE=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/size > #NO-SUCH: STRINGS=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/strings= > STRINGS=3D/usr/local/bin/strings For the powerpc context (using gcc5): > # more /etc/make.conf=20 > DEFAULT_VERSIONS+=3Dperl5=3D5.22 > WRKDIRPREFIX=3D/usr/obj/portswork > WITH_DEBUG=3D > WITH_DEBUG_FILES=3D > MALLOC_PRODUCTION=3D > CC=3D/usr/local/bin/gcc5 > CXX=3D/usr/local/bin/g++5 > CPP=3D/usr/local/bin/cpp5 > CROSS_BINUTILS_PREFIX=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ > AS=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/as > AR=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ar > LD=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ld > NM=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/nm > OBJCOPY=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/objcopy > OBJDUMP=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/objdump > RANLIB=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/ranlib > SIZE=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/size > #NO-SUCH: STRINGS=3D/usr/local/powerpc64-portbld-freebsd11.0/bin/strings= > STRINGS=3D/usr/local/bin/strings Another oddity that I expect also traces back to = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE use . . . When I try to build perl5.22 for the first time ever (in a rpi2 armv7a = context as it happens) the attempt results in: > --- perl --- > /usr/bin/clang -target armv6--freebsd11.0-gnueabi -march=3Darmv7-a = -mcpu=3Dcortex-a7 -mfloat-abi=3Dsoftfp -mno-unaligned-access -o perl = -lpthread -Wl,-E -fstack-protector-strong -L/usr/local/lib = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE perlmain.o libperl.so.5.22.2 = `cat ext.libs` -lpthread -lm -lcrypt -lutil > --- MANIFEST.srt --- > --- extras.make --- > --- MANIFEST.srt --- > Shared object "libperl.so.5.22" not found, required by "perl" > WARNING: re-sorting MANIFEST > Shared object "libperl.so.5.22" not found, required by "perl" > *** [MANIFEST.srt] Error code 1 >=20 > make[2]: stopped in = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2 Reminder: For FreeBSD the use of the notation = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE (as seen in the log file) is = odd because of the dual use of -R in ld for FreeBSD: > if the -R option is > followed by a directory name, rather than a file name, it = is > treated as the -rpath option So which interpretation does -R get when = /usr/local/lib/perl5/5.22/mach/CORE does not exist yet because 5.22 has = yet to even be created in /usr/local/. . .? = /usr/local/lib/perl5/5.22/mach/CORE is then neither a directory nor a = named file name that can supply symbols. But in contexts where the directory /usr/local/lib/perl5/5.22/mach/CORE = already exists and contains a older libperl.so.5.22 beforehand (such as = it referencing libperl.so.5.22.1 ) it does not get the specific = not-found errors at this point because it then uses the older = libperl.so.5.22 instead. > # ls -l /usr/local/lib/perl5/5.22/mach/CORE/libperl.so* > lrwxr-xr-x 1 root wheel 17 Apr 23 22:40 = /usr/local/lib/perl5/5.22/mach/CORE/libperl.so -> libperl.so.5.22.1 > lrwxr-xr-x 1 root wheel 17 Apr 23 22:40 = /usr/local/lib/perl5/5.22/mach/CORE/libperl.so.5.22 -> libperl.so.5.22.1 > -r--r--r-- 1 root wheel 5379880 Apr 23 22:38 = /usr/local/lib/perl5/5.22/mach/CORE/libperl.so.5.22.1 This was the type of context for the powerpc64 and powerpc examples = noted earlier. Again: this appears to trace back to what the earlier = find-with-grep showed: >=20 > # find /usr/obj/portswork/usr/ports/lang/perl5.22/ -exec grep Wl,-R {} = \; -print | more > . . . (most are omitted but some interesting ones follow) . . . > -L*|-R*|-Wl,-R*) > xxx=3D"-Wl,-R$shrpdir" > = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Configure.orig= > -L*|-R*|-Wl,-R*) > xxx=3D"-Wl,-R$shrpdir" > = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Configure.bak > ccdlflags=3D' -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE' > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/config.sh > CCDLFLAGS =3D -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/Makefile > dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D' = -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE' > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/myconfig > CCDLFLAGS =3D -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/makefile > CCDLFLAGS =3D -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE > = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/makefile.old =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ports@freebsd.org Sun May 1 10:43:47 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1189B0FBCC for ; Sun, 1 May 2016 10:43:47 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8FFBA148D for ; Sun, 1 May 2016 10:43:47 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8F651B0FBCA; Sun, 1 May 2016 10:43:47 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F12EB0FBC9 for ; Sun, 1 May 2016 10:43:47 +0000 (UTC) (envelope-from portscout@FreeBSD.org) 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 834C7148A for ; Sun, 1 May 2016 10:43:47 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u41Ahl5k058743 for ; Sun, 1 May 2016 10:43:47 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u41AhlWx058742; Sun, 1 May 2016 10:43:47 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201605011043.u41AhlWx058742@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, 1 May 2016 10:43:47 +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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 10:43:47 -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 ------------------------------------------------+-----------------+------------ chinese/auto-tw-l10n | 1.14 | 1.15 ------------------------------------------------+-----------------+------------ chinese/mutt | 1.6.0 | 1.6.1 ------------------------------------------------+-----------------+------------ devel/ocaml-camlp5 | 6.15 | 6.16 ------------------------------------------------+-----------------+------------ 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 May 1 14:20:55 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA84EB289F1 for ; Sun, 1 May 2016 14:20:55 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: from mail-yw0-x244.google.com (mail-yw0-x244.google.com [IPv6:2607:f8b0:4002:c05::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D5EA16DA for ; Sun, 1 May 2016 14:20:55 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: by mail-yw0-x244.google.com with SMTP id y6so16005329ywe.0 for ; Sun, 01 May 2016 07:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to; bh=aAgoxAr4lThFBmwgq9XkEjvl8V2L8iqNBq1UGshBfMw=; b=RXyBadx1Jtz5Bc0GMHuJN1SwxlPAPmtJ4OdY6y+tYNe0RU6z1ne9+fz0RabkfYKCED ogc+54dKbRI0ChxXpKWUlE/3qjuAOXIvcCzOmKhsX11VNqP+BPl8JSkPqF5xdWpTeLZv RgA3SirzuOBy8rwFi76YAq2q3ttZ70KP+2WEpmaipDWWs/v1YsF22JxQ9FX9seFFUQ11 cB1+S9h3sJxKweED3k+OW5+SSaST48t09l8SuPBec6sJLHA/9ajwlZbP0FlsPg1bV9wB wNgY6NgzH5qXsnptHrok88t04s/HDokX0qG8GBDXDhvtz3BCu6EhrZXckw7qxFcDTF9I uVrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:date:message-id :subject:from:to; bh=aAgoxAr4lThFBmwgq9XkEjvl8V2L8iqNBq1UGshBfMw=; b=RR5oTn9EMkZabRjNRDvYRCDqHIkBZqVpu+vMYn5AJuUbcYIQ+l8r+RwX+mgFeUjuLp RItzAmDVwtpndoj68srnHU8ov7spatqKB2OIxjjvEgNLPgo214fJlfTP8vGPj8rRilv6 rlSrgy83zT7sug/QLXBNnyirpTzBirTklzpwhgrrFlGZOIEky4WO+ML3s1w0ln7gb7lO 4C2JudgcItJ8XlFAefw9tPYkNeTknPBDv8Th1hhiID3UdmrEhXREKV//wktD1njPYpO3 JABboTORZK0SEAZvctHLF23oAVrpakOqhkaMk97ReIAvQJxgZ8QNkF28NyUL/1qozblX IE/Q== X-Gm-Message-State: AOPr4FW3w/GUwKeKN612YV4Tgb7S0jmNy27wop49TfhI3fis4jFXO+1vwWm8Cl2UEhJTMevfGonf0tW3q6NjIA== MIME-Version: 1.0 X-Received: by 10.129.51.140 with SMTP id z134mr16028420ywz.322.1462112454455; Sun, 01 May 2016 07:20:54 -0700 (PDT) Reply-To: hiroo.ono+freebsd@gmail.com Sender: hiroo.ono@gmail.com Received: by 10.37.10.199 with HTTP; Sun, 1 May 2016 07:20:54 -0700 (PDT) Date: Sun, 1 May 2016 23:20:54 +0900 X-Google-Sender-Auth: R2AvrYcws-6HYPw0-C7gx1N9eqU Message-ID: Subject: bug 208202 ready to commit From: =?UTF-8?B?SGlyb28gT25vICjlsI/ph47lr5vnlJ8p?= To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 14:20:56 -0000 Hello, bug 208202 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208202 for textproc/ibus has a patch and maintainer approval. Please commit it. From owner-freebsd-ports@freebsd.org Sun May 1 14:38:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E9D9B28F14 for ; Sun, 1 May 2016 14:38:21 +0000 (UTC) (envelope-from lists@opsec.eu) 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 DB1451058 for ; Sun, 1 May 2016 14:38:20 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1awsVo-000PDk-JD; Sun, 01 May 2016 16:38:20 +0200 Date: Sun, 1 May 2016 16:38:20 +0200 From: Kurt Jaeger To: "Hiroo Ono (????????????)" Cc: freebsd-ports@FreeBSD.org Subject: Re: bug 208202 ready to commit Message-ID: <20160501143820.GB2282@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 14:38:21 -0000 Hi! > bug 208202 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208202 > for textproc/ibus > has a patch and maintainer approval. > Please commit it. Done. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun May 1 21:48:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3408FB29291 for ; Sun, 1 May 2016 21:48:02 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: from mail-yw0-x243.google.com (mail-yw0-x243.google.com [IPv6:2607:f8b0:4002:c05::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDE1F1D35 for ; Sun, 1 May 2016 21:48:01 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: by mail-yw0-x243.google.com with SMTP id v81so17134093ywa.2 for ; Sun, 01 May 2016 14:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc; bh=FuURBb1ZwrNCkF9p9fZxXFeXEP8NqJXLNMexTCfqysA=; b=rrAh8v0Kw46YPCGLtpgdPb0Vh6RzMmzDH325ETQPHE1Py7ZVzK/P24PXPR5eO3BPqR +N2eQz7Xhy49Gll1C0kKeICmIrclNppPWTYmiOJzwAGRkbBXRCDkwETgW8B30LSetIhv t/DESOxlzxyKrj4ms5c2S2cxxiE5J3JsejQs5tJUy2hT49rBofxejn7PXNdm3Dv9Do7R IX4WyOs/i6dGKFtmMCAUYpecBzhXmoARsh2S4Us7G+yWsLq7mi8HKYTO+QhYsnU7bSbq 23nVEh4HezxT/NjycAAKeNcFrwl8Z+q1njuhARHCfHijGwIsP7AqX7G01CIS1NLlFnff e8Jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:date:message-id:subject:from:to:cc; bh=FuURBb1ZwrNCkF9p9fZxXFeXEP8NqJXLNMexTCfqysA=; b=Cfeg2q4ad6qENFxlW6sK7n8OOzY06JxOROESMq0iNDQ094LKZGUc+fSsIIrsiJULvP wZlknQegkMOD5+7bdHcTpxIFiAtCo3aQ+lzzbMwTXFqkgxNWxPBUW8XhPkynz3d0JCcA 8sCT2yKkIW/lpQhH5L6/Xk2/nSkOERalU53G4oAV0gTwGJQHgXXxqgOUpBnZSvMyFUWJ QP2YubXl6acDbuyaK9+nrUyka6yy1wP0h8DB2nYVXaALrlptDeAesXp95VNPvEo+GyQ/ yFTnJnNs2RxGzA/M8097UCzOQ2KrTF33sFVAzTLTRkk543ywEs9wI8HBQ8ojYB+JBLtm 7Neg== X-Gm-Message-State: AOPr4FXY8cHQ1ly8hy7chOv6O/SUNrcdhvizVk17Gt7VnDqJMQvgtjpusR1zsJS5bv0ZdD5RgS0irF4CI5T1wQ== MIME-Version: 1.0 X-Received: by 10.129.51.140 with SMTP id z134mr16840350ywz.322.1462139281144; Sun, 01 May 2016 14:48:01 -0700 (PDT) Reply-To: hiroo.ono+freebsd@gmail.com Sender: hiroo.ono@gmail.com Received: by 10.37.10.199 with HTTP; Sun, 1 May 2016 14:48:01 -0700 (PDT) In-Reply-To: <20160501143820.GB2282@home.opsec.eu> References: <20160501143820.GB2282@home.opsec.eu> Date: Mon, 2 May 2016 06:48:01 +0900 X-Google-Sender-Auth: 22l_uE9s6ONsoJ12YbTMeSOQp6w Message-ID: Subject: Re: bug 208202 ready to commit From: =?UTF-8?B?SGlyb28gT25vICjlsI/ph47lr5vnlJ8p?= To: Kurt Jaeger Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 21:48:02 -0000 Hi, 2016-05-01 23:38 GMT+09:00 Kurt Jaeger : > Hi! > >> bug 208202 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208202 >> for textproc/ibus >> has a patch and maintainer approval. >> Please commit it. > > Done. Thank you! From owner-freebsd-ports@freebsd.org Mon May 2 09:28:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2467EB226EA for ; Mon, 2 May 2016 09:28:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 134CE10CF for ; Mon, 2 May 2016 09:28:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 129CDB226E8; Mon, 2 May 2016 09:28:02 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FFF7B226E7 for ; Mon, 2 May 2016 09:28:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) 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 0460010CE for ; Mon, 2 May 2016 09:28:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u429S1DD070229 for ; Mon, 2 May 2016 09:28:01 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u429S1Va070228; Mon, 2 May 2016 09:28:01 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201605020928.u429S1Va070228@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, 2 May 2016 09:28:01 +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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 09:28:02 -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 ------------------------------------------------+-----------------+------------ chinese/libchewing | 0.4.0 | v0.5.0 ------------------------------------------------+-----------------+------------ editors/leo | 5.2 | 5.3 ------------------------------------------------+-----------------+------------ print/lilypond-devel | 2.19.11 | 2.19.41 ------------------------------------------------+-----------------+------------ 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 May 2 10:40:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3DBFB1D84D for ; Mon, 2 May 2016 10:40:16 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E15971A86 for ; Mon, 2 May 2016 10:40:16 +0000 (UTC) (envelope-from julian@elischer.org) Received: by mailman.ysv.freebsd.org (Postfix) id DCFE0B1D84C; Mon, 2 May 2016 10:40:16 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCA6DB1D84A for ; Mon, 2 May 2016 10:40:16 +0000 (UTC) (envelope-from julian@elischer.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B36A81A85 for ; Mon, 2 May 2016 10:40:16 +0000 (UTC) (envelope-from julian@elischer.org) Received: from Julian-MBP3.local (ppp121-45-225-151.lns20.per1.internode.on.net [121.45.225.151]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u42Ae3KO084240 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 2 May 2016 03:40:08 -0700 (PDT) (envelope-from julian@elischer.org) To: ports@freebsd.org From: Julian Elischer Subject: old ports/packages Message-ID: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> Date: Mon, 2 May 2016 18:39:57 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 10:40:17 -0000 Hi guys, ok so I see: 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg So now how do enterprises maintaining appliances etc. generate packages for old systems? (yeah I know about chroot/jails etc.) but we have it embedded into several workflows that deliver stuff that is not 'regular packages'. pkg_install is still available in 10.x, but when we move to 11 (we will lose that). Can we please have a port made of the last pkg_install from the 10 branch so that it is still available when we move to 10? There WAS such a port but it was removed for some odd reason around the same time it was removed from -current. (By rene) The standard procedure for removing something from base usually includes making sure it is still available in ports. Removing it from ports at the same time is a pretty bad breakage of POLA. It is true that new machines will not need it but not all the world is a new machine. From owner-freebsd-ports@freebsd.org Mon May 2 12:39:45 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10C9FB2A982 for ; Mon, 2 May 2016 12:39:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id ED4E81EC1 for ; Mon, 2 May 2016 12:39:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E93C7B2A981; Mon, 2 May 2016 12:39:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6822B2A980 for ; Mon, 2 May 2016 12:39:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A52841EC0 for ; Mon, 2 May 2016 12:39:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8B736BDCFF; Mon, 2 May 2016 14:39:42 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 67A6FBDCFE; Mon, 2 May 2016 14:39:42 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 4B4DB6122; Mon, 2 May 2016 14:39:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 812E3256B36F; Mon, 2 May 2016 14:39:40 +0200 (CEST) Date: Mon, 02 May 2016 14:39:37 +0200 From: Mathieu Arnold To: Julian Elischer , ports@freebsd.org Subject: Re: old ports/packages Message-ID: In-Reply-To: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========AC0128A169D60292FE82==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 12:39:45 -0000 --==========AC0128A169D60292FE82========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 2 mai 2016 18:39:57 +0800 Julian Elischer wrote: | Hi guys, | | ok so I see: | | 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg | | | So now how do enterprises maintaining appliances etc. generate packages | for old systems? There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ that gives you the last version to support pkg_install. Anything after that will not work with it. At all. -- Mathieu Arnold --==========AC0128A169D60292FE82========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXJ0qLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IFwgQAJkgBsjByk6/swtQp/lnGZcm bpLDRbrPxeaLn1m+k3cydbJxXtvxFJm8sPlwJ9WjVKa37XzNRIx5U3DT+Lyr2goY AX3f5SKjeL+DZrDQk/2IT9oQl636SiUtRQVId5245pfZ6WpOY8CrXbzEu2JXWnEt DYRgnxG7jqzaDrFqS8jsMQeEtOHQSr9MaZmB6kqQzCo8tPNikBYvHAdxT81xn6+x W6gKVwQM7o5cpzb4g34YhodBJuHfvkHRTxNRumWEKrAYg1xSIFFPCE065WC5gTSn gH7P1/QtTA5zIFHgmyNYPlrB77fpYExE+EnS3Onh94GoP25uYUbLwHbAvtDUnn/T iLGCQgoXxY6FWDhPX9h8bNfZ6ExaIjXWrSVG0v64L4hsswMWmL9mF4w1RPbJt0pB jsMAqRofpnCcCt4LajE8Nw8FWsbJEpblY2pCATJhhK/G38kmBWdXTGT2Tnt8tSgb quW19pS9JBUWkiHVnIyGh52ZfQtyG+7Lzx/bpz9auQPFfpw/C2hK2tyCyW6LCwlc rOyVxmmT2Bj/dxuXbRXmySwA779MMHQ3w90f3QSXtzQnN0rL0XWYtvRQfHHcoX0U UpwhG1UpyTCQYst3h32+Ur/JCkZ1JZQ1yJgWsGlzFpoI6h4OkeKNdaxxAeTIW/sQ UuGEfxaXzuX2j+R5sIEn =TxWq -----END PGP SIGNATURE----- --==========AC0128A169D60292FE82==========-- From owner-freebsd-ports@freebsd.org Mon May 2 14:44:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6F20B28D5B for ; Mon, 2 May 2016 14:44:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C7BFF16F8 for ; Mon, 2 May 2016 14:44:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u42EiLli060878 for ; Mon, 2 May 2016 14:44:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 198293] dns/bind99: bind UDP dnssec failing Date: Mon, 02 May 2016 14:44:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 14:44:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198293 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org CC| |arved@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports@freebsd.org Mon May 2 14:45:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04DE2B28E54 for ; Mon, 2 May 2016 14:45:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E98241868 for ; Mon, 2 May 2016 14:45:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u42EjGLx062160 for ; Mon, 2 May 2016 14:45:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 193798] net-im/skype obsolete version, but problem on upgrade to newer Date: Mon, 02 May 2016 14:45:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 14:45:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193798 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arved@FreeBSD.org Assignee|freebsd-ports@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports@freebsd.org Mon May 2 15:09:27 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9FE3B2A471 for ; Mon, 2 May 2016 15:09:27 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (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 4E3FA14E4 for ; Mon, 2 May 2016 15:09:26 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (123-48-23-227.dz.commufa.jp [123.48.23.227]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id u42F9OqM004058 for ; Tue, 3 May 2016 00:09:24 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Tue, 3 May 2016 00:09:24 +0900 From: Tomoaki AOKI To: freebsd-ports@freebsd.org Subject: Re: Weird portupgrade error on current amd64 Message-Id: <20160503000924.0da184df57069d7be0fea215@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 15:09:27 -0000 > On 04/26/16 12:53, Manfred Antar wrote: >> >>> On Apr 26, 2016, at 9:42 AM, Michael Butler wrote: >>> >>> On 04/26/16 10:15, Manfred Antar wrote: >>>> When using portupgrade on current it fails when upgrading libraries. >>>> I can reproduce this on 3 different amd64 machines. >>>> >>>> Example: >>>> >>>> portupgrade -vf libnice ends like this: >>>> >>>> ---> Build of net-im/libnice ended at: Tue, 26 Apr 2016 07:01:15 -0700 (consumed 00:00:10) >>>> ---> Uninstallation of libnice-0.1.13 started at: Tue, 26 Apr 2016 07:01:15 -0700 >>>> ---> Fixing up dependencies before creating a package >>>> /usr/local/lib/ruby/site_ruby/2.2/pkgtools/pkgtools.rb:1180: warning: Insecure world writable dir /tmp/. in PATH, mode 041777 >>>> ---> Backing up the old version >>>> ---> Uninstalling the old version >>>> /usr/local/lib/ruby/site_ruby/2.2/pkgtools/pkgtools.rb:1180: warning: Insecure world writable dir /tmp/. in PATH, mode 041777 >>>> [Reading data from pkg(8) ... - 1593 packages found - done] >>>> ---> Deinstalling 'libnice-0.1.13' >>>> [Reading data from pkg(8) ... - 1593 packages found - done] >>>> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >>>> ! libnice-0.1.13 (Broken pipe) >>> >>> This appears to be related to kernels with SVN revisions between r298585 >>> and r298597. I am testing with a version after that to see if it has an >>> impact on the problem, >>> >>> imb >>> >> On SVN r298651 which I$B!G(Bm running it$B!G(Bs still broken >> Weird error !!! why only on certain ports. >> Thanks >> Manfred > > You're right - my test failed too - sorry :-( > > imb Same has happened on stable/10 today. For me, reverting r298920 (MFC of r298192: "Update file to 5.26.") on stable/10 helped, and reverting r298192 on head also helped, too. There would be some incompatibility within file 5.26 (or libmagic of it) and portupgrade[-devel]. Please CC me if any answer is needed, as I'm not subscribing to freebsd-ports ML. (Reading via pipermail.) -- Tomoaki AOKI junchoon@dec.sakura.ne.jp From owner-freebsd-ports@freebsd.org Mon May 2 16:30:49 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70ACCAEED80 for ; Mon, 2 May 2016 16:30:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 41D9416E7 for ; Mon, 2 May 2016 16:30:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CF3D320C6B for ; Mon, 2 May 2016 12:30:47 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Mon, 02 May 2016 12:30:47 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=9fKeR6dHtEXJEZ+7mYLyi8Gwf+o=; b=WdEi5 QjyYV7ZTQcJEI31HYrvvF7sXfCOY3FWrBODhvQDh3j7Di/UwFvQh+WDotOrqaoVy ZUDz2E6ab1OTZCN13HOWGF9EThEjDf+c+4s79OJhs1W4Jb7hHJ2Nxpp+nOwmQ83q LdyyHFGmA03wMvY9cyMGJzJl+SIgVQyMhQXwME= Received: by web3.nyi.internal (Postfix, from userid 99) id A5E40108165; Mon, 2 May 2016 12:30:47 -0400 (EDT) Message-Id: <1462206647.1503620.595762569.7504B807@webmail.messagingengine.com> X-Sasl-Enc: tus/MV02RwIfA2ix7JrTYdo9uyrf6cJw4FdChRo1Y8L9 1462206647 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-491eb5a4 Subject: SSHGuard 1.6.4 Date: Mon, 02 May 2016 11:30:47 -0500 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 16:30:49 -0000 Hello, SSHGuard 1.6.4 is now in the ports tree. Please note that a few of the rc script variables have been renamed to better match the sshguard documentation. The "abuse", "pardon", and "prescribe" variables were difficult to understand and have not been used to describe sshguard functions in a while. sshguard_safety_thresh -> sshguard_danger_thresh sshguard_pardon_min_interval -> sshguard_release_interval sshguard_prescribe_interval -> sshguard_reset_interval Cheers, -- Mark Felder ports-secteam member feld@FreeBSD.org From owner-freebsd-ports@freebsd.org Mon May 2 18:54:04 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 891F0B2A717 for ; Mon, 2 May 2016 18:54:04 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-155.reflexion.net [208.70.211.155]) (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 3C7671A24 for ; Mon, 2 May 2016 18:54:03 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 30027 invoked from network); 2 May 2016 18:54:29 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 2 May 2016 18:54:29 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Mon, 02 May 2016 14:54:07 -0400 (EDT) Received: (qmail 17157 invoked from network); 2 May 2016 18:54:07 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 2 May 2016 18:54:07 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 9A2201C43D3; Mon, 2 May 2016 11:53:58 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Weird portupgrade error on current amd64 [and powerpc64?] (-r298192 and later; also now on stable as of -r298920 and later) From: Mark Millard In-Reply-To: Date: Mon, 2 May 2016 11:54:01 -0700 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3C8C04C5-4774-418D-A599-8116E6B9A618@dsl-only.net> References: To: delphij@freebsd.org, FreeBSD Current , freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 18:54:04 -0000 On Mon May 2 15:44:19 UTC 2016 Tomoaki AOKI wrote: > Hi. >=20 > Today I encountered this problem on stable/10 and could determine the > problematic commit is r298920, "Update file to 5.26". >=20 > This commit is MFC of r298192, and reverting it fixes the issue on > head, too. >=20 > What I did (for stable/10) is... >=20 > 1) Running at r298836: No problem. > 2) Update to r298920: Problem is reproduced! > 3) Downgrade to previous commit (r298889): No problem. >=20 > 3) was done by `zfs rollback` to r298836 state, `svnlite up r298889', > and proceeded usual rebuilding procedure.=20 >=20 > Fortunately, there was only 3 commits between r298836 and r298920, > and I got right one in first attempt. >=20 > But unfortunately, fixing portupgrade[-devel] or file/libmagic beyonds > my hand. :-< I have taken Tomoaki's note above and my note (below) and have submitted = 209211. =3D=3D=3D Mark Millard markmi@dsl-only.net On 2016-Apr-26, at 11:16 AM, Mark Millard = wrote: > = https://lists.freebsd.org/pipermail/freebsd-ports/2016-April/102983.html = reported a "Broken pipe" problem with portupgrade on 11.0-CURRENT on = amd64. >=20 > FYI: I had the/a "Broken pipe" portupgrade problem on powerpc64 under = 11.0-CURRENT -r298518 on 2016-Apr-23 updating from /usr/ports -r413230 = to -r413919. If this might be the same I do not know. The relevant part = of the script log is: >=20 >> =3D=3D=3D=3D> Compressing man pages (compress-man) >> ---> Backing up the old version >> ---> Uninstalling the old version >> [Reading data from pkg(8) ... - 68 packages found - done] >> ---> Deinstalling 'perl5-5.22.1_7' >> [Reading data from pkg(8) ... - 68 packages found - done] >> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >> ! perl5-5.22.1_7 (Broken pipe) >> ---> Skipping 'ports-mgmt/portlint' (portlint-2.16.8) because a = requisite package 'perl5-5.22.1_7' (lang/perl5.22) failed (specify -k to = force) >=20 > ruby was still lang/ruby21 at the time. >=20 > I used portmaster instead and everything worked fine. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ports@freebsd.org Tue May 3 04:02:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 697A5B2A4E6 for ; Tue, 3 May 2016 04:02:25 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 56FCE16D8 for ; Tue, 3 May 2016 04:02:25 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 56593B2A4E5; Tue, 3 May 2016 04:02:25 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53CC6B2A4E4 for ; Tue, 3 May 2016 04:02:25 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 22E5516D4; Tue, 3 May 2016 04:02:24 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-225-151.lns20.per1.internode.on.net [121.45.225.151]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u4342JUf087796 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 2 May 2016 21:02:22 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: old ports/packages To: Mathieu Arnold , Julian Elischer , ports@freebsd.org References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> From: Julian Elischer Message-ID: Date: Tue, 3 May 2016 12:02:13 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 04:02:25 -0000 On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > +--On 2 mai 2016 18:39:57 +0800 Julian Elischer wrote: > | Hi guys, > | > | ok so I see: > | > | 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg > | > | > | So now how do enterprises maintaining appliances etc. generate packages > | for old systems? > > There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ that > gives you the last version to support pkg_install. Anything after that > will not work with it. At all. > I'm not looking to produce old packages of the ports tree.. I know the ports crew would hate me for that. What I object to is not having the tools needed to generate MY OWN PACKAGES in ports. From owner-freebsd-ports@freebsd.org Tue May 3 06:32:00 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A625FB2BFBB for ; Tue, 3 May 2016 06:32:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 909701269 for ; Tue, 3 May 2016 06:32:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8FE64B2BFBA; Tue, 3 May 2016 06:32:00 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F8CBB2BFB9 for ; Tue, 3 May 2016 06:32:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1501268; Tue, 3 May 2016 06:31:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 71239BDD0F; Tue, 3 May 2016 08:31:57 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 4AAABBDD0E; Tue, 3 May 2016 08:31:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id EADA85CC418F; Tue, 3 May 2016 08:31:56 +0200 (CEST) Date: Tue, 03 May 2016 08:31:56 +0200 From: Mathieu Arnold To: Julian Elischer , Julian Elischer , ports@freebsd.org Subject: Re: old ports/packages Message-ID: <1FAFDF989841D03604BB448B@atuin.in.mat.cc> In-Reply-To: References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========F362091543874E35F3C6==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 06:32:00 -0000 --==========F362091543874E35F3C6========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 3 mai 2016 12:02:13 +0800 Julian Elischer wrote: | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: |> +--On 2 mai 2016 18:39:57 +0800 Julian Elischer |> wrote: |> | Hi guys, |> | |> | ok so I see: |> | |> | 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg |> | |> | |> | So now how do enterprises maintaining appliances etc. generate packages |> | for old systems? |> |> There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ |> that gives you the last version to support pkg_install. Anything after |> that will not work with it. At all. |> | I'm not looking to produce old packages of the ports tree.. I know the | ports crew would hate me for that. | | What I object to is not having the tools needed to generate MY OWN | PACKAGES in ports. You can generate your own packages from the ports tree, just not with pkg_install, it was deprecated three or four years ago, and remove 19 months ago. The best way to generate packages is with ports-mgmt/poudriere, it will generate a very nice pkg repository. -- Mathieu Arnold --==========F362091543874E35F3C6========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXKEXcXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ILbkP/1G/xvyfZ7wOT5dnLFwxgHHg cqp//mxChrUxEM0Aa5bktskAEXKHZepzGhO40+ivbyQsw1W7iY4015v42gqQKd01 AQvpEco/Wnj7OAAVRhQC4OToqWrwwG6UiHqBBJkYtDqHBKj8YQX5z2K6PmQUQBA9 Jyq6vUJO1ld7N9GKL/xL9nXCAuqnc7km2kw9HLVFDx+T8IFWO+fUOhq5hlFpVTeH sK1sm0JXWcDJTNxxe6wxPHoFHeJeEd5ebbutx+5KAMa4af8voC4vMLFdAvaO/len G+ZwUqB+KTBSWHt0bGlzVlGZs79WLWaPSNnV8rJj7oNoCLpmowp7Mm41R+1AMNgd TC0csgAexp54WAvvfu4xzpAEhEifeVMbROy93qQRjy5OZW+tjOsa3Y+a+jgF56yU nYNhl3nC2vW/08g2xaqV/6X2IWLZPeNi7wBtluISVb4H8a6wrK/Yo6nJIRqQBdXM tf5rd9yXrWVjiJSNsLTVDhbuU/29omcEC2ZCBPgJgsU08Zl9q5yCvSUYK7jCZFtU Qah7+g93MOqiVUtw/mXFQ5QH9eBGkYdQ4IMLZtwQC63mAsJEQ3bnB06WJQP893I4 cKqPa/nxnzKy9J5IO+BuTq0WbwwvmRmRMFmFRifJ5gdDb82erUda6nqIhAdKq9GN o4DXYW197oSc6g+Tclff =sYwx -----END PGP SIGNATURE----- --==========F362091543874E35F3C6==========-- From owner-freebsd-ports@freebsd.org Tue May 3 08:34:19 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0030AB29FFC for ; Tue, 3 May 2016 08:34:18 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 946471B4E for ; Tue, 3 May 2016 08:34:18 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [89.204.139.183] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1axVmW-0002RZ-PW for freebsd-ports@freebsd.org; Tue, 03 May 2016 10:34:13 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u438Y7J3003146 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 3 May 2016 10:34:07 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u438Y5bN003145 for freebsd-ports@freebsd.org; Tue, 3 May 2016 10:34:05 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Tue, 3 May 2016 10:34:05 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds Message-ID: <20160503083405.GA2970@c720-r292778-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.139.183 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 08:34:19 -0000 Hello, I started my poudriere on amd64 to build "my" 1800 ports from SVN head (r414411 as of 1st of May). While it makes good progress, it has already built around 900 of the 1800, last night the building of devel/llvm37 failed with 'Killing timed out build after 86400' which is 24h. The log below shows that it was 2/3 way through: [2712/3947] Generating html Sphinx documentation for clang into "/wrkdirs/u= sr/ports/devel/llvm37/work/.build/tools/clang/docs/html" =3D=3D=3D=3D>> Killing timed out build after 86400 seconds What can I do? Launch this again as a single poudriere task (normally I started with 4 engines)? Set somewhere the timeout value? Any idea why this port takes so long to build?=20 I'm attaching the start of the log (for env and options) and the last lines. Thanks matthias =3D=3D=3D=3D>> Building devel/llvm37 build started at Sun May 1 22:07:36 CEST 2016 port directory: /usr/ports/devel/llvm37 building for: FreeBSD freebsd-r292778-ports-20160501-job-03 11.0-CURRENT Fr= eeBSD 11.0-CURRENT r292777 amd64 maintained by: brooks@FreeBSD.org Makefile ident: $FreeBSD: head/devel/llvm37/Makefile 413231 2016-04-13= 21:54:46Z brooks $ Poudriere version: 3.2-pre Host OSVERSION: 1100092 Jail OSVERSION: 1100092 ---Begin Environment--- SHELL=3D/bin/csh UNAME_v=3DFreeBSD 11.0-CURRENT r292777 UNAME_r=3D11.0-CURRENT BLOCKSIZE=3DK MAIL=3D/var/mail/root STATUS=3D1 OPSYS=3DFreeBSD ARCH=3Damd64 SAVED_TERM=3Dxterm MASTERMNT=3D/usr/local/poudriere/data/.m/freebsd-r292778-ports-20160501/ref UID=3D0 FORCE_PACKAGE=3Dyes PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b= in _JAVA_VERSION_LIST_REGEXP=3D1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=3Dbulk PKGNAME=3Dllvm37-3.7.1_2 OSREL=3D11.0 _OSRELEASE=3D11.0-CURRENT PYTHONBASE=3D/usr/local JAVA_OPTS=3D-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m OLDPWD=3D/ _SMP_CPUS=3D2 PWD=3D/usr/local/poudriere/data/.m/freebsd-r292778-ports-20160501/ref/.p/po= ol HAVE_COMPAT_IA32_KERN=3DYES LINUX_OSRELEASE=3D2.6.32 MASTERNAME=3Dfreebsd-r292778-ports-20160501 SCRIPTPREFIX=3D/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=3Dopenjdk\|oracle\|sun USER=3Droot HOME=3D/root POUDRIERE_VERSION=3D3.2-pre SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=3D262144 LIBEXECPREFIX=3D/usr/local/libexec/poudriere LOCALBASE=3D/usr/local PACKAGE_BUILDING=3Dyes MAVEN_OPTS=3D-Xmx1024m -XX:MaxPermSize=3D256m _JAVA_OS_LIST_REGEXP=3Dnative\|linux OSVERSION=3D1100092 ---End Environment--- ---Begin OPTIONS List--- =3D=3D=3D> The following configuration options are available for llvm37-3.7= =2E1_2: CLANG=3Don: Build clang COMPILER_RT=3Don: Build compiler-rt (sanitizers) DOCS=3Don: Build and/or install documentation EXTRAS=3Don: Extra clang tools GOLD=3Don: Build the LLVM Gold plugin for LTO LIT=3Don: Install lit and FileCheck test tools LLD=3Don: Install lld, the LLVM linker LLDB=3Don: Install lldb, the LLVM debugger (ignored on 9.x) OPENMP=3Don: Install libomp, the LLVM OpenMP runtime library =3D=3D=3D> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- CMAKE_PREFIX_PATH=3D"/usr/local" ac_cv_path_PERL=3D/usr/local/bin/perl ac_c= v_path_PERL_PATH=3D/usr/local/bin/perl PYTHON=3D"/usr/local/bin/python2.7" = XDG_DATA_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work XDG_CONFIG_HOME=3D/wr= kdirs/usr/ports/devel/llvm37/work HOME=3D/wrkdirs/usr/ports/devel/llvm37/w= ork TMPDIR=3D"/tmp" SHELL=3D/bin/sh CONFIG_SHELL=3D/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work XDG_CONFIG_HOME=3D/wr= kdirs/usr/ports/devel/llvm37/work HOME=3D/wrkdirs/usr/ports/devel/llvm37/w= ork TMPDIR=3D"/tmp" NO_PIE=3Dyes WITHOUT_DEBUG_FILES=3Dyes WITHOUT_KERNEL_S= YMBOLS=3Dyes SHELL=3D/bin/sh NO_LINT=3DYES DESTDIR=3D/wrkdirs/usr/ports/dev= el/llvm37/work/stage PREFIX=3D/usr/local LOCALBASE=3D/usr/local LIBDIR=3D= "/usr/lib" CC=3D"clang" CFLAGS=3D"-O2 -pipe -isystem /usr/local/include -= fstack-protector -fno-strict-aliasing" CPP=3D"clang-cpp" CPPFLAGS=3D"-isys= tem /usr/local/include" LDFLAGS=3D" -L/usr/local/lib -fstack-protector" LI= BS=3D"libclangApplyReplacements libclangQuery libclangRename libclangTid= y libclangTidyGoogleModule libclangTidyLLVMModule libclangTidyMiscModule= libclangTidyReadabilityModule libclangTidyUtils libmodernizeCore" CXX= =3D"clang++" CXXFLAGS=3D"-O2 -pipe -isystem /usr/local/include -fstack-prot= ector -fno-strict-aliasing -isystem /usr/local/include" MANPREFIX=3D"/usr= /local" BSD_INSTALL_PROGRAM=3D"install -s -m 555" BSD_INSTALL_LIB=3D"inst= all -s -m 444" BSD_INSTALL_SCRIPT=3D"install -m 555" BSD_INSTALL_DATA= =3D"install -m 0644" BSD_INSTALL_MAN=3D"install -m 444" --End MAKE_ENV-- --PLIST_SUB-- LLVM_RELEASE=3D3.7.1 CLANG=3D"" NO_CLANG=3D"@comment " COMPILER_RT=3D"" NO_COMPILER_RT=3D"@comment " DOCS=3D"" NO_DOCS=3D"@comment " EXTRAS=3D"" NO_EXTRAS=3D"@comment " GOLD=3D"" NO_GOLD=3D"@comment " LIT=3D"" NO_LIT=3D"@comment " LLD=3D"" NO_LLD=3D"@comment " LLDB=3D"" NO_LLDB=3D"@comment " OPENMP=3D"" NO_OPENMP=3D"@comment " CMAKE_BUILD_TYPE=3D"release" PYTHON_INCLUDEDIR=3Dinclude/python2.7 PYTHON_LIBDIR=3Dlib/python2.7 PYTHON_PLATFORM=3Dfreebsd11 PYTHON_SITELIBDIR=3Dlib/python2.7/site-packages PYTHON_VER=3D2.7 PYTHON_VERSION=3Dpython2.7 OSREL=3D11.0 PREFIX=3D%D LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/local PORTDOCS=3D"" PORTEXAMPLES=3D"" LIB32DIR=3Dlib PERL_VERSION=3D5.20.3 PERL_VER=3D5.20 PERL5_MAN1=3Dlib/perl5/site_perl/man/man1 PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 SITE_PERL=3Dlib/perl5/site_perl SITE_ARCH=3Dlib/perl5/site_perl/mach/5.20 DOCSDIR=3D"share/doc/llvm37" EXAMPLESDIR=3D"share/examples/llvm" DATADIR=3D"share/llvm37" WWWDIR=3D"www/llvm" ETCDIR=3D"etc/llvm" --End PLIST_SUB-- --SUB_LIST-- LLVM_PREFIX=3D"/usr/local/llvm37" LLVM_SUFFIX=3D"37" CLANG=3D"" NO_CLANG=3D"@comment " COMPILER_RT=3D"" NO_COMPILER_RT=3D"@comment " DOCS=3D"" NO_DOCS=3D"@comment " EXTRAS=3D"" NO_EXTRAS=3D"@comment " GOLD=3D"" NO_GOLD=3D"@comment " LIT=3D"" NO_LIT=3D"@comment " LLD=3D"" NO_LLD=3D"@comment " LLDB=3D"" NO_LLDB=3D"@comment " OPENMP=3D"" NO_OPENMP=3D"@comment " PREFIX=3D/usr/local LOCALBASE=3D/usr/local DATADIR=3D/usr/local/share/llvm37 DOCSDIR=3D/usr/local/share/doc/llvm37 EXAMPLESDIR=3D/usr/local/share/examples/llvm WWWDIR=3D/usr/local/www/llvm ETCDIR=3D/usr/local/etc/llvm --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=3Dyes BATCH=3Dyes WRKDIRPREFIX=3D/wrkdirs PORTSDIR=3D/usr/ports PACKAGES=3D/packages DISTDIR=3D/distfiles #### /usr/local/etc/poudriere.d/freebsd-r292778-make.conf #### WITH_PKGNG=3Dyes # Only required for versions before 10.0 CC=3Dclang # Highly recommended over GCC, CXX=3Dclang++ # but only needed for 8.X and 9.X CPP=3Dclang-cpp # since it's the default in 10.0 MASTER_SITE_BACKUP?=3D \ http://ftp2.us.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR/} # # from aurora: # # WITHOUT_PKGNG=3Dyes # WITH_NEW_XORG=3Dyes WITHOUT_HAL=3Dyes # CFLAGS=3D"" # # NO_IGNORE=3Dyes # From: Chris Rees # CC: freebsd-ports@freebsd.org # Date: Sat, 23 Aug 2014 14:19:24 +0100 # better is: DISABLE_LICENSES=3Dyes # # # added 20130612 guru # CPUTYPE?=3Dpentium3 SENDMAIL_CFLAGS=3D-I/usr/local/include/sasl -DSASL SENDMAIL_LDFLAGS=3D-L/usr/local/lib SENDMAIL_LDADD=3D-lsasl2 # # not used until now: # FETCH_BEFORE_ARGS=3D-p4 -T 10 # OPTIONS_UNSET=3D DEBUG HELP STATIC GNUTLS DOCS EXAMPLES IPV6 \ # MANPAGES PTH IDN LIBIDN NLS DBUS SOUND ALSA PULSEAUDIO \ # DOCBOOK CUPS TESTS HTMLDOCS BONJOUR GSSAPI APIDOCS # ### MAVEN_OPTS=3D'-Xmx1024m -XX:MaxPermSize=3D512m' ### JAVA_OPTS=3D'-Xms512m -Xmx1024m' # JAVA_OPTS=3D'-J-XX:+UseCompressedClassPointers -Xms512m -Xmx1024m' JAVA_OPTS=3D'-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m' # # muttprint # print_muttprint_SET=3DCUPS # how to set PAPERSIZE=3Da4 ??? DISABLE_MAKE_JOBS=3Dpoudriere ---End make.conf--- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =2E... (3860 lines deleted) [2643/3947] Linking CXX shared library lib/libclangTidy.so.3.7.1 [2644/3947] Creating library symlink lib/libclangTidy.so.3.7 lib/libclangTi= dy.so [2645/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/ArgumentCommentCheck.cpp.o [2646/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/AssertSideEffectCheck.cpp.o [2647/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/AssignOperatorSignatureCheck.cpp.o [2648/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/BoolPointerImplicitConversionCheck.cpp.o [2649/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/InaccurateEraseCheck.cpp.o [2650/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/InefficientAlgorithmCheck.cpp.o [2651/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/MacroParenthesesCheck.cpp.o [2652/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/MacroRepeatedSideEffectsCheck.cpp.o [2653/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/NoexceptMoveConstructorCheck.cpp.o [2654/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/StaticAssertCheck.cpp.o [2655/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/MiscTidyModule.cpp.o [2656/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/SwappedArgumentsCheck.cpp.o [2657/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/UndelegatedConstructor.cpp.o [2658/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/UnusedRAIICheck.cpp.o [2659/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/UniqueptrResetReleaseCheck.cpp.o [2660/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMa= keFiles/clangTidyMiscModule.dir/UseOverrideCheck.cpp.o [2661/3947] Linking CXX shared library lib/libclangTidyMiscModule.so.3.7.1 [2662/3947] Creating library symlink lib/libclangTidyMiscModule.so.3.7 lib/= libclangTidyMiscModule.so [2663/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/BracesAroundStatementsCheck.c= pp.o [2664/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/ContainerSizeEmptyCheck.cpp.o [2665/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/ElseAfterReturnCheck.cpp.o [2666/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/FunctionSizeCheck.cpp.o [2667/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/NamedParameterCheck.cpp.o [2668/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/NamespaceCommentCheck.cpp.o [2669/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/ReadabilityTidyModule.cpp.o [2670/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringCStrCheck.cpp.o [2671/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/RedundantSmartptrGetCheck.cpp= =2Eo [2672/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/ShrinkToFitCheck.cpp.o [2673/3947] Building CXX object tools/clang/tools/extra/clang-tidy/readabil= ity/CMakeFiles/clangTidyReadabilityModule.dir/SimplifyBooleanExprCheck.cpp.o [2674/3947] Linking CXX shared library lib/libclangTidyReadabilityModule.so= =2E3.7.1 [2675/3947] Creating library symlink lib/libclangTidyReadabilityModule.so.3= =2E7 lib/libclangTidyReadabilityModule.so [2676/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/AvoidCStyleCastsCheck.cpp.o [2677/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/ExplicitConstructorCheck.cpp.o [2678/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/ExplicitMakePairCheck.cpp.o [2679/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/GlobalNamesInHeadersCheck.cpp.o [2680/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/GoogleTidyModule.cpp.o [2681/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/IntegerTypesCheck.cpp.o [2682/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/MemsetZeroLengthCheck.cpp.o [2683/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/OverloadedUnaryAndCheck.cpp.o [2684/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/StringReferenceMemberCheck.cpp.o [2685/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/TodoCommentCheck.cpp.o [2686/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/UnnamedNamespaceInHeaderCheck.cpp.o [2687/3947] Building CXX object tools/clang/tools/extra/clang-tidy/google/C= MakeFiles/clangTidyGoogleModule.dir/UsingNamespaceDirectiveCheck.cpp.o [2688/3947] Linking CXX shared library lib/libclangTidyGoogleModule.so.3.7.1 [2689/3947] Creating library symlink lib/libclangTidyGoogleModule.so.3.7 li= b/libclangTidyGoogleModule.so [2690/3947] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CM= akeFiles/clangTidyUtils.dir/HeaderGuard.cpp.o [2691/3947] Linking CXX shared library lib/libclangTidyUtils.so.3.7.1 [2692/3947] Creating library symlink lib/libclangTidyUtils.so.3.7 lib/libcl= angTidyUtils.so [2693/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMa= keFiles/clangTidyLLVMModule.dir/HeaderGuardCheck.cpp.o [2694/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMa= keFiles/clangTidyLLVMModule.dir/IncludeOrderCheck.cpp.o [2695/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMa= keFiles/clangTidyLLVMModule.dir/TwineLocalCheck.cpp.o [2696/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMa= keFiles/clangTidyLLVMModule.dir/LLVMTidyModule.cpp.o [2697/3947] Linking CXX shared library lib/libclangTidyLLVMModule.so.3.7.1 [2698/3947] Creating library symlink lib/libclangTidyLLVMModule.so.3.7 lib/= libclangTidyLLVMModule.so [2699/3947] Building CXX object tools/clang/tools/extra/clang-tidy/tool/CMa= keFiles/clang-tidy.dir/ClangTidyMain.cpp.o [2700/3947] Linking CXX executable bin/clang-tidy /usr/bin/ld: warning: libclangLex.so.3.7, needed by lib/libclangAST.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.= 7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangFrontend.so.3.7, needed by lib/libclangTidy.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangTidy.so= =2E3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangTidy.so.3.= 7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangStaticAnalyzerCore.so.3.7, needed by lib/libc= langTidy.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangStaticAnalyzerFrontend.so.3.7, needed by lib/= libclangTidy.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclangTid= y.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangTidyUtils.so.3.7, needed by lib/libclangTidyL= LVMModule.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangTooling.= so.3.7.1, not found (try using -rpath or -rpath-link) [2701/3947] Building CXX object tools/clang/tools/extra/clang-query/CMakeFi= les/clangQuery.dir/Query.cpp.o [2702/3947] Building CXX object tools/clang/tools/extra/clang-query/CMakeFi= les/clangQuery.dir/QueryParser.cpp.o [2703/3947] Linking CXX shared library lib/libclangQuery.so.3.7.1 [2704/3947] Creating library symlink lib/libclangQuery.so.3.7 lib/libclangQ= uery.so [2705/3947] Building CXX object tools/clang/tools/extra/pp-trace/CMakeFiles= /pp-trace.dir/PPTrace.cpp.o [2706/3947] Building CXX object tools/clang/tools/extra/clang-query/tool/CM= akeFiles/clang-query.dir/ClangQuery.cpp.o [2707/3947] Linking CXX executable bin/clang-query /usr/bin/ld: warning: libclangLex.so.3.7, needed by lib/libclangAST.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.= 7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangFrontend= =2Eso.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangEdit.so.3.7, needed by lib/libclangFrontend.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangParse.so.3.7, needed by lib/libclangFrontend.= so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangFrontend.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSerialization.so.3.7, needed by lib/libclangF= rontend.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by lib/libclangFrontend.= so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangTooling= =2Eso.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) [2708/3947] Building CXX object tools/clang/tools/extra/pp-trace/CMakeFiles= /pp-trace.dir/PPCallbacksTracker.cpp.o [2709/3947] Linking CXX executable bin/pp-trace /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.= 7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangFrontend= =2Eso.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangEdit.so.3.7, needed by lib/libclangFrontend.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangParse.so.3.7, needed by lib/libclangFrontend.= so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangFrontend.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSerialization.so.3.7, needed by lib/libclangF= rontend.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by lib/libclangFrontend.= so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangASTMatchers.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangTooling= =2Eso.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) [2710/3947] Building CXX object tools/clang/tools/extra/tool-template/CMake= Files/tool-template.dir/ToolTemplate.cpp.o [2711/3947] Linking CXX executable bin/tool-template /usr/bin/ld: warning: libclangLex.so.3.7, needed by lib/libclangAST.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.= 7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.= 1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangFrontend= =2Eso.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangEdit.so.3.7, needed by lib/libclangFrontend.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangParse.so.3.7, needed by lib/libclangFrontend.= so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangFrontend.s= o.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangSerialization.so.3.7, needed by lib/libclangF= rontend.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by lib/libclangFrontend.= so.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangTooling= =2Eso.3.7.1, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) [2712/3947] Generating html Sphinx documentation for clang into "/wrkdirs/u= sr/ports/devel/llvm37/work/.build/tools/clang/docs/html" =3D=3D=3D=3D>> Killing timed out build after 86400 seconds =3D=3D=3D=3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for llvm37-3.7.1_2 FAILED: cd /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs && = /usr/local/bin/sphinx-build -b html -d /wrkdirs/usr/ports/devel/llvm37/work= /.build/tools/clang/docs/_doctrees -q /wrkdirs/usr/ports/devel/llvm37/work/= llvm-3.7.1.src/tools/clang/docs /wrkdirs/usr/ports/devel/llvm37/work/.build= /tools/clang/docs/html Exception occurred: File "/usr/local/lib/python2.7/genericpath.py", line 62, in getmtime return os.stat(filename).st_mtime OSError: [Errno 2] No such file or directory: '/wrkdirs/usr/ports/devel/llv= m37/work/llvm-3.7.1.src/tools/clang/docs/ReleaseNotes.rst' The full traceback has been saved in /tmp/sphinx-err-1UMMZi.log, if you wan= t to report the issue to the developers. Please also report this if it was a user error, so that a better error mess= age can be provided next time. A bug report can be filed in the tracker at . Thanks! ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/devel/llvm37 =1B[1;33m=3D=3D=3D=3D>>=1B[0;0m =1B[1;33mWarning: Leftover processes: =1B[0;0mUSER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND build of devel/llvm37 ended at Mon May 2 22:27:28 CEST 2016 build time: 24:19:52 !!! build failure encountered !!! --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 =C2=A1Dios querido denos otra vez los problemas de ayer, los que tuvimos en= la RDA! My Lord, give us back the problems of yesterday, those we have had in the G= DR. From owner-freebsd-ports@freebsd.org Tue May 3 08:49:03 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C686B2A59A for ; Tue, 3 May 2016 08:49:03 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (mail.sorbs.net [67.231.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0FFEB165C for ; Tue, 3 May 2016 08:49:02 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-type: text/plain; CHARSET=US-ASCII; format=flowed 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 <0O6L00LCWFHM6V00@hades.sorbs.net> for freebsd-ports@freebsd.org; Tue, 03 May 2016 01:56:13 -0700 (PDT) Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds To: Matthias Apitz , freebsd-ports@freebsd.org References: <20160503083405.GA2970@c720-r292778-amd64> From: Michelle Sullivan Message-id: <572865F4.5060302@sorbs.net> Date: Tue, 03 May 2016 10:48:52 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 In-reply-to: <20160503083405.GA2970@c720-r292778-amd64> Content-transfer-encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 08:49:03 -0000 Matthias Apitz wrote: > Hello, > > I started my poudriere on amd64 to build "my" 1800 ports from SVN head > (r414411 as of 1st of May). While it makes good progress, it has alread= y > built around 900 of the 1800, last night the building of devel/llvm37 > failed with 'Killing timed out build after 86400' which is 24h. > > The log below shows that it was 2/3 way through: > > [2712/3947] Generating html Sphinx documentation for clang into "/wrkdi= rs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html" > =3D=3D=3D=3D>> Killing timed out build after 86400 seconds I see this everytime... was worse (used to time out twice) before I=20 chucked another 8G RAM into the VM... not saying it's memory related=20 but everytime I look its swapping like a bitch with ARC using most of=20 the memory available to it (I have about 1250 ports.) Regards, Michelle > > What can I do? Launch this again as a single poudriere task (normally I= > started with 4 engines)? Set somewhere the timeout value? Any idea why > this port takes so long to build? > > I'm attaching the start of the log (for env and options) and the last > lines. > > Thanks > > matthias > > =3D=3D=3D=3D>> Building devel/llvm37 > build started at Sun May 1 22:07:36 CEST 2016 > port directory: /usr/ports/devel/llvm37 > building for: FreeBSD freebsd-r292778-ports-20160501-job-03 11.0-CURREN= T FreeBSD 11.0-CURRENT r292777 amd64 > maintained by: brooks@FreeBSD.org > Makefile ident: $FreeBSD: head/devel/llvm37/Makefile 413231 2016-0= 4-13 21:54:46Z brooks $ > Poudriere version: 3.2-pre > Host OSVERSION: 1100092 > Jail OSVERSION: 1100092 > > ---Begin Environment--- > SHELL=3D/bin/csh > UNAME_v=3DFreeBSD 11.0-CURRENT r292777 > UNAME_r=3D11.0-CURRENT > BLOCKSIZE=3DK > MAIL=3D/var/mail/root > STATUS=3D1 > OPSYS=3DFreeBSD > ARCH=3Damd64 > SAVED_TERM=3Dxterm > MASTERMNT=3D/usr/local/poudriere/data/.m/freebsd-r292778-ports-20160501= /ref > UID=3D0 > FORCE_PACKAGE=3Dyes > PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/ro= ot/bin > _JAVA_VERSION_LIST_REGEXP=3D1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ > POUDRIERE_BUILD_TYPE=3Dbulk > PKGNAME=3Dllvm37-3.7.1_2 > OSREL=3D11.0 > _OSRELEASE=3D11.0-CURRENT > PYTHONBASE=3D/usr/local > JAVA_OPTS=3D-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m > OLDPWD=3D/ > _SMP_CPUS=3D2 > PWD=3D/usr/local/poudriere/data/.m/freebsd-r292778-ports-20160501/ref/.= p/pool > HAVE_COMPAT_IA32_KERN=3DYES LINUX_OSRELEASE=3D2.6.32 > MASTERNAME=3Dfreebsd-r292778-ports-20160501 > SCRIPTPREFIX=3D/usr/local/share/poudriere > _JAVA_VENDOR_LIST_REGEXP=3Dopenjdk\|oracle\|sun > USER=3Droot > HOME=3D/root > POUDRIERE_VERSION=3D3.2-pre > SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh > CONFIGURE_MAX_CMD_LEN=3D262144 > LIBEXECPREFIX=3D/usr/local/libexec/poudriere > LOCALBASE=3D/usr/local > PACKAGE_BUILDING=3Dyes > MAVEN_OPTS=3D-Xmx1024m -XX:MaxPermSize=3D256m > _JAVA_OS_LIST_REGEXP=3Dnative\|linux > OSVERSION=3D1100092 > ---End Environment--- > > ---Begin OPTIONS List--- > =3D=3D=3D> The following configuration options are available for llvm37= -3.7.1_2: > CLANG=3Don: Build clang > COMPILER_RT=3Don: Build compiler-rt (sanitizers) > DOCS=3Don: Build and/or install documentation > EXTRAS=3Don: Extra clang tools > GOLD=3Don: Build the LLVM Gold plugin for LTO > LIT=3Don: Install lit and FileCheck test tools > LLD=3Don: Install lld, the LLVM linker > LLDB=3Don: Install lldb, the LLVM debugger (ignored on 9.x) > OPENMP=3Don: Install libomp, the LLVM OpenMP runtime library > =3D=3D=3D> Use 'make config' to modify these settings > ---End OPTIONS List--- > > --CONFIGURE_ARGS-- > > --End CONFIGURE_ARGS-- > > --CONFIGURE_ENV-- > CMAKE_PREFIX_PATH=3D"/usr/local" ac_cv_path_PERL=3D/usr/local/bin/perl = ac_cv_path_PERL_PATH=3D/usr/local/bin/perl PYTHON=3D"/usr/local/bin/pytho= n2.7" XDG_DATA_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work XDG_CONFIG_HO= ME=3D/wrkdirs/usr/ports/devel/llvm37/work HOME=3D/wrkdirs/usr/ports/deve= l/llvm37/work TMPDIR=3D"/tmp" SHELL=3D/bin/sh CONFIG_SHELL=3D/bin/sh > --End CONFIGURE_ENV-- > > --MAKE_ENV-- > XDG_DATA_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work XDG_CONFIG_HOME=3D= /wrkdirs/usr/ports/devel/llvm37/work HOME=3D/wrkdirs/usr/ports/devel/llv= m37/work TMPDIR=3D"/tmp" NO_PIE=3Dyes WITHOUT_DEBUG_FILES=3Dyes WITHOUT_K= ERNEL_SYMBOLS=3Dyes SHELL=3D/bin/sh NO_LINT=3DYES DESTDIR=3D/wrkdirs/usr/= ports/devel/llvm37/work/stage PREFIX=3D/usr/local LOCALBASE=3D/usr/local= LIBDIR=3D"/usr/lib" CC=3D"clang" CFLAGS=3D"-O2 -pipe -isystem /usr/lo= cal/include -fstack-protector -fno-strict-aliasing" CPP=3D"clang-cpp" CP= PFLAGS=3D"-isystem /usr/local/include" LDFLAGS=3D" -L/usr/local/lib -fst= ack-protector" LIBS=3D"libclangApplyReplacements libclangQuery libclang= Rename libclangTidy libclangTidyGoogleModule libclangTidyLLVMModule l= ibclangTidyMiscModule libclangTidyReadabilityModule libclangTidyUtils = libmodernizeCore" CXX=3D"clang++" CXXFLAGS=3D"-O2 -pipe -isystem /usr/lo= cal/include -fstack-protector -fno-strict-aliasing -isystem /usr/local/i= nclude" MANPREFIX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"install -s -m 5= 55" BSD_INSTALL_LIB=3D"install -s -m 444" BSD_INSTALL_SCRIPT=3D"instal= l -m 555" BSD_INSTALL_DATA=3D"install -m 0644" BSD_INSTALL_MAN=3D"ins= tall -m 444" > --End MAKE_ENV-- > > --PLIST_SUB-- > LLVM_RELEASE=3D3.7.1 > CLANG=3D"" > NO_CLANG=3D"@comment > " > COMPILER_RT=3D"" > NO_COMPILER_RT=3D"@comment > " > DOCS=3D"" > NO_DOCS=3D"@comment > " > EXTRAS=3D"" > NO_EXTRAS=3D"@comment > " > GOLD=3D"" > NO_GOLD=3D"@comment > " > LIT=3D"" > NO_LIT=3D"@comment > " > LLD=3D"" > NO_LLD=3D"@comment > " > LLDB=3D"" > NO_LLDB=3D"@comment > " > OPENMP=3D"" > NO_OPENMP=3D"@comment > " > CMAKE_BUILD_TYPE=3D"release" > PYTHON_INCLUDEDIR=3Dinclude/python2.7 > PYTHON_LIBDIR=3Dlib/python2.7 > PYTHON_PLATFORM=3Dfreebsd11 > PYTHON_SITELIBDIR=3Dlib/python2.7/site-packages > PYTHON_VER=3D2.7 > PYTHON_VERSION=3Dpython2.7 > OSREL=3D11.0 > PREFIX=3D%D > LOCALBASE=3D/usr/local > RESETPREFIX=3D/usr/local > PORTDOCS=3D"" > PORTEXAMPLES=3D"" > LIB32DIR=3Dlib > PERL_VERSION=3D5.20.3 > PERL_VER=3D5.20 > PERL5_MAN1=3Dlib/perl5/site_perl/man/man1 > PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 > SITE_PERL=3Dlib/perl5/site_perl > SITE_ARCH=3Dlib/perl5/site_perl/mach/5.20 > DOCSDIR=3D"share/doc/llvm37" > EXAMPLESDIR=3D"share/examples/llvm" > DATADIR=3D"share/llvm37" > WWWDIR=3D"www/llvm" > ETCDIR=3D"etc/llvm" > --End PLIST_SUB-- > > --SUB_LIST-- > LLVM_PREFIX=3D"/usr/local/llvm37" > LLVM_SUFFIX=3D"37" > CLANG=3D"" > NO_CLANG=3D"@comment > " > COMPILER_RT=3D"" > NO_COMPILER_RT=3D"@comment > " > DOCS=3D"" > NO_DOCS=3D"@comment > " > EXTRAS=3D"" > NO_EXTRAS=3D"@comment > " > GOLD=3D"" > NO_GOLD=3D"@comment > " > LIT=3D"" > NO_LIT=3D"@comment > " > LLD=3D"" > NO_LLD=3D"@comment > " > LLDB=3D"" > NO_LLDB=3D"@comment > " > OPENMP=3D"" > NO_OPENMP=3D"@comment > " > PREFIX=3D/usr/local > LOCALBASE=3D/usr/local > DATADIR=3D/usr/local/share/llvm37 > DOCSDIR=3D/usr/local/share/doc/llvm37 > EXAMPLESDIR=3D/usr/local/share/examples/llvm > WWWDIR=3D/usr/local/www/llvm > ETCDIR=3D/usr/local/etc/llvm > --End SUB_LIST-- > > ---Begin make.conf--- > USE_PACKAGE_DEPENDS=3Dyes > BATCH=3Dyes > WRKDIRPREFIX=3D/wrkdirs > PORTSDIR=3D/usr/ports > PACKAGES=3D/packages > DISTDIR=3D/distfiles > #### /usr/local/etc/poudriere.d/freebsd-r292778-make.conf #### > WITH_PKGNG=3Dyes # Only required for versions before 10.0 > CC=3Dclang # Highly recommended over GCC, > CXX=3Dclang++ # but only needed for 8.X and 9.X > CPP=3Dclang-cpp # since it's the default in 10.0 > MASTER_SITE_BACKUP?=3D \ > http://ftp2.us.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR/} > # > # from aurora: > # > # WITHOUT_PKGNG=3Dyes > # WITH_NEW_XORG=3Dyes > WITHOUT_HAL=3Dyes > # CFLAGS=3D"" > # > # NO_IGNORE=3Dyes > # From: Chris Rees > # CC: freebsd-ports@freebsd.org > # Date: Sat, 23 Aug 2014 14:19:24 +0100 > # better is: > DISABLE_LICENSES=3Dyes > # > # > # added 20130612 guru > # CPUTYPE?=3Dpentium3 > SENDMAIL_CFLAGS=3D-I/usr/local/include/sasl -DSASL > SENDMAIL_LDFLAGS=3D-L/usr/local/lib > SENDMAIL_LDADD=3D-lsasl2 > # > # not used until now: > # FETCH_BEFORE_ARGS=3D-p4 -T 10 > # OPTIONS_UNSET=3D DEBUG HELP STATIC GNUTLS DOCS EXAMPLES IPV6 \ > # MANPAGES PTH IDN LIBIDN NLS DBUS SOUND ALSA PULSEAUDIO \ > # DOCBOOK CUPS TESTS HTMLDOCS BONJOUR GSSAPI APIDOCS > # > ### MAVEN_OPTS=3D'-Xmx1024m -XX:MaxPermSize=3D512m' > ### JAVA_OPTS=3D'-Xms512m -Xmx1024m' > # JAVA_OPTS=3D'-J-XX:+UseCompressedClassPointers -Xms512m -Xmx1024m' > JAVA_OPTS=3D'-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m' > # > # muttprint > # > print_muttprint_SET=3DCUPS > # how to set PAPERSIZE=3Da4 ??? > DISABLE_MAKE_JOBS=3Dpoudriere > ---End make.conf--- > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > .... > > (3860 lines deleted) > > > > [2643/3947] Linking CXX shared library lib/libclangTidy.so.3.7.1 > [2644/3947] Creating library symlink lib/libclangTidy.so.3.7 lib/libcla= ngTidy.so > [2645/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/ArgumentCommentCheck.cpp.o > [2646/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/AssertSideEffectCheck.cpp.o > [2647/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/AssignOperatorSignatureCheck.cpp.o > [2648/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/BoolPointerImplicitConversionCheck.cp= p.o > [2649/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/InaccurateEraseCheck.cpp.o > [2650/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/InefficientAlgorithmCheck.cpp.o > [2651/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/MacroParenthesesCheck.cpp.o > [2652/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/MacroRepeatedSideEffectsCheck.cpp.o > [2653/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/NoexceptMoveConstructorCheck.cpp.o > [2654/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/StaticAssertCheck.cpp.o > [2655/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/MiscTidyModule.cpp.o > [2656/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/SwappedArgumentsCheck.cpp.o > [2657/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/UndelegatedConstructor.cpp.o > [2658/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/UnusedRAIICheck.cpp.o > [2659/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/UniqueptrResetReleaseCheck.cpp.o > [2660/3947] Building CXX object tools/clang/tools/extra/clang-tidy/misc= /CMakeFiles/clangTidyMiscModule.dir/UseOverrideCheck.cpp.o > [2661/3947] Linking CXX shared library lib/libclangTidyMiscModule.so.3.= 7.1 > [2662/3947] Creating library symlink lib/libclangTidyMiscModule.so.3.7 = lib/libclangTidyMiscModule.so > [2663/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/BracesAroundStatementsC= heck.cpp.o > [2664/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/ContainerSizeEmptyCheck= =2Ecpp.o > [2665/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/ElseAfterReturnCheck.cp= p.o > [2666/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/FunctionSizeCheck.cpp.o= > [2667/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/NamedParameterCheck.cpp= =2Eo > [2668/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/NamespaceCommentCheck.c= pp.o > [2669/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/ReadabilityTidyModule.c= pp.o > [2670/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringCStrChec= k.cpp.o > [2671/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantSmartptrGetChe= ck.cpp.o > [2672/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/ShrinkToFitCheck.cpp.o > [2673/3947] Building CXX object tools/clang/tools/extra/clang-tidy/read= ability/CMakeFiles/clangTidyReadabilityModule.dir/SimplifyBooleanExprChec= k.cpp.o > [2674/3947] Linking CXX shared library lib/libclangTidyReadabilityModul= e.so.3.7.1 > [2675/3947] Creating library symlink lib/libclangTidyReadabilityModule.= so.3.7 lib/libclangTidyReadabilityModule.so > [2676/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/AvoidCStyleCastsCheck.cpp.o > [2677/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/ExplicitConstructorCheck.cpp.o > [2678/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/ExplicitMakePairCheck.cpp.o > [2679/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/GlobalNamesInHeadersCheck.cpp.o > [2680/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/GoogleTidyModule.cpp.o > [2681/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/IntegerTypesCheck.cpp.o > [2682/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/MemsetZeroLengthCheck.cpp.o > [2683/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/OverloadedUnaryAndCheck.cpp.o > [2684/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/StringReferenceMemberCheck.cpp.o > [2685/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/TodoCommentCheck.cpp.o > [2686/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/UnnamedNamespaceInHeaderCheck.cpp= =2Eo > [2687/3947] Building CXX object tools/clang/tools/extra/clang-tidy/goog= le/CMakeFiles/clangTidyGoogleModule.dir/UsingNamespaceDirectiveCheck.cpp.= o > [2688/3947] Linking CXX shared library lib/libclangTidyGoogleModule.so.= 3.7.1 > [2689/3947] Creating library symlink lib/libclangTidyGoogleModule.so.3.= 7 lib/libclangTidyGoogleModule.so > [2690/3947] Building CXX object tools/clang/tools/extra/clang-tidy/util= s/CMakeFiles/clangTidyUtils.dir/HeaderGuard.cpp.o > [2691/3947] Linking CXX shared library lib/libclangTidyUtils.so.3.7.1 > [2692/3947] Creating library symlink lib/libclangTidyUtils.so.3.7 lib/l= ibclangTidyUtils.so > [2693/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm= /CMakeFiles/clangTidyLLVMModule.dir/HeaderGuardCheck.cpp.o > [2694/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm= /CMakeFiles/clangTidyLLVMModule.dir/IncludeOrderCheck.cpp.o > [2695/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm= /CMakeFiles/clangTidyLLVMModule.dir/TwineLocalCheck.cpp.o > [2696/3947] Building CXX object tools/clang/tools/extra/clang-tidy/llvm= /CMakeFiles/clangTidyLLVMModule.dir/LLVMTidyModule.cpp.o > [2697/3947] Linking CXX shared library lib/libclangTidyLLVMModule.so.3.= 7.1 > [2698/3947] Creating library symlink lib/libclangTidyLLVMModule.so.3.7 = lib/libclangTidyLLVMModule.so > [2699/3947] Building CXX object tools/clang/tools/extra/clang-tidy/tool= /CMakeFiles/clang-tidy.dir/ClangTidyMain.cpp.o > [2700/3947] Linking CXX executable bin/clang-tidy > /usr/bin/ld: warning: libclangLex.so.3.7, needed by lib/libclangAST.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.s= o.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangFrontend.so.3.7, needed by lib/libclangTi= dy.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangTid= y.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangTidy.s= o.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangStaticAnalyzerCore.so.3.7, needed by lib/= libclangTidy.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangStaticAnalyzerFrontend.so.3.7, needed by = lib/libclangTidy.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclan= gTidy.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangTidyUtils.so.3.7, needed by lib/libclangT= idyLLVMModule.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangTool= ing.so.3.7.1, not found (try using -rpath or -rpath-link) > [2701/3947] Building CXX object tools/clang/tools/extra/clang-query/CMa= keFiles/clangQuery.dir/Query.cpp.o > [2702/3947] Building CXX object tools/clang/tools/extra/clang-query/CMa= keFiles/clangQuery.dir/QueryParser.cpp.o > [2703/3947] Linking CXX shared library lib/libclangQuery.so.3.7.1 > [2704/3947] Creating library symlink lib/libclangQuery.so.3.7 lib/libcl= angQuery.so > [2705/3947] Building CXX object tools/clang/tools/extra/pp-trace/CMakeF= iles/pp-trace.dir/PPTrace.cpp.o > [2706/3947] Building CXX object tools/clang/tools/extra/clang-query/too= l/CMakeFiles/clang-query.dir/ClangQuery.cpp.o > [2707/3947] Linking CXX executable bin/clang-query > /usr/bin/ld: warning: libclangLex.so.3.7, needed by lib/libclangAST.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.s= o.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangFron= tend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangEdit.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangParse.so.3.7, needed by lib/libclangFront= end.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSerialization.so.3.7, needed by lib/libcl= angFrontend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed by lib/libclangFr= ontend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by lib/libclangFront= end.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclan= gTooling.so.3.7.1, not found (try using -rpath or -rpath-link) > [2708/3947] Building CXX object tools/clang/tools/extra/pp-trace/CMakeF= iles/pp-trace.dir/PPCallbacksTracker.cpp.o > [2709/3947] Linking CXX executable bin/pp-trace > /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.s= o.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangFron= tend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangEdit.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangParse.so.3.7, needed by lib/libclangFront= end.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSerialization.so.3.7, needed by lib/libcl= angFrontend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed by lib/libclangFr= ontend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by lib/libclangFront= end.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangASTMatchers.so.3.7, needed by lib/libclan= gTooling.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclan= gTooling.so.3.7.1, not found (try using -rpath or -rpath-link) > [2710/3947] Building CXX object tools/clang/tools/extra/tool-template/C= MakeFiles/tool-template.dir/ToolTemplate.cpp.o > [2711/3947] Linking CXX executable bin/tool-template > /usr/bin/ld: warning: libclangLex.so.3.7, needed by lib/libclangAST.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.s= o.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMMC.so.3.7, needed by lib/libclangBasic.so.= 3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangDriver.so.3.7, needed by lib/libclangFron= tend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangEdit.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangParse.so.3.7, needed by lib/libclangFront= end.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSema.so.3.7, needed by lib/libclangFronte= nd.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangSerialization.so.3.7, needed by lib/libcl= angFrontend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed by lib/libclangFr= ontend.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by lib/libclangFront= end.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangRewrite.so.3.7, needed by lib/libclangToo= ling.so.3.7.1, not found (try using -rpath or -rpath-link) > /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclan= gTooling.so.3.7.1, not found (try using -rpath or -rpath-link) > [2712/3947] Generating html Sphinx documentation for clang into "/wrkdi= rs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html" > =3D=3D=3D=3D>> Killing timed out build after 86400 seconds > =3D=3D=3D=3D>> Cleaning up wrkdir > =3D=3D=3D> Cleaning for llvm37-3.7.1_2 > FAILED: cd /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs= && /usr/local/bin/sphinx-build -b html -d /wrkdirs/usr/ports/devel/llvm3= 7/work/.build/tools/clang/docs/_doctrees -q /wrkdirs/usr/ports/devel/llvm= 37/work/llvm-3.7.1.src/tools/clang/docs /wrkdirs/usr/ports/devel/llvm37/w= ork/.build/tools/clang/docs/html > > Exception occurred: > File "/usr/local/lib/python2.7/genericpath.py", line 62, in getmtime= > return os.stat(filename).st_mtime > OSError: [Errno 2] No such file or directory: '/wrkdirs/usr/ports/devel= /llvm37/work/llvm-3.7.1.src/tools/clang/docs/ReleaseNotes.rst' > The full traceback has been saved in /tmp/sphinx-err-1UMMZi.log, if you= want to report the issue to the developers. > Please also report this if it was a user error, so that a better error = message can be provided next time. > A bug report can be filed in the tracker at . Thanks! > ninja: build stopped: subcommand failed. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/llvm37 > =1B[1;33m=3D=3D=3D=3D>>=1B[0;0m =1B[1;33mWarning: Leftover processes: > =1B[0;0mUSER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND= > build of devel/llvm37 ended at Mon May 2 22:27:28 CEST 2016 > build time: 24:19:52 > !!! build failure encountered !!! --=20 Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@freebsd.org Tue May 3 09:11:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C10CBB2AE47 for ; Tue, 3 May 2016 09:11:54 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id 598B11039 for ; Tue, 3 May 2016 09:11:53 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 08AD89CC63 for ; Tue, 3 May 2016 10:11:45 +0100 (BST) Date: Tue, 3 May 2016 10:11:44 +0100 From: Bob Eager To: freebsd-ports@freebsd.org Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds Message-ID: <20160503101144.39709cb1@raksha.tavi.co.uk> In-Reply-To: <572865F4.5060302@sorbs.net> References: <20160503083405.GA2970@c720-r292778-amd64> <572865F4.5060302@sorbs.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; i386-portbld-freebsd10.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 09:11:54 -0000 I was forced to build llvm37 without documentation. It worked then. On Tue, 03 May 2016 10:48:52 +0200 Michelle Sullivan wrote: > Matthias Apitz wrote: > > Hello, > > > > I started my poudriere on amd64 to build "my" 1800 ports from SVN > > head (r414411 as of 1st of May). While it makes good progress, it > > has already built around 900 of the 1800, last night the building > > of devel/llvm37 failed with 'Killing timed out build after 86400' > > which is 24h. > > > > The log below shows that it was 2/3 way through: > > > > [2712/3947] Generating html Sphinx documentation for clang into > > "/wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html" > > =3D=3D=3D=3D>> Killing timed out build after 86400 seconds >=20 > I see this everytime... was worse (used to time out twice) before I=20 > chucked another 8G RAM into the VM... not saying it's memory related=20 > but everytime I look its swapping like a bitch with ARC using most of=20 > the memory available to it (I have about 1250 ports.) >=20 > Regards, >=20 > Michelle >=20 > > > > What can I do? Launch this again as a single poudriere task > > (normally I started with 4 engines)? Set somewhere the timeout > > value? Any idea why this port takes so long to build? > > > > I'm attaching the start of the log (for env and options) and the > > last lines. > > > > Thanks > > > > matthias > > > > =3D=3D=3D=3D>> Building devel/llvm37 > > build started at Sun May 1 22:07:36 CEST 2016 > > port directory: /usr/ports/devel/llvm37 > > building for: FreeBSD freebsd-r292778-ports-20160501-job-03 > > 11.0-CURRENT FreeBSD 11.0-CURRENT r292777 amd64 maintained by: > > brooks@FreeBSD.org Makefile ident: $FreeBSD: > > head/devel/llvm37/Makefile 413231 2016-04-13 21:54:46Z brooks $ > > Poudriere version: 3.2-pre Host OSVERSION: 1100092 > > Jail OSVERSION: 1100092 > > > > ---Begin Environment--- > > SHELL=3D/bin/csh > > UNAME_v=3DFreeBSD 11.0-CURRENT r292777 > > UNAME_r=3D11.0-CURRENT > > BLOCKSIZE=3DK > > MAIL=3D/var/mail/root > > STATUS=3D1 > > OPSYS=3DFreeBSD > > ARCH=3Damd64 > > SAVED_TERM=3Dxterm > > MASTERMNT=3D/usr/local/poudriere/data/.m/freebsd-r292778-ports-20160501= /ref > > UID=3D0 > > FORCE_PACKAGE=3Dyes > > PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/ro= ot/bin > > _JAVA_VERSION_LIST_REGEXP=3D1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ > > POUDRIERE_BUILD_TYPE=3Dbulk > > PKGNAME=3Dllvm37-3.7.1_2 > > OSREL=3D11.0 > > _OSRELEASE=3D11.0-CURRENT > > PYTHONBASE=3D/usr/local > > JAVA_OPTS=3D-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m > > OLDPWD=3D/ > > _SMP_CPUS=3D2 > > PWD=3D/usr/local/poudriere/data/.m/freebsd-r292778-ports-20160501/ref/.= p/pool > > HAVE_COMPAT_IA32_KERN=3DYES LINUX_OSRELEASE=3D2.6.32 > > MASTERNAME=3Dfreebsd-r292778-ports-20160501 > > SCRIPTPREFIX=3D/usr/local/share/poudriere > > _JAVA_VENDOR_LIST_REGEXP=3Dopenjdk\|oracle\|sun > > USER=3Droot > > HOME=3D/root > > POUDRIERE_VERSION=3D3.2-pre > > SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh > > CONFIGURE_MAX_CMD_LEN=3D262144 > > LIBEXECPREFIX=3D/usr/local/libexec/poudriere > > LOCALBASE=3D/usr/local > > PACKAGE_BUILDING=3Dyes > > MAVEN_OPTS=3D-Xmx1024m -XX:MaxPermSize=3D256m > > _JAVA_OS_LIST_REGEXP=3Dnative\|linux > > OSVERSION=3D1100092 > > ---End Environment--- > > > > ---Begin OPTIONS List--- > > =3D=3D=3D> The following configuration options are available for > > llvm37-3.7.1_2: CLANG=3Don: Build clang > > COMPILER_RT=3Don: Build compiler-rt (sanitizers) > > DOCS=3Don: Build and/or install documentation > > EXTRAS=3Don: Extra clang tools > > GOLD=3Don: Build the LLVM Gold plugin for LTO > > LIT=3Don: Install lit and FileCheck test tools > > LLD=3Don: Install lld, the LLVM linker > > LLDB=3Don: Install lldb, the LLVM debugger (ignored on 9.x) > > OPENMP=3Don: Install libomp, the LLVM OpenMP runtime library > > =3D=3D=3D> Use 'make config' to modify these settings > > ---End OPTIONS List--- > > > > --CONFIGURE_ARGS-- > > > > --End CONFIGURE_ARGS-- > > > > --CONFIGURE_ENV-- > > CMAKE_PREFIX_PATH=3D"/usr/local" ac_cv_path_PERL=3D/usr/local/bin/perl > > ac_cv_path_PERL_PATH=3D/usr/local/bin/perl > > PYTHON=3D"/usr/local/bin/python2.7" > > XDG_DATA_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work > > XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work > > HOME=3D/wrkdirs/usr/ports/devel/llvm37/work TMPDIR=3D"/tmp" > > SHELL=3D/bin/sh CONFIG_SHELL=3D/bin/sh --End CONFIGURE_ENV-- > > > > --MAKE_ENV-- > > XDG_DATA_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work > > XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/devel/llvm37/work > > HOME=3D/wrkdirs/usr/ports/devel/llvm37/work TMPDIR=3D"/tmp" NO_PIE=3Dyes > > WITHOUT_DEBUG_FILES=3Dyes WITHOUT_KERNEL_SYMBOLS=3Dyes SHELL=3D/bin/sh > > NO_LINT=3DYES DESTDIR=3D/wrkdirs/usr/ports/devel/llvm37/work/stage > > PREFIX=3D/usr/local LOCALBASE=3D/usr/local LIBDIR=3D"/usr/lib" > > CC=3D"clang" CFLAGS=3D"-O2 -pipe -isystem /usr/local/include > > -fstack-protector -fno-strict-aliasing" CPP=3D"clang-cpp" > > CPPFLAGS=3D"-isystem /usr/local/include" LDFLAGS=3D" -L/usr/local/lib > > -fstack-protector" LIBS=3D"libclangApplyReplacements libclangQuery > > libclangRename libclangTidy libclangTidyGoogleModule > > libclangTidyLLVMModule libclangTidyMiscModule > > libclangTidyReadabilityModule libclangTidyUtils > > libmodernizeCore" CXX=3D"clang++" CXXFLAGS=3D"-O2 -pipe > > -isystem /usr/local/include -fstack-protector -fno-strict-aliasing > > -isystem /usr/local/include" MANPREFIX=3D"/usr/local" > > BSD_INSTALL_PROGRAM=3D"install -s -m 555" BSD_INSTALL_LIB=3D > "install -s -m 444" BSD_INSTALL_SCRIPT=3D"install -m 555" > BSD_INSTALL_DATA=3D"install -m 0644" BSD_INSTALL_MAN=3D"install -m 444" > > --End MAKE_ENV-- > > > > --PLIST_SUB-- > > LLVM_RELEASE=3D3.7.1 > > CLANG=3D"" > > NO_CLANG=3D"@comment > > " > > COMPILER_RT=3D"" > > NO_COMPILER_RT=3D"@comment > > " > > DOCS=3D"" > > NO_DOCS=3D"@comment > > " > > EXTRAS=3D"" > > NO_EXTRAS=3D"@comment > > " > > GOLD=3D"" > > NO_GOLD=3D"@comment > > " > > LIT=3D"" > > NO_LIT=3D"@comment > > " > > LLD=3D"" > > NO_LLD=3D"@comment > > " > > LLDB=3D"" > > NO_LLDB=3D"@comment > > " > > OPENMP=3D"" > > NO_OPENMP=3D"@comment > > " > > CMAKE_BUILD_TYPE=3D"release" > > PYTHON_INCLUDEDIR=3Dinclude/python2.7 > > PYTHON_LIBDIR=3Dlib/python2.7 > > PYTHON_PLATFORM=3Dfreebsd11 > > PYTHON_SITELIBDIR=3Dlib/python2.7/site-packages > > PYTHON_VER=3D2.7 > > PYTHON_VERSION=3Dpython2.7 > > OSREL=3D11.0 > > PREFIX=3D%D > > LOCALBASE=3D/usr/local > > RESETPREFIX=3D/usr/local > > PORTDOCS=3D"" > > PORTEXAMPLES=3D"" > > LIB32DIR=3Dlib > > PERL_VERSION=3D5.20.3 > > PERL_VER=3D5.20 > > PERL5_MAN1=3Dlib/perl5/site_perl/man/man1 > > PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 > > SITE_PERL=3Dlib/perl5/site_perl > > SITE_ARCH=3Dlib/perl5/site_perl/mach/5.20 > > DOCSDIR=3D"share/doc/llvm37" > > EXAMPLESDIR=3D"share/examples/llvm" > > DATADIR=3D"share/llvm37" > > WWWDIR=3D"www/llvm" > > ETCDIR=3D"etc/llvm" > > --End PLIST_SUB-- > > > > --SUB_LIST-- > > LLVM_PREFIX=3D"/usr/local/llvm37" > > LLVM_SUFFIX=3D"37" > > CLANG=3D"" > > NO_CLANG=3D"@comment > > " > > COMPILER_RT=3D"" > > NO_COMPILER_RT=3D"@comment > > " > > DOCS=3D"" > > NO_DOCS=3D"@comment > > " > > EXTRAS=3D"" > > NO_EXTRAS=3D"@comment > > " > > GOLD=3D"" > > NO_GOLD=3D"@comment > > " > > LIT=3D"" > > NO_LIT=3D"@comment > > " > > LLD=3D"" > > NO_LLD=3D"@comment > > " > > LLDB=3D"" > > NO_LLDB=3D"@comment > > " > > OPENMP=3D"" > > NO_OPENMP=3D"@comment > > " > > PREFIX=3D/usr/local > > LOCALBASE=3D/usr/local > > DATADIR=3D/usr/local/share/llvm37 > > DOCSDIR=3D/usr/local/share/doc/llvm37 > > EXAMPLESDIR=3D/usr/local/share/examples/llvm > > WWWDIR=3D/usr/local/www/llvm > > ETCDIR=3D/usr/local/etc/llvm > > --End SUB_LIST-- > > > > ---Begin make.conf--- > > USE_PACKAGE_DEPENDS=3Dyes > > BATCH=3Dyes > > WRKDIRPREFIX=3D/wrkdirs > > PORTSDIR=3D/usr/ports > > PACKAGES=3D/packages > > DISTDIR=3D/distfiles > > #### /usr/local/etc/poudriere.d/freebsd-r292778-make.conf #### > > WITH_PKGNG=3Dyes # Only required for versions before 10.0 > > CC=3Dclang # Highly recommended over GCC, > > CXX=3Dclang++ # but only needed for 8.X and 9.X > > CPP=3Dclang-cpp # since it's the default in 10.0 > > MASTER_SITE_BACKUP?=3D \ > > http://ftp2.us.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR/} > > # > > # from aurora: > > # > > # WITHOUT_PKGNG=3Dyes > > # WITH_NEW_XORG=3Dyes > > WITHOUT_HAL=3Dyes > > # CFLAGS=3D"" > > # > > # NO_IGNORE=3Dyes > > # From: Chris Rees > > # CC: freebsd-ports@freebsd.org > > # Date: Sat, 23 Aug 2014 14:19:24 +0100 > > # better is: > > DISABLE_LICENSES=3Dyes > > # > > # > > # added 20130612 guru > > # CPUTYPE?=3Dpentium3 > > SENDMAIL_CFLAGS=3D-I/usr/local/include/sasl -DSASL > > SENDMAIL_LDFLAGS=3D-L/usr/local/lib > > SENDMAIL_LDADD=3D-lsasl2 > > # > > # not used until now: > > # FETCH_BEFORE_ARGS=3D-p4 -T 10 > > # OPTIONS_UNSET=3D DEBUG HELP STATIC GNUTLS DOCS EXAMPLES IPV6 \ > > # MANPAGES PTH IDN LIBIDN NLS DBUS SOUND ALSA PULSEAUDIO > > \ # DOCBOOK CUPS TESTS HTMLDOCS BONJOUR GSSAPI APIDOCS > > # > > ### MAVEN_OPTS=3D'-Xmx1024m -XX:MaxPermSize=3D512m' > > ### JAVA_OPTS=3D'-Xms512m -Xmx1024m' > > # JAVA_OPTS=3D'-J-XX:+UseCompressedClassPointers -Xms512m -Xmx1024m' > > JAVA_OPTS=3D'-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m' > > # > > # muttprint > > # > > print_muttprint_SET=3DCUPS > > # how to set PAPERSIZE=3Da4 ??? > > DISABLE_MAKE_JOBS=3Dpoudriere > > ---End make.conf--- > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > > > .... > > > > (3860 lines deleted) > > > > > > > > [2643/3947] Linking CXX shared library lib/libclangTidy.so.3.7.1 > > [2644/3947] Creating library symlink lib/libclangTidy.so.3.7 > > lib/libclangTidy.so [2645/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/ArgumentCommentCheck.cpp.o > > [2646/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/AssertSideEffectCheck.cpp.o > > [2647/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/AssignOperatorSignatureCheck.cpp.o > > [2648/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/BoolPointerImplicitConversionCheck.cpp.o > > [2649/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/InaccurateEraseCheck.cpp.o > > [2650/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/InefficientAlgorithmCheck.cpp.o > > [2651/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/MacroParenthesesCheck.cpp.o > > [2652/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/MacroRepeatedSideEffectsCheck.cpp.o > > [2653/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/NoexceptMoveConstructorCheck.cpp.o > > [2654/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/StaticAssertCheck.cpp.o > > [2655/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/MiscTidyModule.cpp.o > > [2656/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/SwappedArgumentsCheck.cpp.o > > [2657/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/UndelegatedConstructor.cpp.o > > [2658/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/UnusedRAIICheck.cpp.o > > [2659/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/UniqueptrResetReleaseCheck.cpp.o > > [2660/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.= dir/UseOverrideCheck.cpp.o > > [2661/3947] Linking CXX shared library > > lib/libclangTidyMiscModule.so.3.7.1 [2662/3947] Creating library > > symlink lib/libclangTidyMiscModule.so.3.7 > > lib/libclangTidyMiscModule.so [2663/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/BracesAroundStatementsCheck.cpp.o > > [2664/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/ContainerSizeEmptyCheck.cpp.o > > [2665/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/ElseAfterReturnCheck.cpp.o > > [2666/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/FunctionSizeCheck.cpp.o > > [2667/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/NamedParameterCheck.cpp.o > > [2668/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/NamespaceCommentCheck.cpp.o > > [2669/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/ReadabilityTidyModule.cpp.o > > [2670/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/RedundantStringCStrCheck.cpp.o > > [2671/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/RedundantSmartptrGetCheck.cpp.o > > [2672/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/ShrinkToFitCheck.cpp.o > > [2673/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyRead= abilityModule.dir/SimplifyBooleanExprCheck.cpp.o > > [2674/3947] Linking CXX shared library > > lib/libclangTidyReadabilityModule.so.3.7.1 [2675/3947] Creating > > library symlink lib/libclangTidyReadabilityModule.so.3.7 > > lib/libclangTidyReadabilityModule.so [2676/3947] Building CXX > > object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/AvoidCStyleCastsCheck.cpp.o > > [2677/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/ExplicitConstructorCheck.cpp.o > > [2678/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/ExplicitMakePairCheck.cpp.o > > [2679/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/GlobalNamesInHeadersCheck.cpp.o > > [2680/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/GoogleTidyModule.cpp.o > > [2681/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/IntegerTypesCheck.cpp.o > > [2682/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/MemsetZeroLengthCheck.cpp.o > > [2683/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/OverloadedUnaryAndCheck.cpp.o > > [2684/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/StringReferenceMemberCheck.cpp.o > > [2685/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/TodoCommentCheck.cpp.o > > [2686/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/UnnamedNamespaceInHeaderCheck.cpp.o > > [2687/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleMod= ule.dir/UsingNamespaceDirectiveCheck.cpp.o > > [2688/3947] Linking CXX shared library > > lib/libclangTidyGoogleModule.so.3.7.1 [2689/3947] Creating library > > symlink lib/libclangTidyGoogleModule.so.3.7 > > lib/libclangTidyGoogleModule.so [2690/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/= HeaderGuard.cpp.o > > [2691/3947] Linking CXX shared library > > lib/libclangTidyUtils.so.3.7.1 [2692/3947] Creating library symlink > > lib/libclangTidyUtils.so.3.7 lib/libclangTidyUtils.so [2693/3947] > > Building CXX object > > tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.= dir/HeaderGuardCheck.cpp.o > > [2694/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.= dir/IncludeOrderCheck.cpp.o > > [2695/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.= dir/TwineLocalCheck.cpp.o > > [2696/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.= dir/LLVMTidyModule.cpp.o > > [2697/3947] Linking CXX shared library > > lib/libclangTidyLLVMModule.so.3.7.1 [2698/3947] Creating library > > symlink lib/libclangTidyLLVMModule.so.3.7 > > lib/libclangTidyLLVMModule.so [2699/3947] Building CXX object > > tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/Clang= TidyMain.cpp.o > > [2700/3947] Linking CXX executable bin/clang-tidy /usr/bin/ld: > > warning: libclangLex.so.3.7, needed by lib/libclangAST.so.3.7.1, > > not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangFrontend.so.3.7, needed by lib/libclangTidy.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangRewrite.so.3.7, needed by lib/libclangTidy.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSema.so.3.7, needed by lib/libclangTidy.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangStaticAnalyzerCore.so.3.7, needed by > > lib/libclangTidy.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: > > libclangStaticAnalyzerFrontend.so.3.7, needed by > > lib/libclangTidy.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, > > needed by lib/libclangTidy.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangTidyUtils.so.3.7, needed > > by lib/libclangTidyLLVMModule.so.3.7.1, not found (try using -rpath > > or -rpath-link) /usr/bin/ld: warning: libclangDriver.so.3.7, needed > > by lib/libclangTooling.so.3.7.1, not found (try using -rpath or > > -rpath-link) [2701/3947] Building CXX object > > tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/Query.cpp= .o > > [2702/3947] Building CXX object > > tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/QueryPars= er.cpp.o > > [2703/3947] Linking CXX shared library lib/libclangQuery.so.3.7.1 > > [2704/3947] Creating library symlink lib/libclangQuery.so.3.7 > > lib/libclangQuery.so [2705/3947] Building CXX object > > tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/PPTrace.cpp.o > > [2706/3947] Building CXX object > > tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/Cla= ngQuery.cpp.o > > [2707/3947] Linking CXX executable bin/clang-query /usr/bin/ld: > > warning: libclangLex.so.3.7, needed by lib/libclangAST.so.3.7.1, > > not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangDriver.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangEdit.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangParse.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSema.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSerialization.so.3.7, needed by > > lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed > > by lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by > > lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, needed > > by lib/libclangTooling.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, > > needed by lib/libclangTooling.so.3.7.1, not found (try using -rpath > > or -rpath-link) [2708/3947] Building CXX object > > tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/PPCallbacksTra= cker.cpp.o > > [2709/3947] Linking CXX executable bin/pp-trace /usr/bin/ld: > > warning: libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.7.1, > > not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangDriver.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangEdit.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangParse.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSema.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSerialization.so.3.7, needed by > > lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed > > by lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by > > lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangASTMatchers.so.3.7, > > needed by lib/libclangTooling.so.3.7.1, not found (try using -rpath > > or -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, > > needed by lib/libclangTooling.so.3.7.1, not found (try using -rpath > > or -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, > > needed by lib/libclangTooling.so.3.7.1, not found (try using -rpath > > or -rpath-link) [2710/3947] Building CXX object > > tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/Tool= Template.cpp.o > > [2711/3947] Linking CXX executable bin/tool-template /usr/bin/ld: > > warning: libclangLex.so.3.7, needed by lib/libclangAST.so.3.7.1, > > not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMCore.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libLLVMMC.so.3.7, needed by lib/libclangBasic.so.3.7.1, not found > > (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangDriver.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangEdit.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangParse.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSema.so.3.7, needed by lib/libclangFrontend.so.3.7.1, not > > found (try using -rpath or -rpath-link) /usr/bin/ld: warning: > > libclangSerialization.so.3.7, needed by > > lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libLLVMBitReader.so.3.7, needed > > by lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libLLVMOption.so.3.7, needed by > > lib/libclangFrontend.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangRewrite.so.3.7, needed > > by lib/libclangTooling.so.3.7.1, not found (try using -rpath or > > -rpath-link) /usr/bin/ld: warning: libclangToolingCore.so.3.7, > > needed by lib/libclangTooling.so.3.7.1, not found (try using -rpath > > or -rpath-link) [2712/3947] Generating html Sphinx documentation > > for clang into > > "/wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html" > > =3D=3D=3D=3D>> Killing timed out build after 86400 seconds =3D=3D=3D=3D= >> Cleaning > > up wrkdir =3D=3D=3D> Cleaning for llvm37-3.7.1_2 FAILED: > > cd /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs > > && /usr/local/bin/sphinx-build -b html > > -d /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/_doctre= es > > -q /wrkdirs/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/docs= /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html > > > > Exception occurred: > > File "/usr/local/lib/python2.7/genericpath.py", line 62, in > > getmtime return os.stat(filename).st_mtime > > OSError: [Errno 2] No such file or directory: > > '/wrkdirs/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/docs/R= eleaseNotes.rst' > > The full traceback has been saved in /tmp/sphinx-err-1UMMZi.log, if > > you want to report the issue to the developers. Please also report > > this if it was a user error, so that a better error message can be > > provided next time. A bug report can be filed in the tracker at > > . Thanks! ninja: build > > stopped: subcommand failed. *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/devel/llvm37 > > =1B[1;33m=3D=3D=3D=3D>>=1B[0;0m =1B[1;33mWarning: Leftover processes: > > =1B[0;0mUSER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME > > COMMAND build of devel/llvm37 ended at Mon May 2 22:27:28 CEST 2016 > > build time: 24:19:52 > > !!! build failure encountered !!! >=20 >=20 From owner-freebsd-ports@freebsd.org Tue May 3 09:26:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFC4EB29441 for ; Tue, 3 May 2016 09:26:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BEA1318D9 for ; Tue, 3 May 2016 09:26:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BE004B2943F; Tue, 3 May 2016 09:26:22 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDB09B2943E for ; Tue, 3 May 2016 09:26:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) 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 B207B18D8 for ; Tue, 3 May 2016 09:26:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u439QMM5030038 for ; Tue, 3 May 2016 09:26:22 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u439QMgm030037; Tue, 3 May 2016 09:26:22 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201605030926.u439QMgm030037@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, 3 May 2016 09:26:22 +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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 09:26:22 -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 ------------------------------------------------+-----------------+------------ devel/ace | 6.3.3 | 6.3.4 ------------------------------------------------+-----------------+------------ games/py-mnemosyne | 2.3.5 | 2.3.6 ------------------------------------------------+-----------------+------------ print/cups-cloud-print | 20140814.3 | 20160502 ------------------------------------------------+-----------------+------------ 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 May 3 12:46:32 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23290B2B0F9 for ; Tue, 3 May 2016 12:46:32 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBF031E5D for ; Tue, 3 May 2016 12:46:31 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [89.204.139.183] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1axZiW-0004MR-RK for freebsd-ports@freebsd.org; Tue, 03 May 2016 14:46:21 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u43CkGO1004345 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 3 May 2016 14:46:16 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u43CkFQM004344 for freebsd-ports@freebsd.org; Tue, 3 May 2016 14:46:15 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Tue, 3 May 2016 14:46:15 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds Message-ID: <20160503124615.GA4298@c720-r292778-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <20160503083405.GA2970@c720-r292778-amd64> <572865F4.5060302@sorbs.net> <20160503101144.39709cb1@raksha.tavi.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160503101144.39709cb1@raksha.tavi.co.uk> X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.139.183 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 12:46:32 -0000 El día Tuesday, May 03, 2016 a las 10:11:44AM +0100, Bob Eager escribió: > I was forced to build llvm37 without documentation. It worked then. My poudriere oven at home is a Dell M4400 with 2 CPUs and 4 GB RAM. I have built devel/llvm37 right now outside of poudriere in some VM on the same system as the jail, but DOCS disabled. The build of the the package took around 90 minutes. The VM has only 3 GB RAM. I'm now a bit confused. I will re-run the single port in my poudriere oven, as well with DOCS disabled, and report back. matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 ¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA! My Lord, give us back the problems of yesterday, those we have had in the GDR. From owner-freebsd-ports@freebsd.org Tue May 3 12:53:07 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19474B2B33B for ; Tue, 3 May 2016 12:53:07 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (mail.sorbs.net [67.231.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8F11298 for ; Tue, 3 May 2016 12:53:06 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8; format=flowed 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 <0O6L00H1VQSLOU00@hades.sorbs.net> for freebsd-ports@freebsd.org; Tue, 03 May 2016 06:00:22 -0700 (PDT) Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds To: Matthias Apitz , freebsd-ports@freebsd.org References: <20160503083405.GA2970@c720-r292778-amd64> <572865F4.5060302@sorbs.net> <20160503101144.39709cb1@raksha.tavi.co.uk> <20160503124615.GA4298@c720-r292778-amd64> From: Michelle Sullivan Message-id: <57289F2F.8020206@sorbs.net> Date: Tue, 03 May 2016 14:53:03 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 In-reply-to: <20160503124615.GA4298@c720-r292778-amd64> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 12:53:07 -0000 Matthias Apitz wrote: > El día Tuesday, May 03, 2016 a las 10:11:44AM +0100, Bob Eager escribió: > >> I was forced to build llvm37 without documentation. It worked then. > My poudriere oven at home is a Dell M4400 with 2 CPUs and 4 GB RAM. I > have built devel/llvm37 right now outside of poudriere in some VM on the same > system as the jail, but DOCS disabled. The build of the the package took > around 90 minutes. The VM has only 3 GB RAM. FYI I was on 4G RAM - went to 10G.. thought I'd gone with no Docs but checking my global make.conf for each jail it appears I didn't. Michelle > > I'm now a bit confused. > > I will re-run the single port in my poudriere oven, as well with DOCS > disabled, and report back. > > matthias -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@freebsd.org Tue May 3 14:15:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC520B2A9B2 for ; Tue, 3 May 2016 14:15:02 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8DD51FEA for ; Tue, 3 May 2016 14:15:02 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mail-qg0-x22b.google.com with SMTP id f74so8717225qge.2 for ; Tue, 03 May 2016 07:15:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohlste-in.20150623.gappssmtp.com; s=20150623; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=FkYDttnux9EAJArjoX1wbz/OcLbIR1SlwEbvGx4YEQ4=; b=gds1G3LrXT0VdboAZcw118nP6nxwcgbkU4rljlU5ZyMWRJxlYmSqeHAvJNLg3yOUKi p+DyGM5sy54IvmUKx31jqhg1XOnNk7X5vt5QMjzTdrhUpOTsFewmIuMbzusYNALlIb9u 5w77ZE0mBwdV+glpDfk0H1EgO8/TqQfAADMKF6Jct7e7N9TGp+hZmej7l2oFYgFArTHI K6A5LbMPTZLAYomiES44YRMbUrY1iIjY091a0CZGUzkH4iQjD6174H+VeVWWMfR9oPye 22MaELdhRjzfI8m+LJyrS+EEEQZIPuVfcbXBnQq0l2WPHwCy4zswHmApskcXAbiQPIta lcyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=FkYDttnux9EAJArjoX1wbz/OcLbIR1SlwEbvGx4YEQ4=; b=bxAk5tsHB3hwMyCX2Z1dVX1YK/agdTl54fcSgicEGm0TlJTnkD5L8ThTQ8bSjrKogx 7fZhugKBUOippdLuHIMGznwrX4Nsx42JxtYjixkI/9NI9hMlbj9/jlvrEM5tDjhZTClu 7r++7D7NY0GlncDxDFEHzGLAptTLiBwcFD+nMUuQnQijgNeGM9AQ5ET3BTR5fQTCsONg Mp9q/9ln8/ykxmEBKXhFHPVoCY8PoKrd4gMu+LVk/XTOz1JAKN+DIk4IcB8Fu5CGEPfc B7zNkskTskSkZ7Pzy99DC5OgVRmYjfLug5h8pmGH1JYB1B+BLHuG5sFdS1zZejwMnpSp 6Uog== X-Gm-Message-State: AOPr4FUvYjN5LUOi0s+YkV4mhvF3IDVB2D1zvLxJtbNgTtgvsG/pGvHXHcl88Jtx53j63A== X-Received: by 10.140.145.82 with SMTP id 79mr2808470qhr.95.1462284901735; Tue, 03 May 2016 07:15:01 -0700 (PDT) Received: from [192.168.1.18] (pool-96-249-243-37.nrflva.fios.verizon.net. [96.249.243.37]) by smtp.googlemail.com with ESMTPSA id x6sm1150395qka.16.2016.05.03.07.14.59 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 May 2016 07:15:00 -0700 (PDT) To: FreeBSD Ports ML From: Jim Ohlstein Subject: PHP Download site Message-ID: <5728B25E.5080005@ohlste.in> Date: Tue, 3 May 2016 10:14:54 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 14:15:03 -0000 Hello, I'm upgrading lang/php56 this morning using poudriere and we're still in the "fetch" phase after almost ten minutes. Looking at the log, it is fetching from http://de.php.net/. I've noticed this same slowness before as well with php70 being downloaded from Germany. Is there a reason for this default, especially where it is so slow? -- Jim Ohlstein "Never argue with a fool, onlookers may not be able to tell the difference." - Mark Twain From owner-freebsd-ports@freebsd.org Tue May 3 14:43:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F24A9B2B1DF for ; Tue, 3 May 2016 14:43:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (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 746FD1F2B for ; Tue, 3 May 2016 14:43:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id ED1BF2B51 for ; Tue, 3 May 2016 14:42:56 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/ED1BF2B51; dkim=none; dkim-atps=neutral Subject: Re: PHP Download site To: freebsd-ports@freebsd.org References: <5728B25E.5080005@ohlste.in> From: Matthew Seaman Message-ID: Date: Tue, 3 May 2016 15:42:50 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <5728B25E.5080005@ohlste.in> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="UAph4ce9hchKOOWudRD5mQc1XKR0QR38O" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 14:43:02 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UAph4ce9hchKOOWudRD5mQc1XKR0QR38O Content-Type: multipart/mixed; boundary="MouHF3nSocFL15T4HPeLkCgVlkV2tdFgc" From: Matthew Seaman To: freebsd-ports@freebsd.org Message-ID: Subject: Re: PHP Download site References: <5728B25E.5080005@ohlste.in> In-Reply-To: <5728B25E.5080005@ohlste.in> --MouHF3nSocFL15T4HPeLkCgVlkV2tdFgc Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 03/05/2016 15:14, Jim Ohlstein wrote: > I'm upgrading lang/php56 this morning using poudriere and we're still i= n > the "fetch" phase after almost ten minutes. Looking at the log, it is > fetching from http://de.php.net/. I've noticed this same slowness befor= e > as well with php70 being downloaded from Germany. >=20 > Is there a reason for this default, especially where it is so slow? This used to be a much more common occurrence before the widespread prevalence of CDNs with points of presence all round the world. Seems PHP has not (yet) jumped on that bandwagon. There's a number of things you can add to /etc/make.conf to help speed things up. Try: MASTER_SORT=3D .in which means 'prefer sites which are in .in' (yes, I know you aren't physically in India: just choose a country close to where you actually are...) Or this: RANDOMIZE_MASTER_SITES=3D yes which means shuffle the list of download sites randomly Or this: MASTER_SITE_FREEBSD=3D yes which means initially, ignore the official download sites, and always go try the FreeBSD distfiles mirror at first. Those may be more or less effective at speeding up your download depending on exactly on where you're downloading from and where your downloading to. You'll have to experiment. If you only want to apply this sort of thing to a specific port, use the form: =2Eif ${.CURDIR:M*portname} RANDOMIZE_MASTER_SITES=3D yes =2Eendif Cheers, Matthew --MouHF3nSocFL15T4HPeLkCgVlkV2tdFgc-- --UAph4ce9hchKOOWudRD5mQc1XKR0QR38O Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXKLjwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATOYIP/j++k4b4NnrotY7e8ull7umf uXHNL4e/BVT9XVDOVcEu+ML2jindstXEqoEMwcCMSII3JKJPjksCgHTu2CDwhUc7 dOvo0Wk4q0mINknOFV07BY9DRQ4vH/yXOYKFvnMs2YU2cQglnvOqEOTiZpjD4CVQ gf1PI+HOg74vO8us7xgm/t5rImfGGWfORtQ4whpMiDwwds0OpakRNOwSnfnU3IV/ IGsG5F6kX8AjnrUMdMy/Jc/nbCxR9kN57ok/OA7c7PFAETOMcu/hJUEaLaNDELIf vfqNdzGv3wDYFYgaIxPnWl79be/zIyFxoDltAJefIxWiv/sq6BKMomZM/Ow5svH1 OQNS0itoTmM80tuMJlT3MJq04D2IAbSivE15SbK1dS5xbPkymM8V2jyPnqwaTyXA 1mEh6viikwVMwT2Cw7Vxu2LEC0RAMWISZemRGEyjYGPheX2L8zLr3M3pp34k72ud GrPms5/ZphvF+WRrmJpejoIITvtlTFugPCftri+bAFO+MVKD2Xfk/ioOBDBPwQK0 ydBFpWFTsMl1N+3XhNh7mE107PzpQ8NCxuMTB3bbi+wqxVRlNQwZM00FkRAp0Uiv hrFp8uFXNxxnu4EPSSwN5WUH4NTwqavXufdY1wLqvnEf1NySvwobW9CeT/FaX+8Y VrHRI6Ug0Lw+eztNW8n2 =fds+ -----END PGP SIGNATURE----- --UAph4ce9hchKOOWudRD5mQc1XKR0QR38O-- From owner-freebsd-ports@freebsd.org Tue May 3 16:33:58 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66455B2B094 for ; Tue, 3 May 2016 16:33:58 +0000 (UTC) (envelope-from RyanK@onlinedatacorp.info) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1BC1C9C for ; Tue, 3 May 2016 16:33:58 +0000 (UTC) (envelope-from RyanK@onlinedatacorp.info) Received: by mailman.ysv.freebsd.org (Postfix) id 4D6DEB2B093; Tue, 3 May 2016 16:33:58 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D073B2B092 for ; Tue, 3 May 2016 16:33:58 +0000 (UTC) (envelope-from RyanK@onlinedatacorp.info) Received: from mx1.supremebox.com (mx1.supremebox.com [198.23.53.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE381C9A for ; Tue, 3 May 2016 16:33:57 +0000 (UTC) (envelope-from RyanK@onlinedatacorp.info) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=onlinedatacorp.info; s=default; h=Content-Type:MIME-Version:Message-ID:Date:Subject:In-Reply-To:References:To:From; bh=oQ8J6cFnPyjYfVOiaX4djThThh3Wodo9y9TT0OIMy1M=; b=T9kknPS2RDG5oxqX3p4OPewnckCtGSwt/NjtvzUrKSGCpRlFzJxC0emINN8Nzsbl/ZUfmj+6YPggSrGqXI6CdfsgSe9eXddvAVjjBiBW3dGxOlkD+VxkSTDWgFD9JCrG+cpMYnwH6q8cnsBuUXOqMHvWUsPX6Q9xRalT+1q7wds=; Received: from [106.51.143.115] (helo=SN16) by mx1.supremebox.com with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1axdGh-0002AN-EV for ports@freebsd.org; Tue, 03 May 2016 16:33:57 +0000 From: "Ryan Kelley " To: References: In-Reply-To: Subject: Linux Users List Date: Tue, 3 May 2016 11:33:50 -0500 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdGlVxkulxD7SpUFQpeeJmNDLnnhQAAAZgWQAAAAKcAAAAAPsAAAAA/gAAAAEQAAAAAPYAAAAA+QAAAAEcAAAAAR8AAAABDgAAAAEkAAAAARQA== Content-Language: en-us X-Sender-Ident-agJab5osgicCis: RyanK@onlinedatacorp.info Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 16:33:58 -0000 Hi, I hope this note finds you well. Would you be interested in Linux Users List 2016 ? We have assisted Linux Partners grow their revenue with our verified Linux Users data and Competitors Lists 2016. You can reach decision makers via opt-in email, phone, direct mail for your email marketing, tele-marketing, appointment setting, lead generation campaigns, etc.? Oracle Linux Support Users list Oracle Linux Hardware Certification Users List Oracle Linux and Oracle VM Validated Configurations Users List Oracle Linux Blog Users List Oracle Linux Technology Center Email List Oracle Linux Training Users List Oracle OpenStack for Oracle Linux Users List Oracle VM Users List Oracle VM Virtual Box Users List Competitors Lists: Microsoft, Apple, Acorn, Amiga, IBM , Apollo, UNIX, Micrium, MontaVist, NCR, Novell, Quadros, SCO etc. Please let me know if you are interested to review the counts and discuss this over a quick call. Regards, Ryan Kelley Marketing Consultant Note: To Unsubscribe please mention the same in the subject line. From owner-freebsd-ports@freebsd.org Tue May 3 17:54:28 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D466CB2CD4B for ; Tue, 3 May 2016 17:54:28 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B3BD31663 for ; Tue, 3 May 2016 17:54:28 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id AF6D8B2CD4A; Tue, 3 May 2016 17:54:28 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF0E7B2CD49 for ; Tue, 3 May 2016 17:54:28 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76D13165F; Tue, 3 May 2016 17:54:28 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ig0-x22f.google.com with SMTP id s8so26844537ign.0; Tue, 03 May 2016 10:54:28 -0700 (PDT) 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; bh=wMKS3qoy46MEA1xhjB6hH2l6SVs23sRZcuPREBQmUs4=; b=nnbdewOhB/B9klRPiiqWtx8G8e59TxuKpalW1wpbymgdn6/UKSOFbkI+cf4lk717au 1GYDcls3vvJTTLbNb/dmmO1cpYXG5e0qw7I/gyc+Ju9dwiD0DiA0IGbtUwy14CLg1Isj mAljPeANCHoU+2Bq19ayUV1R72fUsYrOK3U3HZO0AkNmh/u+GN1iA1fC1JNGerYBvXia E3P0beNMJsmFltG64bu+logxudA2eY43u3sH0HZUP+J0RrKdr5TipGZzu9ndzjzH4dHw frEqYbfOKTGSsEx5/AoGc2M6zgrnShNTCWUoHIurj9W32Vb5CiKFU933Add8y2z3R6Pd ymbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=wMKS3qoy46MEA1xhjB6hH2l6SVs23sRZcuPREBQmUs4=; b=gKq6QtHHj/0R/Z9NbjVly07KMaa9+lnYzQGxn0qoVqepO84uH7Ml/0SBWpMakEwSM4 G5ImjRBQPmvUvD56XX5gFDBVCtCxfMCgzePbqxeySgFUayYmFrk8CqOSo1K9lqpGZW9b paeIcAIHddqOGhdg3EXleV2+lE2bQaWnZLw+6V2BFsCP/ZiBdPjtTI4vv2Lpo7dmrqFS 64A+LxjFpOCR2x6T1MYrGGB73fqddR9h5puEx+22e0nIxtOq129a/aMGapm6da/r4Phu EnYmbn9e4e3EWhE1s3OiJxGLQBknxceAGft+1N4snBgbXkzxG8ueIDWOqJOBP3gBrKZl mg9w== X-Gm-Message-State: AOPr4FWkM9lD9v+NZvwCl3F4Q3UsWTlPugZF8i5S1IA3K/mUybBjwnJbdiObs5w3q/IOL1SNv6IlvOdbVjEfEQ== MIME-Version: 1.0 X-Received: by 10.50.3.73 with SMTP id a9mr17915879iga.22.1462298067778; Tue, 03 May 2016 10:54:27 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.79.35.217 with HTTP; Tue, 3 May 2016 10:54:27 -0700 (PDT) In-Reply-To: <1FAFDF989841D03604BB448B@atuin.in.mat.cc> References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> Date: Tue, 3 May 2016 10:54:27 -0700 X-Google-Sender-Auth: kZC5YWYm5YhpP_0II2iRa2jr1jU Message-ID: Subject: Re: old ports/packages From: Kevin Oberman To: Mathieu Arnold Cc: Julian Elischer , Julian Elischer , "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 17:54:28 -0000 On Mon, May 2, 2016 at 11:31 PM, Mathieu Arnold wrote: > > > +--On 3 mai 2016 12:02:13 +0800 Julian Elischer > wrote: > | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > |> +--On 2 mai 2016 18:39:57 +0800 Julian Elischer > |> wrote: > |> | Hi guys, > |> | > |> | ok so I see: > |> | > |> | 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg > |> | > |> | > |> | So now how do enterprises maintaining appliances etc. generate > packages > |> | for old systems? > |> > |> There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ > |> that gives you the last version to support pkg_install. Anything after > |> that will not work with it. At all. > |> > | I'm not looking to produce old packages of the ports tree.. I know the > | ports crew would hate me for that. > | > | What I object to is not having the tools needed to generate MY OWN > | PACKAGES in ports. > > You can generate your own packages from the ports tree, just not with > pkg_install, it was deprecated three or four years ago, and remove 19 > months ago. > The best way to generate packages is with ports-mgmt/poudriere, it will > generate a very nice pkg repository. > > -- > Mathieu Arnold You might also look at ports-mgmt/synth. It is far simpler than poudriere. While lacking any of the enterprise capabilities of poudriere, it is a simple tool to support a modern, local pkg repository of packages for distribution or to support locally modified ports or ports that need to be built with non-standard options. >From synth(1): " The synth program is an advanced concurrent ports building tool aimed at system administrators that prefer or require the building of packages from source rather than installing official binary packages. synth will build packages in a clean environment exactly mirrors the system that they are built on, it will create local package repositories and install pkg(8) repository configuration file that causes locally built packages to be used with the highest priority, all while allowing the system to fully upgraded with a single command." Its major issue with some is that it is written in Ada, but I just install the package for synth and never bother with building the Ada compiler. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Tue May 3 20:40:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BC6B2CF62 for ; Tue, 3 May 2016 20:40:17 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 57D471B7E for ; Tue, 3 May 2016 20:40:17 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 185E95A9F0E; Tue, 3 May 2016 20:40:10 +0000 (UTC) Date: Tue, 3 May 2016 20:40:10 +0000 From: Brooks Davis To: Matthias Apitz , freebsd-ports@freebsd.org Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds Message-ID: <20160503204009.GC34842@spindle.one-eyed-alien.net> References: <20160503083405.GA2970@c720-r292778-amd64> <572865F4.5060302@sorbs.net> <20160503101144.39709cb1@raksha.tavi.co.uk> <20160503124615.GA4298@c720-r292778-amd64> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NKoe5XOeduwbEQHU" Content-Disposition: inline In-Reply-To: <20160503124615.GA4298@c720-r292778-amd64> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 20:40:17 -0000 --NKoe5XOeduwbEQHU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 03, 2016 at 02:46:15PM +0200, Matthias Apitz wrote: > El d??a Tuesday, May 03, 2016 a las 10:11:44AM +0100, Bob Eager escribi??: >=20 > > I was forced to build llvm37 without documentation. It worked then. >=20 > My poudriere oven at home is a Dell M4400 with 2 CPUs and 4 GB RAM. I > have built devel/llvm37 right now outside of poudriere in some VM on the = same > system as the jail, but DOCS disabled. The build of the the package took > around 90 minutes. The VM has only 3 GB RAM. >=20 > I'm now a bit confused.=20 >=20 > I will re-run the single port in my poudriere oven, as well with DOCS > disabled, and report back. 3GB is likely enough if nothing else is going on and you're not presenting more than one virtual CPU. With two CPUs and other builds going on, you're likely swapping which is going to hurt even more in a vm. You might consider turning off OPTIONS you don't need beyond doc (in particular LLDB is large and hard for our ancient linker to link). -- Brooks P.S. build time on a lightly loaded 24-core machine with SSD and 256GB of RAM exceeds 10 minutes and performs several GB of disk IO so taking more than a day seems long, but not completely implausible on your system. --NKoe5XOeduwbEQHU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXKQypAAoJEKzQXbSebgfAiq0IAJTtKiPKTcMQdXmt2wgYAfF8 1GOVN6jzmwG8x6luk8n7LNgV0aYUs1+i0YgYUlGWymrJGDJJjKMGvDLU7AvgcljK 7CPJI1Pvg75IP/1Pd9OE2lPWxRm6ltuRtbuE5Nv1E/7r11lDLe7Xi/Nx59GaFluI yIOB8ulayzeOP8w3K0PFWG77wn12EwFmiKQS5Qn0MwRrF+95Hg6kzGjEtIDPTrBC WT/RI6/T2iadVdT0qtbXfa551SkLg89z4e5h0dWnSnBGaITrZUAIhglrQIvPzSfn 3zSKP/3dSDoCOUDLbdmZGUE/RJL7D5MycSO5hOhsy/Z1khIqYzoaNZISihhd27o= =R8lu -----END PGP SIGNATURE----- --NKoe5XOeduwbEQHU-- From owner-freebsd-ports@freebsd.org Wed May 4 00:28:16 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1279CB2BA16 for ; Wed, 4 May 2016 00:28:16 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id EC67E1B0D for ; Wed, 4 May 2016 00:28:15 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mailman.ysv.freebsd.org (Postfix) id EB8F7B2BA14; Wed, 4 May 2016 00:28:15 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB31DB2BA12 for ; Wed, 4 May 2016 00:28:15 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B48741B0C for ; Wed, 4 May 2016 00:28:15 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mail-wm0-x22f.google.com with SMTP id n129so167784159wmn.1 for ; Tue, 03 May 2016 17:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:date:message-id:subject:from:to; bh=/fAe/pnx36LUxvEV0KyavsSFIrW5YfCr0rZcWDNqnOs=; b=ZmLvS28XQ6BOWGg2gZ5Qk4VH2y3kjjMLqYdaXLQqidGo2otEydgKrA82p/H7i6RgV1 2v9Gk2WTkv0GJvSRIlQnpSmkRClpz0bIUbceVj7dQAnmWDEAQXy5DatmT7+msstUmBjI XxrtOmXGCOH1dLFc6LpJY3xhvl/8/a1XQvXLg= 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; bh=/fAe/pnx36LUxvEV0KyavsSFIrW5YfCr0rZcWDNqnOs=; b=NfvX5szfHB+TUgjbCv3cDFcHN1v6mbJlLvn+d3nhR5b0MLyYSxWzwui9b6rSo98sr8 sgcGPWuNJUYGcxbaNsJMxQwdHKY5dnQUdEHIO7bzzJa6C7xfT1GlOPm5LJ2QtQVwLX5G T4C3tB2k5IZ27qFmxZyLdIK1yfshUINzvr2J/HKguvVdE2Rdk05MUBaGrvnfYlBdN9QA MAxNr1DgtY4fN+DBUwKzkTVHMJ0w3q2cUTPMbBO/oheXgrRmJGTQ867LV4OxV18kRhmo 2KkvU7AmEqzkk9xozPOsWUqzQpbHL4AmsYrqlEIpHnLDyUfCoFTuZKRR6s81iY5cliYT sjtw== X-Gm-Message-State: AOPr4FVwWKV4Qqna8dYRW0AbjKz813B7Pf+i97WMWckXmOJPOLWoRJtuzxpth0kIcqaMnzkZ/Y5X82TlGBRGUQ== MIME-Version: 1.0 X-Received: by 10.28.1.143 with SMTP id 137mr5838381wmb.17.1462321692694; Tue, 03 May 2016 17:28:12 -0700 (PDT) Received: by 10.28.150.83 with HTTP; Tue, 3 May 2016 17:28:12 -0700 (PDT) Date: Tue, 3 May 2016 20:28:12 -0400 Message-ID: Subject: what for is the "gogs" UID/GID From: Vick Khera To: FreeBSD Ports List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 00:28:16 -0000 I'm checking out some git web interfaces, and I stumbled upon the registered UID/GID for "gogs" which is one of the tools I am investigating. I'm curious why there's an entry for it but no corresponding port. In fact, the only reference in all of the ports tree is just those two entries. From owner-freebsd-ports@freebsd.org Wed May 4 00:35:28 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA116B2BCF1 for ; Wed, 4 May 2016 00:35:28 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8CCDE12D3 for ; Wed, 4 May 2016 00:35:28 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 88724B2BCF0; Wed, 4 May 2016 00:35:28 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 881F7B2BCEF for ; Wed, 4 May 2016 00:35:28 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-yw0-x22f.google.com (mail-yw0-x22f.google.com [IPv6:2607:f8b0:4002:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A29012D2 for ; Wed, 4 May 2016 00:35:28 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by mail-yw0-x22f.google.com with SMTP id j74so49259852ywg.1 for ; Tue, 03 May 2016 17:35:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=PfrG1kr5IpAzv2hyNJ116LPH5OgM4m6MZ8jJeuo3jpQ=; b=VrERVdNbZNRhWTBphZoAD6/IlDMTH6VNZLXuWCIVOzcOw/bEvzCIncU88yzKrxqQsw F8jAUAU4C2jqseVVvc4Z30Sl32sXxQ8NlFmnsntiRB/y0tyUW5eBIEQdEgU7UD8H/H/g A//KNul1KqvW0N6Guo6gO4RvYNczoY1eDdXIeOMHVm/PNmt46Rhmgk5sLir0Lqabe2T4 aCqrOxv4Y1j9pX5xbFS0HdkXmXaVrRU/Z9i0e/6LXuN83dNydRCHioGBkrU4Muz9pO4P X0b1Ul/pRr+0X9rkGrm4pR67FoB1d8vEdOPnG+0qiDQSF0SiM6RvygW05K+Piky1C18k 4P/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=PfrG1kr5IpAzv2hyNJ116LPH5OgM4m6MZ8jJeuo3jpQ=; b=JsWo0NVtghIJ/H6LRuBG/u+zaqFugSidUEANV/H81v24yFxkR0WbgqNkStNxC8/7q2 q7tRGms+Sm1wHCEQT5Fw4BRH+iW5aBChf8qpjHP25xaVnIINqitHINTHU2FeMgShfHfA Hauq9/pxv5y63riytREXdw2v3uBz5WNRe1KmhQxw/ZTIVGm/O3Ulxn2vHCXPAwAMywyT sVb8e6RHilbrz3ySJ0IOCLusPY0aPpq+cP2DX9dIhaUX2N6LxqeFG1JV/8+VCwu3yfly h4A+yWaI70a0JPAywd+jt1F551TjH5fqVvDAV9eDDM3RUOu9VEoFKws4oJQAa5Tb9wPx jzEA== X-Gm-Message-State: AOPr4FXHFenE0w9BI4s1kAs1dSFUrIcZCIbtC6VnbQVYgKU41VKA/nGHvzKd3GrxcTaI6nQLpfw8cFnkFSOt8g== MIME-Version: 1.0 X-Received: by 10.159.40.131 with SMTP id d3mr3019191uad.152.1462322127513; Tue, 03 May 2016 17:35:27 -0700 (PDT) Received: by 10.176.65.98 with HTTP; Tue, 3 May 2016 17:35:27 -0700 (PDT) In-Reply-To: References: Date: Tue, 3 May 2016 20:35:27 -0400 Message-ID: Subject: Re: what for is the "gogs" UID/GID From: Jason Unovitch To: Vick Khera Cc: FreeBSD Ports List Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 00:35:28 -0000 On Tue, May 3, 2016 at 8:28 PM, Vick Khera wrote: > I'm checking out some git web interfaces, and I stumbled upon the > registered UID/GID for "gogs" which is one of the tools I am investigating. > > I'm curious why there's an entry for it but no corresponding port. In fact, > the only reference in all of the ports tree is just those two entries. > _______________________________________________ The commit message that added it was part of https://bugs.FreeBSD.org/207206 and based on that it was added for https://bugs.FreeBSD.org/205283 which has yet to be committed to the ports tree. From owner-freebsd-ports@freebsd.org Wed May 4 00:59:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204EFB2A4BF for ; Wed, 4 May 2016 00:59:05 +0000 (UTC) (envelope-from jnbek1972@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 002DF1085 for ; Wed, 4 May 2016 00:59:05 +0000 (UTC) (envelope-from jnbek1972@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id F3A1EB2A4BE; Wed, 4 May 2016 00:59:04 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3428B2A4BC for ; Wed, 4 May 2016 00:59:04 +0000 (UTC) (envelope-from jnbek1972@gmail.com) Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com [IPv6:2607:f8b0:400e:c00::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C52FF1084; Wed, 4 May 2016 00:59:04 +0000 (UTC) (envelope-from jnbek1972@gmail.com) Received: by mail-pf0-x22b.google.com with SMTP id 77so17843086pfv.2; Tue, 03 May 2016 17:59:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:date:message-id:cc:to:mime-version; bh=dlY48gRM4bfTqdBb6SD6nsKgQXvLKVDa1gRy/IDZjfc=; b=fnFZpyEz3ZJAqDz1/A+9duVCjYBEk6DT2dMQLGxaFXApl/iNa9gWNzf1GpS5Ed/ZZ6 wUBsFo59nT5z6HvGlgQC1Pcx+Dp8/FIIy83GYdXNcmDo0cdipitdsaFUIUL5sUUuYrPr LaeRXWnFbYtEmPkhFGhCu33sVJc89a4YE4gwsCim3QZZvw1PdWLmk/XKu4qNrdX6F82P 4h6DlFz2+n1X5j/l3gxcCv+zgcnQGgLkp/u/yl3+2NyIYb09SQo66geLMDud7uLXsYCr dPz3Vex2TJQ+TbBD/NMwel9QFpM0jDmb0UvtSp5mCxANlRwnpVesMO9tAlmppA3V3/fA wCjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:date:message-id:cc:to:mime-version; bh=dlY48gRM4bfTqdBb6SD6nsKgQXvLKVDa1gRy/IDZjfc=; b=ATqJn5JQOD2XvZY23mqJWfchkQFus7H/DNOmHVZOKlua49q7ggneupRYiTCPkR7smm 3dtp3Ww8EhD1LirBiijURV9/HpzBi09QuYnm4KHIpcVm462yH1O2zYks4Bt4+G41sBy/ Fg5JPG2CUyVtB/hAbiPrOIgZaiLXVGoMRw/NIyln+xKlPRm9CV96nn6vwicyDLtXpgJC WJymyAurk4FrAtv3cSalZY6tyEw+G5/29LYRgCkrsXHEkO/51jNJv+N66konhdZahIu5 Ce8i3CmPVc0Ik5vjQcblmEC57rWGJ/RAG0MP3qjmaFLrpkbn+L7B5RyHsmzSDufrID9h BQPA== X-Gm-Message-State: AOPr4FXMCNUG2p62wOsYrACl2CjJ6fuDa+8Vs2lnUmY37tSQcYZGOEYUn7IMF08/7t6S4w== X-Received: by 10.98.92.66 with SMTP id q63mr8099923pfb.21.1462323544363; Tue, 03 May 2016 17:59:04 -0700 (PDT) Received: from hraesvelgr-lappy.zoelife4u.org (107-188-145-7.slc.googlefiber.net. [107.188.145.7]) by smtp.gmail.com with ESMTPSA id z63sm983409pfb.47.2016.05.03.17.59.03 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 May 2016 17:59:03 -0700 (PDT) From: John D Jones III X-Pgp-Agent: GPGMail 2.5.2 Content-Type: multipart/signed; boundary="Apple-Mail=_E64C6044-462A-4F24-BCDF-813A6A267722"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: FreeBSD Port: uwsgi-2.0.12_1 Date: Tue, 3 May 2016 18:58:53 -0600 Message-Id: <2C2F9032-F113-4997-8791-66EB046B7745@gmail.com> Cc: ports@FreeBSD.org To: demon@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 00:59:05 -0000 --Apple-Mail=_E64C6044-462A-4F24-BCDF-813A6A267722 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 To Whom It Concerns: uwsgi offers a number of plugins aside from cgi, would it be possible to = add a make config dialog to select the different plugins available? = it=E2=80=99d be a great addition and help spread the usefulness between = uwsgi and freebsd. If you need any testing for it, please let me know. I = had tried an attempt at it myself, but all I could get it to do was = either install all of them or none=E2=80=A6 Anyways, I look forward to = hearing from you. Thanks, John D Jones III Perl Zealot / BOFH jnbek1972@gmail.com unixgeek1972@gmail.com http://www.zoelife4u.org/ Where Earth And Spirit Unite --Apple-Mail=_E64C6044-462A-4F24-BCDF-813A6A267722 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXKUlWAAoJEHHFM6lnbSotWi0H/1cD3iTEc1lBTENbsaPCdzNQ n8z5+1ytvoRSIPrMXXVMXwSsNm5uTs7iTNeMYzChjZxsEMuxAtSLSCnuac2dtuCB FT8lcuJobv1NkN2gIEZaKj/rtvvYFk7BVURedVV7GBifbDwGjrDVpiQw9YGHeZ/Z BNdYZvBzVx96e3zixJIsPGYpymvxsjEcRSU/d2Wx4Vclhp/A/l/ObzFnVwmmv9YG /hnBUANDknYab3jWnDIX/cDgAWPbeRuuGxWdVjL1pbbNRGFfZ7TZ5NFYA5JO7Aw8 odEUtCoX5pJWR6+cUFLwlO2PFbxjl1KCiS3Qu61v03tsudWGSjM7gk3fRidx0gc= =xwtS -----END PGP SIGNATURE----- --Apple-Mail=_E64C6044-462A-4F24-BCDF-813A6A267722-- From owner-freebsd-ports@freebsd.org Wed May 4 02:18:55 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6722B2CA13 for ; Wed, 4 May 2016 02:18:55 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B7E80174D for ; Wed, 4 May 2016 02:18:55 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mailman.ysv.freebsd.org (Postfix) id B3553B2CA12; Wed, 4 May 2016 02:18:55 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2FC0B2CA11 for ; Wed, 4 May 2016 02:18:55 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F279174C for ; Wed, 4 May 2016 02:18:55 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mail-qk0-x235.google.com with SMTP id r184so18067140qkc.1 for ; Tue, 03 May 2016 19:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=99EFlmRj8ch9XSBDiLH9yufSaNhN5m1omXKC9vr4VYE=; b=f13UD7ZN0a9qs0Hwoxyz3GlviuMjikD/OBuhyAfl15MnjPNAJE81jt1QCW2/wgJ65s Sanf7OGI628hHoygN8ZiDestID9RddtCbATSBkPoH/GUEzQEr40XC94DAaj3f/norIAP SZaifZd3KvJS2tTxuTDtcx4N4Az9z22EO9v6w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=99EFlmRj8ch9XSBDiLH9yufSaNhN5m1omXKC9vr4VYE=; b=hfcc6pXTZ2XTa6SB5IMirhR4/jlauASK25g4Iko5RLU+mHbalVZGcE4NwqeEpUWOpF adoQpADNNlenym2oOIn7C1p4CtwwId/zAaiwZqeQxA7LOZTJ72GijHZ7VjLXPlm4i5H9 PSjaKtKOuupBu3CG5HGCnOOHGMyCpdIxGeLA950Zi+0KFARb6PRQoy0PZFNgkjRpHjUQ wqum12T0U5RGBRDP5jBdDkjFDFjyPsyMYEa5oksCCVbvHdfC0e5b3LcPMxFAtxsHRoll i0+DodEPpp08dkH+QsPVFsZkk9wVo2YXoPjliEXDgYgs7r+YoqPbjxlkWd7s8cf0ZAJH ImUg== X-Gm-Message-State: AOPr4FVxahzvr42AHucTLJansWTQfCHy9BFgMTGOJMVvU/QrRnPcDLTzZce67kyWOnHj3g== X-Received: by 10.55.60.130 with SMTP id j124mr6287551qka.197.1462328334380; Tue, 03 May 2016 19:18:54 -0700 (PDT) Received: from [192.168.135.253] (pool-108-51-187-229.washdc.fios.verizon.net. [108.51.187.229]) by smtp.gmail.com with ESMTPSA id e11sm485766qhe.2.2016.05.03.19.18.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 May 2016 19:18:53 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: what for is the "gogs" UID/GID From: Vick Khera X-Mailer: iPad Mail (13E238) In-Reply-To: Date: Tue, 3 May 2016 22:18:52 -0400 Cc: FreeBSD Ports List Content-Transfer-Encoding: quoted-printable Message-Id: <1373DC87-B8BF-47D6-A71A-2F35059AFF0F@khera.org> References: To: Jason Unovitch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 02:18:55 -0000 Nice, thanks. I will see if I can make it build. > On May 3, 2016, at 20:35, Jason Unovitch wrote:= >=20 >> On Tue, May 3, 2016 at 8:28 PM, Vick Khera wrote: >> I'm checking out some git web interfaces, and I stumbled upon the >> registered UID/GID for "gogs" which is one of the tools I am investigatin= g. >>=20 >> I'm curious why there's an entry for it but no corresponding port. In fac= t, >> the only reference in all of the ports tree is just those two entries. >> _______________________________________________ >=20 > The commit message that added it was part of > https://bugs.FreeBSD.org/207206 and based on that it was added for > https://bugs.FreeBSD.org/205283 which has yet to be committed to the > ports tree. From owner-freebsd-ports@freebsd.org Wed May 4 05:14:37 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F556B2CEB4 for ; Wed, 4 May 2016 05:14:37 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5078E1ADD for ; Wed, 4 May 2016 05:14:37 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4FD44B2CEB3; Wed, 4 May 2016 05:14:37 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F7F7B2CEB2 for ; Wed, 4 May 2016 05:14:37 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F6D91ADB; Wed, 4 May 2016 05:14:37 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-pa0-x236.google.com with SMTP id r5so20218742pag.1; Tue, 03 May 2016 22:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-transfer-encoding :message-id:cc:from:subject:date:to; bh=elrdWrVseLx1RCHLxLL6MiptvMU8Hb5cEBjW+Q35Vok=; b=BBiP1dAnL5qoiHADVGS6zDJoD4VJC0P7Zc+qCbkr9aeMXFhRDFNP1PdaI+Wytorx9l IFPhUDV8EuLTfVUJTaYeJol1ycpWXTY0Gu45j0GrR1OERlfi1TwsPpa1QyFQxma/n0YK 5pGMNjJFICCjvvE45wIGn+0h+1Rbr54ZdCL0wuRidvu/z1A3fX2wupD6B7otzfc4tdmc 4fMx5Z//Va4kVbVrD3oIqNOYI8go0INzi9/XspqwaJkb+woe6w6d/NPP4vD/cEv54ZFl 0FnQOT1V+vDOIpCTmY1ItCWWhtdeagOPLjg+LplD5F0OB8ey5Tp4N6DnQyoX8vvYiFGA Nx0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:mime-version:in-reply-to :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=elrdWrVseLx1RCHLxLL6MiptvMU8Hb5cEBjW+Q35Vok=; b=Jxf2+pRNyNYHwwtTtOef5OlA1CRaEfBxjgByqBbFOclVo81JkdjSy4OkGELiUG7vG0 CM31iFjrSP1lvEDodrLml4KAZZx15zwjH4mtlDxNQQeGIVvLkqrK4SKWIFpIgrPn2VG3 0IfaUHP9SwRWH2u2Id++ShbGzonrx6bh1sAHCfKM/7N+wOUTuNGMWRU1HgJqLYg9CuLI g1ZvGNKthd0ySWdvVA0jK7WXRxv9n/8BNwO8armk8scjbYdvt4QRKlzdoD+pVNpJa93+ R0KouY2NWkFPUOy8TZ5ej11Bn/wiuoe496v9Oc6LkfW4zbTkRSTJqxH+MQtd675WzGRO pL8A== X-Gm-Message-State: AOPr4FUF1EYBa545LCIcbqNJXnEsi8Mc3dlHdzjghQWhfrwawhA65iGkDWcJk2FlEjE1VQ== X-Received: by 10.66.65.235 with SMTP id a11mr9199451pat.155.1462338876751; Tue, 03 May 2016 22:14:36 -0700 (PDT) Received: from [192.168.1.119] ([110.77.205.112]) by smtp.gmail.com with ESMTPSA id c25sm2211476pfd.67.2016.05.03.22.14.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 May 2016 22:14:36 -0700 (PDT) References: <2C2F9032-F113-4997-8791-66EB046B7745@gmail.com> Mime-Version: 1.0 (1.0) In-Reply-To: <2C2F9032-F113-4997-8791-66EB046B7745@gmail.com> Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Message-Id: Cc: demon@FreeBSD.org, ports@FreeBSD.org X-Mailer: iPhone Mail (13E238) From: Dmitry Sivachenko Subject: Re: FreeBSD Port: uwsgi-2.0.12_1 Date: Wed, 4 May 2016 12:14:33 +0700 To: John D Jones III X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 05:14:37 -0000 Hello, Yes there is a demand for plugins. I am on vacation now, but I will try to add support via OPTIONS in a week or= so. If you submit a patch, it would be great. > 4 =EC=E0=FF 2016 =E3., =E2 7:58, John D Jones III =ED= =E0=EF=E8=F1=E0=EB(=E0): >=20 > To Whom It Concerns: > uwsgi offers a number of plugins aside from cgi, would it be possible to a= dd a make config dialog to select the different plugins available? it=92d be= a great addition and help spread the usefulness between uwsgi and freebsd. I= f you need any testing for it, please let me know. I had tried an attempt at= it myself, but all I could get it to do was either install all of them or n= one=85 Anyways, I look forward to hearing from you. >=20 > Thanks, > John D Jones III > Perl Zealot / BOFH > jnbek1972@gmail.com > unixgeek1972@gmail.com > http://www.zoelife4u.org/ > Where Earth And Spirit Unite >=20 From owner-freebsd-ports@freebsd.org Wed May 4 05:34:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03E6FB2C3D8 for ; Wed, 4 May 2016 05:34:41 +0000 (UTC) (envelope-from bradleythughes@fastmail.fm) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 D1EB81200 for ; Wed, 4 May 2016 05:34:40 +0000 (UTC) (envelope-from bradleythughes@fastmail.fm) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5250120624 for ; Wed, 4 May 2016 01:34:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 04 May 2016 01:34:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=UJq /rJnIts54UYkcTwH/glzU2tM=; b=dyrKE6QrPiL41AjLzAIx0NFI2I2gBYipX3y DS8hvd5hYDh13IpRBUFbT5lAKtX02PCPYI5Ds+6iW9yT6jXrOU+3bwXon479DIFC muoc3cwl5yPwlgB2AThE9L/VSzEy2fszexb8rR8vd3iy2/wbCzOPgz8xx27rmePV nrjouYZg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=UJq/rJnIts54UYkcTwH/glzU2tM=; b=pMif6 utF2GiNoRzhm4SPKVHLrbUSiAhqxEm1bMmLHyx7P3XnuscagZ+Q1RCg+ye8OMfbn XFmz2VYVEXI03sFx6N6ari9OiCN2op0htomq93S/lEzOzCYXDJOElOnzS4G2mVBL nFUmx0AgWSct+kUhVikP5GG/rbe4Qc8t4SuoCI= X-Sasl-enc: Ut78yDRwTwJ2Xbj+QQEn+zSZjUsOGGVdD34Fwp5msyG3 1462340078 Received: from [192.168.0.82] (ip84-247-143-250.breiband.no [84.247.143.250]) by mail.messagingengine.com (Postfix) with ESMTPA id D674468022E for ; Wed, 4 May 2016 01:34:38 -0400 (EDT) From: "Bradley T. Hughes" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: PRs ready for commit Message-Id: Date: Wed, 4 May 2016 07:34:40 +0200 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 05:34:41 -0000 Howdy! I've got a few PRs up that are ready for a willing and able committer: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209214 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209215 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209216 -- Bradley T. Hughes bradleythughes@fastmail.fm From owner-freebsd-ports@freebsd.org Wed May 4 05:44:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1498AB2C63C for ; Wed, 4 May 2016 05:44:50 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 00FFE17C9 for ; Wed, 4 May 2016 05:44:50 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 004D1B2C63B; Wed, 4 May 2016 05:44:50 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4116B2C63A for ; Wed, 4 May 2016 05:44:49 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B89BA17C8; Wed, 4 May 2016 05:44:49 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-225-151.lns20.per1.internode.on.net [121.45.225.151]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u445iZk4093377 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 3 May 2016 22:44:38 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: old ports/packages To: Mathieu Arnold , Julian Elischer , ports@freebsd.org References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> From: Julian Elischer Message-ID: <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org> Date: Wed, 4 May 2016 13:44:29 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1FAFDF989841D03604BB448B@atuin.in.mat.cc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 05:44:50 -0000 On 3/05/2016 2:31 PM, Mathieu Arnold wrote: > > +--On 3 mai 2016 12:02:13 +0800 Julian Elischer wrote: > | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > |> +--On 2 mai 2016 18:39:57 +0800 Julian Elischer > |> wrote: > |> | Hi guys, > |> | > |> | ok so I see: > |> | > |> | 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg > |> | > |> | > |> | So now how do enterprises maintaining appliances etc. generate packages > |> | for old systems? > |> > |> There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ > |> that gives you the last version to support pkg_install. Anything after > |> that will not work with it. At all. > |> > | I'm not looking to produce old packages of the ports tree.. I know the > | ports crew would hate me for that. > | > | What I object to is not having the tools needed to generate MY OWN > | PACKAGES in ports. > > You can generate your own packages from the ports tree, just not with > pkg_install, it was deprecated three or four years ago, and remove 19 > months ago. > The best way to generate packages is with ports-mgmt/poudriere, it will > generate a very nice pkg repository. > Of course I can create NEW packages.. I want to generate OLD style packages.. what's so hard to understand about that? if a company has old packages build into it's infrastructure.... and has to create old style packages of "proprietary stuff" to send out to appliances out in the field then you are breaking them. From owner-freebsd-ports@freebsd.org Wed May 4 06:57:51 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E53EB2C8B3 for ; Wed, 4 May 2016 06:57:51 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 082511C6E for ; Wed, 4 May 2016 06:57:51 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 03895B2C8B2; Wed, 4 May 2016 06:57:51 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03276B2C8B1 for ; Wed, 4 May 2016 06:57:51 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D74121C6C; Wed, 4 May 2016 06:57:50 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-225-151.lns20.per1.internode.on.net [121.45.225.151]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u446vjZh093629 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 3 May 2016 23:57:47 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: old ports/packages To: Kevin Oberman , Mathieu Arnold References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> Cc: Julian Elischer , "ports@FreeBSD.org" From: Julian Elischer Message-ID: <5c7682a5-d1b3-9984-b614-1fe0cc6e5876@freebsd.org> Date: Wed, 4 May 2016 14:57:39 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 06:57:51 -0000 On 4/05/2016 1:54 AM, Kevin Oberman wrote: > On Mon, May 2, 2016 at 11:31 PM, Mathieu Arnold > wrote: > > > > +--On 3 mai 2016 12:02:13 +0800 Julian Elischer > > wrote: > | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > |> +--On 2 mai 2016 18:39:57 +0800 Julian Elischer > > > |> wrote: > |> | Hi guys, > |> | > |> | ok so I see: > |> | > |> | 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg > |> | > |> | > |> | So now how do enterprises maintaining appliances etc. > generate packages > |> | for old systems? > |> > |> There is a tag, > https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ > |> that gives you the last version to support pkg_install. > Anything after > |> that will not work with it. At all. > |> > | I'm not looking to produce old packages of the ports tree.. I > know the > | ports crew would hate me for that. > | > | What I object to is not having the tools needed to generate MY OWN > | PACKAGES in ports. > > You can generate your own packages from the ports tree, just not > with > pkg_install, it was deprecated three or four years ago, and > remove 19 > months ago. > The best way to generate packages is with ports-mgmt/poudriere, > it will > generate a very nice pkg repository. > > -- > Mathieu Arnold > > > You might also look at ports-mgmt/synth. It is far simpler than > poudriere. While lacking any of the enterprise capabilities of > poudriere, it is a simple tool to support a modern, local pkg > repository of packages for distribution or to support locally > modified ports or ports that need to be built with non-standard options. > > From synth(1): > " The synth program is an advanced concurrent ports building tool > aimed at > system administrators that prefer or require the building of > packages > from source rather than installing official binary packages. > synth will > build packages in a clean environment exactly mirrors the > system that > they are built on, it will create local package repositories > and install > pkg(8) repository configuration file that causes locally built > packages > to be used with the highest priority, all while allowing the > system to > fully upgraded with a single command." > > Its major issue with some is that it is written in Ada, but I just > install the package for synth and never bother with building the Ada > compiler. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 SO if I have an infrastructure that uses old style packages to deliver data and configuration information to appliances in the field, how does synth help me? From owner-freebsd-ports@freebsd.org Wed May 4 06:58:36 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AD0EB2C909 for ; Wed, 4 May 2016 06:58:36 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 503E11E03 for ; Wed, 4 May 2016 06:58:36 +0000 (UTC) (envelope-from idefix@fechner.net) Received: by mailman.ysv.freebsd.org (Postfix) id 4F90EB2C908; Wed, 4 May 2016 06:58:36 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F3A4B2C906 for ; Wed, 4 May 2016 06:58:36 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (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 15B221E02 for ; Wed, 4 May 2016 06:58:36 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:12c1:8501:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 2F5FB3F7531; Wed, 4 May 2016 08:58:33 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 2F5FB3F7531 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1462345113; bh=yK5Mi1LEXXTpL74U39QcXZxYEqv0cHG8iDNMae7VxHQ=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=MeEVivmP9CWy/dAXLdn99ImxQS2/xSqZZkLUTSzK9/p2/cU1+3w8TL9ckaP/4pCIf /tmCqbUMXTBopD1zW3v1uR9ylyqTMh79X+4en1FwkaTg7j7bEbt4r7s0mk2I5lcL5S JzjuUyNzW8bcqZJo+YA5HRauEHSCXcS4mBjiGOwk= Received: from [192.168.0.151] (aftr-88-217-181-52.dynamic.mnet-online.de [88.217.181.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id B73452B53FB; Wed, 4 May 2016 08:58:32 +0200 (CEST) Subject: Re: what for is the "gogs" UID/GID To: Vick Khera , Jason Unovitch References: <1373DC87-B8BF-47D6-A71A-2F35059AFF0F@khera.org> Cc: FreeBSD Ports List From: Matthias Fechner Message-ID: <01469c9e-2abe-f770-0caa-0ae98aa25f02@fechner.net> Date: Wed, 4 May 2016 08:58:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1373DC87-B8BF-47D6-A71A-2F35059AFF0F@khera.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 06:58:36 -0000 Am 04.05.2016 um 04:18 schrieb Vick Khera: > Nice, thanks. I will see if I can make it build. if you have something to test, please let me know. Currently the fetch process seems not to work and the initial author of the patch has no time to continue here. Some patches seems to have been refused (205032)... I can help you with testing, I have an older version of gogs here running, but it stopped as I described in PR 205283. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Wed May 4 07:10:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E81FB2CB51 for ; Wed, 4 May 2016 07:10:17 +0000 (UTC) (envelope-from byshenknet@mail0.byshenk.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6E01212FD for ; Wed, 4 May 2016 07:10:17 +0000 (UTC) (envelope-from byshenknet@mail0.byshenk.net) Received: by mailman.ysv.freebsd.org (Postfix) id 69847B2CB50; Wed, 4 May 2016 07:10:17 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 692E3B2CB4F for ; Wed, 4 May 2016 07:10:17 +0000 (UTC) (envelope-from byshenknet@mail0.byshenk.net) Received: from mail0.byshenk.net (portland1.byshenk.net [69.168.54.16]) by mx1.freebsd.org (Postfix) with ESMTP id 5912012FA; Wed, 4 May 2016 07:10:17 +0000 (UTC) (envelope-from byshenknet@mail0.byshenk.net) Received: by mail0.byshenk.net (Postfix, from userid 1002) id 664B622E2B; Wed, 4 May 2016 00:03:41 -0700 (PDT) Date: Wed, 4 May 2016 00:03:41 -0700 From: Greg Byshenk To: ports@freebsd.org Cc: Mathieu Arnold , Julian Elischer , Julian Elischer Subject: Re: old ports/packages Message-ID: <20160504070341.GV740@mail0.byshenk.net> References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 07:10:17 -0000 On Wed, May 04, 2016 at 01:44:29PM +0800, Julian Elischer wrote: > On 3/05/2016 2:31 PM, Mathieu Arnold wrote: > > +--On 3 mai 2016 12:02:13 +0800 Julian Elischer wrote: > > | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > > |> There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ > > |> that gives you the last version to support pkg_install. Anything after > > |> that will not work with it. At all. > > | I'm not looking to produce old packages of the ports tree.. I know the > > | ports crew would hate me for that. > > | > > | What I object to is not having the tools needed to generate MY OWN > > | PACKAGES in ports. > > You can generate your own packages from the ports tree, just not with > > pkg_install, it was deprecated three or four years ago, and remove 19 > > months ago. > Of course I can create NEW packages.. I want to generate OLD style > packages.. > > what's so hard to understand about that? if a company has old > packages build into it's infrastructure.... > > and has to create old style packages of "proprietary stuff" to send > out to appliances out in the field then you are breaking them. I'm not a developer, so anyone feel free to correct me if I'm wrong in any of this, but... Julian, you -can- create old-style packages (eg: of proprietary internal software); you just have to do it based on an old-style ports tree (which you can checkout, if you need it, as noted above). What you cannot do is create old-style packages from a new ports tree. This is because the ports infrastructure has been changing since pkg_install was deprecated, and pkg_install simply will not work with the current ports tree (and, as I understand it, cannot practically be modified in order to work with it). But again, you -can- still build old-style packages if that is required: just check out a ports tree that works with old-style packages and use that to package your "proprietary stuff". -- greg byshenk - gbyshenk@byshenk.net - Leiden, NL From owner-freebsd-ports@freebsd.org Wed May 4 08:37:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D05B2D93B for ; Wed, 4 May 2016 08:37:31 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A11FD1396 for ; Wed, 4 May 2016 08:37:31 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id 9C8C2B2D93A; Wed, 4 May 2016 08:37:31 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C343B2D939 for ; Wed, 4 May 2016 08:37:31 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) 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 646501395; Wed, 4 May 2016 08:37:30 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 5ABE51AAF01B; Wed, 4 May 2016 10:37:23 +0200 (CEST) Subject: Re: old ports/packages To: Greg Byshenk , ports@freebsd.org References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org> <20160504070341.GV740@mail0.byshenk.net> Cc: Mathieu Arnold , Julian Elischer , Julian Elischer From: Torsten Zuehlsdorff Message-ID: <3dfd6fea-da32-b922-65d1-f64b8e113112@toco-domains.de> Date: Wed, 4 May 2016 10:37:22 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160504070341.GV740@mail0.byshenk.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 08:37:31 -0000 On 04.05.2016 09:03, Greg Byshenk wrote: > On Wed, May 04, 2016 at 01:44:29PM +0800, Julian Elischer wrote: >> On 3/05/2016 2:31 PM, Mathieu Arnold wrote: >>> +--On 3 mai 2016 12:02:13 +0800 Julian Elischer wrote: >>> | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > >>> |> There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ >>> |> that gives you the last version to support pkg_install. Anything after >>> |> that will not work with it. At all. > >>> | I'm not looking to produce old packages of the ports tree.. I know the >>> | ports crew would hate me for that. >>> | >>> | What I object to is not having the tools needed to generate MY OWN >>> | PACKAGES in ports. > >>> You can generate your own packages from the ports tree, just not with >>> pkg_install, it was deprecated three or four years ago, and remove 19 >>> months ago. > >> Of course I can create NEW packages.. I want to generate OLD style >> packages.. >> >> what's so hard to understand about that? if a company has old >> packages build into it's infrastructure.... >> >> and has to create old style packages of "proprietary stuff" to send >> out to appliances out in the field then you are breaking them. > > I'm not a developer, so anyone feel free to correct me if I'm wrong > in any of this, but... > > Julian, you -can- create old-style packages (eg: of proprietary > internal software); you just have to do it based on an old-style > ports tree (which you can checkout, if you need it, as noted > above). > > What you cannot do is create old-style packages from a new ports > tree. This is because the ports infrastructure has been changing > since pkg_install was deprecated, and pkg_install simply will not > work with the current ports tree (and, as I understand it, cannot > practically be modified in order to work with it). You are mostly correct. It is possible to modify and old ports-tree to get the new software in. I have at least two customer paying me for exact this work. But to be fair: it is no fun and harder with every new release :D I suppose what some customer need is an LTS version. Missing one is a show stopper for FreeBSD usage in many firms i talked to. I do not think this is a good idea from a technical point - but firms are slow and want stability. Greetings, Torsten From owner-freebsd-ports@freebsd.org Wed May 4 14:35:35 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AF7AB2CDC1 for ; Wed, 4 May 2016 14:35:35 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F59E1445 for ; Wed, 4 May 2016 14:35:34 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.104.236] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1axxtd-00023D-1o for freebsd-ports@freebsd.org; Wed, 04 May 2016 16:35:25 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u44EZNxm002255 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 4 May 2016 16:35:24 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u44EZNHY002254 for freebsd-ports@freebsd.org; Wed, 4 May 2016 16:35:23 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Wed, 4 May 2016 16:35:22 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds Message-ID: <20160504143522.GA2226@c720-r292778-amd64.oa.oclc.org> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <20160503083405.GA2970@c720-r292778-amd64> <572865F4.5060302@sorbs.net> <20160503101144.39709cb1@raksha.tavi.co.uk> <20160503124615.GA4298@c720-r292778-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160503124615.GA4298@c720-r292778-amd64> X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.104.236 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 14:35:35 -0000 El día Tuesday, May 03, 2016 a las 02:46:15PM +0200, Matthias Apitz escribió: > El día Tuesday, May 03, 2016 a las 10:11:44AM +0100, Bob Eager escribió: > > > I was forced to build llvm37 without documentation. It worked then. > > My poudriere oven at home is a Dell M4400 with 2 CPUs and 4 GB RAM. I > have built devel/llvm37 right now outside of poudriere in some VM on the same > system as the jail, but DOCS disabled. The build of the the package took > around 90 minutes. The VM has only 3 GB RAM. > > I'm now a bit confused. > > I will re-run the single port in my poudriere oven, as well with DOCS > disabled, and report back. On my M4400 in poudriere as single port it took 3:32h. When I'm through will all ports, I will build it without poudriere again to compare it. matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 ¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA! My Lord, give us back the problems of yesterday, those we have had in the GDR. From owner-freebsd-ports@freebsd.org Wed May 4 17:27:23 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D50A8B2C9CD for ; Wed, 4 May 2016 17:27:23 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 63FF61E34 for ; Wed, 4 May 2016 17:27:22 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [192.168.1.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u44HHH7b068854 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 4 May 2016 17:17:17 GMT (envelope-from list1@gjunka.com) Subject: Re: old ports/packages To: freebsd-ports@freebsd.org References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org> <20160504070341.GV740@mail0.byshenk.net> <3dfd6fea-da32-b922-65d1-f64b8e113112@toco-domains.de> From: Grzegorz Junka Message-ID: <6e340f95-6d10-4991-0cd6-95d336e2f044@gjunka.com> Date: Wed, 4 May 2016 17:17:17 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <3dfd6fea-da32-b922-65d1-f64b8e113112@toco-domains.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 17:27:23 -0000 >> What you cannot do is create old-style packages from a new ports >> tree. This is because the ports infrastructure has been changing >> since pkg_install was deprecated, and pkg_install simply will not >> work with the current ports tree (and, as I understand it, cannot >> practically be modified in order to work with it). > > You are mostly correct. It is possible to modify and old ports-tree to > get the new software in. I have at least two customer paying me for > exact this work. But to be fair: it is no fun and harder with every > new release :D > > I suppose what some customer need is an LTS version. Missing one is a > show stopper for FreeBSD usage in many firms i talked to. I do not > think this is a good idea from a technical point - but firms are slow > and want stability. > LTS of the base system or ports? The base system is already quite well supported long-term. In this particular case it's probably not ports per se but more the package manager? Because ports are not really FreeBSD's, they are separate applications, each one of which is supported as long as its author is willing to do so. Unless you mean the model adopted by some Linux companies, namely taking the ports tree, freezing applications at some specific versions, and only apply security and critical bug fixes to those applications? That would mean creating and maintaining sources for all applications listed in ports, rather than the ports tree itself! And that would be quite a task considering that many applications have multiple configurable compilation options. Not sure if it would be worth the effort if most companies only need a limited set of applications from the whole tree. On the other hand, if that was done then you would be left with no work :) Grzegorz From owner-freebsd-ports@freebsd.org Wed May 4 18:30:48 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 369C1B2D8D5 for ; Wed, 4 May 2016 18:30:48 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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 096EB1FF3 for ; Wed, 4 May 2016 18:30:47 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u44IVM23060036 for ; Wed, 4 May 2016 11:31:28 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <20160504070341.GV740@mail0.byshenk.net> References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org>, <20160504070341.GV740@mail0.byshenk.net> From: "Chris H" Subject: Re: old ports/packages Date: Wed, 04 May 2016 11:31:28 -0700 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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 18:30:48 -0000 On Wed, 4 May 2016 00:03:41 -0700 Greg Byshenk wrote > On Wed, May 04, 2016 at 01:44:29PM +0800, Julian Elischer wrote: > > On 3/05/2016 2:31 PM, Mathieu Arnold wrote: > > > +--On 3 mai 2016 12:02:13 +0800 Julian Elischer > > > wrote: | On 2/05/2016 8:39 PM, Mathieu Arnold wrote: > > > > |> There is a tag, https://svnweb.freebsd.org/ports/tags/PKG_INSTALL_EOL/ > > > |> that gives you the last version to support pkg_install. Anything > > > after |> that will not work with it. At all. > > > > | I'm not looking to produce old packages of the ports tree.. I know the > > > | ports crew would hate me for that. > > > | > > > | What I object to is not having the tools needed to generate MY OWN > > > | PACKAGES in ports. > > > > You can generate your own packages from the ports tree, just not with > > > pkg_install, it was deprecated three or four years ago, and remove 19 > > > months ago. > > > Of course I can create NEW packages.. I want to generate OLD style > > packages.. > > > > what's so hard to understand about that? if a company has old > > packages build into it's infrastructure.... > > > > and has to create old style packages of "proprietary stuff" to send > > out to appliances out in the field then you are breaking them. > > I'm not a developer, so anyone feel free to correct me if I'm wrong > in any of this, but... > > Julian, you -can- create old-style packages (eg: of proprietary > internal software); you just have to do it based on an old-style > ports tree (which you can checkout, if you need it, as noted > above). > > What you cannot do is create old-style packages from a new ports > tree. This is because the ports infrastructure has been changing > since pkg_install was deprecated, and pkg_install simply will not > work with the current ports tree (and, as I understand it, cannot > practically be modified in order to work with it). > > But again, you -can- still build old-style packages if that is > required: just check out a ports tree that works with old-style > packages and use that to package your "proprietary stuff". The above is pretty much correct. Most of the (black) magic is within ports/Mk. A banner was injected (added in the ports framework) when the EOL date had been finally determined for the old pkg system, and then, fired upon each attempt to use the old pkg system. I can't remember the date, but I seem to remember the revision being mentioned, earlier in this thread. I mention all this, because depending on which revision you are currently attempting to use, if it's at or before that revision, you can simply diff (earlier) Mk/ against newer revisions. Noting the changes, and compensating accordingly. This is, of course, a PITA. But depending upon the number of ports you actually need to work with. This approach may be worth it. A determination, only *you* can decide. :) Hope this helps! --Chris > From owner-freebsd-ports@freebsd.org Wed May 4 18:47:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2155AB2DBB8 for ; Wed, 4 May 2016 18:47:02 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (mail.sorbs.net [67.231.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 05B7418DD for ; Wed, 4 May 2016 18:47:00 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed 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 <0O6O00E4K1U8B800@hades.sorbs.net> for freebsd-ports@freebsd.org; Wed, 04 May 2016 11:54:10 -0700 (PDT) Subject: Re: old ports/packages To: Chris H , freebsd-ports@freebsd.org References: <03cc4012-026e-c007-09e1-ee45524f1b95@elischer.org> <1FAFDF989841D03604BB448B@atuin.in.mat.cc> <7b8d22c6-1fed-d517-9f89-693b88dfc358@freebsd.org> <20160504070341.GV740@mail0.byshenk.net> From: Michelle Sullivan Message-id: <572A439B.5090001@sorbs.net> Date: Wed, 04 May 2016 20:46:51 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 In-reply-to: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 18:47:02 -0000 Chris H wrote: > I mention all this, because depending on which revision you are > currently attempting to use, if it's at or before that revision, you > can simply diff (earlier) Mk/ against newer revisions. Noting the > changes, and compensating accordingly. This is, of course, a PITA. > But depending upon the number of ports you actually need to work > with. This approach may be worth it. A determination, only *you* > can decide. :) > More than one person has done this already (myself included) Michelle -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@freebsd.org Wed May 4 22:20:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EEF9B2D431 for ; Wed, 4 May 2016 22:20:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11C51118D for ; Wed, 4 May 2016 22:20:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u44MJreT052071; Wed, 4 May 2016 15:19:58 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201605042219.u44MJreT052071@gw.catspoiler.org> Date: Wed, 4 May 2016 15:19:53 -0700 (PDT) From: Don Lewis Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds To: guru@unixarea.de cc: freebsd-ports@freebsd.org In-Reply-To: <20160503124615.GA4298@c720-r292778-amd64> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 22:20:02 -0000 On 3 May, Matthias Apitz wrote: > El día Tuesday, May 03, 2016 a las 10:11:44AM +0100, Bob Eager escribió: > >> I was forced to build llvm37 without documentation. It worked then. > > My poudriere oven at home is a Dell M4400 with 2 CPUs and 4 GB RAM. I > have built devel/llvm37 right now outside of poudriere in some VM on the same > system as the jail, but DOCS disabled. The build of the the package took > around 90 minutes. The VM has only 3 GB RAM. > > I'm now a bit confused. > > I will re-run the single port in my poudriere oven, as well with DOCS > disabled, and report back. I see sporadic failures when building docs. I attributed the failures to my use of parallel jobs. My package build box has 32 GB of RAM and 8 CPU cores and ALLOW_MAKE_JOBS=yes in poudriere.conf. My build errors look like this: Exception occurred: File "/usr/local/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 17] File exists: '/wrkdirs/usr/ports/devel/llvm37/work/.build/do cs/_doctrees/Frontend' The full traceback has been saved in /tmp/sphinx-err-eHsAw7.log, if you want to report the issue to the developers. but with different directories each time. Most times I get a successful build, but it takes quite a while. From owner-freebsd-ports@freebsd.org Wed May 4 22:49:00 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2657B2DB35 for ; Wed, 4 May 2016 22:49:00 +0000 (UTC) (envelope-from bounces+2307660-1a96-ports=freebsd.org@promote.weebly.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B905D1030 for ; Wed, 4 May 2016 22:49:00 +0000 (UTC) (envelope-from bounces+2307660-1a96-ports=freebsd.org@promote.weebly.com) Received: by mailman.ysv.freebsd.org (Postfix) id B8541B2DB33; Wed, 4 May 2016 22:49:00 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7EB3B2DB32 for ; Wed, 4 May 2016 22:49:00 +0000 (UTC) (envelope-from bounces+2307660-1a96-ports=freebsd.org@promote.weebly.com) Received: from o1.promote.weebly.com (o1.promote.weebly.com [167.89.70.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90E7E102E for ; Wed, 4 May 2016 22:49:00 +0000 (UTC) (envelope-from bounces+2307660-1a96-ports=freebsd.org@promote.weebly.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=weebly.com; h=content-type:from:mime-version:subject:to; s=m1; bh=K9GuVAL2TJW5rggD3lFT3vwzgaw=; b=fogEKC2RQfDXyPYy706gg8a8k3nJi WtjeUVrQlxcxtYjV0gCEaSKK2bR/kGdz4yCefzlm8wsiMQnXZXT/MbEE0+yjo/o3 dGByNTK2Ox+Fpf1yCc8WJDcAZ0G8Ze5CzDhvElP3ftFaqzWV1okdpTcGfO3owEo8 7FYACo8WaBJeaM= Received: by filter0051p1las1.sendgrid.net with SMTP id filter0051p1las1.30077.572A7C322A 2016-05-04 22:48:18.94461741 +0000 UTC Received: from MjMwNzY2MA (jump.sf2p.weebly.net [74.115.50.121]) by ismtpd0003p1las1.sendgrid.net (SG) with HTTP id 93CxZZQPTjKvu583bT432g for ; Wed, 04 May 2016 22:48:18.977 +0000 (UTC) Date: Wed, 04 May 2016 22:48:18 +0000 From: "Wander Trace Tours" Mime-Version: 1.0 Subject: Adventure in Jordan To: X-Rendered-By: consumer6.sf2p.intern.weebly.net X-Trumpet-Id: eb7b29c0-362a-433e-865d-bf24cec410ad Message-ID: <93CxZZQPTjKvu583bT432g@ismtpd0003p1las1.sendgrid.net> X-SG-EID: D4wkNorddCAWKCgJp5FEWT7T0/FI8quQhYe9JglV2zvaxQ19gN1tZRDBWAivY9JSV9oTP+ekzE05UD RIKzZKvqZLlOLkg7OjLPsFz+8F5BEaTwdlIpdgxgzrsv5bojJwAUicmuvjX3FGmIJ0CH5yhoROhKB2 cBjmbky5HjUgXsU+y8cAE4CUkWFFDGWe4L3iFJ7GLX5U8OFZwhKu02m6fjUghf2AEDVe6vXrOy3BmI U= X-SG-ID: /xCO5LbdyDV7cMyiRsD01nbB8aCI97zH9eB/66Yht76G+JXTrzNWZkkgXHBs7dXVvrrn2eiPshoxP1 YlxPJZRW4rSo0wYRdpQM4LAEvTSARzuPc/z4SiHzgOVsHsS7pmndmawbTlK6tajiHpNkdNLauvDch0 VRXmPTN7NOuvu7w= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 22:49:00 -0000 Trekking in Petra [http://click.promote.weebly.com/wf/click?upn=3DRROznPmU0QQ8SU3YzXrxxNY-2BU= znahjGxvS-2FhFuzAU63dhIa8fKSvI86eRYHVl46nj-2Bukx99LAhWC3zfrC9CZfA-3D-3D_35I= Hb0VphGQJ7XXDVEt9uPIAmJZciA9FQPNzHBlmCrpvg03cxyuAEqETAAoVtun3qUFgGyb6RuevWv= gENvRGhoZ5B22XJwmIdEwmENF4TZFNOsVHWn4PHDELfh-2FaVFY87rFUSTp2dIyLqopAepwh2dY= xi3UPfoXDgDPe6vrspQ2WIit4yTeqhz5hfEof1C42XNghefRp50TXEf6AhaeYq7-2FTAM4Ne6z9= uhAgqwd2ImVD00oqypBvX8e73A8WBylRsm-2BV8oWrsYY2EOqbj1GDWqNLlec9n2zkPiV-2FaM1= LmQWLMmdTRCxYVR4VNDZLbuCQ83aOpQoq3OFie3gAEzdCwdQlNh78L7VZDv9wURwK1tQ-3D] Picture Petra unique geology and nature combined with the man made rock cut facades add special taste to Petra tours and hiking trails in Petra Trekking tours in Petra starting from $400/ person Contact Us (mailto:info@mytriptopetra.com) ------- http://click.promote.weebly.com/wf/click?upn=3DRROznPmU0QQ8SU3YzXrxxF4HtDS-= 2FxBzPCZtlPPcPLAu1DzE3BvBJ9IiuCGctygN3_35IHb0VphGQJ7XXDVEt9uPIAmJZciA9FQPNz= HBlmCrpvg03cxyuAEqETAAoVtun3qUFgGyb6RuevWvgENvRGhoZ5B22XJwmIdEwmENF4TZFNOsV= HWn4PHDELfh-2FaVFY87rFUSTp2dIyLqopAepwh2dYxi3UPfoXDgDPe6vrspQ2WIit4yTeqhz5h= fEof1C42XNghefRp50TXEf6AhaeYq7g7-2BTSzTOdCoOA4TxxGc-2FJxSPcQWu7i3QrWtPEEres= 4HF8Plyz0kDUGqfymLVMlp95f9at6RtYNie7mPKLLHuLETe3fMZBjTd5CUpXmgAmWOwKVVtm5F2= jOKLAzeZrNj1W9DcgJsYf0vl1UuktPr8A-3D http://click.promote.weebly.com/wf/click?upn=3DRROznPmU0QQ8SU3YzXrxxAcMOxUn= roFdPzUvJrZ6oMX-2F00WEGT7a94Iql7lMYIAh_35IHb0VphGQJ7XXDVEt9uPIAmJZciA9FQPNz= HBlmCrpvg03cxyuAEqETAAoVtun3qUFgGyb6RuevWvgENvRGhoZ5B22XJwmIdEwmENF4TZFNOsV= HWn4PHDELfh-2FaVFY87rFUSTp2dIyLqopAepwh2dYxi3UPfoXDgDPe6vrspQ2WIit4yTeqhz5h= fEof1C42XNghefRp50TXEf6AhaeYq-2BOrsLYBnxsKSB51aNWKssxdrIH02k0-2BhM4BjLCnsOJ= eu5ItSA4U863NSI1Lhjig6EGBkVPHb1EebA12hewVdeqQWeqvjzl3rlb1V-2BMPFCh4xaSDIdFr= P7CWOGiRhbCh3MDUBDpBiLb18fGSsdM-2Byjg-3D From owner-freebsd-ports@freebsd.org Wed May 4 22:49:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10989B2DB8B for ; Wed, 4 May 2016 22:49:50 +0000 (UTC) (envelope-from grog@lemis.com) Received: from www.lemis.com (www.lemis.com [208.86.226.86]) by mx1.freebsd.org (Postfix) with ESMTP id E240C1119 for ; Wed, 4 May 2016 22:49:49 +0000 (UTC) (envelope-from grog@lemis.com) Received: from eureka.lemis.com (www.lemis.com [208.86.226.86]) by www.lemis.com (Postfix) with ESMTP id 7008A1B72878; Wed, 4 May 2016 22:49:42 +0000 (UTC) Received: by eureka.lemis.com (Postfix, from userid 1004) id 6CF5F44A5FE; Thu, 5 May 2016 08:49:41 +1000 (AEST) Date: Thu, 5 May 2016 08:49:41 +1000 From: Greg 'groggy' Lehey To: "Bradley T. Hughes" Cc: freebsd-ports@freebsd.org Subject: Re: PRs ready for commit Message-ID: <20160504224941.GL15924@eureka.lemis.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FxavXfDenm+F7xE/" Content-Disposition: inline In-Reply-To: Organization: The FreeBSD Project Phone: +61-3-5346-1370, +61-3-5309-0418 Mobile: 0401 265 606. Use only as instructed. WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 22:49:50 -0000 --FxavXfDenm+F7xE/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wednesday, 4 May 2016 at 7:34:40 +0200, Bradley T. Hughes wrote: > Howdy! > > I've got a few PRs up that are ready for a willing and able committer: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209214 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209215 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209216 If you say what port(s) they refer to, you might get more response. 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 mail program reports problems, please read http://lemis.com/broken-MUA --FxavXfDenm+F7xE/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlcqfIUACgkQIubykFB6QiP99wCfdCYhjhatqlmgfeTfD5fQcZB7 3fYAn0srqRGa4aObsrAkQ/txg3ZpuDMR =hWKl -----END PGP SIGNATURE----- --FxavXfDenm+F7xE/-- From owner-freebsd-ports@freebsd.org Thu May 5 07:39:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77A10B2C6FC for ; Thu, 5 May 2016 07:39:54 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C33F1C04 for ; Thu, 5 May 2016 07:39:53 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.119.113] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1ayDt0-0003kT-9J for freebsd-ports@freebsd.org; Thu, 05 May 2016 09:39:50 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u457dnD9002051 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 5 May 2016 09:39:49 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u457dn6A002050 for freebsd-ports@freebsd.org; Thu, 5 May 2016 09:39:49 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 5 May 2016 09:39:49 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds Message-ID: <20160505073949.GA1919@c720-r292778-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <20160503124615.GA4298@c720-r292778-amd64> <201605042219.u44MJreT052071@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201605042219.u44MJreT052071@gw.catspoiler.org> X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.119.113 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 07:39:54 -0000 El día Wednesday, May 04, 2016 a las 03:19:53PM -0700, Don Lewis escribió: > I see sporadic failures when building docs. I attributed the failures > to my use of parallel jobs. My package build box has 32 GB of RAM and 8 > CPU cores and ALLOW_MAKE_JOBS=yes in poudriere.conf. My build errors > look like this: > > Exception occurred: > File "/usr/local/lib/python2.7/os.py", line 157, in makedirs > mkdir(name, mode) > OSError: [Errno 17] File exists: '/wrkdirs/usr/ports/devel/llvm37/work/.build/do > cs/_doctrees/Frontend' > The full traceback has been saved in /tmp/sphinx-err-eHsAw7.log, if you want to > report the issue to the developers. > > > .... My error situation seems to be other: The build is in step 2712 of 3947 and gets killed by puoudriere: /usr/bin/ld: warning: libclangToolingCore.so.3.7, needed by lib/libclangTooling.so.3.7.1, not found (try using -rpath or -rpath-link) [2712/3947] Generating html Sphinx documentation for clang into "/wrkdirs/usr/ports/devel/llvm37/wor k/.build/tools/clang/docs/html" ====>> Killing timed out build after 86400 seconds ====>> Cleaning up wrkdir ===> Cleaning for llvm37-3.7.1_2 FAILED: cd /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs && /usr/local/bin/sphinx-bui ld -b html -d /wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/_doctrees -q /wrkdirs/usr /ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/docs /wrkdirs/usr/ports/devel/llvm37/work/.build /tools/clang/docs/html Exception occurred: File "/usr/local/lib/python2.7/genericpath.py", line 62, in getmtime return os.stat(filename).st_mtime OSError: [Errno 2] No such file or directory: '/wrkdirs/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/docs/ReleaseNotes.rst' As the build line 2712 has not timestamp, it's impossible to say how long this lasted already. I could re-launch this later with DOCS enabled, doing a tail -f on the log file and writing it to some other file with time stamps, like this: tail -f llvm37-3.7.1_2.log |\ while read line; do \ echo -n "$(date '+%T'): "; \ echo $line ;\ done > llvm37-3.7.1_2.log.timestamped We will see... -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 ¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA! My Lord, give us back the problems of yesterday, those we have had in the GDR. From owner-freebsd-ports@freebsd.org Thu May 5 11:59:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2DE6B2E1A3 for ; Thu, 5 May 2016 11:59:50 +0000 (UTC) (envelope-from dmitryluhtionov@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6A0120C for ; Thu, 5 May 2016 11:59:50 +0000 (UTC) (envelope-from dmitryluhtionov@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id y84so93589836lfc.0 for ; Thu, 05 May 2016 04:59:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=hT9ane6DT0wR2pStA6B+DjYfWXv/6SOERVgvyd5AEOg=; b=AXB0zZf9RaNGEzkEd2dmVFsY9gyvhE3k1zuEIixbou9/2nUkVW4ixXlu8GwLvr1BFb qx9IM4w3mutghczrQSTSjYJhSBt0XHxG27Zb2ECAovLBtEmoDR5AmN7AxcKa3mcZlU5r 7wVWT5CRJAKWyIihLbYXdcEuzg3Cp92p5NZLQBvt81j/8IliK1E3G4v4IhpCNTnxfxvm 5MzzJ+G+xeZXS2ZkRRTsLdDSDQLethkai8h+C6TrCj3JMeuFPRY5GmR8pQp3qM8/66Uf XlPXMG1nOHtZIiCBp6c6cZ49ADddLxHkSqYSXw3v2JKILIrmndmp/mO5ILhLI0FdRdXg PgJA== 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; bh=hT9ane6DT0wR2pStA6B+DjYfWXv/6SOERVgvyd5AEOg=; b=NxZripio0eRXaBGhT+t0rxzwXIICgx6lBGkaj0He3o/cDazAKlUQs3OLxxp7TUlSvi 3DLN0Li9u9gZGqRzWK39+8Kfl7/Ptv6dddW34q5PBK3gCUi55CAvVeyVufeTLExQHvBY cQZ3C4bcFvxdfCfqf88NzOkTp5UVHedhA1Nbty/0qtzTGQbXfKj7R7h0xxpx/CGYOLqJ 9TqrjPr4cjFahtBBfrlZ4s/myWrpnsVzyRvtWUkRa7qo7kERWPk+X8YMEquYZYK5XwHf 5uthcRr0Cvao/l6d56jCTteE4//Oi34cN4m87Y7Ld6l2uRTxnz4xe7wVbyRmwRhvE6S6 fooQ== X-Gm-Message-State: AOPr4FXxjP/YHw6ANeR8OC65oEaoR66Y2PCcmlLqInFL5TRiN4GGmF3PuevFkSaDMuK/jWIskxz40XR8jbP8iA== MIME-Version: 1.0 X-Received: by 10.25.89.81 with SMTP id n78mr6589951lfb.89.1462449588726; Thu, 05 May 2016 04:59:48 -0700 (PDT) Received: by 10.25.18.102 with HTTP; Thu, 5 May 2016 04:59:48 -0700 (PDT) Date: Thu, 5 May 2016 14:59:48 +0300 Message-ID: Subject: bind910-9.10.4 crash From: Dmitry Luhtionov To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 11:59:51 -0000 FreeBSD 11.0-CURRENT #0 r297375: Wed Mar 30 12:20:40 EEST 2016 amd64 bind910-9.10.4, installed from package crashed with these lines: 05-May-2016 14:34:35.528 general: critical: rbt.c:2726: INSIST(sibling != ((void *)0)) failed, back trace 05-May-2016 14:34:35.528 general: critical: #0 0x4189d8 in ?? 05-May-2016 14:34:35.528 general: critical: #1 0x5b812a in ?? 05-May-2016 14:34:35.528 general: critical: #2 0x4bc5c8 in ?? 05-May-2016 14:34:35.528 general: critical: #3 0x4c94be in ?? 05-May-2016 14:34:35.528 general: critical: #4 0x4c8b4b in ?? 05-May-2016 14:34:35.528 general: critical: #5 0x4c8448 in ?? 05-May-2016 14:34:35.528 general: critical: #6 0x4c39cc in ?? 05-May-2016 14:34:35.528 general: critical: #7 0x52d561 in ?? 05-May-2016 14:34:35.528 general: critical: #8 0x5d9305 in ?? 05-May-2016 14:34:35.528 general: critical: #9 0x801a37814 in ?? 05-May-2016 14:34:35.528 general: critical: #10 0x0 in ?? 05-May-2016 14:34:35.528 general: critical: exiting (due to assertion failure) From owner-freebsd-ports@freebsd.org Thu May 5 12:12:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91C6AB2EB88 for ; Thu, 5 May 2016 12:12:17 +0000 (UTC) (envelope-from bradleythughes@fastmail.fm) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 693401CD6 for ; Thu, 5 May 2016 12:12:17 +0000 (UTC) (envelope-from bradleythughes@fastmail.fm) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 207DC20428 for ; Thu, 5 May 2016 08:12:10 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Thu, 05 May 2016 08:12:10 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=knNTeQw7ePBJp5Yfb7CAzyxf9XA=; b=UCLkXw XiwunEFpE0vYBfKwW1nl4GHXmm6xxpRl4P3LeAYUJCF0Kddbi3vM9fUPC7Tu1wen aQgGKoabS76h546mCZMaYbz3XqcoLzlkeO/+dACbdMiF8b7WUuidWfl9O+oDsEKR 4PHDSxb7G1OmuaFY6i5ooaS+QzUJxmIez/J0I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=knNTeQw7ePBJp5Y fb7CAzyxf9XA=; b=CMLIPLrKLIRwGPfm561hJ9Yk8USf7lUALfkktR4EkC5eTuo VILGxvjgBQu2SRxufrSHiC3L+GCLk5foa+/eHbbCb8no3E5w/rFjKEb8N9rEPRfp tDCUGZlyBFjL5+5lJFGqPR7e8iwolVDaNxkpWJiYnc0W4sLAMObfoqwJI30Q= X-Sasl-enc: 7gHI4bnPQvi8ZkE/7gOdtgFjgXGtZG+Z1TZksSsXmH33 1462450329 Received: from [10.0.0.76] (ti0081a400-2676.bb.online.no [80.213.213.126]) by mail.messagingengine.com (Postfix) with ESMTPA id A01FDC00027; Thu, 5 May 2016 08:12:09 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: PRs ready for commit From: "Bradley T. Hughes" X-Mailer: iPhone Mail (13E238) In-Reply-To: <20160504224941.GL15924@eureka.lemis.com> Date: Thu, 5 May 2016 14:12:07 +0200 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0069A2A5-C352-4031-B340-7C4070712584@fastmail.fm> References: <20160504224941.GL15924@eureka.lemis.com> To: Greg 'groggy' Lehey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 12:12:17 -0000 > On 5. mai 2016, at 00.49, Greg 'groggy' Lehey wrote: >=20 >> On Wednesday, 4 May 2016 at 7:34:40 +0200, Bradley T. Hughes wrote: >> Howdy! >>=20 >> I've got a few PRs up that are ready for a willing and able committer: >>=20 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209214 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209215 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209216 >=20 > If you say what port(s) they refer to, you might get more response. Good point. These are for www/node*, since upstream recently released v6.0.0= . Thanks to pi@ for taking care of 209214. The other two are still pending.=20= Thanks :) > 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 mail program > reports problems, please read http://lemis.com/broken-MUA -- Bradley T. Hughes bradleythughes@fastmail.fm= From owner-freebsd-ports@freebsd.org Thu May 5 12:57:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FA60B2C5C7 for ; Thu, 5 May 2016 12:57:44 +0000 (UTC) (envelope-from lists@opsec.eu) 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 48DAB1F8F; Thu, 5 May 2016 12:57:44 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ayIqd-00097K-6Z; Thu, 05 May 2016 14:57:43 +0200 Date: Thu, 5 May 2016 14:57:43 +0200 From: Kurt Jaeger To: Greg 'groggy' Lehey Cc: "Bradley T. Hughes" , freebsd-ports@freebsd.org Subject: Re: PRs ready for commit Message-ID: <20160505125743.GA7010@home.opsec.eu> References: <20160504224941.GL15924@eureka.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160504224941.GL15924@eureka.lemis.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 12:57:44 -0000 Hi! > > I've got a few PRs up that are ready for a willing and able committer: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209214 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209215 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209216 > > If you say what port(s) they refer to, you might get more response. It's more the complexity of the issue that's holding me back. I'm trying to understand how to do this properly. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Thu May 5 13:32:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9307B2D3AC for ; Thu, 5 May 2016 13:32:05 +0000 (UTC) (envelope-from lists@opsec.eu) 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 90CA61994 for ; Thu, 5 May 2016 13:32:05 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ayJNu-0009AO-MV; Thu, 05 May 2016 15:32:06 +0200 Date: Thu, 5 May 2016 15:32:06 +0200 From: Kurt Jaeger To: "Bradley T. Hughes" Cc: freebsd-ports@freebsd.org Subject: Re: PRs ready for commit Message-ID: <20160505133206.GB7010@home.opsec.eu> References: <20160504224941.GL15924@eureka.lemis.com> <0069A2A5-C352-4031-B340-7C4070712584@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0069A2A5-C352-4031-B340-7C4070712584@fastmail.fm> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 13:32:05 -0000 Hi! One thing: There are issues with buildlogs attached to PR due to them blowing up the database of bugzilla. If all is fine, it's OK to just list the architectures tested. Second best is putting broken buildlogs on some external site and put the link in the PR. Third is adding broken buildlogs as attachment 8-} Yes, I know, disk space is infinite, but this is real life 8-) -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Thu May 5 13:47:30 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F015CB2D8F7 for ; Thu, 5 May 2016 13:47:30 +0000 (UTC) (envelope-from lists@opsec.eu) 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 B849B10E1 for ; Thu, 5 May 2016 13:47:30 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ayJcq-0009D9-7o; Thu, 05 May 2016 15:47:32 +0200 Date: Thu, 5 May 2016 15:47:32 +0200 From: Kurt Jaeger To: "Bradley T. Hughes" Cc: freebsd-ports@freebsd.org Subject: Re: PRs ready for commit Message-ID: <20160505134732.GC7010@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 13:47:31 -0000 Hi! > I've got a few PRs up that are ready for a willing and able committer: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209214 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209215 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209216 Here's for the willing. The 'able' is still open for review 8-} Done. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Thu May 5 18:29:01 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CD05B2EF64; Thu, 5 May 2016 18:29:01 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) (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 6BE111708; Thu, 5 May 2016 18:29:01 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from zimbra2-e1.priv.proxad.net (unknown [172.20.243.152]) by smtp5-g21.free.fr (Postfix) with ESMTP id 573045FF69; Thu, 5 May 2016 16:28:23 +0200 (CEST) Date: Thu, 5 May 2016 20:28:52 +0200 (CEST) From: regis.etourmy@free.fr To: ruby@FreeBSD.org Cc: freebsd-ports@freebsd.org Message-ID: <892151912.149992512.1462472932532.JavaMail.root@zimbra2-e1.priv.proxad.net> In-Reply-To: <495829993.149978586.1462472280239.JavaMail.root@zimbra2-e1.priv.proxad.net> Subject: ruby22 buillds with gcc38 on powerpc64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [2.14.164.157] X-Mailer: Zimbra 7.2.0-GA2598 (ZimbraWebClient - FF3.0 (Linux)/7.2.0-GA2598) X-Authenticated-User: regis.etourmy@free.fr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:29:01 -0000 Hi, I tried to build ruby22 with gcc38 on my powermac G5 and it built (it didn'= t with clang). I have not tested yet if it runs well. Thanks for all your work, R=C3=A9gis [retourmy@G5 /usr/ports/lang/ruby22]$ uname -a FreeBSD G5 10.3-STABLE FreeBSD 10.3-STABLE #0 r298845: Sun May 1 09:16:35 = CEST 2016 root@G5:/usr/obj/usr/src/sys/GENERIC64 powerpc [retourmy@G5 /usr/ports/lang/ruby22]$ ident /usr/ports/lang/ruby22/Makefile= =20 /usr/ports/lang/ruby22/Makefile: $FreeBSD: head/lang/ruby22/Makefile 413746 2016-04-21 16:43:14Z swills= $ [retourmy@G5 /usr/ports/lang/ruby22]$ pkg info ruby-2.2.5,1 ruby-2.2.5,1 Name : ruby Version : 2.2.5,1 Installed on : Thu May 5 20:05:12 2016 CEST Origin : lang/ruby22 Architecture : freebsd:10:powerpc:64 Prefix : /usr/local Categories : ipv6 ruby lang Licenses : RUBY or BSD2CLAUSE Maintainer : ruby@FreeBSD.org WWW : http://www.ruby-lang.org/en/ Comment : Object-oriented interpreted scripting language Options : CAPIDOCS : off DEBUG : off DOCS : on EXAMPLES : on GMP : off LIBEDIT : on RDOC : on READLINE : off Shared Libs required: libedit.so.0 libffi.so.6 libyaml-0.so.2 Shared Libs provided: libruby22.so.22 Annotations : cpe : cpe:2.3:a:ruby-lang:ruby:2.2.5:p0::::freebsd10:pow= erpc64 Flat size : 41.5MiB Description : Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features(ex. class, method calls) + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files(on some architecture) + Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) WWW: http://www.ruby-lang.org/en/ From owner-freebsd-ports@freebsd.org Thu May 5 18:39:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509F9B2E4F3 for ; Thu, 5 May 2016 18:39:29 +0000 (UTC) (envelope-from bradleythughes@fastmail.fm) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 2894D107D for ; Thu, 5 May 2016 18:39:28 +0000 (UTC) (envelope-from bradleythughes@fastmail.fm) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 9D5942010A for ; Thu, 5 May 2016 14:39:27 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 05 May 2016 14:39:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=9Fq1niXhuu8Wqk8jFldN2W5Y2uM=; b=NE/vAY K7rQGdvZD5XciCpGvohk31BFXGOhJIv/NbyfhXjnsS7tWwNnPuyDE7Wko5+ciT2v UdBWc0y7mk0Ez3qePESs56xB7MVBgFWKHh6SSBKv+GbfG/rax7cMSsTM3fpudDTw V2WWzg3TcyQQcVcRWpBDzXRAgIWNtMoWmHVOQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=9Fq1niXhuu8Wqk8 jFldN2W5Y2uM=; b=PiYpmMMayri2RUdPqXZr0SBu2zh5lGaqwyBbVe6ElWbiWhB sb8XlY4hcz318ic8NaFrHt4xhzhfa0IrRASQk4CL49JC9Njmu/s90N6uU8hPAoOP yCVCtdpOSQHFuRQ2FT39+c+UrLfKbNFyre/0qvDlyqFgWa3X4VdrZfPfTPUU= X-Sasl-enc: 0X55k70zvBcluOFFdcPM2xHQ21O8pn3fesukq558WxU+ 1462473567 Received: from [10.0.0.112] (ti0081a400-2676.bb.online.no [80.213.213.126]) by mail.messagingengine.com (Postfix) with ESMTPA id F2C096800EC; Thu, 5 May 2016 14:39:26 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: PRs ready for commit From: "Bradley T. Hughes" In-Reply-To: <20160505134732.GC7010@home.opsec.eu> Date: Thu, 5 May 2016 20:39:25 +0200 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <262AE981-ED2A-456B-907F-1FD5D3478302@fastmail.fm> References: <20160505134732.GC7010@home.opsec.eu> To: Kurt Jaeger X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:39:29 -0000 > On 05 May 2016, at 15:47, Kurt Jaeger wrote: >=20 > Hi! >=20 >> I've got a few PRs up that are ready for a willing and able = committer: >>=20 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209214 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209215 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209216 >=20 > Here's for the willing. The 'able' is still open for review 8-} >=20 > Done. Thanks, Kurt :) > --=20 > pi@opsec.eu +49 171 3101372 4 years = to go ! > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" -- Bradley T. Hughes bradleythughes@fastmail.fm From owner-freebsd-ports@freebsd.org Thu May 5 18:53:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60FDFB2E984; Thu, 5 May 2016 18:53:18 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [IPv6:2a01:e0c:1:1599::14]) (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 3311B1E40; Thu, 5 May 2016 18:53:18 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from zimbra2-e1.priv.proxad.net (unknown [172.20.243.152]) by smtp5-g21.free.fr (Postfix) with ESMTP id 0D5675FF69; Thu, 5 May 2016 16:52:45 +0200 (CEST) Date: Thu, 5 May 2016 20:53:15 +0200 (CEST) From: regis.etourmy@free.fr To: ruby@FreeBSD.org Cc: freebsd-ports@freebsd.org Message-ID: <1273281658.150027084.1462474395131.JavaMail.root@zimbra2-e1.priv.proxad.net> In-Reply-To: <892151912.149992512.1462472932532.JavaMail.root@zimbra2-e1.priv.proxad.net> Subject: Re: ruby22 buillds with gcc38 on powerpc64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [2.14.164.157] X-Mailer: Zimbra 7.2.0-GA2598 (ZimbraWebClient - FF3.0 (Linux)/7.2.0-GA2598) X-Authenticated-User: regis.etourmy@free.fr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:53:18 -0000 Sorry, I meant gcc48, not 38.... ----- Mail original ----- De: "regis etourmy" =C3=80: ruby@FreeBSD.org Cc: freebsd-ports@freebsd.org Envoy=C3=A9: Jeudi 5 Mai 2016 20:28:52 Objet: ruby22 buillds with gcc38 on powerpc64 Hi, I tried to build ruby22 with gcc38 on my powermac G5 and it built (it didn'= t with clang). I have not tested yet if it runs well. Thanks for all your work, R=C3=A9gis [retourmy@G5 /usr/ports/lang/ruby22]$ uname -a FreeBSD G5 10.3-STABLE FreeBSD 10.3-STABLE #0 r298845: Sun May 1 09:16:35 = CEST 2016 root@G5:/usr/obj/usr/src/sys/GENERIC64 powerpc [retourmy@G5 /usr/ports/lang/ruby22]$ ident /usr/ports/lang/ruby22/Makefile= =20 /usr/ports/lang/ruby22/Makefile: $FreeBSD: head/lang/ruby22/Makefile 413746 2016-04-21 16:43:14Z swills= $ [retourmy@G5 /usr/ports/lang/ruby22]$ pkg info ruby-2.2.5,1 ruby-2.2.5,1 Name : ruby Version : 2.2.5,1 Installed on : Thu May 5 20:05:12 2016 CEST Origin : lang/ruby22 Architecture : freebsd:10:powerpc:64 Prefix : /usr/local Categories : ipv6 ruby lang Licenses : RUBY or BSD2CLAUSE Maintainer : ruby@FreeBSD.org WWW : http://www.ruby-lang.org/en/ Comment : Object-oriented interpreted scripting language Options : CAPIDOCS : off DEBUG : off DOCS : on EXAMPLES : on GMP : off LIBEDIT : on RDOC : on READLINE : off Shared Libs required: libedit.so.0 libffi.so.6 libyaml-0.so.2 Shared Libs provided: libruby22.so.22 Annotations : cpe : cpe:2.3:a:ruby-lang:ruby:2.2.5:p0::::freebsd10:pow= erpc64 Flat size : 41.5MiB Description : Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features(ex. class, method calls) + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files(on some architecture) + Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) WWW: http://www.ruby-lang.org/en/ From owner-freebsd-ports@freebsd.org Thu May 5 21:16:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A86B2EC59 for ; Thu, 5 May 2016 21:16:41 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 96EF81515 for ; Thu, 5 May 2016 21:16:41 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u45LGTXj055344; Thu, 5 May 2016 14:16:33 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201605052116.u45LGTXj055344@gw.catspoiler.org> Date: Thu, 5 May 2016 14:16:29 -0700 (PDT) From: Don Lewis Subject: Re: PRs ready for commit To: lists@opsec.eu cc: bradleythughes@fastmail.fm, freebsd-ports@freebsd.org In-Reply-To: <20160505133206.GB7010@home.opsec.eu> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 21:16:41 -0000 On 5 May, Kurt Jaeger wrote: > Hi! > > One thing: There are issues with buildlogs attached to PR due > to them blowing up the database of bugzilla. If all is fine, > it's OK to just list the architectures tested. Second best > is putting broken buildlogs on some external site and put the link > in the PR. Third is adding broken buildlogs as attachment 8-} > > Yes, I know, disk space is infinite, but this is real life 8-) For broken builds, I prefer to just include the part of the build log showing the error in the comment. If someone thinks that there is still some info necessary for debug that is missing, I can extract it from the log and add it as another comment. That way the info is easy to access and permanently part of the PR. From owner-freebsd-ports@freebsd.org Fri May 6 00:10:26 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F205B2F90F for ; Fri, 6 May 2016 00:10:26 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A12B1771; Fri, 6 May 2016 00:10:26 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id 190so100689086iow.1; Thu, 05 May 2016 17:10:26 -0700 (PDT) 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; bh=3ZkqkaawLPnrx7gBYwdmYM94PVZi8Ov3PqIcGbMy/pU=; b=Ptcz8MxA/N0B+3VrGffeccZuky7yDFbTzKVga0zTeovXz4eZdqnfjhMhzi3DTkerj3 Ea0gmc6QywU6m2TrW+88GfmNVqvqLDKMezRa3P86yy994i4/WCgZrAaNsWFkN4hd30l+ 2ADVVO2bWwkOsBEq1MjbWsEGvBj2wNKvaxaF7NNntXPwrrF7MsdU2nTKA/PNJ9oqUcqv JyaMmTdKp8Ggg6SacoKWQtudAcdJzBp+HS/s91rGScON8LEu/K45f3GUAqKASVxdriH+ VNFaET4mGlmmZbpUNNPDuxnAXc6OWna1cUBH9e/yF+hWykOFrV9tg9+WGpHlO6vhcrwz ExZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=3ZkqkaawLPnrx7gBYwdmYM94PVZi8Ov3PqIcGbMy/pU=; b=GVS1dvQy6nldM4AqK7LmnF43jFyBYNsDZPjiT5XE/JOC0vFPjUEbuVJk43DKghttW0 K2wVsk0GRIVMDCQJyjRYAcRu+gOq41Y1lHVRECZ0bseXAaFWbg2mJ2M2CxN29cb46kF4 6mQBuJrTBtwZ76+u4x9fJrtCav2M40IyRrSHuHK8ckCT8X/2d5sGuqMlQNrW9TiE7brW 7z9wWab0Ksl1e20Or6fgiVQVZDe/77R3hWoPlIAR2ChenNBAStF1ES2ftSlrGCss6h9l fnlukujyEsXX1gizicMEU5S0t9iLhXBtPT6J2YhIZbg8ok+5dR4nUQhyfJDjn/JCeIiu wHVw== X-Gm-Message-State: AOPr4FVuTEOuK5A7SPTRgtVIjZIWYOD93hJcozMciqhEj7nkIPfniZrcHRrurUCqmHs8DxGRVYLMTm8gmF/jUw== MIME-Version: 1.0 X-Received: by 10.107.47.37 with SMTP id j37mr19829024ioo.168.1462493425381; Thu, 05 May 2016 17:10:25 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.79.20.70 with HTTP; Thu, 5 May 2016 17:10:25 -0700 (PDT) In-Reply-To: <201605052116.u45LGTXj055344@gw.catspoiler.org> References: <20160505133206.GB7010@home.opsec.eu> <201605052116.u45LGTXj055344@gw.catspoiler.org> Date: Thu, 5 May 2016 17:10:25 -0700 X-Google-Sender-Auth: n3MKc9ZHdWzN3tNCe1Dpbldim8k Message-ID: Subject: Re: PRs ready for commit From: Kevin Oberman To: Don Lewis Cc: Kurt Jaeger , FreeBSD Ports ML , bradleythughes@fastmail.fm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 00:10:26 -0000 On Thu, May 5, 2016 at 2:16 PM, Don Lewis wrote: > On 5 May, Kurt Jaeger wrote: > > Hi! > > > > One thing: There are issues with buildlogs attached to PR due > > to them blowing up the database of bugzilla. If all is fine, > > it's OK to just list the architectures tested. Second best > > is putting broken buildlogs on some external site and put the link > > in the PR. Third is adding broken buildlogs as attachment 8-} > > > > Yes, I know, disk space is infinite, but this is real life 8-) > > For broken builds, I prefer to just include the part of the build log > showing the error in the comment. If someone thinks that there is still > some info necessary for debug that is missing, I can extract it from the > log and add it as another comment. That way the info is easy to access > and permanently part of the PR. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I suggest that it should be the end of the build log with the build done with "MAKE_JOBS_UNSAFE" defined so the error is likely to actually be at the end of the log. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Fri May 6 00:19:08 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D56DB2FB2E for ; Fri, 6 May 2016 00:19:08 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CD8E1C70 for ; Fri, 6 May 2016 00:19:08 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u460Isuj055739; Thu, 5 May 2016 17:18:58 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201605060018.u460Isuj055739@gw.catspoiler.org> Date: Thu, 5 May 2016 17:18:54 -0700 (PDT) From: Don Lewis Subject: Re: PRs ready for commit To: rkoberman@gmail.com cc: lists@opsec.eu, freebsd-ports@freebsd.org, bradleythughes@fastmail.fm In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 00:19:08 -0000 On 5 May, Kevin Oberman wrote: > On Thu, May 5, 2016 at 2:16 PM, Don Lewis wrote: > >> On 5 May, Kurt Jaeger wrote: >> > Hi! >> > >> > One thing: There are issues with buildlogs attached to PR due >> > to them blowing up the database of bugzilla. If all is fine, >> > it's OK to just list the architectures tested. Second best >> > is putting broken buildlogs on some external site and put the link >> > in the PR. Third is adding broken buildlogs as attachment 8-} >> > >> > Yes, I know, disk space is infinite, but this is real life 8-) >> >> For broken builds, I prefer to just include the part of the build log >> showing the error in the comment. If someone thinks that there is still >> some info necessary for debug that is missing, I can extract it from the >> log and add it as another comment. That way the info is easy to access >> and permanently part of the PR. >> >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > > I suggest that it should be the end of the build log with the build done > with "MAKE_JOBS_UNSAFE" defined so the error is likely to actually be at > the end of the log. That's generally the easiest way. If it is a parallel build, just attaching the tail of the log file is generally pretty useless. Sometimes I'll rerun a failing parallel build single threaded to so that the point of failure is close to the end where I can easily grab it. That doesn't work if the problem is actually caused by the parallel build (and the build is clean when done single threaded). In that case I search backwards from the end to find exactly what caused the failure. From owner-freebsd-ports@freebsd.org Fri May 6 06:42:26 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0F4FB300E3 for ; Fri, 6 May 2016 06:42:26 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-163.reflexion.net [208.70.211.163]) (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 A8A9E1D1C for ; Fri, 6 May 2016 06:42:26 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 28301 invoked from network); 6 May 2016 06:42:16 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 6 May 2016 06:42:16 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Fri, 06 May 2016 02:42:51 -0400 (EDT) Received: (qmail 9330 invoked from network); 6 May 2016 06:42:50 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 6 May 2016 06:42:50 -0000 X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 15EA81C4061 for ; Thu, 5 May 2016 23:42:12 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: ruby22 buillds with gcc38 on powerpc64 Message-Id: <07D9D6B5-9C78-43B4-99B3-4E68F9206D7A@dsl-only.net> Date: Thu, 5 May 2016 23:42:18 -0700 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 06:42:27 -0000 On Thu May 5 18:53:18 UTC 2016 regis.etourmy at free.fr wrote: > Sorry, I meant gcc48, not 38.... >=20 > ----- Mail original ----- > De: "regis etourmy" < > regis.etourmy at free.fr > > > =C3=80:=20 > ruby at FreeBSD.org >=20 > Cc:=20 > freebsd-ports at freebsd.org >=20 > Envoy=C3=A9: Jeudi 5 Mai 2016 20:28:52 > Objet: ruby22 buillds with gcc38 on powerpc64 >=20 > Hi, >=20 > I tried to build ruby22 with gcc38 on my powermac G5 and it built (it = didn't with clang). I have not tested yet if it runs well. >=20 > Thanks for all your work, >=20 > R=C3=A9gis Relative to clang 3.8.0 (for example). . . https://llvm.org/bugs/show_bug.cgi?id=3D25780 [a meta-list of powerpc64 = and powerpc clang reports that block use by freebsd world and kernel] = lists various powerpc and powerpc64 code-generation issues for clang = 3.8.0 vs. FreeBSD. As I remember each of the following includes examples = of powerpc64 code-generation issues, not just powerpc (non-64) ones. https://llvm.org/bugs/show_bug.cgi?id=3D26970 https://llvm.org/bugs/show_bug.cgi?id=3D26856 https://llvm.org/bugs/show_bug.cgi?id=3D26844 https://llvm.org/bugs/show_bug.cgi?id=3D26761 One of the types of things that is broken on powerpc64 and powerpc is = C++ exception handling --and such is broken by bad code generation, = independent of involved support libraries possibly adding even more = issues. For powerpc (non-64) there are also stack-handling ABI = violations that can, for example, mess up the stack contents when signal = delivery happens. As far as I can tell depending on clang/clang++ for powerpc64 or for = powerpc is risky or requires analysis that things are actually working = for all the specific uses being made. But so far as I can tell clang = 3.8.0 is an improvement over prior clang vintages for powerpc64 and for = powerpc. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ports@freebsd.org Fri May 6 09:21:28 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0686B2F0B4 for ; Fri, 6 May 2016 09:21:28 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B59DC1A1D for ; Fri, 6 May 2016 09:21:28 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [89.204.137.253] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1aybwj-0002aA-Au; Fri, 06 May 2016 11:21:18 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u469LFpj002171 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 May 2016 11:21:15 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u469LE2f002170; Fri, 6 May 2016 11:21:14 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Fri, 6 May 2016 11:21:14 +0200 From: Matthias Apitz To: Cy Schubert , freebsd-ports@freebsd.org Subject: Re: Poudriere Timeout Message-ID: <20160506092114.GA2119@c720-r292778-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , Cy Schubert , freebsd-ports@freebsd.org References: <201501190145.t0J1jKvg006268@slippy.cwsent.com> <20150119051751.GA1185@c720-r276659> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150119051751.GA1185@c720-r276659> X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.137.253 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 09:21:29 -0000 El día Monday, January 19, 2015 a las 06:17:51AM +0100, Matthias Apitz escribió: > El día Sunday, January 18, 2015 a las 05:45:19PM -0800, Cy Schubert escribió: > > > ====> Compressing man pages (compress-man) > > =========================================================================== > > =================================================== > > ===> Building package for texlive-texmf-20140525_4 > > ====>> Killing timed out build after 3600 seconds > > ====>> Cleaning up wrkdir > > ===> Cleaning for texlive-texmf-20140525_4 > > build of print/texlive-texmf ended at Fri Jan 16 23:49:09 PST 2015 > > build time: 02:41:43 > > !!! build failure encountered !!! > > > > Building the port by hand, make package, took just over 19 minutes (1150 > > seconds). Would increasing the timeout from 3600 to something larger (like > > 7200 -- I know this will require hacking the code) address the issue? > > I don't think that this would help. Something is waiting indefenitely > for some resource or even input from terminal. Last night one of my thousand ports build with poudriere was hit exactly at the same port and point: ====>> Building print/texlive-texmf build started at Fri May 6 00:23:48 CEST 2016 port directory: /usr/ports/print/texlive-texmf building for: FreeBSD freebsd-r292778-ports-20160501-job-01 11.0-CURRENT FreeBSD 11.0-CURRENT r292777 amd64 maintained by: hrs@FreeBSD.org Makefile ident: $FreeBSD: head/print/texlive-texmf/Makefile 400848 2015-11-05 12:36:25Z mat $ Poudriere version: 3.2-pre Host OSVERSION: 1100092 Jail OSVERSION: 1100092 ... /usr/bin/sed -i.bak -i '' 's/\\def\\magyar@sugg@ie@low#1#2#3/\\def\\magyar@sugg@ie@low\\protect #1#2#3/' /wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/tex/generic/babel-hungarian/magyar.ldf /bin/mkdir -p /wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/doc /usr/bin/touch /wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/doc/.keep_me /bin/mkdir -p /wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/source /usr/bin/touch /wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/source/.keep_me ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for texlive-texmf-20150523_3 ====>> Killing timed out build after 3600 seconds ====>> Cleaning up wrkdir ... build of print/texlive-texmf ended at Fri May 6 01:40:39 CEST 2016 build time: 01:16:51 !!! build failure encountered !!! This let me think that there must be something special (read 'bug') either in the port itself or in poudriere. Is it worth to file an issue in our bug tracker? I have to re-run the port this evening in poudriere ... something which I could do to help to nail it down? matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 ¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA! My Lord, give us back the problems of yesterday, those we have had in the GDR. From owner-freebsd-ports@freebsd.org Fri May 6 13:29:30 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B8E4B2FF88 for ; Fri, 6 May 2016 13:29:30 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6012E1F9B for ; Fri, 6 May 2016 13:29:30 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.109.142] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1ayfor-0005Kq-Cf for freebsd-ports@freebsd.org; Fri, 06 May 2016 15:29:25 +0200 Received: from localhost.my.domain (c720-r292778-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id u46DTNYJ002429 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 6 May 2016 15:29:24 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id u46DTNnR002428 for freebsd-ports@freebsd.org; Fri, 6 May 2016 15:29:23 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Fri, 6 May 2016 15:29:22 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: Poudriere Timeout Message-ID: <20160506132922.GA2394@c720-r292778-amd64.oa.oclc.org> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <201501190145.t0J1jKvg006268@slippy.cwsent.com> <20150119051751.GA1185@c720-r276659> <20160506092114.GA2119@c720-r292778-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20160506092114.GA2119@c720-r292778-amd64> X-Operating-System: FreeBSD 11.0-CURRENT r292778 (amd64) User-Agent: Mutt/1.5.24 (2015-08-30) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.109.142 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 13:29:30 -0000 El d=C3=ADa Friday, May 06, 2016 a las 11:21:14AM +0200, Matthias Apitz esc= ribi=C3=B3: >=20 > Last night one of my thousand ports build with poudriere was hit exactly > at the same port and point: >=20 >=20 > ... > =3D=3D=3D=3D> Compressing man pages (compress-man) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> Building package for texlive-texmf-20150523_3 > =3D=3D=3D=3D>> Killing timed out build after 3600 seconds > =3D=3D=3D=3D>> Cleaning up wrkdir > ... >=20 >=20 > This let me think that there must be something special (read 'bug') > either in the port itself or in poudriere. >=20 > Is it worth to file an issue in our bug tracker? I have here a log of the poudriere job (run as single builder) with timestamps: 14:50:40: =3D=3D=3D> Creating users 14:50:40: Creating user 'avahi' with uid '558'. 14:50:40: [freebsd-r292778-ports-20160501-job-01] | | `-- Extracting avahi-= app-0.6.31_5: .......... done 14:50:40: [freebsd-r292778-ports-20160501-job-01] | | `-- Installing gnutls= -3.4.11... 14:50:40: ... 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 14:50:49: =3D=3D=3D> Configuring for texlive-texmf-20150523_3 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 14:50:49: =3D=3D=3D> texlive-texmf-20150523_3 depends on file: /usr/local/s= hare/texmf-dist/.texlive-tlmgr - found 14:50:49: =3D=3D=3D> texlive-texmf-20150523_3 depends on package: texlive-b= ase>=3D20150521_5 - found 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D 14:50:49: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 14:50:49: =3D=3D=3D> Staging for texlive-texmf-20150523_3 14:50:49: =3D=3D=3D> Generating temporary packing list 14:50:50: ... 14:54:23: /usr/bin/touch /wrkdirs/usr/ports/print/texlive-texmf/work/stage/= usr/local/share/texmf-dist/source/.keep_me 14:54:23: =3D=3D=3D=3D> Compressing man pages (compress-man) 14:54:23: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D 14:54:23: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 14:54:24: =3D=3D=3D> Building package for texlive-texmf-20150523_3 15:10:01: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D 15:10:01: =3D=3D=3D=3D>> Cleaning up wrkdir 15:10:03: =3D=3D=3D> Cleaning for texlive-texmf-20150523_3 15:10:17: =1B[1;33m=3D=3D=3D=3D>>=1B[0;0m =1B[1;33mWarning: Leftover proces= ses: 15:10:17: =1B[0;0mUSER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND 15:10:17: build of print/texlive-texmf ended at Fri May 6 15:10:17 CEST 2016 15:10:17: build time: 00:22:37 The package build time was only around 15 minutes. Btw: would be nice if the log would have such timestamps as default; matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 =C2=A1Dios querido denos otra vez los problemas de ayer, los que tuvimos en= la RDA! My Lord, give us back the problems of yesterday, those we have had in the G= DR. From owner-freebsd-ports@freebsd.org Fri May 6 14:25:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3446B31A2A for ; Fri, 6 May 2016 14:25:43 +0000 (UTC) (envelope-from john@jnielsen.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9E7791B9E for ; Fri, 6 May 2016 14:25:43 +0000 (UTC) (envelope-from john@jnielsen.net) Received: by mailman.ysv.freebsd.org (Postfix) id 9A255B31A27; Fri, 6 May 2016 14:25:43 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99D31B31A26 for ; Fri, 6 May 2016 14:25:43 +0000 (UTC) (envelope-from john@jnielsen.net) Received: from webmail2.jnielsen.NET (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 60D711B9D for ; Fri, 6 May 2016 14:25:42 +0000 (UTC) (envelope-from john@jnielsen.net) Received: from [192.168.2.123] (c-73-65-219-132.hsd1.ut.comcast.net [73.65.219.132]) (authenticated bits=0) by webmail2.jnielsen.NET (8.15.2/8.15.1) with ESMTPSA id u46ECNHR001756 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 6 May 2016 08:12:27 -0600 (MDT) (envelope-from john@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.NET: Host c-73-65-219-132.hsd1.ut.comcast.net [73.65.219.132] claimed to be [192.168.2.123] From: John Nielsen Mime-Version: 1.0 (1.0) Subject: Fwd: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT Message-Id: <9967F3F9-02C6-47BA-8EAA-B50F6D97E59F@jnielsen.net> Date: Fri, 6 May 2016 08:12:23 -0600 References: To: ports@freebsd.org X-Mailer: iPhone Mail (13E238) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 14:25:43 -0000 Can someone take a look at and commit this please? It's a trivial patch to f= ollow the changes from r293886. Thanks! Begin forwarded message: > From: bugzilla-noreply@freebsd.org > Date: April 26, 2016 at 12:28:51 AM MDT > To: john@jnielsen.net > Subject: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add pat= ch to fix compile errors in -CURRENT >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209024 >=20 > Lars Engels changed: >=20 > What |Removed |Added > --------------------------------------------------------------------------= -- > Summary|[maintainer update] |[maintainer update] [Patch= ] > |net/isboot-kmod: add patch |net/isboot-kmod: add patch= > |to fix compile errors in |to fix compile errors in > |-CURRENT |-CURRENT >=20 > --=20 > You are receiving this mail because: > You reported the bug. >=20 From owner-freebsd-ports@freebsd.org Fri May 6 14:29:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEFACB31B6A for ; Fri, 6 May 2016 14:29:41 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CEC701E39 for ; Fri, 6 May 2016 14:29:41 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id CE24BB31B69; Fri, 6 May 2016 14:29:41 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDDA1B31B68 for ; Fri, 6 May 2016 14:29:41 +0000 (UTC) (envelope-from lists@opsec.eu) 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 8E60A1E38 for ; Fri, 6 May 2016 14:29:41 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ayglA-000CtH-4F; Fri, 06 May 2016 16:29:40 +0200 Date: Fri, 6 May 2016 16:29:40 +0200 From: Kurt Jaeger To: John Nielsen Cc: ports@freebsd.org Subject: Re: Fwd: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT Message-ID: <20160506142940.GA49501@home.opsec.eu> References: <9967F3F9-02C6-47BA-8EAA-B50F6D97E59F@jnielsen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9967F3F9-02C6-47BA-8EAA-B50F6D97E59F@jnielsen.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 14:29:42 -0000 Hi! > Can someone take a look at and commit this please? It's a trivial > patch to follow the changes from r293886. Thanks! @work -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Fri May 6 14:35:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E0DB31D7E for ; Fri, 6 May 2016 14:35:43 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 28A2812EC for ; Fri, 6 May 2016 14:35:43 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 2451CB31D7D; Fri, 6 May 2016 14:35:43 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23FAAB31D7C for ; Fri, 6 May 2016 14:35:43 +0000 (UTC) (envelope-from lists@opsec.eu) 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 DAB7912EB for ; Fri, 6 May 2016 14:35:42 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1aygr2-000Cu8-I9; Fri, 06 May 2016 16:35:44 +0200 Date: Fri, 6 May 2016 16:35:44 +0200 From: Kurt Jaeger To: John Nielsen , ports@freebsd.org Subject: Re: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT Message-ID: <20160506143544.GB49501@home.opsec.eu> References: <9967F3F9-02C6-47BA-8EAA-B50F6D97E59F@jnielsen.net> <20160506142940.GA49501@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160506142940.GA49501@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 14:35:43 -0000 Hi! > > Can someone take a look at and commit this please? It's a trivial > > patch to follow the changes from r293886. Thanks! > > @work Done. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Fri May 6 14:48:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCAEBB312EB for ; Fri, 6 May 2016 14:48:18 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id CB8281075 for ; Fri, 6 May 2016 14:48:18 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id CAE40B312E4; Fri, 6 May 2016 14:48:18 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA953B312E3 for ; Fri, 6 May 2016 14:48:18 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2621074 for ; Fri, 6 May 2016 14:48:18 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id u46EdHXo014750 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 6 May 2016 07:39:18 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190] claimed to be yuri.doctorlan.com To: "ports@freebsd.org" From: Yuri Subject: Please commit the new ports databases/sqlite-ext-regexp and databases/sqlite-ext-spellfix - they are pending from Sep 2015 Message-ID: <572CAC94.606@rawbw.com> Date: Fri, 6 May 2016 07:39:16 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 14:48:19 -0000 These are SQLite DB extensions. These are very simple ports. Somebody might need them. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203217 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203218 I just updated them and made sure they build. Thanks! Yuri From owner-freebsd-ports@freebsd.org Fri May 6 15:03:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F4CB3195A for ; Fri, 6 May 2016 15:03:22 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 323DB1CE7 for ; Fri, 6 May 2016 15:03:22 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 2DDD8B31959; Fri, 6 May 2016 15:03:22 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D850B31958 for ; Fri, 6 May 2016 15:03:22 +0000 (UTC) (envelope-from lists@opsec.eu) 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 E4E1E1CE6 for ; Fri, 6 May 2016 15:03:21 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ayhHn-000CzO-9L; Fri, 06 May 2016 17:03:23 +0200 Date: Fri, 6 May 2016 17:03:23 +0200 From: Kurt Jaeger To: Yuri Cc: "ports@freebsd.org" Subject: Re: Please commit the new ports databases/sqlite-ext-regexp and databases/sqlite-ext-spellfix - they are pending from Sep 2015 Message-ID: <20160506150323.GC49501@home.opsec.eu> References: <572CAC94.606@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <572CAC94.606@rawbw.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 15:03:22 -0000 Hi! > These are SQLite DB extensions. These are very simple ports. Somebody > might need them. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203217 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203218 > > I just updated them and made sure they build. Done. Sorry for the delay! -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Fri May 6 16:18:06 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D52B9B2ECE8 for ; Fri, 6 May 2016 16:18:06 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from mst-rip5-missouri-out.um.umsystem.edu (mst-rip5-missouri-out.um.umsystem.edu [198.209.50.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon RSA Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 835391D32 for ; Fri, 6 May 2016 16:18:06 +0000 (UTC) (envelope-from stephen@missouri.edu) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GsBQBiwixX/8SeoM9egzhVfQEFunkkh?= =?us-ascii?q?gqBGzwQAQEBAQEBAQNiJ4I3ODwBAQEBAQEjAg1lIxFEEwEiAgUWCwIEBwMCAQI?= =?us-ascii?q?BIBUSBA0IAQGIJw6cf49ijRIBhCN8kS+CWQWYHwGBLYRPiXIBY4xejzY3K4FCg?= =?us-ascii?q?iluAQEBAYcqAX4BAQE?= X-IPAS-Result: =?us-ascii?q?A2GsBQBiwixX/8SeoM9egzhVfQEFunkkhgqBGzwQAQEBAQE?= =?us-ascii?q?BAQNiJ4I3ODwBAQEBAQEjAg1lIxFEEwEiAgUWCwIEBwMCAQIBIBUSBA0IAQGIJ?= =?us-ascii?q?w6cf49ijRIBhCN8kS+CWQWYHwGBLYRPiXIBY4xejzY3K4FCgiluAQEBAYcqAX4?= =?us-ascii?q?BAQE?= Received: from um-tcas1.um.umsystem.edu ([207.160.158.196]) by mst-rip5-exch-relay.um.umsystem.edu with ESMTP; 06 May 2016 11:16:55 -0500 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.150]) by UM-TCAS1.um.umsystem.edu ([207.160.158.196]) with mapi id 14.03.0266.001; Fri, 6 May 2016 11:16:55 -0500 From: "Montgomery-Smith, Stephen" To: FreeBSD Ports Subject: Help with making a port C11 compliant Thread-Topic: Help with making a port C11 compliant Thread-Index: AQHRp7K0BdXbqMykkk2N0kUgUdtU+Q== Date: Fri, 6 May 2016 16:16:54 +0000 Message-ID: <572CC375.4020501@missouri.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 x-originating-ip: [207.160.158.194] Content-Type: text/plain; charset="utf-8" Content-ID: <44F67A355D9D9A4890624A6A3F62C4CE@missouri.edu> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 16:18:06 -0000 SGVyZSBpcyBteSBwcm9ibGVtOg0KaHR0cDovL2JlZWZ5Mi5ueWkuZnJlZWJzZC5vcmcvZGF0YS85 M2FtZDY0LWRlZmF1bHQvNDE0NjMxL2xvZ3MvR2lOYUMtMS43LjAubG9nDQoNCnRoZSBjb25maWd1 cmUgc2NyaXB0IHNheXM6DQpjb25maWd1cmU6IGVycm9yOiBTdGFuZGFyZCBJU08gQysrIGhlYWRl cnMgYXJlIG1pc3NpbmcNCg0KSW4gdGhlIE1ha2VmaWxlIEkgaGF2ZSB0aGUgbGluZToNClVTRVM9 ICAgICAgICAgICBjb21waWxlcjpjKysxMS1sYW5nDQoNCklzIHRoZXJlIGFueXRoaW5nIGVsc2Ug SSBuZWVkIHRvIGRvPyAgSSBzaG91bGQgYWRkIHRoYXQgc2VlbXMgdG8gYmUgYQ0KRnJlZUJTRC05 IG9ubHkgcHJvYmxlbSAtIGl0IGJ1aWxkcyBmaW5lIG9uIEZyZWVCU0QtMTAgYW5kIGhpZ2hlci4N Cg0KVGhhbmtzLCBTdGVwaGVu From owner-freebsd-ports@freebsd.org Fri May 6 17:15:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7AEAB2FD02 for ; Fri, 6 May 2016 17:15:50 +0000 (UTC) (envelope-from bob@eager.cx) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C6016105F for ; Fri, 6 May 2016 17:15:50 +0000 (UTC) (envelope-from bob@eager.cx) Received: by mailman.ysv.freebsd.org (Postfix) id C1A00B2FD00; Fri, 6 May 2016 17:15:50 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C14FBB2FCFF for ; Fri, 6 May 2016 17:15:50 +0000 (UTC) (envelope-from bob@eager.cx) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8C415105C for ; Fri, 6 May 2016 17:15:49 +0000 (UTC) (envelope-from bob@eager.cx) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 40A2A9CC6D for ; Fri, 6 May 2016 18:15:41 +0100 (BST) Date: Fri, 6 May 2016 18:15:41 +0100 From: Bob Eager To: ports@freebsd.org Subject: Please commit this long overdue update to sysutils/fcron Message-ID: <20160506181541.366bb60d@raksha.tavi.co.uk> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; i386-portbld-freebsd10.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== 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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 17:15:51 -0000 (my fault it's overdue, not the ports team!) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209139 Thanks -- Bob From owner-freebsd-ports@freebsd.org Fri May 6 17:24:36 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55C11B2FF7C for ; Fri, 6 May 2016 17:24:36 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 469A0164E for ; Fri, 6 May 2016 17:24:36 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 4231CB2FF7B; Fri, 6 May 2016 17:24:36 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41D6FB2FF7A for ; Fri, 6 May 2016 17:24:36 +0000 (UTC) (envelope-from lists@opsec.eu) 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 03854164D for ; Fri, 6 May 2016 17:24:36 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ayjUT-000DFq-Ov; Fri, 06 May 2016 19:24:37 +0200 Date: Fri, 6 May 2016 19:24:37 +0200 From: Kurt Jaeger To: Bob Eager Cc: ports@freebsd.org Subject: Re: Please commit this long overdue update to sysutils/fcron Message-ID: <20160506172437.GD49501@home.opsec.eu> References: <20160506181541.366bb60d@raksha.tavi.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160506181541.366bb60d@raksha.tavi.co.uk> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 17:24:36 -0000 Hi! > (my fault it's overdue, not the ports team!) > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209139 If you build on current, it fails with some readline issue, see the PR for a short note. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Fri May 6 17:38:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D747EB311AE for ; Fri, 6 May 2016 17:38:31 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 B8F8A1AE1 for ; Fri, 6 May 2016 17:38:31 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id E747F5A9F2A; Fri, 6 May 2016 17:38:23 +0000 (UTC) Date: Fri, 6 May 2016 17:38:23 +0000 From: Brooks Davis To: "Montgomery-Smith, Stephen" Cc: FreeBSD Ports Subject: Re: Help with making a port C11 compliant Message-ID: <20160506173823.GA28674@spindle.one-eyed-alien.net> References: <572CC375.4020501@missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <572CC375.4020501@missouri.edu> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 17:38:31 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 06, 2016 at 04:16:54PM +0000, Montgomery-Smith, Stephen wrote: > Here is my problem: > http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.= 0.log >=20 > the configure script says: > configure: error: Standard ISO C++ headers are missing >=20 > In the Makefile I have the line: > USES=3D compiler:c++11-lang >=20 > Is there anything else I need to do? I should add that seems to be a > FreeBSD-9 only problem - it builds fine on FreeBSD-10 and higher. You may need compiler:c++11-lib to get a standard library. That said, compiler:c++11-lib doesn't actually result in a fully functional C++11 environment on 9.x so you may need to abandon the port on 9.x. -- Brooks --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXLNaPAAoJEKzQXbSebgfAqSsH/jLv3IlLO62KIFLWCKWXGnTs UjBJjrYmKk57xLL1MMlSD1mOAPfN6Ki2S67vE9hl3qkgv13we2VfAvcC8d5O9v3X ap3vqFSM+IxxrM+dI+hZ1kzGEJaJLF7haKPzm+Og6GUQU19IJ2zK5kwj9YQY3YM8 pyDMuBMLZby1N9cV0FqdTq1MYyE+B4cbB1+sArpAeQ5AU6CsdHfNXJ9ph6frxf7Y 1QpU3806tB0L1NYGC35abGB0Nzwog5SU41DIVxGjoeFVcjDezEVEY59pDpSzcLNf lNQlS6RhJvXKc7gke0IVKzw0MzO+tE+6fOqc3mJ32AyK+bS42HRJBp88uUdxNk8= =yg9Y -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-ports@freebsd.org Fri May 6 21:35:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1395B2DF81 for ; Fri, 6 May 2016 21:35:41 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro-1.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (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 92365181F for ; Fri, 6 May 2016 21:35:41 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=dmlfBmCBqjrPIW7tLQ1XAtF0Ata59GvY9OR8oJxNSPg=; b=ps6xCVXeejgsTeSBIKoVsbtwHeJYItvQWb+YrCUzGGOHEiBKEVdgkr9SCcKSo15oEumFZlpeGl8uzIFSyrWDyRAMr3+T6n5/j8aVzG2zg0ckn+EFJG3GNMdo642QMZy1YAQuZBnAsm9D7pC7EMdEFRreYKYYmQbbLLdFMTCKJlY=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1aynPO-0005Nv-Au for freebsd-ports@freebsd.org; Fri, 06 May 2016 23:35:38 +0200 Received: from 62-47-168-139.adsl.highway.telekom.at ([62.47.168.139] helo=[10.0.0.93]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1aynPO-00067v-8v for freebsd-ports@freebsd.org; Fri, 06 May 2016 23:35:38 +0200 To: freebsd-ports@freebsd.org References: <572CC375.4020501@missouri.edu> Subject: Re: Help with making a port C11 compliant From: Walter Schwarzenfeld Message-ID: <5d447285-1fef-6921-442e-3ab60b6ed7fc@utanet.at> Date: Fri, 6 May 2016 23:35:36 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <572CC375.4020501@missouri.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 21:35:41 -0000 Write in the Makefiles of math/cln and math/GiNaC USE_GCC= 4.7 (you can also use 4.8 or 5) and CXXFLAGS+= -D_GLIBCXX_USE_C99 I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere in a 93amd64 jail (the test with 4.7 is running in the moment). And it builds fine. From owner-freebsd-ports@freebsd.org Fri May 6 22:35:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47937B31E8B for ; Fri, 6 May 2016 22:35:56 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from mst-rip5-missouri-out.um.umsystem.edu (mst-rip5-missouri-out.um.umsystem.edu [198.209.50.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon RSA Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01F2516B4 for ; Fri, 6 May 2016 22:35:55 +0000 (UTC) (envelope-from stephen@missouri.edu) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2ENBQCKGy1X/8SeoM9egziBWLsKhhACg?= =?us-ascii?q?Tk8EAEBAQEBAQEDYhwLhEIBAQR4EQIBCBgJFg8JAwIBAgEgJQIEDQgBAYgnukE?= =?us-ascii?q?Bg3kMAR2KbIQ/hVkFmB8Bj26NQo82NyuDa4gPAX4BAQE?= X-IPAS-Result: =?us-ascii?q?A2ENBQCKGy1X/8SeoM9egziBWLsKhhACgTk8EAEBAQEBAQE?= =?us-ascii?q?DYhwLhEIBAQR4EQIBCBgJFg8JAwIBAgEgJQIEDQgBAYgnukEBg3kMAR2KbIQ/h?= =?us-ascii?q?VkFmB8Bj26NQo82NyuDa4gPAX4BAQE?= Received: from um-tcas1.um.umsystem.edu ([207.160.158.196]) by mst-rip5-exch-relay.um.umsystem.edu with ESMTP; 06 May 2016 17:35:49 -0500 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.150]) by UM-TCAS1.um.umsystem.edu ([207.160.158.196]) with mapi id 14.03.0266.001; Fri, 6 May 2016 17:35:45 -0500 From: "Montgomery-Smith, Stephen" To: "freebsd-ports@freebsd.org" Subject: Re: Help with making a port C11 compliant Thread-Topic: Help with making a port C11 compliant Thread-Index: AQHRp7K0BdXbqMykkk2N0kUgUdtU+Z+swt8AgAAQzIA= Date: Fri, 6 May 2016 22:35:44 +0000 Message-ID: <572D1C3F.6000708@missouri.edu> References: <572CC375.4020501@missouri.edu> <5d447285-1fef-6921-442e-3ab60b6ed7fc@utanet.at> In-Reply-To: <5d447285-1fef-6921-442e-3ab60b6ed7fc@utanet.at> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 x-originating-ip: [207.160.158.194] Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 22:35:56 -0000 On 05/06/2016 04:35 PM, Walter Schwarzenfeld wrote: > Write in the Makefiles of math/cln and math/GiNaC >=20 > USE_GCC=3D 4.7 > (you can also use 4.8 or 5) > and > CXXFLAGS+=3D -D_GLIBCXX_USE_C99 >=20 > I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere > in a 93amd64 jail (the test with 4.7 is running in the moment). > And it builds fine. If the suggestion by Brooks Davis doesn't work, I'll give this a try. But I will wrap it in a ".if ${OSVERSION} < 1000000". Thanks, Stephen= From owner-freebsd-ports@freebsd.org Fri May 6 22:43:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18598B3103C for ; Fri, 6 May 2016 22:43:11 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (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 9FB831A2F for ; Fri, 6 May 2016 22:43:10 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=Y2JIPKFefemYMGe3Jeo0ZefrUhDtd4O86hWTwbkSmWs=; b=JwJ/5lrFrnziFyLISSwMzkeF8GREnuDpl8ohInSe6c90j3b50VBq8IwckYIOu9EHLcw5nb7AnzarXladyzGdTrjiNkXuRlnluN9n8EBCAfyVvmFGVhHVVoL8cg70roo5eeNcMlSlnSo1JdNB0ptUSrJDI2Y3FjbkheFD1gH8OxM=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1ayoSg-0006Yv-GJ for freebsd-ports@freebsd.org; Sat, 07 May 2016 00:43:06 +0200 Received: from 62-47-168-139.adsl.highway.telekom.at ([62.47.168.139] helo=[10.0.0.93]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1ayoSg-0000uR-EA for freebsd-ports@freebsd.org; Sat, 07 May 2016 00:43:06 +0200 To: freebsd-ports@freebsd.org References: <572D1C3F.6000708@missouri.edu> Subject: Re: Help with making a port C11 compliant From: Walter Schwarzenfeld Message-ID: Date: Sat, 7 May 2016 00:43:05 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <572D1C3F.6000708@missouri.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 22:43:11 -0000 Now the test with gcc47 is finish,it does not work with poudriere. But gcc48 and gcc5. The /CXXFLAGS+= -D_GLIBCXX_USE_C99 flag is used in two dozens of ports (if you look in the portstree) for same or similiar reasons, I think it will be ok./ From owner-freebsd-ports@freebsd.org Fri May 6 23:35:16 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACA58B31CA1 for ; Fri, 6 May 2016 23:35:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8D1F213A6 for ; Fri, 6 May 2016 23:35:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 88901B31CA0; Fri, 6 May 2016 23:35:16 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85D67B31C9F for ; Fri, 6 May 2016 23:35:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FFA513A3; Fri, 6 May 2016 23:35:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id n129so74426339wmn.1; Fri, 06 May 2016 16:35:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=L4Qp0NQNGs50IBYoRfEJCRWEFow+b1BeSDqiAm/BSyw=; b=Pcg39KOEXoRSO+pUm8AuM4OmPuI2BFNRD92du1p5umRXORkliMXxwqKhhk+VPYfFFe Krl7bpENvTnt+x0f1c4x0QXDtDrmpeLRKpddHscTXslmocBVi3tCO3vfYajGbd06poBq s1hDYhWLgUYurZge1YfYb0OgJH/JnVtH7VVZ6WUfNmFkwWDRyDf1A6AkdmcAcI4horLo fPomdsmphBnE/WXAyvFnhc34OfDPbgpyQ+GWx0rtAc+cHfe+6vtGbrIdsRe6KzYtixY+ 3eHLK/TyqpV8yvSKuCgWf13xga2KHbX7co/a0U3uOAYAEm5o35QHK5Cyr3S8uY1dNGJO GkfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-disposition:user-agent; bh=L4Qp0NQNGs50IBYoRfEJCRWEFow+b1BeSDqiAm/BSyw=; b=OQpmxv6txiYdPDTXGt3XwGQ3Y628mHXQ2zWdtU3E17Zv7iWsRDRVg17d/ppRaZm+yj GZO5QtzhwPaynAD2Yn0Ct0qLwrkr0AujJwypO8LJyNqh2CO8fpTxuI7P7xQrbwM1BciD ROwPqm6/z0aQgqj0UFpbThoVzzHzKMtzbqTgwmU8JELpsYgofW3RSIZCRwYUZNmF9ghn 6poOJVeiKfarmioD5I7nrm0vdCBItneaimiyebygv4N/05jW3TvlHeRUjqR/fiTRD0QT EBMn8DxLKmuMzspo646i+54X6hv0s7wkPVTgp7Ytj1KnnyjlnkIkZslYle/jJnlrwRdk QFuw== X-Gm-Message-State: AOPr4FUM0GWnAzO1mUtnGHFRIiNW24HL5ZaUG7VuvWJX/1mwZws8h2gsAEJcIEuIhn0ENg== X-Received: by 10.28.91.17 with SMTP id p17mr178268wmb.86.1462577714762; Fri, 06 May 2016 16:35:14 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id l74sm10783762wmb.15.2016.05.06.16.35.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 May 2016 16:35:14 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 7 May 2016 01:35:12 +0200 From: Baptiste Daroussin To: pgsql@FreeBSD.org, girgen@FreeBSD.org, ports@FreeBSD.org Subject: coinstallable version of pgsql (POC) Message-ID: <20160506233512.GC84309@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="JgQwtEuHJzHdouWu" Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 23:35:16 -0000 --JgQwtEuHJzHdouWu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Apparently noone had time to work on making all the version of pgsql coinstallable since we last talked about it Here is a proof of concept done on pg95 which makes it coinstallable: https://people.freebsd.org/~bapt/pgsql95.diff It is unfinished given I have not enough time for that. Basically it keeps the package split as it is now (PoC done on clients, server, contrib and plperl) for server what remains is renaming the rc.d script all binaries are now installed under lib/postgresql95/bin and a symlink in regular bin suffixed by the version number. the rpath from the default built is disabled and replaced with a new one which ensure the order of the rpath is correct (the default one is not in the right order) which ensure the libpq version found in priority is the the right version. using rpath is good here to avoid adding a ldconfig file which would make other programs accidentally find the non default libpq In order to keep the manpages, in category 1 the manpages have been renamed to match the name of the symlinks in the PATH In the 7 category thet have been suffixed with postgresql${version} so one can really have all the manpages for all clients available and clearly state which one correspond to which version the man3 and pkgconfig has been removed as they belong to the libpq package What is missing: create a new postgresql-libq based on latest pg version which is installed in the default lib directory What I forgot here is to add a BUNDLE_LIBS=yes for the solver never to take in accoung libpq.so.5 from those clients Last thing would be to cleanup Mk/Uses/pgsql.mk to allow parallel installation I really hope you like that approach and that someone will be able to finish it soon. That would be really helpful for users to be able to decide which version of pg they want without having to build their own packages. It will also simplify upgrading as at one point one have tools from all version of postgresql available at once. Best regards, Bapt --JgQwtEuHJzHdouWu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXLSowAAoJEGOJi9zxtz5aN+UQAIwfSVpGDPlLLPlwRnQwjIoy kJ8ADfzqWAw8A4Y0fMJVfPKqPsZkeFO/pIQ09Nm+YtQhOAwrUkZX03ogY+cFAxJb 9uReQUCB9z2NO8nWFaAJFqEFlCnUOLEzHRY8Vlr5TJ2JVJ/3QlE/uQOSwE3/FnIc Y0S8A9qrLx0zDCLwYZr3kpxm/YXq5WEe5dfvqpNx8Gj6vGiaMPkUxxuYb5oMkQ4w nW9Qpzxs6DGtNKNklxu41iKrzYUHjA+69fYSpqOXzXUeowtpzS08el1dAcMyYYEX 3uszUGGSvqNUMLwJPpuX7gUuxuE66XlCqLKLEYm6/0oL3ecy1ATLnkz/y3t2T15T aaqy5FXAvCdg/4pKkvT8qo++Mu4WnBHk+tUIC6fzwvcDluxynm9ytqfSjHCGR02/ Qol+U9U47gZhrC8O4raxO9a94WcqqngOisvw7UYYNwuwEUzyJ90sIgeIu5mKMGUI 835y7YSRa6F6r6DbYgJg2y75z7wD/wI87kNjj8ROFai/7DcICiYdPXDq+RhvjXBD lmFUvX6IS/5fbJj9l1k6bUrcGLx3CrM7HrgVMGETKmZL8jbuTmEFlSexw5jSaqCz kuTcLygxPYAxZLn9A4U66dzZoF/bIfg+sNqK7yYDoM81MpyF5s+mKXctNgOz5JPV 95IPD14YZ3NzNXshjqOa =M/IX -----END PGP SIGNATURE----- --JgQwtEuHJzHdouWu-- From owner-freebsd-ports@freebsd.org Sat May 7 05:00:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB5AFB2FEEA for ; Sat, 7 May 2016 05:00:54 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90CD31435 for ; Sat, 7 May 2016 05:00:54 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: by mail-oi0-x229.google.com with SMTP id x19so160616628oix.2 for ; Fri, 06 May 2016 22:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=3kiTbV1K5FwvHeKk+dlSpswjq2vCsSVaACtLr/apPVU=; b=yo6/09f3is/YItVWD6XMuK0XgErrpwDuWKWmxYTwL9X6RB+26C4XB1tT/AgugEDqgL ohfIVoTUOzID4FzgH2o3WipHz3FyZf4j1Kp37hMFPuz0iVb0OObAeATNuPPOWa/M/o+9 QNAeSrijs9xzp5L1lXPgrChktF4t18OzJOKLT48rFk7Tr5y9XiqQm6LPaFeczt8Wtyyp 5HgLMH00/8YnSF40P1UOb4tMEOHVEcU8VHspspOHvO9uuWXwxZmwibCrkr8tkCBxEHiR iZhXMuT7dLRQVvlNdkoX2zp6JmLg7VozJ2PT5HvrGCjizdt/NhGV5dFHvn6+R4i/bHcA JSLA== 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; bh=3kiTbV1K5FwvHeKk+dlSpswjq2vCsSVaACtLr/apPVU=; b=GUES/wlMdAwdYrxHmuUtync3D2rbzYSwYb391PVNX63CaemEyk5XSN1hOQLE0KdiDc i6HuTnMqaEgy95LyZ7GIeP+VFXIU4fjq6XpgPzirQnEIAxUTfVpyLpfPG+m2HjFLX2B4 FMlUeFmKVzlF2J0T/0mEGGpRFENnclDj/ujhJbMuPuiov4vTsgO48nYL5iqVXMzyl5rA JVWXUhD8h6rh9s+6BIAHpKMbv5QNLgXmdElbDlLWkCZJLsLXcAnr2ykPgMrqbczFZq31 DLTVfqlm4RC8LMqlEjmiBofFtOSGqmOVtKeme2XeYw6M/9umlr5eQvu0kOsiOVBsXY1N A8Pw== X-Gm-Message-State: AOPr4FUDs86c7RMjvaVg+VmkHNtrCJM7svDo0EnUOxzVeCF3BZX6o+TyXSVdGSHZvUR4VJB2IlnWV88zF7xDCg== MIME-Version: 1.0 X-Received: by 10.157.37.73 with SMTP id j9mr11826063otd.177.1462597253376; Fri, 06 May 2016 22:00:53 -0700 (PDT) Received: by 10.182.158.66 with HTTP; Fri, 6 May 2016 22:00:53 -0700 (PDT) Date: Sat, 7 May 2016 14:00:53 +0900 Message-ID: Subject: new port for review: LDAP Authenticator plugin for MySQL From: Ganbold Tsagaankhuu To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 05:00:54 -0000 Hi, Can anyone take a look or review new port at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208913 ? This is LDAP Authenticator plugin for MySQL. thanks a lot, Ganbold From owner-freebsd-ports@freebsd.org Sat May 7 07:09:27 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 640AFB31782 for ; Sat, 7 May 2016 07:09:27 +0000 (UTC) (envelope-from lists@opsec.eu) 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 25DB014EF for ; Sat, 7 May 2016 07:09:27 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1aywMf-0001dx-Is; Sat, 07 May 2016 09:09:25 +0200 Date: Sat, 7 May 2016 09:09:25 +0200 From: Kurt Jaeger To: Ganbold Tsagaankhuu Cc: freebsd-ports@freebsd.org Subject: Re: new port for review: LDAP Authenticator plugin for MySQL Message-ID: <20160507070925.GA2295@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 07:09:27 -0000 Hi! > Can anyone take a look or review new port at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208913 ? > This is LDAP Authenticator plugin for MySQL. One important thing: new ports should be submitted as shar-file. There are several issues, which running cd portlint -AC flags. One other thing that sticks out: Is it really necessary to have the ateam prefix for the port ? I've added a shar of the modified port to the PR, which still does not yet fetch and build. Can you provide a version 1.0 on github that we can fetch ? Btw, I've created the shar with: shar `find mysql-ldap-auth -print` > /tmp/ldap.shar -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sat May 7 09:27:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70BC4B31EBE for ; Sat, 7 May 2016 09:27:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 60C7E1E41 for ; Sat, 7 May 2016 09:27:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 60192B31EBD; Sat, 7 May 2016 09:27:31 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FBA9B31EBC for ; Sat, 7 May 2016 09:27:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mail.pingpong.net (mail.pingpong.net [79.136.116.202]) by mx1.freebsd.org (Postfix) with ESMTP id F41EB1E3F; Sat, 7 May 2016 09:27:30 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from [10.0.1.11] (h-155-4-128-242.na.cust.bahnhof.se [155.4.128.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 89C4915EDD; Sat, 7 May 2016 11:27:23 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: coinstallable version of pgsql (POC) From: Palle Girgensohn In-Reply-To: <20160506233512.GC84309@ivaldir.etoilebsd.net> Date: Sat, 7 May 2016 11:27:23 +0200 Cc: pgsql@FreeBSD.org, ports@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <6F16C952-B7FA-4945-A1CC-DDF45E17DFA0@FreeBSD.org> References: <20160506233512.GC84309@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 09:27:31 -0000 > 7 maj 2016 kl. 01:35 skrev Baptiste Daroussin : >=20 > Hi all, >=20 > Apparently noone had time to work on making all the version of pgsql > coinstallable since we last talked about it >=20 > Here is a proof of concept done on pg95 which makes it coinstallable: > https://people.freebsd.org/~bapt/pgsql95.diff >=20 > It is unfinished given I have not enough time for that. >=20 > Basically it keeps the package split as it is now (PoC done on = clients, server, > contrib and plperl) for server what remains is renaming the rc.d = script >=20 > all binaries are now installed under lib/postgresql95/bin and a = symlink in > regular bin suffixed by the version number. >=20 > the rpath from the default built is disabled and replaced with a new = one which > ensure the order of the rpath is correct (the default one is not in = the right > order) which ensure the libpq version found in priority is the the = right > version. using rpath is good here to avoid adding a ldconfig file = which would > make other programs accidentally find the non default libpq >=20 > In order to keep the manpages, in category 1 the manpages have been = renamed to > match the name of the symlinks in the PATH >=20 > In the 7 category thet have been suffixed with postgresql${version} so = one can > really have all the manpages for all clients available and clearly = state which > one correspond to which version >=20 > the man3 and pkgconfig has been removed as they belong to the libpq = package >=20 > What is missing: create a new postgresql-libq based on latest pg = version which > is installed in the default lib directory >=20 > What I forgot here is to add a BUNDLE_LIBS=3Dyes for the solver never = to take in > accoung libpq.so.5 from those clients >=20 > Last thing would be to cleanup Mk/Uses/pgsql.mk to allow parallel = installation >=20 > I really hope you like that approach and that someone will be able to = finish it > soon. >=20 > That would be really helpful for users to be able to decide which = version of pg > they want without having to build their own packages. >=20 > It will also simplify upgrading as at one point one have tools from = all version > of postgresql available at once. >=20 > Best regards, > Bapt Hi Bapt, Sounds great. As you write, noone had enough time. I did some work but = the last couple of months nothing really happened. I'll have a look at your diff promptly! My approach was that the client always defaults to the latest released = version of PostgreSQL. That is, even if you install postgresql93-server, = it will pull in postgresql95-client. The client is backwards compatible = apart from very weird corner cases, like direct Kerberos login (not = gssapi) that was removed in 8.x or something.=20 This is what Debian does and it works for them. We should keep old = client versions around for the anxious, but they could actually = conflict, i.e. we install the server and contrib in parallel, but not = the client. That would fix the hassle of symlinks. Palle From owner-freebsd-ports@freebsd.org Sat May 7 09:34:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9A37B2E0A5 for ; Sat, 7 May 2016 09:34:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 98994115E for ; Sat, 7 May 2016 09:34:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 97F63B2E0A3; Sat, 7 May 2016 09:34:43 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9539DB2E0A2 for ; Sat, 7 May 2016 09:34:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) 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 8994E115D for ; Sat, 7 May 2016 09:34:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u479YhUI034590 for ; Sat, 7 May 2016 09:34:43 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u479Yhb3034588; Sat, 7 May 2016 09:34:43 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201605070934.u479Yhb3034588@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: Sat, 7 May 2016 09:34:43 +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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 09:34:43 -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/jasperreports | 5.5.2 | 6.2.2 ------------------------------------------------+-----------------+------------ 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 Sat May 7 11:12:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CAB4B2F7E4 for ; Sat, 7 May 2016 11:12:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 295781648 for ; Sat, 7 May 2016 11:12:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 28A92B2F7E1; Sat, 7 May 2016 11:12:02 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28484B2F7DE for ; Sat, 7 May 2016 11:12:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C36C1162B; Sat, 7 May 2016 11:12:01 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id n129so84617900wmn.1; Sat, 07 May 2016 04:12:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=E7cRz59t7a57wJTkLv1uDHIeJdeQJC8zWa91u+8dVV0=; b=wPUd/vGALo5EXcz6QIcfz9m2Z/+A4lKDEkK2hLVzids9h4F89+St1Dy2TrqWdz/fwM I29v9DQFYMsG54FdSFeYy7wb2UB/mf/er9NHo+6JldL1ILB/7LzRXtiapMiUcD0LSgYB srGPsjVIzR8KxQqb0ZFDrduJEp97LfAjmR3aal4uLj1JUIxlPO22eoBeln0471Geu1sH cNhVvuM7YmjhyTuqH+2HHkfOHnErj6F0iWip3iwAaWsegqHlJ1q7yzMOkOg7+6sn63Qy 9+x6Q5UuZMrEgsKHMP+CUYct0QxsnRdOxcnwJABc8blS47NTyKT7b2mrdAqnQ6jeJpiw 6g0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=E7cRz59t7a57wJTkLv1uDHIeJdeQJC8zWa91u+8dVV0=; b=Wc3yH2JY0c+4AOJvQneNKg/vWpwAZ5y+52eYZWC5bA1tZN+ctzxy2nTi7pyFl4KPes rDjG+SnyIXy6/hg718nsUSX0NRtRUNeq3uJouhWdinIuXnuGM999ll310U3oeidk7VPW d0bkj08j/v1iK7yST1I1k6mYZGtEm15Ms0VMY3qcD3HX03VNNE/bluhxbm1aBv5I97mT A/TZ5u8uKIM7ttzgHzn9MsI1PprwTuE8RQtxSVKZh/b2p0ffz2b8irBf6grR/wxL48uU 8gUAc0M9G1Fb8nAWoYb494b5Bs8Ip0gSjDVAXaZXH1vC7CnkuW/prLzTyeWRqh74+MVs 2fHQ== X-Gm-Message-State: AOPr4FX8bCPmOR8Nv2T3mHrRq6MjLkqjHnttBaFfl2csUSia1fBmL2A3u+3koWKLFWhtmw== X-Received: by 10.194.18.18 with SMTP id s18mr395479wjd.100.1462619520335; Sat, 07 May 2016 04:12:00 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id b22sm13325342wmb.9.2016.05.07.04.11.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 May 2016 04:11:59 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 7 May 2016 13:11:57 +0200 From: Baptiste Daroussin To: Palle Girgensohn Cc: ports@FreeBSD.org, pgsql@FreeBSD.org Subject: Re: coinstallable version of pgsql (POC) Message-ID: <20160507111157.GD84309@ivaldir.etoilebsd.net> References: <20160506233512.GC84309@ivaldir.etoilebsd.net> <6F16C952-B7FA-4945-A1CC-DDF45E17DFA0@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IDYEmSnFhs3mNXr+" Content-Disposition: inline In-Reply-To: <6F16C952-B7FA-4945-A1CC-DDF45E17DFA0@FreeBSD.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 11:12:02 -0000 --IDYEmSnFhs3mNXr+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 07, 2016 at 11:27:23AM +0200, Palle Girgensohn wrote: >=20 > > 7 maj 2016 kl. 01:35 skrev Baptiste Daroussin : > >=20 > > Hi all, > >=20 > > Apparently noone had time to work on making all the version of pgsql > > coinstallable since we last talked about it > >=20 > > Here is a proof of concept done on pg95 which makes it coinstallable: > > https://people.freebsd.org/~bapt/pgsql95.diff > >=20 > > It is unfinished given I have not enough time for that. > >=20 > > Basically it keeps the package split as it is now (PoC done on clients,= server, > > contrib and plperl) for server what remains is renaming the rc.d script > >=20 > > all binaries are now installed under lib/postgresql95/bin and a symlink= in > > regular bin suffixed by the version number. > >=20 > > the rpath from the default built is disabled and replaced with a new on= e which > > ensure the order of the rpath is correct (the default one is not in the= right > > order) which ensure the libpq version found in priority is the the right > > version. using rpath is good here to avoid adding a ldconfig file which= would > > make other programs accidentally find the non default libpq > >=20 > > In order to keep the manpages, in category 1 the manpages have been ren= amed to > > match the name of the symlinks in the PATH > >=20 > > In the 7 category thet have been suffixed with postgresql${version} so = one can > > really have all the manpages for all clients available and clearly stat= e which > > one correspond to which version > >=20 > > the man3 and pkgconfig has been removed as they belong to the libpq pac= kage > >=20 > > What is missing: create a new postgresql-libq based on latest pg versio= n which > > is installed in the default lib directory > >=20 > > What I forgot here is to add a BUNDLE_LIBS=3Dyes for the solver never t= o take in > > accoung libpq.so.5 from those clients > >=20 > > Last thing would be to cleanup Mk/Uses/pgsql.mk to allow parallel insta= llation > >=20 > > I really hope you like that approach and that someone will be able to f= inish it > > soon. > >=20 > > That would be really helpful for users to be able to decide which versi= on of pg > > they want without having to build their own packages. > >=20 > > It will also simplify upgrading as at one point one have tools from all= version > > of postgresql available at once. > >=20 > > Best regards, > > Bapt >=20 > Hi Bapt, >=20 > Sounds great. As you write, noone had enough time. I did some work but th= e last couple of months nothing really happened. Yeah we all have that time problem. I just restarted on it due to a new com= er yelling at pkg not being allowed to use postgresql95 with official binary packages, but I do not really have time to finish it as well :( >=20 > I'll have a look at your diff promptly! >=20 Thanks > My approach was that the client always defaults to the latest released ve= rsion of PostgreSQL. That is, even if you install postgresql93-server, it w= ill pull in postgresql95-client. The client is backwards compatible apart f= rom very weird corner cases, like direct Kerberos login (not gssapi) that w= as removed in 8.x or something.=20 >=20 > This is what Debian does and it works for them. We should keep old client= versions around for the anxious, but they could actually conflict, i.e. we= install the server and contrib in parallel, but not the client. That would= fix the hassle of symlinks. Yes I tried that and I have been bitten once by that approach long ago when upgrading the server iirc I do not remember this was few years ago so it mi= ght not be accurate anymore. I remmeber the official linux packages from postgresql has the issue with t= he rpath I fixed here: using the libpq from /usr/lib instead of the one they do bundle >=20 > Palle >=20 >=20 Thanks! Best regards, Bapt --IDYEmSnFhs3mNXr+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXLc19AAoJEGOJi9zxtz5aNRwQAMbgKI0UXsN8C0/aUsezdRsH dJgwWKL5jlgJukSroF+/llbdRwj5LNkPTS1/bVw3gB1qhNFAbzg6iP6ud726Mr6S aZ/y+cA4Q6U4eOLGf3QdDbJXRakYpO+OeHFiyk5V+AsxOFunAe8Ca7wAlhcD8ZBU ba8l791rip3dTy5OeuB6XIj+b85OwNkkSXn34muD6PHYhE5SpXDpC9iEI8K7/zKe F4auCkvO2C/RSV3NjwXiEYlYHLmPfkyC8tmU4uxSVhPDdxbLGdLQJeGHZaCZLPjo B1TVlp3yZ02LukRhNrLSzwqWHClH/2tqfUrR9VgQC86NgqZ83NoSi/LVjTyDQVvM veYJ4UmK2bbQ2OctlMLiUvelrmOygN99zM5cBJ3Ix9D5l4UmMShbGYi5Y8IFHDoy kmAz0LdpjfpvLfUb4aRiZn4SbPD5EeXi2o0/ffY5Ore1uvTLKtikoS0PWGvkknId dquML51U6f/X3ZYJSMrLcwKFG1hEdtwmciQn3EYd9A6O5TN4jwCD8OAJ98uh6us7 L+hdm516icimbqitmNo6vn4zrzYV19baUswdnFEvIMiY1ZXyanrPRF8P1MMk9n1U XT6MmRaGYvzbbj6tP+z8/XrBR9yX2C8zLkN6Ztv1L/5NyV0mWCGNeKM0sX5bqEal Zcb4XQ4mkEYVWz0CbJer =xKNM -----END PGP SIGNATURE----- --IDYEmSnFhs3mNXr+-- From owner-freebsd-ports@freebsd.org Sat May 7 17:18:58 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13E7DB3219D for ; Sat, 7 May 2016 17:18:58 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D54141753 for ; Sat, 7 May 2016 17:18:57 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mail-ig0-x22b.google.com with SMTP id bi2so72430952igb.0 for ; Sat, 07 May 2016 10:18:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=V/4OVl/hFNg6U+oOiWjPWe+L/ZPQ1PypLosfUS1ZD58=; b=g+AkeGL5BfC8repN4KwbESDAswmjZ06n4oes/H1N9BIF1oi2B8ALtfvW5dyryMuRKx pK3Vq4E0A+DRo9hVx7YhuX4VT+tWPe7QJKkupA2eOpmaQewkW1gkvszgrqmNNjWa6iym DRUsCaK2zCpQOG9Cxdg+jnCzqLxCkZZ7i2P8t0XIW3PRBxHLaN+xgpHwLvlGcfQ8B9+2 2Ab0djEqDbsGPdOU3UAe+OMpiYoCujSYv8m11zbyZin3ZiZWw5brpS6CRjoqREmXXt/Z VnripkMJTF6up+SB2R+e0kJNGZDPiGaK4hbvdDePFrcTo8j5Sc9rpbXPpL1O2/mbWCWk nIGQ== 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; bh=V/4OVl/hFNg6U+oOiWjPWe+L/ZPQ1PypLosfUS1ZD58=; b=XqeAEJ7jZeB2QT5u34DBmAoV4/6rI/7y2ouMVutjWH7v8U289Zb9TS+FxD++9fpuIV y79bm2Yg1GdeRWQSnsey5chwDv9vpFDlVKLwnmD2VW9DBKB73b3CtkNvSS2W3PWC/4AR cSJjZ/Q3xxId5DnTmgUOECrQxxLhNNoFpy4abR+bitPTS0UO98+uoLqZhdqB2D6tbswS tkeecp4bduXKNbsbJj1xCwIh5LctlkE6wcNYxLB9XO54QzIm0tt0LDC1+GR7eRmspZ7z V+NaxrRK+EO0YvwXIF3nhUawpREZoCwrDJy+I61aTyOmHvwFREDk+GBz9Wajx71zbbLB 0TTg== X-Gm-Message-State: AOPr4FXpVFDCu6Fhv7sAylqoX8HP91e1aucY87Y1J7XeSoptJ3b4zGbKUWpcMtSw36Tyq7oUvW7UxVs06ZOpaA== MIME-Version: 1.0 X-Received: by 10.50.142.97 with SMTP id rv1mr2982504igb.74.1462641537111; Sat, 07 May 2016 10:18:57 -0700 (PDT) Received: by 10.36.206.3 with HTTP; Sat, 7 May 2016 10:18:57 -0700 (PDT) Date: Sat, 7 May 2016 19:18:57 +0200 Message-ID: Subject: editors/emacs-nox11 not compiling with LTO enabled From: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 17:18:58 -0000 Hi everyone, I just upgraded my ports tree with portsnap and am upgrading my packages. When compiling emacs-nox11-24.5_3,3 with Link Time Optimization disabled, everything compiles and works fine. If I enable LTO, though, I get the following error: *gcc48* -std=gnu99 -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/include/libxml2 -MMD -MF *deps/.d* -MP -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=core2 -isystem /usr/local/include -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -flto -ffat-lto-objects -Wl,-znocombreloc -ltinfo -L/usr/local/lib -Wl,-rpath=/usr/local/lib -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 \ -o temacs vm-limit.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o gfilenotify.o profiler.o decompress.o xgselect.o terminfo.o lastfile.o gmalloc.o ../lib/libgnu.a -lrt -lexecinfo -L/usr/local/lib -lxml2 -lutil -lncurses -L/usr/local/lib -lgnutls -lpthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lm -lz *gcc48: error: deps/.d: No such file or directorylto-wrapper: /usr/local/bin/gcc48 returned 1 exit status* /usr/local/bin/ld: lto-wrapper failed collect2: error: ld returned 1 exit status Makefile:664: recipe for target 'temacs' failed gmake[3]: *** [temacs] Error 1 gmake[3]: Leaving directory '/usr/ports/editors/emacs-nox11/work/emacs-24.5/src' Makefile:387: recipe for target 'src' failed The directory src/deps exists however: ports/editors/emacs-nox11% ls work/emacs-24.5/src/deps alloc.d casetab.d coding.d editfns.d frame.d keymap.d process.d sysdep.d window.d atimer.d category.d composite.d emacs.d gfilenotify.d lastfile.d profiler.d term.d xdisp.d bidi.d ccl.d data.d eval.d gmalloc.d lread.d regex.d terminal.d xfaces.d buffer.d character.d decompress.d fileio.d gnutls.d macros.d region-cache.d terminfo.d xgselect.d bytecode.d charset.d dired.d filelock.d indent.d marker.d scroll.d textprop.d xml.d callint.d chartab.d dispnew.d floatfns.d insdel.d menu.d search.d undo.d callproc.d cm.d doc.d fns.d intervals.d minibuf.d sound.d unexelf.d casefiddle.d cmds.d doprnt.d font.d keyboard.d print.d syntax.d vm-limit.d Any help with this will be greatly appreciated. Cheers, Fernando From owner-freebsd-ports@freebsd.org Sat May 7 21:16:48 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54AABB32657 for ; Sat, 7 May 2016 21:16:48 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro-1.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (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 1303E1CEA for ; Sat, 7 May 2016 21:16:47 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=7ps3t6mc5uphVXJ0Du/Q3pm+BiOvK8gc7hBViVtoBPc=; b=v+9+z/leG9NzzCZRncjZsgg899h3pdSPeLff+i5U9dTz8rCslmfLcz6Fzdqe4zlDO2XHyskpdB9Z1/iQeF38ojqR0SjbFszHJZPpPkcqHpNNxDwTXbEXkAnxXurFzrDtfIllgw96xSDylQXXB8PxBVO0csrEqaEQXwxXAVgYRFk=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1az9ae-0000SS-CU for freebsd-ports@freebsd.org; Sat, 07 May 2016 23:16:44 +0200 Received: from 188-23-14-57.adsl.highway.telekom.at ([188.23.14.57] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1az9ae-0005K0-Ai for freebsd-ports@freebsd.org; Sat, 07 May 2016 23:16:44 +0200 To: freebsd-ports@freebsd.org References: Subject: Re: editors/emacs-nox11 not compiling with LTO enabled From: Walter Schwarzenfeld Message-ID: Date: Sat, 7 May 2016 23:16:42 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 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.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 21:16:48 -0000 It compiles with CC=gcc49 CXX=g++49 CPP=cpp49 on commandline on my system )10-3 RELEASE amd64) From owner-freebsd-ports@freebsd.org Sat May 7 21:53:59 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B23CB32E69 for ; Sat, 7 May 2016 21:53:59 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: from mail-yw0-x235.google.com (mail-yw0-x235.google.com [IPv6:2607:f8b0:4002:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36B3F1DB5 for ; Sat, 7 May 2016 21:53:59 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: by mail-yw0-x235.google.com with SMTP id g133so220929467ywb.2 for ; Sat, 07 May 2016 14:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to; bh=PXR4wjfcOYXCfFz5uqUMkJbvfHey9Vxooix6xr/uwTI=; b=a9uSsYrk24Bs8HUpek/9nvBUtj4pNL9MpX8xeZdbf6E/eiG5o4mX0TD8i4B0QI+C6N t6KRi3oiThSGKNgZhFimQtqI32vs7wmcgVDF8a1+/uUZ+94VRzzhzaivVnwf8DTcCH8+ 0z0QTbvVuLeXI3Gxld8wWLH44CgnPTOkOkuCrOSf3HsCPzCCflED4u3JozmFuJdHGhVn hD+bXEYpSuizhl5Y7iRFcz3ZR7liuHak3cNN844sIuGoD3WJR13RgtGlpRL9OR2m6RoZ UWmKCkav5aQz0w2Bk4AXg74OymVTaUZnoh9rA5HcHg4SQV2LW3eamDgBCk+mmjnrAPJN NZKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:date:message-id :subject:from:to; bh=PXR4wjfcOYXCfFz5uqUMkJbvfHey9Vxooix6xr/uwTI=; b=Tx2pakgbZqVOfE0+ZuSL/iABF9MER5lcvElJtPVTvGhJMehI1dcOVQmaLUSxBFt4d/ brVvoNkMyLcx+7P85HQvyAz3NOarGTcPue7slrT0EvTL+vl24J7aIZWhz71gVPur79PR jpqFY7u9lxZLz0xzdYXGe7Q3FU6VV61bG1L77M2wdUViCsG7FABI3KsjzKkHl0tjEzWe 8GfGXfNkAAz+up7NK+LUO0kOptjPQkawIP/gN1psmxwJRHPYuCb0v0RBIOAmO4/y840O V0OiXVNhzBuM0v26l+7CjbECypstLRMsiN2auVciyph1QL46itf9o7JWGSsbOZPj1OVc aiJQ== X-Gm-Message-State: AOPr4FVZ/mgh7fnOwSV7kU4nv4hLDcg4zvLxOw0VVT/sCN6EkRXQi4AYaKCZmAFWZzI1LSfbXqH7tI3gGfOEIA== MIME-Version: 1.0 X-Received: by 10.129.163.146 with SMTP id a140mr15997173ywh.254.1462658038455; Sat, 07 May 2016 14:53:58 -0700 (PDT) Reply-To: hiroo.ono+freebsd@gmail.com Sender: hiroo.ono@gmail.com Received: by 10.37.10.199 with HTTP; Sat, 7 May 2016 14:53:58 -0700 (PDT) Date: Sun, 8 May 2016 06:53:58 +0900 X-Google-Sender-Auth: u43hBUH1zhZZRG5BJriQ5DcZG1c Message-ID: Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds From: =?UTF-8?B?SGlyb28gT25vICjlsI/ph47lr5vnlJ8p?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 21:53:59 -0000 Hello, > [2712/3947] Generating html Sphinx documentation for clang into "/wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html" > ====>> Killing timed out build after 86400 seconds > What can I do? Launch this again as a single poudriere task (normally I > started with 4 engines)? Set somewhere the timeout value? Any idea why > this port takes so long to build? poudriere kills the job if it does not end in a specific amount of time. You can configure MAX_EXECUTION_TIME and NOHANG_TIME. See /usr/local/etc/poudriere.conf.sample. 86400 seconds (which is one day) is the default value of MAX_EXECUTION_TIME, so putting MAX_EXECUTION_TIME=172800 (2 days) or whatever value larger than 86400 may solve the problem for you. There are other timeout values which are fixed to 3600 seconds. If you are using poudriere on a (very) slow machine like me, you might need to change them by hand. They are set in /usr/local/share/poudriere/common.sh