From owner-freebsd-ports@freebsd.org Sun Dec 25 01:34: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 C254AC85C41 for ; Sun, 25 Dec 2016 01:34:00 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-168.reflexion.net [208.70.211.168]) (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 83517F4F for ; Sun, 25 Dec 2016 01:33:59 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 14260 invoked from network); 25 Dec 2016 01:27:18 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 25 Dec 2016 01:27:18 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.20.0) with SMTP; Sat, 24 Dec 2016 20:27:27 -0500 (EST) Received: (qmail 23625 invoked from network); 25 Dec 2016 01:27:27 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 25 Dec 2016 01:27:27 -0000 Received: from [192.168.1.111] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id 2CBCFEC91B5; Sat, 24 Dec 2016 17:27:17 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r427110 - head/lang/gcc/files [does lang/gcc49 need such too?] From: Mark Millard In-Reply-To: Date: Sat, 24 Dec 2016 17:27:15 -0800 Cc: vbox@FreeBSD.org, Dimitry Andric , svn-ports-head@freebsd.org, FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <9E9068A1-1818-4C0A-8D07-645A466CEBB9@dsl-only.net> References: <86C72DB2-B9ED-4512-A88C-BD1D9A23806F@dsl-only.net> <9D54F0CC-F38C-4CCE-BC33-25C1457BD44B@FreeBSD.org> <5C936BA8-6941-431A-B05F-31030816F85C@dsl-only.net> <487153E5-EF53-4960-9364-23992D7E0F76@dsl-only.net> To: Gerald Pfeifer X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 01:34:00 -0000 On 2016-Dec-12, at 12:59 PM, Mark Millard wrote: > [Top post asking if you (Gerald) think portmaster is in > error and so if a bugzilla report should be made.] >=20 > Do you expect that portmaster should instead/also(first) > be checking (using the gcc6:lang/gcc6 related example > from USE_GCC=3Dany): "pkg query %n-%v gcc6" instead of > checking "pkg query %n-%v lang/gcc6"? >=20 > If yes then a bugzilla report from you (a port > maintainer with an example of the issue) may be > better than my submitting claims of problems based > on a less formal, less complete, less validated > knowledge of the intended build environment properties > for building ports. >=20 > I can submit one if you think that is better for some > reason. >=20 > And thanks for all the notes about what I ran into > and what you expect should be the case --even if it > turned out that at least one official port-building > tool did not work that way. (Most of my "knowledge" > in the area is inference from the observed behavior > of existing code instead of from from reading > something indicating the intended properties.) I have submitted buzilla 215542 against ports-mgmt/portmaster for this absent any additional feedback. I quoted Gerald's indication of what the build environment should do. =3D=3D=3D Mark Millard markmi at dsl-only.net Older message-sequence history. . . On 2016-Dec-11, at 2:59 PM, Mark Millard wrote: [After "BUILD_DEPENDS+=3D gcc6:lang/gcc6" below shows that portmaster does not do what you indicate the build environment should do. The beginning is not essential material.] On 2016-Dec-11, at 4:40 AM, Gerald Pfeifer = wrote: > On Sun, 11 Dec 2016, Mark Millard wrote: >> I reported already that devel/kBuild/Makefile has in its >> Makefile: >>=20 >> USE_GCC=3D any >>=20 >> and devel/kBuild is what causes the lang/gcc* build. (I >> reported more than that but it is the part relevant here.) >=20 > I had read that, and I di investigate. It was just setup material (context) for what followed. I had no doubt that you had looked into what I'd reported. > USE_GCC=3Dany is the equivalent of USE_GCC=3D4.2+, and lang/gcc6 and > lang/gcc6-devel should both meet this requirement. >=20 > (In general, do not use a gcc*-devel port unless you really want=20 > or need to, though; use the corresponding gcc* port instead.) In genreal I have avoided *-devel's but with with -r428312 having updated the likes of devel/powerpc64-gcc and devel/amd64-gcc and such to be 6.2.0 based I was exploring what combinations of 6.2.0 installations were compatible vs. not. Historically on, e.g., powerpc64, devel/powerpc64-gcc and the matching lang/gcc* by version conflicted so I picked an alternate lang/gcc* if a devel/powerpc64-gcc updated to match what I already had from lang/gcc* . >> Additional information (gained later) is that if I "pkg delete=20 >> gcc6-devel" then instead of devel/kBuild trying to install lang/gcc6=20= >> it tries to install lang/gcc (no number). >=20 > That works as designed. USE_GCC=3Dyes defaults to lang/gcc. = USE_GCC=3Dany=20 > tries to use an existing GCC system compiler and lang/gcc by default = if=20 > none is present. Understood. >> If I clean that out and put back lang/gcc6-devel and try again it=20 >> goes back to trying to install lang/gcc6 . >=20 > That is a little odd. It means gcc6 from lang/gcc6-devel is found > and identified as a suitable version of GCC. Yep: odd. > Then Mk/bsd.gcc.mk adds >=20 > BUILD_DEPENDS+=3D gcc6:lang/gcc6 >=20 > when it resolves USE_GCC=3Dany. >=20 > That should not trigger and pull in lang/gcc6, though, as long > as gcc6 is found. You are wrong relative to portmaster: it uses (from "sh -x" output, including for its relevant recursive uses): # pkg query %n-%v lang/gcc6 as its test and ends up with am empty response that it interprets as needs-installation. By contrast: # pkg query %n-%v lang/gcc6-devel gcc6-devel-6.2.1.s20161201 gives a match and would be classified as installed. The sh -x output that is relevant: + pm_cd /usr/ports/lang/gcc6 + builtin cd /usr/ports/lang/gcc6 + grep -ql ^CONFLICTS Makefile + origin=3Dlang/gcc6 + iport_from_origin lang/gcc6 + local sn dir + [ -n yes ] + pkg query %n-%v lang/gcc6 + return 1 + iport=3D'' + check_exclude lang/gcc6 + [ -n '' ] + return 0 + [ -n '' -a -n '' ] + [ -n '' -a -n '' ] + [ -n '' ] + check_interactive lang/gcc6 + [ -n '' ] + return 0 + update_port lang/gcc6 + local deps + [ -n '' ] + [ -z '' ] + echo '=3D=3D=3D>>> Launching child to install lang/gcc6' =3D=3D=3D>>> Launching child to install lang/gcc6 + dep_of_deps=3D2 + [ -n pm_first_pass ] + [ ! '(' -n '' -a -n '' ')' ] + num_of_deps=3D2 + deps=3D'(2/2)' + term_printf ' >> devel/kBuild >> lang/gcc6 (2/2)' + echo -e '\n=3D=3D=3D>>> emulators/virtualbox-ose-additions >> = devel/kBuild >> lang/gcc6 (2/2)' =3D=3D=3D>>> emulators/virtualbox-ose-additions >> devel/kBuild >> = lang/gcc6 (2/2) + [ -n '' ] + printf '\033]0;portmaster: emulators/virtualbox-ose-additions >> = devel/kBuild >> lang/gcc6 (2/2)\007' ESC]0;portmaster: emulators/virtualbox-ose-additions >> devel/kBuild >> = lang/gcc6 (2/2)^G+ [ -n doing_dep_check -o '(' -n '' -a -n pm_first_pass = ')' ] + unset NO_DEP_UPDATES + [ -z '' -o -n pm_first_pass ] + sh -x /usr/local/sbin/portmaster -D -K lang/gcc6 + trap trap_exit INT >> It appears to be picking up that a gcc is installed when >> lang/gcc6-devel and that it is is version 6 based but then >> it looks for lang/gcc6 specifically but does not find it >> and so tries to install lang/gcc6. Its identification of the >> version is not enough to identify what specific gcc port >> to look for but it only looks for the one possible source >> to satisfy the dependency --and not finding that specific >> port it then tries to install that specific port that it >> did not find. >=20 > That's pretty close. It finds the gcc6 binary and hence settles > on GCC 6 as the compiler to use, but when resolving dependencies > then it apparently does not find the gcc6 binary (or does, and > something triggers a full rebuild regardless with lang/gcc6 instead=20 > of the original lang/gcc6-devel). See above for what portmaster really does. > Do you, by any chance, have some non-standard settings that would > trigger such an unconditional rebuild? I try to be as standard as I can given that I experiment with clang targeting powerpc64 and powerpc and other such oddities and that I want rather current C++ language/library standards. > In general, for ports work lang/gcc is the one to use, and lang/gccX=20= > over lang/gccX-devel. Relative to lang/gcc vs. lang/gcc* . . . A) devel/powerpc64-gcc and devel/amd64-gcc and the like updated to 6.2.0 at -r428312 . and: B) I want the more current C++ status. Historically I have avoided lang/gcc*-devel . But when devel/*-gcc's update versions I tend to experiment with what combinations conflict for installation vs. what combinations to not. > Somehow it feels your setup adds layers of shaky, untested and > non-standard elements on top of each other. Nope. As stands across /usr/src/ and /usr/ports/ I have around 19 patched files. I do tend to have KERNCONF files that include the standard ones and then change a few things. For ports I try to get by with /etc/make.file having: WANT_QT_VERBOSE_CONFIGURE=3D1 # DEFAULT_VERSIONS+=3Dperl5=3D5.24 WRKDIRPREFIX=3D/usr/obj/portswork WITH_DEBUG=3D WITH_DEBUG_FILES=3D MALLOC_PRODUCTION=3D But the binutils vintage problems for powerpc64 (system and head ports) and such lead me to do more for the contexts in which I deal with those. I tend to have powerpc64 and powerpc patches because of my experimenting with clang targeting them and that the standard powerpc64 build does not boot PowerMac G5's reliably. Some patches are ones that someone has requested that I try, usually relative to something that I've reported. I also have ones that work around problems so I can see if there is more to report.=20 > As far as lang/gcc* ports are concerned, I believe the best use > of our time will be moving lang/gcc from GCC 4.9 (where it finally > got to) to GCC 5. The only place that I've been using lang/gcc49 was on powerpc64 for my self-hosted libc++ based powerpc64 system builds: For buildworld buildkernel I used: 0) lang/gcc49 analogously to the clang system compiler 1) devel/powerpc64-sxtoolchain-gcc anlogously to a cross compiler toolchain. This was via SRC_CONF_ENV file content to control what was used. > Gerald =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ports@freebsd.org Sun Dec 25 06:08: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 80E50C8ED5B for ; Sun, 25 Dec 2016 06:08:04 +0000 (UTC) (envelope-from jbeich@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 71CF01D6E for ; Sun, 25 Dec 2016 06:08:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6DDBEC8ED5A; Sun, 25 Dec 2016 06:08: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 6B509C8ED59 for ; Sun, 25 Dec 2016 06:08:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 451581D6D; Sun, 25 Dec 2016 06:08:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 8DB1723A9; Sun, 25 Dec 2016 06:08:03 +0000 (UTC) To: rene@freebsd.org, shoesoft@gmx.net Subject: Re: poudriere ignores stored options after r429298 Cc: ports@freebsd.org In-Reply-To: Message-Id: <20161225060803.8DB1723A9@freefall.freebsd.org> Date: Sun, 25 Dec 2016 06:08:03 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 06:08:04 -0000 René Ladan writes: > On 24-12-2016 10:09, Stefan Ehmann wrote: > >> After today's ports update, poudriere ignores all options that were >> previously stored. >> >> Everything works as before after reverting r429298 "Make the ports >> infrastructure accept at least 3 level ports" >> >> Previously, poudriere stored its options for python27 in >> /usr/local/etc/poudriere.d/options/lang_python27 >> >> Now options are stored in >> /usr/local/etc/poudriere.d/options/_usr_ports_lang_python27 > > Hmm, it should still store options in the old directory, or did we > overlook something? Hmm, I don't like risky infra changes landing just before a new quaterly. Can you back it out on 2017Q1? > > From > https://reviews.freebsd.org/file/data/aq3dh3bgietiaksqg764/PHID-FILE-abonf7wbxelwjoqv2aiq/D8889.diff > : > > Old: > -_PORTDIRNAME= ${.CURDIR:T} > -PORTDIRNAME?= ${_PORTDIRNAME} > -PKGORIGIN?= ${PKGCATEGORY}/${PORTDIRNAME} > -OPTIONS_NAME?= ${PKGORIGIN:S/\//_/} > OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options > > New: > +PKGORIGIN?= ${.CURDIR:C/${PORTSDIR}\///} Assuming .CURDIR is under PORTSDIR or using absolute pathname violates POLA. For one, I'm working with multiple forks of the ports tree without adjusting PORTSDIR value as Mk/* bits are same or compatible. While such a workflow isn't recommended it guarantees the same options apply to every tree. > +OPTIONS_NAME?= ${PKGORIGIN:S/\//_/g} > OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options >> root@e17:/usr/local/etc/poudriere.d/options/lang_python27 # ls -l >> total 5 >> -rw-r--r-- 1 root wheel 406 24 dec. 15:32 options > > What do 'make -V PKGORIGIN' and 'make -V OPTIONS_NAME' tell? Perhaps, poudriere invoked |make config| outside of jail where PORTSDIR has a different value. From owner-freebsd-ports@freebsd.org Sun Dec 25 07:54: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 E4AB5C9043F for ; Sun, 25 Dec 2016 07:54:08 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::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 B7DEBD27 for ; Sun, 25 Dec 2016 07:54:08 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by mail-oi0-x234.google.com with SMTP id b126so305094312oia.2 for ; Sat, 24 Dec 2016 23:54:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=zcr6oedqzbp1FEkrIKqzMDoTrqV2MTxiHBWFfowgdRQ=; b=ZrdSJmnQerILCQ163vvSwI/ibaP1oRSesG+TsBIjrQI9TWqmxKabyyxHqBPa5f5+Uf xAgR56X4eMgEISqwB7nd+LwkXCMn/LUlD6601qeYUyWGmVgmQfokdx8zale2PfHfaP4p uVVr92N6k854AkrUWDC+ivSfFapuDwmvpkCr06hHsEOSgwL+2DhGAFGuEJxlr6qYWVad N4F3k7JLh+1+Adrj2dHsX6TL/nGXxuInYckCkRMS8rd4LMR3/yMaxLP48uNkktAXa6KD ezCTeDBN0FZBKvBP2ehjnZDyHPMuYsbeISgSWJwluJwHiuUgi91K56iTr/nrlQ94bTIU fVDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=zcr6oedqzbp1FEkrIKqzMDoTrqV2MTxiHBWFfowgdRQ=; b=Q51QWM0hzCccpJQVOBBb2sSmHHlMXEJJxiHGho8B8D+aJSwttxnyj/3jDoalOkz/PS b36sM57/1L2POc6nW4/2bPYQdJQmgy4xo1kbqI2FHtoPrcXw6YLwiW+2vy+kUV7OAREI yrDKyWiMb52qZD/me4BKCf08Hiy86mZpE9Yivsz5bHwWhj2SVCozJ4sEQ9a4oPSy5flb r4nYheTPJsWojJQV2NK+VK1sJ4UxonnDLCc61eCQh1UUQQyw2zAsV7r7+7bxSDMZiprP 0+xzGZ7x4uY0Lb50XST69en7qgkYdmEz4c/HHcUh3pFULVBJfcbp0BenQQ9Qzvo/jq+N GtQw== X-Gm-Message-State: AIkVDXI2OJThHUTW93740DVemgYnTWqlV9qg7R9MzfInAxXYDhnPr00TeHnLmlVKoesyvdR2tBeGX+lPVlwbjA== X-Received: by 10.157.22.187 with SMTP id c56mr10195438ote.136.1482652447799; Sat, 24 Dec 2016 23:54:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.41.219 with HTTP; Sat, 24 Dec 2016 23:54:07 -0800 (PST) From: Pavel Timofeev Date: Sun, 25 Dec 2016 10:54:07 +0300 Message-ID: Subject: A port PR to review To: ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 07:54:09 -0000 Hello, dear colleagues! I have one PR to review 'www/ufdbguard: update to 1.32.4' - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215415 Could anybody please take a look? From owner-freebsd-ports@freebsd.org Sun Dec 25 08:04: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 125B6C907D7 for ; Sun, 25 Dec 2016 08:04:58 +0000 (UTC) (envelope-from portscout@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 F36B91313 for ; Sun, 25 Dec 2016 08:04:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id F2153C907D5; Sun, 25 Dec 2016 08:04:57 +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 EFF84C907D4 for ; Sun, 25 Dec 2016 08:04:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 E348B1312 for ; Sun, 25 Dec 2016 08:04:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBP84v6n088229 for ; Sun, 25 Dec 2016 08:04:57 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBP84vwp088228; Sun, 25 Dec 2016 08:04:57 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612250804.uBP84vwp088228@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 25 Dec 2016 08:04:57 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 08:04:58 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ misc/wmweather+ | 2.15 | 2.16 ------------------------------------------------+-----------------+------------ multimedia/vdr | 1.7.29 | 2.3.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 Sun Dec 25 09:11: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 385AAC8EF1B for ; Sun, 25 Dec 2016 09:11:19 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 08AAE120E for ; Sun, 25 Dec 2016 09:11:18 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-oi0-x233.google.com with SMTP id v84so305034047oie.3 for ; Sun, 25 Dec 2016 01:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=/56Lh1f1AYCiFwIqSB4TIUK8JXJlCwcDh1R3Ys9kjaY=; b=vXsslxacMPsHf7VOKVk2ccZEPXEFF9nbtDOsPmaLqznZyIdcfuenzdcGCISyPXwF/R 8QwJy6rUgqVDYfn4KG72YTmnDSq0fD/YHs/sX7ZY8QyT/tOkqaZmzTeWbm0f6LndJACo urObjK/T38CxB0DFk18jx4fwafD3z26NLUfSLBiEqo/C69ZDfjzJyZPMYjBJbYi6vhGD +PzraGh280P03H3J00+a8C/g12n+5z9u5tP+okXP+t6fir+q7iK1rpL4joXg60M0sPkl Fohk6l182//THytXicPaiyXVYIZRYR2cFHoVStJVqrslW5cRh/iFNjK+YDdQ5B+Lpw87 XUXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=/56Lh1f1AYCiFwIqSB4TIUK8JXJlCwcDh1R3Ys9kjaY=; b=j3DZ228bJF8noW/zy6mbvHaJWnyUJ8dmA5/+UbWbklJ4qDKuXy7mNgVzYaif2hOzJi /1p9DonMp8bkmBkkbWS3V7oFPOgFxQJnMFaXN8EmbAND5rsynYx6SwXpS5FGNFKcB9fC VkUn9TMrv1fBTJLmeRdnVrv9t5jBHtZ1RIHMM3woZHAwgHAaZfVaAbWE0UUyQRNspbrZ J0jynJZe8kTE0l85t4EgaDxMZxSg8Caz7eXvdDEBUfyqmrpe1Mt+wKnA6S1OK1DsXbt7 X4N8mhnpsRCSHibLdHdi+eZcoljBwWj2FE0IiatTO+Celfr8Merd8aOGEqFRCo1B6xcr FxCg== X-Gm-Message-State: AIkVDXJIImz5OeFwXJd0al2zFMKsvRJySSxd+sqLJ9WdlqbQjFOge56PPlYf9GFOZWMMxt0bRdqJOx5hmN4ddw== X-Received: by 10.157.31.59 with SMTP id x56mr11317493otd.191.1482657078128; Sun, 25 Dec 2016 01:11:18 -0800 (PST) MIME-Version: 1.0 Sender: thomas.e.zander@googlemail.com Received: by 10.202.46.84 with HTTP; Sun, 25 Dec 2016 01:11:17 -0800 (PST) In-Reply-To: References: From: Thomas Zander Date: Sun, 25 Dec 2016 10:11:17 +0100 X-Google-Sender-Auth: 0LfDCT4wZA_ppBf1vyTINoQhuCM Message-ID: Subject: Re: A port PR to review To: ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 09:11:19 -0000 On 25 December 2016 at 08:54, Pavel Timofeev wrote: > Hello, dear colleagues! > I have one PR to review 'www/ufdbguard: update to 1.32.4' - > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215415 > > Could anybody please take a look? Sure, I'll have a look! Best regards Riggs From owner-freebsd-ports@freebsd.org Sun Dec 25 14:05: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 827CFC8F80C for ; Sun, 25 Dec 2016 14:05:05 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108: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 4675FDB6; Sun, 25 Dec 2016 14:05:05 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.fritz.box (ip9234d228.dynamic.kabel-deutschland.de [146.52.210.40]) by host64.shmhost.net (Postfix) with ESMTPSA id 2341B82B75; Sun, 25 Dec 2016 15:05:02 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: OpenVPN 2.3.13+ and the subnet fix on FreeBSD 10.x From: Franco Fichtner In-Reply-To: <783C9B4A-F393-4941-87BB-3D69F37750C5@lastsummer.de> Date: Sun, 25 Dec 2016 15:05:01 +0100 Cc: Matthias Andree , Frank Wall Content-Transfer-Encoding: 7bit Message-Id: <50923B1B-CFE5-4B2B-92C0-4E6549CA9390@lastsummer.de> References: <783C9B4A-F393-4941-87BB-3D69F37750C5@lastsummer.de> To: FreeBSD Ports X-Mailer: Apple Mail (2.3259) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 14:05:05 -0000 Hi, Turns out the issue could not be reproduced by the reporter anymore. Thanks to both mandree@ and OpenVPN for helping out so swiftly. The current 2.3.14 work as expected. Cheers, Franco > On 21 Dec 2016, at 11:47 AM, Franco Fichtner wrote: > > Hi, > > Looks like subnet fix has unfortunate consequences[1] in FreeBSD 10.x. > > Can we get this fixed before it hits quarterly? > > > Cheers, > Franco > > -- > [1] https://github.com/opnsense/core/issues/1314 > _______________________________________________ > 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" From owner-freebsd-ports@freebsd.org Sun Dec 25 16:00: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 19D52C8EBEA for ; Sun, 25 Dec 2016 16:00:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 011741A6D for ; Sun, 25 Dec 2016 16:00:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id F189BC8EBE8; Sun, 25 Dec 2016 16:00: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 F10D8C8EBE7; Sun, 25 Dec 2016 16:00:55 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 4BFA81A69; Sun, 25 Dec 2016 16:00:55 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7B8F31FE157; Sun, 25 Dec 2016 17:00:39 +0100 (CET) Subject: Re: Optimising generated rules for SAT solving (5/12 are duplicates) To: Vsevolod Stakhov , Ed Schouten References: <20150414200459.GE39658@ivaldir.etoilebsd.net> <20150421103454.GR1394@zxy.spb.ru> <5593D0AE.2010205@selasky.org> <416359ce-1dcd-1160-5c56-f120a0f6358f@selasky.org> <20160627115533.gqvdsmtzwnvrrfuo@ivaldir.etoilebsd.net> <0671148b-d7cd-f8ad-906d-a0baa1b98cf5@selasky.org> <9b0469bb-ab2b-4992-1d40-de748163f2c8@selasky.org> <8c5cb2ea-54ab-c91b-5859-b6a73a2a7005@highsecure.ru> <6a81db90-40fa-ec5f-9402-333091c333f2@selasky.org> <278d487d-4752-5fa6-6037-2e157db100c2@selasky.org> Cc: Baptiste Daroussin , Slawa Olhovchenkov , ports@freebsd.org, FreeBSD Current From: Hans Petter Selasky Message-ID: <3c597f02-f438-5d57-b2d2-21da42fb2fc0@selasky.org> Date: Sun, 25 Dec 2016 17:00:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <278d487d-4752-5fa6-6037-2e157db100c2@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 16:00:56 -0000 On 12/06/16 11:04, Hans Petter Selasky wrote: > On 11/24/16 14:11, Vsevolod Stakhov wrote: >> >> Then I don't understand how your patch should affect the solving >> procedure. If pkg tries to reinstall something without *reason* it is a >> good sign of bug in pkg itself and/or your database/repo and not in SAT >> solver. >> >> I'll try to review your issue but I'll likely need your local packages >> database for this test. > > Hi Vsevolod, > > Did you have a chance to look at this? > Ping. --HPS From owner-freebsd-ports@freebsd.org Sun Dec 25 16:54: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 7A642C90A17 for ; Sun, 25 Dec 2016 16:54:31 +0000 (UTC) (envelope-from shoesoft@gmx.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 5F0901437 for ; Sun, 25 Dec 2016 16:54:31 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: by mailman.ysv.freebsd.org (Postfix) id 5B987C90A16; Sun, 25 Dec 2016 16:54: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 598E0C90A15 for ; Sun, 25 Dec 2016 16:54:31 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC2731436; Sun, 25 Dec 2016 16:54:29 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from walrus.pepperland ([81.217.70.96]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0Lcjgd-1d16BG3cTX-00k7es; Sun, 25 Dec 2016 17:54:22 +0100 Subject: Re: poudriere ignores stored options after r429298 To: Jan Beich , rene@freebsd.org References: <20161225060803.8DB1723A9@freefall.freebsd.org> Cc: ports@freebsd.org From: Stefan Ehmann Message-ID: <2519f39f-96e7-4985-23fa-41df696ba327@gmx.net> Date: Sun, 25 Dec 2016 17:54:20 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161225060803.8DB1723A9@freefall.freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:ox5oxX/SaHD3tuB85K9nM+RfbD6QBJiT6paH+DApzk4YCBgrszv bwWhEgAaEQZ5zpICa1ehI2qJEaosxqx9L8QNDG69auYQ5qmXWY7C8kJp5PJBJwz4G2t/XxJ 3QmGoJrAqy+R6qKtFs1c0bfehaiqfNJoPMvnlimwVnn1lU5yV7n7w6NkR6MD3GrbSomLXsh jtZjWHeqUWm8eDtnflEWw== X-UI-Out-Filterresults: notjunk:1;V01:K0:LhwYXeLIx0Q=:H803rmPJ5zKqWuwRyFHJ9O +3Nwao+Z0+kPh2XCFraceicnAuZaLMqtihiskIRTbdU04BSgV9sbkuOYJD0HofuEBNZzR5S8p xr5Ka+QknH3fixN+LO0O9ISIG86tnB0e1ix4iSFz2jReBQUeIPHyCAt7mUXusavjP+YrE6EdT nSOogGFEF8092fYCMYyqn+uo/AC5eHmTXuz4nG/E8ypb+rYunEtD9LyMcDBuWnkb8ZP4wj4x4 k9sClSKUizZZl04SdrmY3YY86NybMBl9pjzUgZQ7MRGfC3T3OUw3vyAImu/qSfFOnfR2lbfdV yOutFUC8y1B3MbQ5cvXCoRmYbnecU7bOOn3vxJKuwrnNeqIqkk1yROvcXTnF7VzBGeDWbJ2JO D4Zf/l6/TXo7KsvMWUHxQb90Be5Dto/lCRJHaILyeZ66DEbgXNSA395fTjSTKfAXWmnQq0k2K +Ky5nwZbnQs94MgXxMDmEdiTHxpqg7Sm4xO5FyBXYzybXth+lC85gLerl++TWko3SHS35kgd5 wKTOwgvtin17ww/nNUFjfXZb5NB7G5dqqdFA1GSMouvCXV4X46/aEFrRN2lR1ya871B1qVpmS TvOOPmMo5eJZCiQmVGORyXd3/wLoVn9PBB44uo7K1QpO+HY89SKms09X8WGdys/tMEfdmY2sg gPS17H1vZXNhUT0VFNjpnkgazOoia49lJnTuryi/tBe4c1xp5XBv2+mPfj6UK0FZRqEYA5LfN S/5HvKGFEB6+WsIWY9E8BePTm0a93ZlT+efcXBUlLSWSj4kLco18K5vk/aHOrpaTFV0f0+e7+ 8bBXLRg X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 16:54:31 -0000 On 25.12.2016 07:08, Jan Beich wrote: > René Ladan writes: > >> On 24-12-2016 10:09, Stefan Ehmann wrote: >> >>> After today's ports update, poudriere ignores all options that were >>> previously stored. >>> >>> Everything works as before after reverting r429298 "Make the ports >>> infrastructure accept at least 3 level ports" >>> >>> Previously, poudriere stored its options for python27 in >>> /usr/local/etc/poudriere.d/options/lang_python27 >>> >>> Now options are stored in >>> /usr/local/etc/poudriere.d/options/_usr_ports_lang_python27 >> >> Hmm, it should still store options in the old directory, or did we >> overlook something? ... >>> root@e17:/usr/local/etc/poudriere.d/options/lang_python27 # ls -l >>> total 5 >>> -rw-r--r-- 1 root wheel 406 24 dec. 15:32 options >> >> What do 'make -V PKGORIGIN' and 'make -V OPTIONS_NAME' tell? > > Perhaps, poudriere invoked |make config| outside of jail where PORTSDIR > has a different value. Seems like a good guess: poudriere sets (at least on my setup) PORTSDIR=/usr/ports/) when invoking make config Old behavior: $ make PORTSDIR=/usr/ports/ -V PKGORIGIN lang/python27 $ make PORTSDIR=/usr/ports/ -V OPTIONS_NAME lang_python27 With D8889.diff applied: $ make PORTSDIR=/usr/ports/ -V PKGORIGIN /usr/ports/lang/python27 $ make PORTSDIR=/usr/ports/ -V OPTIONS_NAME _usr_ports_lang_python27 From owner-freebsd-ports@freebsd.org Sun Dec 25 17:02: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 1CA82C90EA9 for ; Sun, 25 Dec 2016 17:02:36 +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 EBD571A59 for ; Sun, 25 Dec 2016 17:02:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id EB346C90EA8; Sun, 25 Dec 2016 17:02:35 +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 EAE0EC90EA7 for ; Sun, 25 Dec 2016 17:02:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wj0-x243.google.com (mail-wj0-x243.google.com [IPv6:2a00:1450:400c:c01::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 7CF0C1A58; Sun, 25 Dec 2016 17:02:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wj0-x243.google.com with SMTP id hb5so13208829wjc.2; Sun, 25 Dec 2016 09:02:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=/DVx6LLpSY3XHtbbWJY0Kc4+SX422rsUyuxKXqEns78=; b=tzbQSNFGVbrf6QL3ADBbr2eAfcdXLezF6eSTjuy/9fgQqbS+ayF/1I8k9j5JBMnPx9 9I0TraiAYO6Ln3SWcrQ0jsCQz44PdDoihBv7QBwMNEVQrkT1vxYmHtcxYQVoRYulPcIH yerfGD5AW73WRgVF8duhgRSQ763nNCxh/AJ/JCmA5iGTO7TOoAxlWm4li8PT2ZUpsB6Q +wXdps9/niAFKmGbaYgVCN2qTUJhKXFgF6BYNOxmARri37AdaZYGPmZyPtvY7Sr9wKBQ dXh3z5zLH/z2V8VdqxkUBIRNu2nCXnekYR1JYWwjrzeL88NztG7C3fs+fWn48/MPZjUR 03ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=/DVx6LLpSY3XHtbbWJY0Kc4+SX422rsUyuxKXqEns78=; b=h32EE9TVn0if7cKsbm8C5KACHtw+tghFx0M8QKC+SMFpL9IHcz3KJaMyGXIBPtlZxj kc8MjIqdPFNGnpneyLwXfIKlgUqh0/WfDYX9YgLwXKBu5I7s78KCk17ZmCFpPbGkcTM0 K7mPhPqVQpebwpTXuBfXPlp7S/erttUx/qrtNOvHfhXjm6kQmQfx06XM69yNY1YqOCGz KMihedF26HaaTsMeMfOoif6sLWIGK8esIhi/T5wVliYqSFamxnt0VCSstriS0NXCLi2O 0FWT8MoUzt1TVneJyIY94BFm2S2tGjko1uMgW67W3hpaQ6P2zLiI2/RYtuHNAb5XsOOx +RMA== X-Gm-Message-State: AIkVDXJOtsH5ijbq5Nj0oogOxseitBrh1lZV4/yBPI7+pt4vA0DZxeMZtBjv3yjsgjR1ng== X-Received: by 10.194.163.234 with SMTP id yl10mr25058152wjb.112.1482685353607; Sun, 25 Dec 2016 09:02:33 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id j6sm51005356wjk.25.2016.12.25.09.02.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Dec 2016 09:02:32 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 25 Dec 2016 18:02:31 +0100 From: Baptiste Daroussin To: Stefan Ehmann Cc: Jan Beich , rene@freebsd.org, ports@freebsd.org Subject: Re: poudriere ignores stored options after r429298 Message-ID: <20161225170231.fsnrt2l7g35xetuu@ivaldir.etoilebsd.net> References: <20161225060803.8DB1723A9@freefall.freebsd.org> <2519f39f-96e7-4985-23fa-41df696ba327@gmx.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ruhyu7tlkbiicsp6" Content-Disposition: inline In-Reply-To: <2519f39f-96e7-4985-23fa-41df696ba327@gmx.net> User-Agent: NeoMutt/20161126 (1.7.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 17:02:36 -0000 --ruhyu7tlkbiicsp6 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 25, 2016 at 05:54:20PM +0100, Stefan Ehmann wrote: > On 25.12.2016 07:08, Jan Beich wrote: > > Ren=C3=A9 Ladan writes: > >=20 > > > On 24-12-2016 10:09, Stefan Ehmann wrote: > > >=20 > > > > After today's ports update, poudriere ignores all options that were > > > > previously stored. > > > >=20 > > > > Everything works as before after reverting r429298 "Make the ports > > > > infrastructure accept at least 3 level ports" > > > >=20 > > > > Previously, poudriere stored its options for python27 in > > > > /usr/local/etc/poudriere.d/options/lang_python27 > > > >=20 > > > > Now options are stored in > > > > /usr/local/etc/poudriere.d/options/_usr_ports_lang_python27 > > >=20 > > > Hmm, it should still store options in the old directory, or did we > > > overlook something? > ... >=20 > > > > root@e17:/usr/local/etc/poudriere.d/options/lang_python27 # ls -l > > > > total 5 > > > > -rw-r--r-- 1 root wheel 406 24 dec. 15:32 options > > >=20 > > > What do 'make -V PKGORIGIN' and 'make -V OPTIONS_NAME' tell? > >=20 > > Perhaps, poudriere invoked |make config| outside of jail where PORTSDIR > > has a different value. >=20 > Seems like a good guess: >=20 > poudriere sets (at least on my setup) PORTSDIR=3D/usr/ports/) when invoki= ng > make config >=20 > Old behavior: > $ make PORTSDIR=3D/usr/ports/ -V PKGORIGIN > lang/python27 > $ make PORTSDIR=3D/usr/ports/ -V OPTIONS_NAME > lang_python27 >=20 > With D8889.diff applied: > $ make PORTSDIR=3D/usr/ports/ -V PKGORIGIN > /usr/ports/lang/python27 > $ make PORTSDIR=3D/usr/ports/ -V OPTIONS_NAME > _usr_ports_lang_python27 The change has been reverted --ruhyu7tlkbiicsp6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAlhf+6QACgkQY4mL3PG3 PloROQ/+JNvp5lvIZhpBbkgJrqJgY/V5uzrRmW7/6/tSW20+dahezrm9fr6bECaX E13Kl1SBqGB/NTTROvIbwftHVgvwjUslvf3TVGUiBtr+B8HHiR4D6PvQiKIIhixL FuRzMASA2bQYJgELbXQoY5fCUlfSvprAlrjiMCuGwcOqk50LlyZU8OCdDpFTNYFX EE1zL2vWKsf9qIjWsu1P0hrzqKvJeOj+3qt51HnqwGNl5mysaP+c3NUdO5FgzwDB D9XBVeOs/duTsT3cwZyRlA6GtFQGMXdkI/01PO1y9we73iRjwqeJACAQCDaKUTNM SUqsLg0fc+XCwZ84LqQ8eGkCgRhpyw08n9ZFzvTpzvbXGryXXDFKl+QsOe9tMA1i YpxfZbe8/nFRaTV9sMOOE39uIgqhTGRU1H9zl+D0dOZ4EVvUV9LxU0GDiUNAUH4L tvRoWIMbvIil08S98iVTnN+NDnpEjV2HbRnkxSsb0KkcshbQgeGG0EXvUpFzDs6M AilMR7UQAN5mAkKOwJ59JDQRnGqdEn90RRcNn8qZEgnvR8hZ/tvjcTyKvRuiQg+t j8DDfKA5s481Hgyi6zhpFA43bKf6zhs5dXzYnw33EL1ZU6tlMCeZPIP19XrSHHJ9 B2tXdrVSMVQNSJwHiD4xbUOPO225FJvM2lEVo17KGPmAIu8CTts= =AGql -----END PGP SIGNATURE----- --ruhyu7tlkbiicsp6-- From owner-freebsd-ports@freebsd.org Sun Dec 25 23: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 DBACAC91149 for ; Sun, 25 Dec 2016 23:09:27 +0000 (UTC) (envelope-from d.valerevich@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BD57F1FBB for ; Sun, 25 Dec 2016 23:09:27 +0000 (UTC) (envelope-from d.valerevich@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id B9BB0C91147; Sun, 25 Dec 2016 23:09:27 +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 B9064C91145; Sun, 25 Dec 2016 23:09:27 +0000 (UTC) (envelope-from d.valerevich@gmail.com) Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::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 4E1611FB9; Sun, 25 Dec 2016 23:09:27 +0000 (UTC) (envelope-from d.valerevich@gmail.com) Received: by mail-lf0-x244.google.com with SMTP id x140so9893195lfa.2; Sun, 25 Dec 2016 15:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:message-id:to:cc:subject:mime-version :content-transfer-encoding; bh=z0XcfLTyzhII/eNQv31PHgDHdLdNVcCuRRcSdx+UINI=; b=A4OIeDElISjc0hV8O0CeOl46HR4bSTWZeQZ8FJQATPLkPm9FK6O4DXIpERZySO7Xeh s72dm0alGNORxDkLWXIQr5JSzqGWXOMc0rO/OC43R+6o5OpvsKTwQXVeXvEJjhMGuJNN bH2ySe6iN9tRg3qTzLlhSgE2DgfB18ZUHhigkEP5PtJFYpf4uo69bGQCfjBzgMZSDQ7J OZSePFWv+je7pF0nt7rANBDpoviwt6nJHpasmD67nJSCcg+tS6Au3pbwHjlWodxlel3z Ze0TsgvGd0oufDItL+aWPNG4LkBJw8nKK3WGXszIufaDNFLTI68q7voX8aM+Arkl1RlO e6+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:message-id:to:cc:subject:mime-version :content-transfer-encoding; bh=z0XcfLTyzhII/eNQv31PHgDHdLdNVcCuRRcSdx+UINI=; b=LScLTAuqbcveclQh5inwcbB0/ygVYJhIWk2Lzi+ybhOFwZZA5UA/6vyf9xKWmwC2dX qXqUSXDGQVj1vvccupH3X92qrbIrbtlSMxqqC8C58WEnjh0YT4A0hj0JGC6a9jcVZw5X ra8q1a0MBVOkuZ00qSRjDi2Iu9vswCOTC/586Q5+p8jor4X8JCe/MuZhx0dKD/1fp0Br 7d5BSz6CcSMDCCQYM3nYKohfFBqNVVu5ooJoZ8wN2YC3crcBkTiEPs4ZPkZjy2Ajs84I LJlb2ExefXX1wtFc2tmv3UO+tX84HUmGtZd8MVKU4DCnbgxImALoh8SCCojJnAKadAfg Ta4w== X-Gm-Message-State: AIkVDXLeThciYNu2ZSmWfzVguNfyZA4rkbvQdtrm2qA6NcYwYM7RIJvZf7t9YgF7wojGrA== X-Received: by 10.46.70.1 with SMTP id t1mr10587903lja.29.1482707364534; Sun, 25 Dec 2016 15:09:24 -0800 (PST) Received: from [192.168.10.20] (mail.it-favourite.com. [94.19.87.124]) by smtp.gmail.com with ESMTPSA id h123sm3194792lfh.45.2016.12.25.15.09.23 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 25 Dec 2016 15:09:24 -0800 (PST) Date: Mon, 26 Dec 2016 02:09:19 +0300 From: Dmitry Message-ID: <1133698284.20161226020919@gmail.com> To: apache@FreeBSD.org CC: ports@FreeBSD.org Subject: FreeBSD Port: apache24-2.4.25 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 23:09:28 -0000 Hi, Apache. FreeBSD 11 make[5]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25/modules/filte= rs *** [shared-build-recursive] Error code 1 make[4]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25/modules 1 error make[4]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25/modules *** [shared-build-recursive] Error code 1 make[3]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25 1 error make[3]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25 *** [all-recursive] Error code 1 make[2]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25 1 error make[2]: stopped in /usr/ports/www/apache24/work/httpd-2.4.25 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/apache24 *** Error code 1 Stop. make: stopped in /usr/ports/www/apache24 MAKE_JOBS_UNSAFE=3Dyes - NO, ERRORS --=20 =D1 =F3=E2=E0=E6=E5=ED=E8=E5=EC, Dmitry mailto:d.valerevich@gmail.com From owner-freebsd-ports@freebsd.org Mon Dec 26 02:38: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 111DBC91C44 for ; Mon, 26 Dec 2016 02:38:48 +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 F41A1CD4 for ; Mon, 26 Dec 2016 02:38:47 +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 uBQ2ck7n002265 for ; Mon, 26 Dec 2016 02:38:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 215562] [patch, maintainer approved] security/p5-dicewaregen update to v1.4 Date: Mon, 26 Dec 2016 02:38:47 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: short_desc assigned_to cc flagtypes.name component 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 02:38:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215562 Adam Weinberger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[patch] |[patch, maintainer |security/p5-dicewaregen |approved] |update to v1.4 |security/p5-dicewaregen | |update to v1.4 Assignee|portmgr@FreeBSD.org |freebsd-ports@FreeBSD.org CC| |adamw@FreeBSD.org Flags| |maintainer-feedback+ Component|Ports Framework |Individual Port(s) --- Comment #2 from Adam Weinberger --- Reassign to ports@; in the future, Aldis, please choose "Individual Ports,"= not "Ports Framework." --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports@freebsd.org Mon Dec 26 06:45: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 89D95C9137D for ; Mon, 26 Dec 2016 06:45:34 +0000 (UTC) (envelope-from inform@rymto.ru) 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 7764E90 for ; Mon, 26 Dec 2016 06:45:34 +0000 (UTC) (envelope-from inform@rymto.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 73D22C9137C; Mon, 26 Dec 2016 06:45:34 +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 71A6EC9137B for ; Mon, 26 Dec 2016 06:45:34 +0000 (UTC) (envelope-from inform@rymto.ru) Received: from mail.rymto.ru (mail.rymto.ru [109.120.166.120]) by mx1.freebsd.org (Postfix) with SMTP id AFB968F for ; Mon, 26 Dec 2016 06:45:32 +0000 (UTC) (envelope-from inform@rymto.ru) Message-ID: <2BD19616F4202271ADA8E15450547AA9@rymto.ru> Reply-To: =?windows-1251?B?zODq8ejs?= From: =?windows-1251?B?zODq8ejs?= To: Subject: =?windows-1251?B?0/Hr8+PoIO/uIPHu5+Tg7ej+IOgg7/Du5OLo?= =?windows-1251?B?5uXt6P4g8eDp8u7i?= Date: Mon, 26 Dec 2016 11:45:23 +0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; d=rymto.ru; s=mail; c=relaxed/relaxed; t=1482734723; h=message-id:from:to:subject:date:mime-version; bh=0BaDsJefzNcAuRhLsrt0owxzRFJ/eC43VSJXQ9OYdDw=; b=q90X1J+psT/fEuQgPj4RgBIq7eKwPgJc6lZ0+h9qFOn1z0KqsNZzoDYqVCs/tV 4rwVSj6kWSSkL1EjNy8nsAwmZCETZwJ7NzIb9bj4Sk/RlKBVCjsCefAJ3/e5mXxO yjHA2HUXQZT9CD4/+iycigwbzWcOeJCciWjOZ9PRUD9vQ= Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 06:45:34 -0000 =C7=E4=F0=E0=E2=F1=F2=E2=F3=E9=F2=E5, =EC=E5=ED=FF =E7=EE=E2=F3=F2 =CC=E0= =EA=F1=E8=EC =CA=F0=E0=F1=E8=EB=FC=ED=E8=EA=EE=E2, =FF =EF=F0=E5=E4=EB=E0= =E3=E0=FE =F3=F1=EB=F3=E3=E8 =EF=EE =F1=EE=E7=E4=E0=ED=E8=FE =E8 =EF=F0=EE= =E4=E2=E8=E6=E5=ED=E8=FE =F1=E0=E9=F2=EE=E2! ------------------------------------ =CC=EE=E3=F3 =E4=EE=EB=E3=EE =F0=E0=F1=EF=E8=F1=FB=E2=E0=F2=FC =EA=E0=EA=EE= =E9 =FF =EC=EE=EB=EE=E4=E5=F6, =F1=EA=EE=EB=FC=EA=EE =E4=E5=F1=FF=F2=EA=EE= =E2 =EB=E5=F2 =F3 =EC=E5=ED=FF =EE=EF=FB=F2=E0 =E2 =E4=E0=ED=ED=EE=E9 =F1= =F4=E5=F0=E5, =ED=EE =FF =EF=F0=E5=E4=EF=EE=F7=E8=F2=E0=FE "=E2=EE=E4=E5"= =F0=E5=E0=EB=FC=ED=FB=E5 =F4=E0=EA=F2=FB. =CF=EE=FD=F2=EE=EC=F3 =F5=E2=E0=F2=E8=F2 =EB=E8=F0=E8=EA=E8, =E2=EE=F2 =F7= =F2=EE =FF =EC=EE=E3=F3 =EF=F0=E5=E4=EB=EE=E6=E8=F2=FC: ------------------------------------ 1. =CA=E0=F7=E5=F1=F2=E2=EE =F3=F1=EB=F3=E3 =ED=E0 =F3=F0=EE=E2=ED=E5 =E2= =E5=E4=F3=F9=E8=F5 =EA=EE=EC=EF=E0=ED=E8=E9. --- 2. =D6=E5=ED=FB =F1=F3=F9=E5=F1=F2=E2=E5=ED=ED=EE =ED=E8=E6=E5 =F7=E5=EC = =E2 =EA=EE=EC=EF=E0=ED=E8=FF=F5 (=E7=E0=F7=E0=F1=F2=F3=FE =E2 =F0=E0=E7=FB= ). --- 3. =CF=EE=F1=F2=EE=FF=ED=ED=E0=FF =E4=EE=F1=F2=F3=EF=ED=EE=F1=F2=FC, =E3=EE= =F2=EE=E2=ED=EE=F1=F2=FC =EE=F2=E2=E5=F2=E8=F2=FC =ED=E0 =E8=ED=F2=E5=F0=E5= =F1=F3=FE=F9=E8=E5 =C2=E0=F1 =E2=EE=EF=F0=EE=F1=FB (=ED=F3 =F0=E0=E7=E2=E5= =F7=F2=EE =ED=E5 =ED=EE=F7=FC=FE), =F2=EE =E5=F1=F2=FC =ED=E5 =ED=F3=E6=ED= =EE =EF=E8=F1=E0=F2=FC =EF=E8=F1=FC=EC=E0 =E8 =F1=F3=F2=EA=E0=EC=E8 =E6=E4= =E0=F2=FC =EE=F2=E2=E5=F2=E0. --- 4. =C3=EE=F2=EE=E2 =EF=F0=E5=E4=EE=F1=F2=E0=E2=E8=F2=FC =EF=EE=F0=F2=F4=EE= =EB=E8=EE =F0=E5=E0=EB=FC=ED=FB=F5 =F0=E0=E1=EE=F2. =CF=F0=EE=E2=E5=F0=E8= =F2=FC =EC=EE=E6=ED=EE =EF=F0=EE=F1=F2=EE =EF=EE=E7=E2=EE=ED=E8=E2 =EF=EE= =ED=EE=EC=E5=F0=E0=EC, =F3=EA=E0=E7=E0=ED=ED=FB=EC =ED=E0 =F1=E0=E9=F2=E0= =F5. --- 5. =CC=EE=E9 =EE=EF=FB=F2 =F0=E0=E1=EE=F2=FB =E2 =F0=E5=EA=EB=E0=EC=ED=EE= =EC =E0=E3=E5=ED=F2=F1=F2=E2=E5 =EF=EE=E7=E2=EE=EB=FF=E5=F2 =E2=FB=E4=E5=EB= =E8=F2=FC =E2=E0=F8 =EF=F0=EE=E4=F3=EA=F2 =F1=F0=E5=E4=E8 =EA=EE=ED=EA=F3= =F0=E5=ED=F2=EE=E2, =F7=F2=EE =E7=ED=E0=F7=E8=F2=E5=EB=FC=ED=EE =EF=EE=E2= =FB=F1=E8=F2 =E2=E0=F8=F3 =EF=F0=E8=E1=FB=EB=FC =EE=F2 =F1=E0=E9=F2=E0 =E2= =E4=E0=EB=FC=ED=E5=E9=F8=E5=EC. --- 6. =CB=FE=E1=EB=FE =EA=F0=E5=E0=F2=E8=E2=E8=F2=FC. =DD=F2=EE =EC=EE=E6=ED= =EE =F3=E2=E8=E4=E5=F2=FC =E2 =EC=EE=E8=F5 =F0=E0=E1=EE=F2=E0=F5. --- 7. =CF=F0=E8 =E6=E5=EB=E0=ED=E8=E8 =EC=EE=E6=ED=EE =E2=F1=F2=F0=E5=F2=E8=F2= =FC=F1=FF (=E2 =CC=EE=F1=EA=E2=E5) =E8 =EF=EE=E1=E5=F1=E5=E4=EE=E2=E0=F2=FC= =EB=E8=F7=ED=EE. --- 8. =D2=E0=EA=E6=E5 =EC=EE=E3=F3 =EF=F0=E5=E4=EB=EE=E6=E8=F2=FC: SEO =EF=F0= =EE=E4=E2=E8=E6=E5=ED=E8=E5 =F1=E0=E9=F2=E0, =EA=EE=ED=F2=E5=EA=F1=F2=ED=F3= =FE =F0=E5=EA=EB=E0=EC=F3 =DF.=C4=E8=F0=E5=EA=F2 =E8 SMM =EF=F0=EE=E4=E2=E8= =E6=E5=ED=E8=E5 =E2 =F1=EE=F6=E8=E0=EB=FC=ED=FB=F5 =F1=E5=F2=FF=F5 --- =DF =ED=E0=E4=E5=FE=F1=FC, =F7=F2=EE =EF=E5=F0=E2=EE=ED=E0=F7=E0=EB=FC=ED= =EE=E9 =E8=ED=F4=EE=F0=EC=E0=F6=E8=E8 =E4=EE=F1=F2=E0=F2=EE=F7=ED=EE, =C7= =C2=CE=CD=C8=D2=C5 ;) ------------------------------------- =D1=E0=E9=F2-=E2=E8=E7=E8=F2=EA=E0, =EB=E5=ED=E4=E8=ED=E3, =EB=FD=ED=E4=E8= =ED=E3, landing page, =E8=ED=F2=E5=F0=ED=E5=F2-=EC=E0=E3=E0=E7=E8=ED, =EF= =EE=F0=F2=E0=EB, =EA=EE=F0=EF=EE=F0=E0=F2=E8=E2=ED=FB=E9 =F1=E0=E9=F2. =C7=E2=EE=ED=E8=F2=E5: +7 915 051 87 15 =CF=E8=F8=E8=F2=E5: mvkrasilnikov@gmail.com =CE=F2=EF=E8=F1=E0=F2=FC=F1=FF =EE=F2 =F0=E0=F1=F1=FB=EB=EA=E8, =C2=FB =EC= =EE=E6=E5=F2=E5, =EE=F2=E2=E5=F2=E8=E2 =ED=E0 =FD=F2=EE =EF=E8=F1=FC=EC=EE= . From owner-freebsd-ports@freebsd.org Mon Dec 26 08:08: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 4FB20C919C1 for ; Mon, 26 Dec 2016 08:08:45 +0000 (UTC) (envelope-from manager@rymto.ru) 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 3D4E418B6 for ; Mon, 26 Dec 2016 08:08:45 +0000 (UTC) (envelope-from manager@rymto.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 39DA5C919BF; Mon, 26 Dec 2016 08:08:45 +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 37C5EC919BE for ; Mon, 26 Dec 2016 08:08:45 +0000 (UTC) (envelope-from manager@rymto.ru) Received: from mail.rymto.ru (mail.rymto.ru [109.120.166.120]) by mx1.freebsd.org (Postfix) with SMTP id 3759718B5 for ; Mon, 26 Dec 2016 08:08:43 +0000 (UTC) (envelope-from manager@rymto.ru) Message-ID: <15EFA828CA1E12E13D3871C4C0BB3E5D@rymto.ru> Reply-To: =?windows-1251?B?0crLwMTbIMIgwNDFzcTT?= From: =?windows-1251?B?0crLwMTbIMIgwNDFzcTT?= To: Subject: =?windows-1251?B?wNDFzcTAINHKy8DEzsIgyCDO1MjRzsIgwiDM?= =?windows-1251?B?ztHKwsU=?= Date: Mon, 26 Dec 2016 13:08:39 +0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; d=rymto.ru; s=mail; c=relaxed/relaxed; t=1482739719; h=message-id:from:to:subject:date:mime-version; bh=GLHrMOXVr4pkkZ/FgF8MoP4L+exkew4o/mTkGOy6Bjw=; b=pEA3AE0oHwIjMllyPMLSX75ErzvFAlkZNwrliRloE/Y0m7cvXTN+aVTWD4ZEkz MsbraWxaxiQ7cTqpAvzIIi15TW1SXCxLDjDerFUf08pFnY7ajDhOVAZlC2LFmo3K H0xdwlIKefbSANv4pBBs4UJNgdYxfUMfhEgL/FpVeY9SI= Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 08:08:45 -0000 =C0=D0=C5=CD=C4=C0 =D1=CA=CB=C0=C4=CE=C2 =C8 =CE=D4=C8=D1=CE=C2 =C2 =CC=CE= =D1=CA=C2=C5 =D1=CA=CB=C0=C4 124 =EA=E2.=EC. - 55000 =F0=F3=E1. (1 =FD=F2=E0=E6, =EE=F2=EE=EF=EB=E5=ED=E8=E5, =EF=EE=F2=EE=EB=EA=E8 3 =EC= ., =EF=E0=ED=E4=F3=F1) =CE=D4=C8=D1=DB =D1 =D5=CE=D0=CE=D8=C8=CC =D0=C5=CC=CE=CD=D2=CE=CC 20 =EA=E2.=EC. =96 17000 =F0=F3=E1. 50 =EA=E2.=EC. =96 42000 =F0=F3=E1. =CE=D2=C2=C5=D2=D1=D2=C2=C5=CD=CD=CE=C5 =D5=D0=C0=CD=C5=CD=C8=C5 =EE=F2 15 =F0. =E7=E0 =EF/=EC=E5=F1=F2=EE =EE=F2 17 =F0. =E7=E0 =EA=E2.=EC. =D1=CA=CB=C0=C4=D1=CA=C8=C5 =D3=D1=CB=D3=C3=C8 =CF=E5=F0=E5=E3=F0=F3=E7 =F4=F3=F0 =E8 =EA=EE=ED=F2=E5=E9=ED=E5=F0=EE=E2 =CA=EE=ED=F1=EE=EB=E8=E4=E0=F6=E8=FF =F1=E1=EE=F0=ED=FB=F5 =E3=F0=F3=E7=EE= =E2 =CF=CE=C3=D0=D3=C7=CE-=D0=C0=C7=C3=D0=D3=C7=CE=D7=CD=DB=C5 =D0=C0=C1=CE=D2= =DB =C1=E5=F1=EF=EB=E0=F2=ED=FB=E9 =E2=FA=E5=E7=E4, =EE=F5=F0=E0=ED=FF=E5=EC=E0= =FF =F2=E5=F0=F0=E8=F2=EE=F0=E8=FF, 1 =FD=F2=E0=E6, =F8=E8=F0=EE=EA=E8=E9 =EF=E0=ED=E4=F3=F1, =E2=E8=E4=E5=EE= =ED=E0=E1=EB=FE=E4=E5=ED=E8=E5 (903) 726-17-77, (903) 798-55-05 =C8=E7=E2=E8=ED=E8=F2=E5, =E5=F1=EB=E8 =EF=E8=F1=FC=EC=EE =E4=EE=F1=F2=E0= =E2=EB=E5=ED=EE =ED=E5 =EF=EE =E0=E4=F0=E5=F1=F3. From owner-freebsd-ports@freebsd.org Mon Dec 26 08:12:52 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 02A76C91BA1 for ; Mon, 26 Dec 2016 08:12:52 +0000 (UTC) (envelope-from portscout@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 E3CF11C42 for ; Mon, 26 Dec 2016 08:12:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E30A7C91BA0; Mon, 26 Dec 2016 08:12: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 E2AC4C91B9F for ; Mon, 26 Dec 2016 08:12:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 D5B261C40 for ; Mon, 26 Dec 2016 08:12:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQ8Cpro026391 for ; Mon, 26 Dec 2016 08:12:51 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBQ8CpEW026390; Mon, 26 Dec 2016 08:12:51 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612260812.uBQ8CpEW026390@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 26 Dec 2016 08:12:51 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 08:12:52 -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 ------------------------------------------------+-----------------+------------ www/logtools | 0.13d | 0.13e ------------------------------------------------+-----------------+------------ 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 Dec 26 08:14:57 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 27040C91C6C for ; Mon, 26 Dec 2016 08:14:57 +0000 (UTC) (envelope-from mueller6723@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 051A21D66 for ; Mon, 26 Dec 2016 08:14:56 +0000 (UTC) (envelope-from mueller6723@twc.com) Received: from [74.134.208.22] ([74.134.208.22:24823] helo=localhost) by dnvrco-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 71/36-31287-FB0D0685; Mon, 26 Dec 2016 08:11:43 +0000 Date: Mon, 26 Dec 2016 08:11:12 +0000 Message-ID: <71.36.31287.FB0D0685@dnvrco-omsmta01> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: The ports collection has some serious issues References: <20161218013548.GA25190@server.rulingia.com> <3c83b1e8-4428-ddcf-9b55-3793e098c6af@marino.st> <20161219064829.GA31821@server.rulingia.com> <1a7d2787-22a4-97bd-c3ca-86f45aab45ec@marino.st> <20161220175134.k6746kqod4v7osey@ivaldir.etoilebsd.net> X-RR-Connecting-IP: 107.14.64.6:25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 08:14:57 -0000 > On Tue, Dec 20, 2016 at 11:57:38PM +1100, Dave Horsfall wrote: > > On Mon, 19 Dec 2016, John Marino wrote: > > > I never, not once, tried to "get rid of portmaster". By repeating this > > > untruth after I already corrected you is trolling. There was a very > > > small chance you were just ignorant but thanks for admitting you knew > > > exactly what you were doing and making Dave H. look silly. > > > What I have (and others) wanted? What would make us happy? > > Perhaps for you to just quietly FOAD? When it comes to common sense, you > > appear to be utterly impervious. > The direction this thread is taking is intollerable in our community, please > stay polite and keep this discussion civil (or rather bring it back to a civil > discussion). > We will not accept such insults in our community > Bapt I just looked in svnweb.freebsd.org, cvsweb.netbsd.org and the FreeBSD handbook. What is the current status of portupgrade and portmaster? Maintained, deprecated or something else? Tom From owner-freebsd-ports@freebsd.org Mon Dec 26 08:53: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 020E2C918F9 for ; Mon, 26 Dec 2016 08:53:16 +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 B9DF61385 for ; Mon, 26 Dec 2016 08:53:15 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cLR1l-000JFR-83; Mon, 26 Dec 2016 09:53:05 +0100 Date: Mon, 26 Dec 2016 09:53:05 +0100 From: Kurt Jaeger To: Thomas Mueller Cc: freebsd-ports@freebsd.org Subject: Re: The ports collection has some serious issues Message-ID: <20161226085305.GU2648@home.opsec.eu> References: <20161218013548.GA25190@server.rulingia.com> <3c83b1e8-4428-ddcf-9b55-3793e098c6af@marino.st> <20161219064829.GA31821@server.rulingia.com> <1a7d2787-22a4-97bd-c3ca-86f45aab45ec@marino.st> <20161220175134.k6746kqod4v7osey@ivaldir.etoilebsd.net> <71.36.31287.FB0D0685@dnvrco-omsmta01> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <71.36.31287.FB0D0685@dnvrco-omsmta01> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 08:53:16 -0000 Hi! > What is the current status of portupgrade and portmaster? > > Maintained, deprecated or something else? portupgrade: MAINTAINER= bdrewery@FreeBSD.org portmaster: MAINTAINER= tz@FreeBSD.org -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Mon Dec 26 11:30: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 C1852C91359 for ; Mon, 26 Dec 2016 11:30:03 +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 A58A611E1 for ; Mon, 26 Dec 2016 11:30:03 +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 uBQBU3Fs017228 for ; Mon, 26 Dec 2016 11:30:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 215562] [patch, maintainer approved] security/p5-dicewaregen update to v1.4 Date: Mon, 26 Dec 2016 11:30:03 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rene@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rene@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 11:30:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215562 Rene Ladan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports@FreeBSD.org |rene@FreeBSD.org CC| |rene@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports@freebsd.org Mon Dec 26 13:01: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 9CAE8C9115E for ; Mon, 26 Dec 2016 13:01:37 +0000 (UTC) (envelope-from bzhang@issas.ac.cn) 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 7CBED16F2 for ; Mon, 26 Dec 2016 13:01:37 +0000 (UTC) (envelope-from bzhang@issas.ac.cn) Received: by mailman.ysv.freebsd.org (Postfix) id 7C1D0C9115D; Mon, 26 Dec 2016 13:01: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 7BC18C9115C for ; Mon, 26 Dec 2016 13:01:37 +0000 (UTC) (envelope-from bzhang@issas.ac.cn) Received: from mailout02.rmx.de (mailout02.rmx.de [62.245.148.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "*.rmx.de", Issuer "DigiCert SHA2 High Assurance Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2752C16EF for ; Mon, 26 Dec 2016 13:01:37 +0000 (UTC) (envelope-from bzhang@issas.ac.cn) Received: from kdin01.retarus.de (kdin01.dmz1.retloc [172.19.17.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout02.rmx.de (Postfix) with ESMTPS id 3tnJzL0fMkzNyfc for ; Mon, 26 Dec 2016 14:01:34 +0100 (CET) Received: from mail.mare.com (mail.mare.com [46.234.239.45]) by kdin01.retarus.de (8.15.2/8.15.2/retarus.custom) with ESMTPS id uBQD1W4G017157 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Dec 2016 14:01:33 +0100 Received: from mail.mare.com (localhost [127.0.0.1]) by mail.mare.com (Postfix) with ESMTPS id B9F3DFECB9 for ; Mon, 26 Dec 2016 13:58:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.mare.com (Postfix) with ESMTP id 9770AFF290 for ; Mon, 26 Dec 2016 13:58:45 +0100 (CET) Received: from mail.mare.com ([127.0.0.1]) by localhost (mail.mare.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yvucEerqa3HK for ; Mon, 26 Dec 2016 13:58:45 +0100 (CET) Received: from [192.168.1.3] (unknown [41.58.78.95]) by mail.mare.com (Postfix) with ESMTPSA id 5B8F6FEAD5 for ; Mon, 26 Dec 2016 13:58:42 +0100 (CET) MIME-Version: 1.0 Subject: Your Email Account Breaches| DO NOT IGNORE (Secure Privacy) To: ports@FreeBSD.org From: Accounts Department Date: Mon, 26 Dec 2016 14:00:33 +0100 Reply-To: Accounts Department Message-Id: <20161226125842.5B8F6FEAD5@mail.mare.com> X-RMX-ID: 20161226-140133-uBQD1W4G017157-0@kdin01 X-RMX-TRACE: 2016-12-26 14:01:33 RmxMSO@kdin01/mailcc31 [0.0s] 20161226-140133-uBQD1W4G017157-0@kdin01 0:00:00 X-RMX-TRACE: 2016-12-26 14:01:33 KdIn2013@kdin01/mailcc15 [0.2s] 20161226-140133-uBQD1W4G017157-0@kdin01 0:00:00 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 13:01:37 -0000 Some Mails Are Not Reaching Your Mailbox, RESOLVE NOW. = = Dear ports@FreeBSD.org; = Due to the recent mail account security breaches that affected most email= account providers, we noticed your mailbox was among the affected. = We remain vigilant in protecting our personal information so as part of ou= r effort to improve your experience with our service, we updated our SSL encryption Standard and advised all users/staffs to val= idate their email account by following the below VERIFIED ACCESS POINT to a= void email theft/losing of your email account. = = VERIFIED ACCESS POINT to secure account and privacy automatically. = Failure to comply automatically puts your account in danger and off our ma= iling lists. This notification was sent by Mail Account Administration =96 All Rights Reserved! =20 From owner-freebsd-ports@freebsd.org Mon Dec 26 14:02: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 D2E43C914D4 for ; Mon, 26 Dec 2016 14:02:43 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "m5p.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8C51B3C for ; Mon, 26 Dec 2016 14:02:43 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [IPv6:2001:418:3fd::1f] (haymarket.m5p.com [IPv6:2001:418:3fd::1f]) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTP id uBQE2ZTr014971 for ; Mon, 26 Dec 2016 09:02:41 -0500 (EST) (envelope-from george+freebsd@m5p.com) Subject: Re: The ports collection has some serious issues To: freebsd-ports@freebsd.org References: <20161218013548.GA25190@server.rulingia.com> <3c83b1e8-4428-ddcf-9b55-3793e098c6af@marino.st> <20161219064829.GA31821@server.rulingia.com> <1a7d2787-22a4-97bd-c3ca-86f45aab45ec@marino.st> <20161220175134.k6746kqod4v7osey@ivaldir.etoilebsd.net> <71.36.31287.FB0D0685@dnvrco-omsmta01> From: George Mitchell Message-ID: Date: Mon, 26 Dec 2016 09:02:35 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <71.36.31287.FB0D0685@dnvrco-omsmta01> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.8 required=10.0 tests=ALL_TRUSTED, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mattapan.m5p.com X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.1 (mailhost.m5p.com [IPv6:2001:418:3fd::f7]); Mon, 26 Dec 2016 09:02:41 -0500 (EST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 14:02:43 -0000 On 12/26/16 03:11, Thomas Mueller wrote: > [...] > What is the current status of portupgrade and portmaster? > > Maintained, deprecated or something else? > > Tom > [...] If "contentious" were an official state, that would be it. Each has its enthusiastic adherents; others are, shall we say, less enthusiastic. -- George From owner-freebsd-ports@freebsd.org Mon Dec 26 16:04: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 0B802C9101A for ; Mon, 26 Dec 2016 16:04:43 +0000 (UTC) (envelope-from hocine.djm@gmail.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d: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 BDCDF170B for ; Mon, 26 Dec 2016 16:04:42 +0000 (UTC) (envelope-from hocine.djm@gmail.com) Received: by mail-qk0-x22e.google.com with SMTP id u25so189826797qki.2 for ; Mon, 26 Dec 2016 08:04:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=IIaNWUGmMQEuo6Gbx+GpHpAvcmHBYgB8l2zZxHiF4vE=; b=D7S3CU2RBeGIRmi+9anIYVq8Lp3F6hgMH+kL7ZynXroJQXiIwJrVxIfrEGw6z/C67f 2lMlvJd2kvxOmDMi70ng3t7aDKT5G+MDaepMsEm0hCFt6IwOgaqN+rthD369C7RZxxJo fJUvu6Ze/oi5j1miv4i0UNOV9QmmkIKpKQxAD7DTMvWaAPBG0BbOnl1T6QPjFVoPONd1 vOcMdnjtg5Lfz8gja/MaKMMofx/wRaaiw2j5jeIiBtTN96wC9dYTGh3hL11XnB0iDRvs bicQ1xUGVlIAhtnSSzQZO/lsMWEvUFGL/2DAJUtUOdSW1KgYlqV1PxQaE11ezfEa5hDY 1/tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IIaNWUGmMQEuo6Gbx+GpHpAvcmHBYgB8l2zZxHiF4vE=; b=igE/pfqwr6RI5mp/TjpUOnLD967GQjA0XL3IOz7CkN8ajcJBHv4UlQ437P4oDIYSyJ 8qmEBv86nF1K3KVqJEGgimniyvN/7Vn7gyXjo8Jyi1tiT5822sLTrOtmiAGvfRw+kSmr M/ZFvpMm8FYiYXTb3pAbR7ei2WY2x8MA1D3p1De2uCL4NIVaOOSvuKyAop/rWgOdH69Q Bu1nBQmPBKnMAZuCAZOdgfFI/fOSM1aFve8siIKBMQUI1scxbKgjRvJJoUwv91kHUJ2F ad7kORqd0FaHqNtpKGrL5fl2dOB0+6CQul4bVZbSeohhVhPWPUGIlTCyU7NXyhyODyHt Myzg== X-Gm-Message-State: AIkVDXJAxgvvZaobKNFsUTS92PGMA//X0UX1ravW0DtJTxF6ezHKuNhc5PX+kgVbY7E5Nkj91c/9yyrSJdPTiA== X-Received: by 10.55.177.5 with SMTP id a5mr28953311qkf.229.1482768281612; Mon, 26 Dec 2016 08:04:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.58.66 with HTTP; Mon, 26 Dec 2016 08:04:41 -0800 (PST) From: Hocine DJEMAI Date: Mon, 26 Dec 2016 11:04:41 -0500 Message-ID: Subject: request to look at an issue To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 16:04:43 -0000 Hi, can you look at this problem: http://superuser.com/questions/1160185/error-when-trying-to-install-virtualbox-ose-additions-in-freebsd-as-a-guest-on-v if possible to comment about that thank you. From owner-freebsd-ports@freebsd.org Mon Dec 26 19: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 12FDDC928AC for ; Mon, 26 Dec 2016 19:16:41 +0000 (UTC) (envelope-from bancarias.26@tuempresaactualizada.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 035AB1F8D for ; Mon, 26 Dec 2016 19:16:41 +0000 (UTC) (envelope-from bancarias.26@tuempresaactualizada.com) Received: by mailman.ysv.freebsd.org (Postfix) id F3FDFC928AB; Mon, 26 Dec 2016 19:16:40 +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 F1EA4C928AA for ; Mon, 26 Dec 2016 19:16:40 +0000 (UTC) (envelope-from bancarias.26@tuempresaactualizada.com) Received: from mail1.tuempresaactualizada.com (mail1.tuempresaactualizada.com [107.150.32.195]) by mx1.freebsd.org (Postfix) with ESMTP id C57801F8C for ; Mon, 26 Dec 2016 19:16:40 +0000 (UTC) (envelope-from bancarias.26@tuempresaactualizada.com) Received: from WIN-JL967LLBK95 (107.150.32.196) by mail1.tuempresaactualizada.com id hc5m980our0i for ; Mon, 26 Dec 2016 12:46:21 -0600 (envelope-from ) X-client: DFINE08132 Message-ID: From: "Embargo de Cuentas Bancarias" To: Subject: Evite Situaciones de Riesgo en su Empresa. Date: Mon, 26 Dec 2016 12:46:21 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 19:16:41 -0000 From owner-freebsd-ports@freebsd.org Tue Dec 27 07:56: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 4EE93C931F7 for ; Tue, 27 Dec 2016 07:56:45 +0000 (UTC) (envelope-from portscout@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 3C0D41D5B for ; Tue, 27 Dec 2016 07:56:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3B7AFC931F6; Tue, 27 Dec 2016 07:56:45 +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 3B2EAC931F5 for ; Tue, 27 Dec 2016 07:56:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 2E7E61D5A for ; Tue, 27 Dec 2016 07:56:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBR7ujN0075404 for ; Tue, 27 Dec 2016 07:56:45 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBR7ujs6075403; Tue, 27 Dec 2016 07:56:45 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612270756.uBR7ujs6075403@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 27 Dec 2016 07:56:45 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 07:56:45 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/cadubi | 1.3.1 | v1.3.3 ------------------------------------------------+-----------------+------------ textproc/utf8proc | 1.3.1 | v2.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Tue Dec 27 08:55: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 B4A00C91943 for ; Tue, 27 Dec 2016 08:55:37 +0000 (UTC) (envelope-from tara.senn@whoishostingthismail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 944CF1C47 for ; Tue, 27 Dec 2016 08:55:37 +0000 (UTC) (envelope-from tara.senn@whoishostingthismail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 90C15C91942; Tue, 27 Dec 2016 08:55: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 8ED12C91940 for ; Tue, 27 Dec 2016 08:55:37 +0000 (UTC) (envelope-from tara.senn@whoishostingthismail.com) Received: from server.whoishostingthismail.com (server.whoishostingthismail.com [104.236.126.173]) (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 584891C45 for ; Tue, 27 Dec 2016 08:55:36 +0000 (UTC) (envelope-from tara.senn@whoishostingthismail.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=whoishostingthismail.com; s=default; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:Subject:Reply-To:From:To:Date:Sender:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=HN5j5g8JPuEHUomO2ldfRucuK8vlz3hI+PVSABPJ8/M=; b=UpVsI+LVEOS21Ez2lTQhEsPIv Ucwim1mNdo/un17oal2ihd7Z1yaXsXyiu+1jCoGSJZtM8k9LAHc86mlAzawT58D4UH/Urid9Hhnd3 DMSPwis4bOVwAecsXT7tqWVmMcgNF59iPvO9iAHAocxkwRzoETrQJOfSGizRVPRvYnxFULKo1NfSv Ttag05XJx1KwWTfTW9xJ04Trgw4XRqiI1tNkGGrKf/e+cGrWmt8M6sMhVAs+OVmE32KHyarh56dgc mlqfc2EQqFbqYhf8BQRxh61rumi1zEJyyPv8gmmSZIfc0cShi8KIQieDazbIGHKKW6+LUFshR8ghS UAOfre1Mw==; Received: from ec2-54-196-36-156.compute-1.amazonaws.com ([54.196.36.156]:37632 helo=whoishostingthismail.com) by server.whoishostingthismail.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.87) (envelope-from ) id 1cLnXd-0007sv-Fw for ports@FreeBSD.org; Tue, 27 Dec 2016 08:55:29 +0000 Date: Tue, 27 Dec 2016 08:55:30 +0000 To: ports@FreeBSD.org From: Tara Senn Reply-To: Tara Senn Subject: Re: just letting you know about a broken link Message-ID: <5384813.or_mail@whoishostingthismail.com> X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.whoishostingthismail.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - whoishostingthismail.com X-Get-Message-Sender-Via: server.whoishostingthismail.com: authenticated_id: tara.senn@whoishostingthismail.com X-Authenticated-Sender: server.whoishostingthismail.com: tara.senn@whoishostingthismail.com X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 08:55:37 -0000 Hi, I know you're busy so I just wanted to follow up on the email I sent you the other day as I noticed the link is still broken. I've included my email below for ease of reference: On Wed, Dec 21, 2016 at 3:35 PM, Tara Senn wrote: Hi, I was on your page - http://portsmon.freebsd.org/portoverview.py?category=devel&portname=cvsps, when I noticed that one of the resources you mentioned isn't online. Here is the dead page - http://www.cobite.com/cvsps/, 'http://www.cobite.com/cvsps/'. I found it whilst doing some research for our ultimate guide to CVS which has just been published and might make a good replacement if you are updating the page. Here's the link - http://wiht.link/CVS-resources. Let me know if there is anything else I can do to help. Best, Tara From owner-freebsd-ports@freebsd.org Tue Dec 27 10:19: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 D0AA8C93011 for ; Tue, 27 Dec 2016 10:19:54 +0000 (UTC) (envelope-from 2016122710194745925f5ac9474647858a8a18d940p0na@bounces.amazon.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 B2DFC1E44 for ; Tue, 27 Dec 2016 10:19:54 +0000 (UTC) (envelope-from 2016122710194745925f5ac9474647858a8a18d940p0na@bounces.amazon.com) Received: by mailman.ysv.freebsd.org (Postfix) id AF2BFC9300F; Tue, 27 Dec 2016 10:19:54 +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 AECF8C9300E for ; Tue, 27 Dec 2016 10:19:54 +0000 (UTC) (envelope-from 2016122710194745925f5ac9474647858a8a18d940p0na@bounces.amazon.com) Received: from a13-9.smtp-out.amazonses.com (a13-9.smtp-out.amazonses.com [54.240.13.9]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73B8E1E43 for ; Tue, 27 Dec 2016 10:19:54 +0000 (UTC) (envelope-from 2016122710194745925f5ac9474647858a8a18d940p0na@bounces.amazon.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rcu5dmexvhyio6d7zrvo6fi7gyaundyu; d=mail.goodreads.com; t=1482833987; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type; bh=oMmev1bC59VzERxvtrCFQ2XMGRsVt6WXX4Bcx+zUkRM=; b=AWrqHhJsw81BF5+Br410dRyszgAqULX4e8CS956W0u3w2VJHjrJ6sQNvoCQUE4dy VvbSxYYyfLtGR2xARlGR7pjuAqXQqt4rbNFIVoEKXWtoj2ORg/Fq6M22La6lIEdR+1e rwNtvS4DdZ2kqz9BZw/zV16IDCaQh61PAZx1VrdE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1482833987; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type:Feedback-ID; bh=oMmev1bC59VzERxvtrCFQ2XMGRsVt6WXX4Bcx+zUkRM=; b=YjjVbdxldnlkN33thdEBIwS4pPa93k5eAhj6yetzF8jdZnPhqBJ2P2YUUSVPd2n2 6g+GlS+4xIWl2k/KXkMJRtQNcSlwn31KpMWktVWKOeLwFWnKpJ4CGgQS3uIlvk9Cx43 tr5+AYFEcjqpU6r3CrRi/RIiU/Q9HhWasP+lb/J8= Date: Tue, 27 Dec 2016 10:19:47 +0000 From: Waldir Junior Reply-To: "wborbajr@gmail.com" To: "ports@freebsd.org" Message-ID: <010001593fcb063b-04a0bfae-937c-4800-a533-cddd1887d257-000000@email.amazonses.com> Subject: Check out my books MIME-Version: 1.0 X-AMAZON-RTE-VERSION: 2.0 Bounces-to: 2016122710194745925f5ac9474647858a8a18d940p0na@bounces.amazon.com X-AMAZON-MAIL-RELAY-TYPE: notification X-Original-MessageID: X-SES-Outgoing: 2016.12.27-54.240.13.9 Feedback-ID: 1.us-east-1.ZHcGJK6s+x+i9lRHKog4RW3tECwWIf1xzTYCZyUaiec=:AmazonSES Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 10:19:54 -0000 Hi ports, Check out the books I added on Goodreads. http://www.goodreads.com/friend/i?i=LTM2MDcxOTg5MjQ6NDI0&e=ports@freebsd.org&n=ports &utm_medium=email&utm_source=invite - Waldir (wborbajr@gmail.com) Goodreads is a community for book lovers. It's a great way to get book recommendations from your friends and others. You can keep a list of books to read, join book clubs, and even take the never-ending book trivia quiz. _____________________________ To opt-out of future invites to Goodreads please follow this link: http://www.goodreads.com/user/block_email?email_to_block=eS8yeEZTa0ZtYkd1dlBjUktUcVZLaGlvQm1kcWhnaXJZNzEwdUhIR0hoOD0tLU95N3FXM1lMZFhPNlpCTDhITDQvbkE9PQ%3D%3D--3cff81e18a804762c4ae5e7d400f33d4e647bf40&utm_content=A&utm_medium=email&utm_source=invite This email was sent by request to ports@freebsd.org. (c) 2016 Goodreads, Inc. 188 Spear Street, 3rd Floor, San Francisco, CA 94105 From owner-freebsd-ports@freebsd.org Tue Dec 27 10:30:52 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 533B0C934EF for ; Tue, 27 Dec 2016 10:30:52 +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 42E5516E1 for ; Tue, 27 Dec 2016 10:30:52 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 3F54CC934EE; Tue, 27 Dec 2016 10:30:52 +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 3EFABC934ED for ; Tue, 27 Dec 2016 10:30:52 +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 0A07016DE for ; Tue, 27 Dec 2016 10:30:51 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cLp1v-000NC5-3b; Tue, 27 Dec 2016 11:30:51 +0100 Date: Tue, 27 Dec 2016 11:30:51 +0100 From: Kurt Jaeger To: Tara Senn Cc: ports@FreeBSD.org Subject: Re: just letting you know about a broken link Message-ID: <20161227103051.GV2648@home.opsec.eu> References: <5309603.or_mail@whoishostingthismail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5309603.or_mail@whoishostingthismail.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 10:30:52 -0000 Hi! > I was on your page - > http://portsmon.freebsd.org/portoverview.py?category=devel&portname=cvsps, > when I noticed that one of the resources you mentioned isn't online. > Here is the dead page - http://www.cobite.com/cvsps/, > 'http://www.cobite.com/cvsps/'. Thanks. The best way to track this is to submit a problem report via bugs.freebsd.org. Fixed with r429596. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Tue Dec 27 14:36: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 98138C910EA for ; Tue, 27 Dec 2016 14:36:03 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [96.95.67.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3521DA1 for ; Tue, 27 Dec 2016 14:36:02 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes.vvelox.net (vixen42.vulpes.vvelox.net [192.168.15.2]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id F09923791142 for ; Tue, 27 Dec 2016 08:27:21 -0600 (CST) Date: Tue, 27 Dec 2016 08:28:54 -0600 From: "Zane C. B-H." To: freebsd-ports@freebsd.org Subject: what brook? Message-ID: <20161227082854.1d0f3a27@vixen42.vulpes.vvelox.net> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 14:36:03 -0000 Just did an svn update and I am seeing synth, portupgrade, and portupgrade-devel give me errors like this. Scan of /arc/src/FreeBSD/ports/head/multimedia/gstreamer1-plugins-core failed (port deleted), it will not be considered. The directories I've checked and very much are there. ftp/curl is one that will throw that for me as well. Rebuilding that port manually and reinstalling got the error to go away. Does not appear to happen with all, just some. From owner-freebsd-ports@freebsd.org Tue Dec 27 16:23: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 CB733C936D8 for ; Tue, 27 Dec 2016 16:23:31 +0000 (UTC) (envelope-from Impactofiscal27@tuempresaactualizada.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BC3A21688 for ; Tue, 27 Dec 2016 16:23:31 +0000 (UTC) (envelope-from Impactofiscal27@tuempresaactualizada.com) Received: by mailman.ysv.freebsd.org (Postfix) id B8BD5C936D7; Tue, 27 Dec 2016 16:23: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 B69D9C936D6 for ; Tue, 27 Dec 2016 16:23:31 +0000 (UTC) (envelope-from Impactofiscal27@tuempresaactualizada.com) Received: from mail3.tuempresaactualizada.com (mail3.tuempresaactualizada.com [107.150.32.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8CDC81687 for ; Tue, 27 Dec 2016 16:23:31 +0000 (UTC) (envelope-from Impactofiscal27@tuempresaactualizada.com) Received: from WIN-JL967LLBK95 (107.150.32.196) by mail3.tuempresaactualizada.com id hcaano0our0f for ; Tue, 27 Dec 2016 10:23:20 -0600 (envelope-from ) X-client: DFINE08132 Message-ID: From: "Conozca todo sobre pagos por Outsourcing." To: Subject: Impacto Fiscal y Laboral Date: Tue, 27 Dec 2016 10:23:20 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 16:23:31 -0000 From owner-freebsd-ports@freebsd.org Tue Dec 27 18:30: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 C9DFCC9345A for ; Tue, 27 Dec 2016 18:30:55 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [96.95.67.25]) by mx1.freebsd.org (Postfix) with ESMTP id AF5391C35 for ; Tue, 27 Dec 2016 18:30:54 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes.vvelox.net (vixen42.vulpes.vvelox.net [192.168.15.2]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id EF4CD379115C for ; Tue, 27 Dec 2016 12:29:41 -0600 (CST) Date: Tue, 27 Dec 2016 12:31:14 -0600 From: "Zane C. B-H." To: freebsd-ports@freebsd.org Subject: Re: what broke? Message-ID: <20161227123114.2041f886@vixen42.vulpes.vvelox.net> In-Reply-To: <20161227082854.1d0f3a27@vixen42.vulpes.vvelox.net> References: <20161227082854.1d0f3a27@vixen42.vulpes.vvelox.net> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 18:30:55 -0000 On Tue, 27 Dec 2016 08:28:54 -0600 "Zane C. B-H." wrote: > Just did an svn update and I am seeing synth, portupgrade, and > portupgrade-devel give me errors like this. > > Scan > of /arc/src/FreeBSD/ports/head/multimedia/gstreamer1-plugins-core > failed (port deleted), it will not be considered. > > The directories I've checked and very much are there. > > ftp/curl is one that will throw that for me as well. Rebuilding that > port manually and reinstalling got the error to go away. > > Does not appear to happen with all, just some. Been testing with rebuilding some more and rebuilding and reinstalling any of those ports via hand works. The problem does not come back after that. I've been unable to figure out what the root cause of this is. From owner-freebsd-ports@freebsd.org Wed Dec 28 03:58: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 E644DC90020 for ; Wed, 28 Dec 2016 03:58:00 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [96.95.67.25]) by mx1.freebsd.org (Postfix) with ESMTP id CB8881FFE for ; Wed, 28 Dec 2016 03:58:00 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vvelox.net (localhost [127.0.0.1]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id E1C0C3791154 for ; Tue, 27 Dec 2016 21:56:45 -0600 (CST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 27 Dec 2016 21:56:45 -0600 From: "Zane C. B-H." To: freebsd-ports@freebsd.org Subject: Re: what broke? In-Reply-To: <20161227123114.2041f886@vixen42.vulpes.vvelox.net> References: <20161227082854.1d0f3a27@vixen42.vulpes.vvelox.net> <20161227123114.2041f886@vixen42.vulpes.vvelox.net> Message-ID: <2c49715f8e5c9edeccc6909c9225c1fe@vvelox.net> X-Sender: v.velox@vvelox.net User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 03:58:01 -0000 On 2016-12-27 12:31, Zane C. B-H. wrote: > On Tue, 27 Dec 2016 08:28:54 -0600 > "Zane C. B-H." wrote: > >> Just did an svn update and I am seeing synth, portupgrade, and >> portupgrade-devel give me errors like this. >> >> Scan >> of /arc/src/FreeBSD/ports/head/multimedia/gstreamer1-plugins-core >> failed (port deleted), it will not be considered. >> >> The directories I've checked and very much are there. >> >> ftp/curl is one that will throw that for me as well. Rebuilding that >> port manually and reinstalling got the error to go away. >> >> Does not appear to happen with all, just some. > > Been testing with rebuilding some more and rebuilding and > reinstalling any of those ports via hand works. The problem does not > come back after that. I've been unable to figure out what the root > cause of this is. Been disecting this some more and it appears anything broken was installed with the wrong origin. Basically it used the full path, so ftp/curl would become /usr/ports/ftp/curl. Which in turn meant portupgrade and the like looking for /usr/ports/usr/ports/ftp/curl. From owner-freebsd-ports@freebsd.org Wed Dec 28 06:09:12 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 921E0C92C2A for ; Wed, 28 Dec 2016 06:09:12 +0000 (UTC) (envelope-from soralx@cydem.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 810531BDE for ; Wed, 28 Dec 2016 06:09:12 +0000 (UTC) (envelope-from soralx@cydem.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7D63FC92C29; Wed, 28 Dec 2016 06:09:12 +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 7D03DC92C28 for ; Wed, 28 Dec 2016 06:09:12 +0000 (UTC) (envelope-from soralx@cydem.org) Received: from smtp.triumf.ca (smtp.triumf.ca [142.90.100.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACD31BDC; Wed, 28 Dec 2016 06:09:12 +0000 (UTC) (envelope-from soralx@cydem.org) Received: from mscad14 (mscad14.triumf.ca [142.90.115.36]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.triumf.ca (Postfix) with ESMTP id A08C1F802; Tue, 27 Dec 2016 21:39:49 -0800 (PST) Date: Tue, 27 Dec 2016 21:39:48 -0800 From: To: , Subject: [ports/security/openssh-portable] Fix SCTP patch Message-ID: <20161227213948.694232fa@mscad14> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd9.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 06:09:12 -0000 Howdy! Could someone update the SCTP patch for ports/security/openssh-portable? Fixed version attached (very basic changes: account for "oIdentityAgent" config option and "-J" flag that appeared in openssh-7.3). I use SCTP all the time (makes a _huge_ difference on fast but crappy connections with packet loss), so having the port fixed would be much appreciated. BTW, I wonder why noone bothered to add SCTP to base system's OpenSSH? Right now there is not a single program that uses SCTP in FreeBSD, while the protocol itself is quite nice and useful. SHA256 (openssh-7.3_p1-sctp.patch.gz) = 0bfa4769db0982e81ac808e7bfb6904a86a10a251735f8b81f4e6a1430cd9b20 SIZE (openssh-7.3_p1-sctp.patch.gz) = 8507 -- [SorAlx] ridin' VN2000 Classic LT From owner-freebsd-ports@freebsd.org Wed Dec 28 06:48:20 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 85690C94654 for ; Wed, 28 Dec 2016 06:48:20 +0000 (UTC) (envelope-from inform@ostyk.ru) 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 7107110BE for ; Wed, 28 Dec 2016 06:48:20 +0000 (UTC) (envelope-from inform@ostyk.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 6D503C94653; Wed, 28 Dec 2016 06:48:20 +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 6CC94C94652 for ; Wed, 28 Dec 2016 06:48:20 +0000 (UTC) (envelope-from inform@ostyk.ru) Received: from mail.ostyk.ru (mail.ostyk.ru [31.148.99.241]) by mx1.freebsd.org (Postfix) with SMTP id 0A47610BC for ; Wed, 28 Dec 2016 06:48:18 +0000 (UTC) (envelope-from inform@ostyk.ru) Message-ID: <02F8A6DB4C9892419D98D163D7B189FF@ostyk.ru> Reply-To: =?windows-1251?B?w+jw7vHq8/Ll8Ps=?= From: =?windows-1251?B?w+jw7vHq8/Ll8Ps=?= To: Subject: =?windows-1251?B?w+jwb/Hq8/Jl8Psgb+/yb+wg6CDiIPBv5+3o?= =?windows-1251?B?9vMgb/IgNzlPTyBw8+E=?= Date: Wed, 28 Dec 2016 11:48:16 +0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; d=ostyk.ru; s=mail; c=relaxed/relaxed; t=1482907696; h=message-id:from:to:subject:date:mime-version; bh=kf9rYoIIQn+YXc40NjdTWFNrxK81Xr+ONHj7y+Ry+hk=; b=A3gTXOMLigv3XXBIHXWaJ0+8eG45tlgwfaz2vJlp4nFgpZk8ah3uD+0748tkkH RRhtUs/ODI2aY2jB6zpACHkqEy/GdFHgLJyWEBFfEJINpBZ3N/4LKzi++b6WPCze FAMb4hm2vLEulMzDEobJPAphjLPU2nfBnoYLit4nE8ZkQ= Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 06:48:20 -0000 =C3=E8=F0o=F1=EA=F3=F2e=F0=FB o=EF=F2o=EC =E8 =E2 =F0o=E7=ED=E8=F6=F3, =EF= o =F1a=EC=FB=EC =ED=E8=E7=EA=E8=EC =F6e=EDa=EC. =C4o=F1=F2a=E2=EA=E0 =E2 =EB=FE=E1=EE=E9 =F0=E5=E3=E8=EE=ED P=D4 =D6e=ED=FB o=F2 79OO =F0=F3=E1 =CAo=ED=F2a=EA=F2=FB : +7 (=E4e=E2=FF=F2=FC =F8e=F1=F2=FC =EF=FF=F2=FC) 7= 97-58-58 A=ED=E4=F0e=E9 From owner-freebsd-ports@freebsd.org Wed Dec 28 07:42: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 EB8DBC90584 for ; Wed, 28 Dec 2016 07:42: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 D91341D2B for ; Wed, 28 Dec 2016 07:42:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D8691C90583; Wed, 28 Dec 2016 07:42: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 D8148C90581 for ; Wed, 28 Dec 2016 07:42:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 CB5C71D2A for ; Wed, 28 Dec 2016 07:42:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBS7ghWb081285 for ; Wed, 28 Dec 2016 07:42:43 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBS7ghoj081284; Wed, 28 Dec 2016 07:42:43 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612280742.uBS7ghoj081284@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 28 Dec 2016 07:42: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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 07:42:44 -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 ------------------------------------------------+-----------------+------------ emulators/mame | 0.166 | mame0181 ------------------------------------------------+-----------------+------------ emulators/mess | 0.166 | mame0181 ------------------------------------------------+-----------------+------------ textproc/utf8proc | 1.3.1 | v2.1.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Wed Dec 28 09:11: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 761E6C949E9 for ; Wed, 28 Dec 2016 09:11:49 +0000 (UTC) (envelope-from inform@mynot.ru) 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 6216E1F31 for ; Wed, 28 Dec 2016 09:11:49 +0000 (UTC) (envelope-from inform@mynot.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 60F67C949E8; Wed, 28 Dec 2016 09:11:49 +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 607E7C949E6 for ; Wed, 28 Dec 2016 09:11:49 +0000 (UTC) (envelope-from inform@mynot.ru) Received: from mail.mynot.ru (mail.mynot.ru [83.166.243.8]) by mx1.freebsd.org (Postfix) with SMTP id 7990F1F2A for ; Wed, 28 Dec 2016 09:11:47 +0000 (UTC) (envelope-from inform@mynot.ru) Message-ID: Reply-To: =?windows-1251?B?z+Xx7egg7eD45ekg/u3u8fLo?= From: =?windows-1251?B?z+Xx7egg7eD45ekg/u3u8fLo?= To: Subject: =?windows-1251?B?y/P3+OjpIO/u5ODw7uogLSDi7vHv7uzo7eDt?= =?windows-1251?B?6OUg7iD+7e7x8uguLi4=?= Date: Wed, 28 Dec 2016 14:09:50 +0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; d=mynot.ru; s=mail; c=relaxed/relaxed; t=1482916190; h=message-id:from:to:subject:date:mime-version; bh=0q0tjI5tnMZ8vPE9WxQMuSVj5hKwy4O3ijMBbq/zJmM=; b=xSyawli4VyAnDNAWT4s/j1OXJ4qbqSB6xhYxMA1Ye0hhBFZNPaMrumU87EC2hn jNCIvWyRGDwc/UQfX6l7myAplJ0eDqoOQSHpgBa1ZTrv46JZa6wGUOGUZT6kyc+s ysjQVejqot+tuDTKh02cp1DInHDRSNFdvUSIQirAeqXA0= Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 09:11:49 -0000 =CF=D0=C5=C4=CD=CE=C2=CE=C3=CE=C4=CD=DF=DF =C0=CA=D6=C8=DF!=A0=20 =CD=C0=C1=CE=D0 =C2 12 =C0=D3=C4=C8=CE=C4=C8=D1=CA=C0=D5 =AB=CF=C5=D1=CD=C8= =CD=C0=D8=C5=C9 =DE=CD=CE=D1=D2=C8=BB=A0 =C2 =C4=C2=C0 =D0=C0=C7=C0 =C4=C5= =D8=C5=C2=CB=C5: 3000 =F0. =96 1500 =F0.!=20 =C2 =ED=E0=E1=EE=F0 =AB=CF=C5=D1=CD=C8 =CD=C0=D8=C5=C9 =DE=CD=CE=D1=D2=C8= =BB =E2=EE=F8=EB=E8 =EB=F3=F7=F8=E8=E5 =EF=E5=F1=ED=E8=A0 - =CF=E5=F1=ED=E8= =ED=E0=F8=E5=E9 =EF=E0=EC=FF=F2=E8, =ED=E0=F8=E5=E9 =E6=E8=E7=ED=E8... (= =CF=EE=EB=ED=EE=E5 =EE=EF=E8=F1=E0=ED=E8=E5 =E0=F3=E4=E8=EE=E4=E8=F1=EA=EE= =E2 =E7=E4=E5=F1=FC ). =C4=E8=F1=EA 1. =C7=E0=F1=F2=EE=EB=FC=ED=FB=E5 =ED=E0=F0=EE=E4=ED=FB=E5 =EF= =E5=F1=ED=E8 1. =CE=E4=E8=ED=EE=EA=E0=FF =E3=E0=F0=EC=EE=ED=FC, 2. =D8=F3=EC=E5=EB =EA= =E0=EC=FB=F8, 3. =CA=E0=EA=E8=EC =F2=FB =E1=FB=EB, 4. =D0=EE=EC=E0=F8=EA=E8= =F1=EF=F0=FF=F2=E0=EB=E8=F1=FC, 5. =CE=E9, =F6=E2=E5=F2=E5=F2 =EA=E0=EB=E8= =ED=E0, 6. =D3=F0=E0=EB=FC=F1=EA=E0=FF =F0=FF=E1=E8=ED=F3=F8=EA=E0, 7. =C2= =EE=F2 =EA=F2=EE-=F2=EE =F1 =E3=EE=F0=EE=F7=EA=E8 =F1=EF=F3=F1=F2=E8=EB=F1= =FF, 8. =CA=F3=E4=E0 =E1=E5=E6=E8=F8=FC, =F2=F0=EE=EF=E8=ED=EA=E0 =EC=E8=EB= =E0=FF - (=E2=F1=E5=E3=EE 25 =EF=E5=F1=E5=ED) =C4=E8=F1=EA 2. =C7=E0=F1=F2=EE=EB=FC=ED=FB=E5 =ED=E0=F0=EE=E4=ED=FB=E5 =EF= =E5=F1=ED=E8 1.=CE=F0=E5=ED=E1=F3=F0=E3=F1=EA=E8=E9 =EF=F3=F5=EE=E2=FB=E9 =EF=EB=E0=F2= =EE=EA, 2. =CD=E0 =F2=EE=F2 =E1=EE=EB=FC=F8=E0=EA, =ED=E0 =EF=E5=F0=E5=EA= =F0=E5=F1=F2=EE=EA, 3. =CF=EE=E4 =EE=EA=ED=EE=EC =F7=E5=F0=E5=EC=F3=F5=E0= =EA=EE=EB=FB=F8=E5=F2=F1=FF, 4. =D0=E0=F1=F6=E2=E5=EB=E0 =EF=EE=E4 =EE=EA= =EE=F8=EA=EE=EC =E1=E5=EB=EE=F1=ED=E5=E6=ED=E0=FF =E2=E8=F8=ED=FF, 5. =CE= =EA=F0=E0=F1=E8=EB=F1=FF =EC=E5=F1=FF=F6 =E1=E0=E3=F0=FF=ED=F6=E5=EC, 6. = =C1=E5=EB=FB=EC =F1=ED=E5=E3=EE=EC, 7. =D2=EE =ED=E5 =E2=E5=F2=E5=F0 =E2=E5= =F2=EA=F3 =EA=EB=EE=ED=E8=F2, 8. =CD=E0 =EC=F3=F0=EE=EC=F1=EA=EE=E9 =E4=EE= =F0=EE=E6=EA=E5=85 - (=E2=F1=E5=E3=EE 23 =EF=E5=F1=ED=E8) =C4=E8=F1=EA 3. =C7=E0=F1=F2=EE=EB=FC=ED=FB=E5 =ED=E0=F0=EE=E4=ED=FB=E5 =EF= =E5=F1=ED=E8 1. =CE=E9, =E4=E0 =ED=E5 =E2=E5=F7=E5=F0, 2. =CD=E0=EF=E8=EB=E0=F1=FC =FF= =EF=FC=FF=ED=E0, 3. =C7=E4=E5=F1=FC =EF=EE=E4 =ED=E5=E1=EE=EC =F7=F3=E6=E8= =EC, 4. =D7=F2=EE =ED=E0=EC =E3=EE=F0=E5, 5. =C0=F5, =F8=E0=F0=E0=E1=E0=ED= =EC=EE=E9, =E0=EC=E5=F0=E8=EA=E0=ED=EA=E0, 6. =C7=E0=EF=F0=FF=E3=E0=E9-=EA= =E0, =E4=FF=E4=FF, =EB=EE=F8=E0=E4=FC, 7. =D1=E5=EB=E5=E4=EE=F7=EA=E0 =EF= =EE=E4 =E2=EE=E4=EE=F7=EA=F3, 8. =D5=EE=F0=EE=F8=E8 =E2=E5=F1=ED=EE=E9 =E2= =F1=E0=E4=F3 =F6=E2=E5=F2=EE=F7=EA=E8 - (=E2=F1=E5=E3=EE 24 =EF=E5=F1=ED= =E8) =C4=E8=F1=EA 4. =D5=E8=F2=FB 60-70-=F5 1. =D7=E5=F0=ED=FB=E9 =EA=EE=F2, 2. =C0 =F3 =ED=E0=F1 =E2=EE =E4=E2=EE=F0= =E5... 3. =DF =F2=E5=E1=FF =EF=EE=E4=EE=E6=E4=F3, 4. =C0 =E4=EE=F0=EE=E3=E0= =F1=E5=F0=EE=FE =EB=E5=ED=F2=EE=FE =E2=FC=E5=F2=F1=FF... 5. =CD=E0=E4=E5= =E6=E4=E0, 6. =CB=DD=CF-500, 7. =C3=EB=E0=E2=ED=EE=E5, =F0=E5=E1=FF=F2=E0= , =F1=E5=F0=E4=F6=E5=EC =ED=E5 =F1=F2=E0=F0=E5=F2=FC, 8. =CB=E0=ED=E4=FB=F8= =E8, 9. =D1=F2=E0=F0=FB=E9 =EA=EB=E5=ED, 10. =CD=E5=E6=ED=EE=F1=F2=FC - (= =E2=F1=E5=E3=EE 24 =EF=E5=F1=ED=E8) =C4=E8=F1=EA 5. =D5=E8=F2=FB 50-70-=F5=20 1. =D2=E8=F8=E8=ED=E0, 2. =D7=F2=EE =F2=E0=EA =F1=E5=F0=E4=F6=E5 =F0=E0=F1= =F2=F0=E5=E2=EE=E6=E5=ED=EE, 3. =CD=EE=F7=ED=EE=E9 =F0=E0=E7=E3=EE=E2=EE=F0= (=AB=C7=E8=EC=ED=E8=E9 =E3=EE=F0=EE=E4 =F3=F1=ED=F3=EB =F3=E6=E5...=BB),= 4. =D2=E8=F8=E8=ED=E0 =E7=E0 =D0=EE=E3=EE=E6=F1=EA=EE=E9 =E7=E0=F1=F2=E0= =E2=EE=FE, 5. =DF =F1=EA=E0=E7=E0=EB =F2=E5=E1=E5 =ED=E5 =E2=F1=E5 =F1=EB= =EE=E2=E0, 6. =D6=E0=F0=E5=E2=ED=E0 =CD=E5=F1=EC=E5=FF=ED=E0, 7. =D3=EB=E8= =F6=FB =E6=E4=F3=F2 =EF=F3=F1=F2=FB=E5 =E8 =F6=E2=E5=F2=FB, 8. =CE=F1=E5=ED= =ED=E8=E5 =EB=E8=F1=F2=FC=FF =F8=F3=EC=FF=F2 =E8 =F8=F3=EC=FF=F2 =E2 =F1=E0= =E4=F3, 9. =CF=EE=F7=E5=EC=F3 =F2=FB =EC=ED=E5 =ED=E5 =E2=F1=F2=F0=E5=F2=E8= =EB=E0=F1=FC... 10. =C2=E4=E0=EB=E8 =EF=EE=E3=E0=F1 =EF=EE=F1=EB=E5=E4=ED= =E8=E9 =EB=F3=F7 =E7=E0=EA=E0=F2=E0 (=E2=F1=E5=E3=EE 27 =EF=E5=F1=E5=ED). =C4=E8=F1=EA 6. =D5=E8=F2=FB 50-70-=F5=20 1. =C6=F3=F0=E0=E2=EB=E8 ("=C2=FB=F1=EE=EA=EE =EB=E5=F2=FF=F2 =ED=E0=E4 =EE= =E1=EB=E0=EA=E0=EC=E8..."), 2. =D2=E0=EC, =E3=E4=E5 =EA=EB=E5=ED =F8=F3=EC= =E8=F2, 3. =D2=FB =ED=E5 =EF=E5=F7=E0=EB=FC=F1=FF =E8 =ED=E5 =EF=F0=EE=F9= =E0=E9=F1=FF, 4. =CD=E0 =F2=E5=E1=E5 =F1=EE=F8=B8=EB=F1=FF =EA=EB=E8=ED=EE= =EC =E1=E5=EB=FB=E9 =F1=E2=E5=F2, 5. =D1=E5=F0=EE=E3=EB=E0=E7=E0=FF, 6. =C0= =F5, =F2=FB =EF=E0=EB=F3=E1=E0, =EF=E0=EB=F3=E1=E0... 7. =CF=E5=F0=E2=E0=FF= =EB=FE=E1=EE=E2=FC, 8. =CC=FB =E6=E8=EB=E8 =EF=EE =F1=EE=F1=E5=E4=F1=F2=E2= =F3, 9. =CD=E0=E7=ED=E0=F7=E0=E9 =EF=EE=F1=EA=EE=F0=E5=E5 =F1=E2=E8=E4=E0= =ED=E8=E5, 10. =D2=FB =F2=EE=EB=FC=EA=EE =EE=E4=ED=E0 =E2=E8=ED=EE=E2=E0=F2= =E0, 11. =D1=E2=E5=F2=EB=E0=ED=E0 (=E2=F1=E5=E3=EE 26 =EF=E5=F1=E5=ED). =C4=E8=F1=EA 7. =D1=F2=E0=F0=E0=FF =EF=EB=E0=F1=F2=E8=ED=EA=E0 1. =C1=F0=FB=E7=E3=E8 =F8=E0=EC=EF=E0=ED=F1=EA=EE=E3=EE, 2. =D3=F2=EE=EC=EB= =E5=ED=ED=EE=E5 =F1=EE=EB=ED=F6=E5, 3. =D0=E8=EE-=D0=E8=F2=E0, 4. =D2=F0=E8= =E2=E0=EB=FC=F1=E0, 5. =C3=EE=EB=F3=E1=EA=E0 (La paloma), 6. =CC=E8=F8=EA= =E0-=EE=E4=E5=F1=F1=E8=F2, 7. =D1=F2=F0=E0=ED=ED=E8=EA=E8 =E2 =ED=EE=F7=E8= , 8. =DD=F5, =C0=ED=E4=F0=FE=F8=E0 - (=E2=F1=E5=E3=EE 22 =EF=E5=F1=ED=E8)= . =C4=E8=F1=EA 8. =D1=F2=E0=F0=E0=FF =EF=EB=E0=F1=F2=E8=ED=EA=E0 1. =D1=F7=E0=F1=F2=FC=E5 =EC=EE=E5, 2. =CD=E0=E4 =E7=E0=EB=E8=E2=EE=EC, 3= . =D1=EA=E0=E6=E8=F2=E5, =E4=E5=E2=F3=F8=EA=E8, 4. =CD=E5=E4=EE=F2=F0=EE=E3= =E0, 5. =CC=EE=E5 =EF=EE=F1=EB=E5=E4=ED=E5=E5 =F2=E0=ED=E3=EE, 6. =CD=E0=E4= =F0=EE=E7=EE=E2=FB=EC =EC=EE=F0=E5=EC =E2=F1=F2=E0=E2=E0=EB=E0 =EB=F3=ED= =E0... 7. =C4=E2=E5 =F0=EE=E7=FB, 8. =CB=FE=E1=EB=FE ("=C2=E0=EC =E2=EE=E7= =E2=F0=E0=F9=E0=FF =E2=E0=F8 =EF=EE=F0=F2=F0=E5=F2..."), 9. =C1=E5=EB=EE=E9= =E0=EA=E0=F6=E8=E8 =E3=F0=EE=E7=E4=FC=FF =E4=F3=F8=E8=F1=F2=FB=E5, 10. =CD= =E5 =EF=F0=EE=E1=F3=E6=E4=E0=E9 =E2=EE=F1=EF=EE=EC=E8=ED=E0=ED=E8=E9 - (=E2= =F1=E5=E3=EE 23 =EF=E5=F1=ED=E8). =C4=E8=F1=EA 9. =C7=E0=F0=F3=E1=E5=E6=ED=FB=E5 (=F3=E7=ED=E0=E2=E0=E5=EC=FB= =E5!) =F5=E8=F2=FB 50-70-=F5 1. =D2=EE=EB=FC=EA=EE =F2=FB (=E3=F0. =AB=CF=EB=E5=F2=F2=E5=F0=F1=BB), 2.= =C4=FB=EC =EF=EE=EF=E0=EB =E2 =F2=E2=EE=E8 =E3=EB=E0=E7=E0 (=C4. =CA=E5=F0= =ED), 3. =DF =E7=ED=E0=EB, =F7=F2=EE =EF=F0=E8=E4=E5=F2 =FD=F2=EE=F2 =E4=E5= =ED=FC (=D4. =D1=E8=ED=E0=F2=F0=E0), 4. =C4=EE=EC=E8=ED=EE (=CB. =C4=E5=EB= =E8=EB=FC), 5. =CD=E5 =EC=EE=E3=F3 =ED=E5 =EB=FE=E1=E8=F2=FC =F2=E5=E1=FF= (=DD. =CF=F0=E5=F1=EB=E8), 6. =CF=E0=E4=E0=E5=F2 =F1=ED=E5=E3 (=D1. =C0=E4= =E0=EC=EE), 7. =CC=E0=EB=E5=ED=FC=EA=E8=E9 =F6=E2=E5=F2=EE=EA (=D5. =DD=E8= =EC=E5=E1=EB), 8. =D2=E5=ED=FC =F2=E2=EE=E5=E9 =F3=EB=FB=E1=EA=E8 (=DD. =D5= =E0=EC=EF=E5=F0=E4=E8=ED=EA), 9. =C8=F1=F2=EE=F0=E8=FF =EB=FE=E1=E2=E8 (=DD= . =D3=E8=EB=FC=FF=EC=F1), 10. =C1=E5=F1=E0=EC=E5 =EC=F3=F7=EE (=CB. =CF=E0= =ED=F7=EE=F1) =96 (=E2=F1=E5=E3=EE 25 =EF=E5=F1=E5=ED). =C4=E8=F1=EA 10. =CF=E5=F1=ED=E8 =ED=E0=F8=E5=E3=EE =E4=E2=EE=F0=E0 (=CF=F0= =E5=EA=F0=E0=F1=ED=E0=FF =E0=F0=E0=ED=E6=E8=F0=EE=E2=EA=E0 "=CF=E5=F1=E5=ED= =ED=E0=F8=E5=E3=EE =E4=E2=EE=F0=E0"). 1. =C2 =CA=E5=E9=EF=F2=E0=F3=ED=F1=EA=EE=EC =EF=EE=F0=F2=F3, 2. =D2=E0=ED= =E3=EE =F6=E2=E5=F2=EE=E2, 3. =C4=E5=E2=F3=F8=EA=E0 =E8=E7 =CD=E0=E3=E0=F1= =E0=EA=E8, 4. =C4=E5=E2=F3=F8=EA=E0 =F1 =F0=E0=F1=EF=F3=F9=E5=ED=ED=EE=E9= =EA=EE=F1=EE=E9, 5. =C1=E0=E1=FC=E5 =EB=E5=F2=EE, 6. =C7=E8=EC=ED=E8=E9 = =E2=E5=F7=E5=F0, 7. =CA=EE=EB=EE=EA=EE=EB=E0, 8. =C3=EE=EB=F3=E1=E8 =F6=E5= =EB=F3=FE=F2=F1=FF =ED=E0 =EA=F0=FB=F8=E5 - (25 =EF=E5=F1=E5=ED) =C4=E8=F1=EA 11. =CF=E5=F1=ED=E8 =ED=E0=F8=E5=E3=EE =E4=E2=EE=F0=E0 1. =D2=FB =ED=E5 =EF=F0=E8=F8=EB=E0 =EF=F0=EE=E2=EE=E6=E0=F2=FC, 2. =C4=EE= =F0=EE=E3=E0=FF =EF=F0=EE=EF=E0=E6=E0, 3. =C1=E5=EB=E0=FF =E1=E5=F0=E5=E7= =E0 ("=CD=E0=E4 =F0=E5=EA=EE=E9, =ED=E0=E4 =EB=E5=F1=EE=EC =F0=EE=F1 =EA=F3= =E4=F0=FF=E2=FB=E9 =EA=EB=E5=ED..."), 4. =D2=F3=EC=E0=ED-=F2=F3=EC=E0=ED=E8= =F9=E5, 5. =CF=EE=E4=E0=F0=E8 =ED=E0 =EF=F0=EE=F9=E0=ED=E8=E5 =EC=ED=E5 =E1= =E8=EB=E5=F2, 6. =C7=E4=F0=E0=E2=F1=F2=E2=F3=E9, =F7=F3=E6=E0=FF =EC=E8=EB= =E0=FF, 7. =CD=E8=EA=F2=EE =F2=E5=E1=FF =ED=E5 =EB=FE=E1=E8=F2 =F2=E0=EA,= =EA=E0=EA =FF, 8. =DF =ED=E8=F7=E5=E3=EE =ED=E5 =E7=ED=E0=FE =EF=F0=EE =F2= =E5=E1=FF, 9. =C4=E5=E2=F3=F8=EA=E0 =F1 =EE=EB=E5=ED=FC=E8=EC=E8 =E3=EB=E0= =E7=E0=EC=E8 (=E2=F1=E5=E3=EE 25 =EF=E5=F1=E5=ED).=A0=A0=A0=A0 (=CF=F0=E5= =EA=F0=E0=F1=ED=E0=FF =E0=F0=E0=ED=E6=E8=F0=EE=E2=EA=E0 =AB=EF=E5=F1=E5=ED= =EF=EE=E4 =E3=E8=F2=E0=F0=F3=BB).=A0=A0=20 =C4=E8=F1=EA 12. =CF=EE=EF=F3=EB=FF=F0=ED=FB=E9 =F8=E0=ED=F1=EE=ED (=CD=C5= =E1=EB=E0=F2=ED=FB=E5) 1. =DF =EF=EE=EC=ED=FE =F2=EE=F2 =C2=E0=ED=E8=ED=F1=EA=E8=E9 =EF=EE=F0=F2= , 2. =C7=EE=EB=EE=F2=EE=E5 =EA=EE=EB=FC=F6=EE, 3. =C2=EE=F0=EA=F3=F2=E0-=CB= =E5=ED=E8=ED=E3=F0=E0=E4, 4. =D2=E5=EB=EE=E3=F0=E5=E5=F7=EA=E0, 5. =D2=EE= =EB=E8 =E3=EE=E4=FB =F2=E0=EA =EC=E5=ED=FF..., 8. =CD=E5 =EF=E5=F7=E0=EB= =FC=F1=FF, =EB=FE=E1=E8=EC=E0=FF - (=E2=F1=E5=E3=EE 19 =EF=E5=F1=E5=ED). =C2=FB=F1=EE=EA=EE=E5 =EA=E0=F7=E5=F1=F2=E2=EE =E7=E0=EF=E8=F1=E8 =E8 =EE= =F4=EE=F0=EC=EB=E5=ED=E8=FF =EF=EE=E4=E0=F0=EE=F7=ED=FB=F5 =E0=F3=E4=E8=EE= -=E4=E8=F1=EA=EE=E2.=20 =C2=EE=E7=EC=EE=E6=ED=E0 =E7=E0=EF=E8=F1=FC =ED=E0 =E4=F0=F3=E3=E8=F5 =FD= =EB=E5=EA=F2=F0=EE=ED=ED=FB=F5 =ED=EE=F1=E8=F2=E5=EB=FF=F5. =D1=F2=EE=E8=EC=EE=F1=F2=FC =ED=E0=E1=EE=F0=E0 =AB=CF=E5=F1=ED=E8 =ED=E0=F8= =E5=E9 =FE=ED=EE=F1=F2=E8=BB =E2 12 =E0=F3=E4=E8=EE-=E4=E8=F1=EA=E0=F5 - = 1500 =F0. =C4=EE=F1=F2=E0=E2=EA=E0: =EF=EE =CC=EE=F1=EA=E2=E5 =96 300 =F0. 200 =F0=F3= =E1., =E7=E0 =CC=CA=C0=C4 - 300 =F0=F3=E1. =C7=E0=EA=E0=E7=FB =EF=EE =F2=E5=EB. 8/915/386-0817 =E8=EB=E8 =EF=EE =EF=EE= =F7=F2=E5 bestpesni@gmail.com =CE=F2=E4=E5=EB =E8=ED=ED=EE=E2=E0=F6=E8=EE=ED=ED=FB=F5 =EF=F0=EE=E5=EA=F2= =EE=E2 =D6=E5=ED=F2=F0=E0 =EB=E5=F7=E5=E1=ED=EE=E9 =E8 =F4=F3=ED=EA=F6=E8=EE=ED=E0= =EB=FC=ED=EE=E9 =EC=F3=E7=FB=EA=E8 From owner-freebsd-ports@freebsd.org Wed Dec 28 10:56:20 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 60F3AC9493C for ; Wed, 28 Dec 2016 10:56:20 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4A7101877 for ; Wed, 28 Dec 2016 10:56:20 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 46D15C9493B; Wed, 28 Dec 2016 10:56:20 +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 46578C9493A for ; Wed, 28 Dec 2016 10:56:20 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: from forward12m.cmail.yandex.net (forward12m.cmail.yandex.net [IPv6:2a02:6b8:b030::99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C406E1876; Wed, 28 Dec 2016 10:56:19 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: from mxback4g.mail.yandex.net (mxback4g.mail.yandex.net [77.88.29.165]) by forward12m.cmail.yandex.net (Yandex) with ESMTP id C5834223A9; Wed, 28 Dec 2016 13:56:06 +0300 (MSK) Received: from web25g.yandex.ru (web25g.yandex.ru [95.108.253.234]) by mxback4g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id avW5VXjaWl-u6xiFBwh; Wed, 28 Dec 2016 13:56:06 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bekreyev.ru; s=mail; t=1482922566; bh=f1++2p22G7PxMWnJ2tKkRhlDBEtS2gbXh9uePYM044U=; h=From:To:Cc:Subject:Message-Id:Date; b=aaidHhMKTex6cOXt1HXibO2lVADc2OVVprHdE4nxb4e5rPb50GMbX996Lm0/uz7MA OsZvjB74/njtMTPFlnlBC0AS0Vqa6zH0A1eY4oZP/JyklBXsYZyoJHcEwyH3QYTQFi HlLncg4HfMpvkrB9YXqgEjclsGn2HVXBcUxAPhqc= Authentication-Results: mxback4g.mail.yandex.net; dkim=pass header.i=@bekreyev.ru Received: by web25g.yandex.ru with HTTP; Wed, 28 Dec 2016 13:56:05 +0300 From: Konstantin V Bekreyev <201106@bekreyev.ru> Envelope-From: konstantin@bekreyev.ru To: timur@freebsd.org Cc: ports@freebsd.org Subject: FreeBSD Port: samba44-4.4.8 MIME-Version: 1.0 Message-Id: <658351482922565@web25g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 28 Dec 2016 14:56:05 +0400 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 10:56:20 -0000 Hello, samba44 cannot be installed from ports at FreeBSD 11: ================================================================== [root@server /usr/ports/net/samba44]# make reinstall ===> Installing for samba44-4.4.8 ===> samba44-4.4.8 depends on package: libarchive>=3.1.2 - found ===> samba44-4.4.8 depends on package: py27-dnspython>=1.9.4 - found ===> samba44-4.4.8 depends on package: py27-iso8601>=0.1.11 - found ===> samba44-4.4.8 depends on package: talloc>=2.1.6 - found ===> samba44-4.4.8 depends on package: tevent>=0.9.28 - found ===> samba44-4.4.8 depends on package: tdb>=1.3.8 - found ===> samba44-4.4.8 depends on package: ldb>=1.1.26 - found ===> samba44-4.4.8 depends on file: /usr/local/bin/python2.7 - found ===> samba44-4.4.8 depends on executable: python2 - found ===> samba44-4.4.8 depends on shared library: libpopt.so - found (/usr/local/lib/libpopt.so) ===> samba44-4.4.8 depends on shared library: libinotify.so - found (/usr/local/lib/libinotify.so) ===> samba44-4.4.8 depends on shared library: libgnutls.so - found (/usr/local/lib/libgnutls.so) ===> samba44-4.4.8 depends on shared library: libsunacl.so - found (/usr/local/lib/libsunacl.so) ===> samba44-4.4.8 depends on shared library: libsunacl.so - found (/usr/local/lib/libsunacl.so) ===> samba44-4.4.8 depends on shared library: libreadline.so.6 - found (/usr/local/lib/libreadline.so.6) ===> samba44-4.4.8 depends on shared library: libfam.so.0 - found (/usr/local/lib/libfam.so.0) ===> Registering installation for samba44-4.4.8 pkg-static: cannot parse keyword: cannot open file /usr/ports/Keywords/commentlib/samba4/private/libntvfs-samba4.so.ucl: No such file or directory pkg-static: unknown keyword commentlib/samba4/private/libntvfs-samba4.so: @commentlib/samba4/private/libntvfs-samba4.so pkg-static: cannot parse keyword: cannot open file /usr/ports/Keywords/commentlib/shared-modules/service/smb.so.ucl: No such file or directory pkg-static: unknown keyword commentlib/shared-modules/service/smb.so: @commentlib/shared-modules/service/smb.so *** Error code 74 Stop. make[2]: stopped in /usr/ports/net/samba44 *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/samba44 *** Error code 1 Stop. make: stopped in /usr/ports/net/samba44 ================================================================== [root@server /usr/ports/net/samba44]# freebsd-version -uk 11.0-RELEASE-p2 11.0-RELEASE-p6 ================================================================== [root@server /usr/ports/net/samba44]# cat /var/db/ports/net_samba44/options # This file is auto-generated by 'make config'. # Options for samba44-4.4.5_1 _OPTIONS_READ=samba44-4.4.5_1 _FILE_COMPLETE_OPTIONS_LIST=ACL_SUPPORT ADS AD_DC CUPS DEBUG DEVELOPER DNSUPDATE DOCS EXP_MODULES FAM LDAP MANPAGES PTHREADPOOL QUOTAS SYSLOG UTMP NSUPDATE BIND99 BIND910 AVAHI MDNSRESPONDER OPTIONS_FILE_SET+=ACL_SUPPORT OPTIONS_FILE_UNSET+=ADS OPTIONS_FILE_UNSET+=AD_DC OPTIONS_FILE_UNSET+=CUPS OPTIONS_FILE_UNSET+=DEBUG OPTIONS_FILE_UNSET+=DEVELOPER OPTIONS_FILE_UNSET+=DNSUPDATE OPTIONS_FILE_SET+=DOCS OPTIONS_FILE_UNSET+=EXP_MODULES OPTIONS_FILE_SET+=FAM OPTIONS_FILE_UNSET+=LDAP OPTIONS_FILE_UNSET+=MANPAGES OPTIONS_FILE_SET+=PTHREADPOOL OPTIONS_FILE_SET+=QUOTAS OPTIONS_FILE_SET+=SYSLOG OPTIONS_FILE_SET+=UTMP OPTIONS_FILE_UNSET+=NSUPDATE OPTIONS_FILE_UNSET+=BIND99 OPTIONS_FILE_UNSET+=BIND910 OPTIONS_FILE_UNSET+=AVAHI OPTIONS_FILE_UNSET+=MDNSRESPONDER ================================================================== can you help with this problem? --  With best regards, Konstantin V Bekreyev From owner-freebsd-ports@freebsd.org Wed Dec 28 12:25: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 57974C918E2 for ; Wed, 28 Dec 2016 12:25:55 +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 481671C30 for ; Wed, 28 Dec 2016 12:25:55 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 44685C918E1; Wed, 28 Dec 2016 12:25: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 440A6C918DF for ; Wed, 28 Dec 2016 12:25:55 +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 0C1771C2F; Wed, 28 Dec 2016 12:25:55 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cMDIn-0000HH-6e; Wed, 28 Dec 2016 13:25:53 +0100 Date: Wed, 28 Dec 2016 13:25:53 +0100 From: Kurt Jaeger To: soralx@cydem.org Cc: bdrewery@FreeBSD.org, ports@FreeBSD.ORG Subject: Re: [ports/security/openssh-portable] Fix SCTP patch Message-ID: <20161228122553.GX2648@home.opsec.eu> References: <20161227213948.694232fa@mscad14> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161227213948.694232fa@mscad14> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 12:25:55 -0000 Hi! > Could someone update the SCTP patch for ports/security/openssh-portable? Now a major motion picture at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215632 -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Wed Dec 28 13:33: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 D3C3AC4F107 for ; Wed, 28 Dec 2016 13:33:41 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S30.hotmail.com (blu004-omc4s30.hotmail.com [65.55.111.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC0D15FB; Wed, 28 Dec 2016 13:33:41 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM02-CY1-obe.outbound.protection.outlook.com ([65.55.111.137]) by BLU004-OMC4S30.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Wed, 28 Dec 2016 05:32:34 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=eSfH27NYQw2VeSxIdosHyselOoyZQq4vL/zHjx+CG0c=; b=f9zTM/7pQO5NIIvJmItoXV9jBw4JxrJH4nHxxElI1K45xG4H8LNUffaa7zdb1DkEY3rsby+RcPy0kuG7rULt7qLfpFznakUjS994XvPodiIHNdn3fJFZDEbnphzGiS0fSmKzxsrwXXnodJwkpBiEj7Goeyq9RzavlUcvy2xvwaN5Ok+JEx7Ezpyuu/3Qp3uGf1P5R1nZh2/8zwh7q4YJ+I5XT/IAe84Z79ZR/L5t2rCHIKJ+itMX2H9yPaI1aQSoBAH0TWRz/08i5ciyWr0xG3k+zsV1/8fsz/KJM/uuyyms0nLzXFbNw+HWsM5y+yeiflutkP8NKL6JrM4OCQ3mZA== Received: from CY1NAM02FT054.eop-nam02.prod.protection.outlook.com (10.152.74.53) by CY1NAM02HT050.eop-nam02.prod.protection.outlook.com (10.152.74.120) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.789.10; Wed, 28 Dec 2016 13:32:33 +0000 Received: from CY4PR20MB1397.namprd20.prod.outlook.com (10.152.74.58) by CY1NAM02FT054.mail.protection.outlook.com (10.152.74.100) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.789.10 via Frontend Transport; Wed, 28 Dec 2016 13:32:33 +0000 Received: from CY4PR20MB1397.namprd20.prod.outlook.com ([10.171.167.147]) by CY4PR20MB1397.namprd20.prod.outlook.com ([10.171.167.147]) with mapi id 15.01.0803.021; Wed, 28 Dec 2016 13:32:33 +0000 From: Gerard Seibert To: "freebsd-ports@freebsd.org" CC: "timur@FreeBSD.org" Subject: Samba43 install error Thread-Topic: Samba43 install error Thread-Index: AdJhDUx01I9M+JNQRHyOi9rbqRMrvQ== Date: Wed, 28 Dec 2016 13:32:33 +0000 Message-ID: Reply-To: "freebsd-ports@freebsd.org" Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=none action=none header.from=outlook.com; x-incomingtopheadermarker: OriginalChecksum:BF556FC3ACD51430DEA0FC405E2C90AD18BBCF6E55DAA1F195D1F720534E7776; UpperCasedChecksum:7E776C7842F6162D5CF59182BCDE943C6B7290ACE55553745D2EB9FF98BAE390; SizeAsReceived:7168; Count:36 x-ms-exchange-messagesentrepresentingtype: 1 x-incomingheadercount: 36 x-eopattributedmessage: 0 x-microsoft-exchange-diagnostics: 1; CY1NAM02HT050; 7:+SlSYTODIIbOs/zvK+LTDm00rk5SKnNoC76JPc2mqTeV2Xhl3gh/CwqYjlCjRecJnv6ITOA7FCefB5LzDYOCxmSTcdZ2G1V5Ag5LmJtKBryBFvymHptwl+A6KZBNCiV6ZMf9liK6XLljHUZ6DV8UroKxRbwwX0M40fQJ3QlgrchUg1iQxrEJKMFXDNN/7LhlUuGeMHT4pOcPZ6+xPG4XQC0aaKUpnaEVCKU77lCwj3kIJKT2f/XfyhKAvMR8ORvL9KaaWZ7G80R3QJ+/m0TNjJqYVgTNkiXvsIzKb/4lh9ZhoRVSaVV+FUncgf3iK0dPSNR62NGNSCqWuNWtgL4eKqTfl1K8INMggNKdz5zkOXr5ooNwEo+r5ZR46mN0s3dieC2AeUsp1KgOmuCDXP1Xywuq9V9Wq1gbyHtb+RJF5WkEd3AHs61k6jfUacQb2uJt1aVVpsxBEqG2fT2Ml53iPg== x-forefront-antispam-report: EFV:NLI; SFV:NSPM; SFS:(10019020)(98900003); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1NAM02HT050; H:CY4PR20MB1397.namprd20.prod.outlook.com; FPR:; SPF:None; LANG:en; x-ms-office365-filtering-correlation-id: ef0846e8-9b3a-4e52-dd83-08d42f25fa32 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(1601124038)(5061506293)(5061507293)(1603103113)(1603101340)(1601125047); SRVR:CY1NAM02HT050; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(444111334)(444112120)(432015012)(82015046); SRVR:CY1NAM02HT050; BCL:0; PCL:0; RULEID:; SRVR:CY1NAM02HT050; x-forefront-prvs: 0170DAF08C spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" Content-ID: <09A59EF4CA8E5A4C92479507F66B1394@namprd20.prod.outlook.com> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-originalarrivaltime: 28 Dec 2016 13:32:33.3473 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1NAM02HT050 X-OriginalArrivalTime: 28 Dec 2016 13:32:34.0446 (UTC) FILETIME=[D8F3D2E0:01D2610E] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 13:33:41 -0000 RnJlZUJTRCAxMS4wDQoNCkkgYW0gdW5hYmxlIHRvIHVwZGF0ZSBzYW1iYTQzLiBUaGUgZm9sbG93 aW5nIGVycm9yIG1lc3NhZ2UgaXMgZGlzcGxheWVkOg0KDQpzYW1iYTQzLTQuMy4xMyBjYW5ub3Qg aW5zdGFsbDogU0FTTCBzdXBwb3J0IHJlcXVlc3RlZCBhbmQNCm9wZW5sZGFwLWNsaWVudC0yLjQu NDQgIGlzIGluc3RhbGxlZC4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcC4NCm1ha2U6IHN0b3Bw ZWQgaW4gL3Vzci9wb3J0cy9uZXQvc2FtYmE0Mw0KDQpJIGFtIHVzaW5nIHRoZSBkZWZhdWx0IHBv cnQgY29uZmlndXJhdGlvbiBhcyBsaXN0ZWQgYmVsb3c6DQoNCj09PT4gVGhlIGZvbGxvd2luZyBj b25maWd1cmF0aW9uIG9wdGlvbnMgYXJlIGF2YWlsYWJsZSBmb3Igc2FtYmE0My00LjMuMTM6DQog ICAgIEFDTF9TVVBQT1JUPW9uOiBGaWxlIHN5c3RlbSBBQ0wgc3VwcG9ydA0KICAgICBBRFM9b246 IEFjdGl2ZSBEaXJlY3RvcnkgY2xpZW50IHN1cHBvcnQNCiAgICAgQURfREM9b246IEFjdGl2ZSBE aXJlY3RvcnkgRG9tYWluIENvbnRyb2xsZXIgc3VwcG9ydA0KICAgICBBSU9fU1VQUE9SVD1vbjog QXN5bmNyb25vdXMgSU8gc3VwcG9ydA0KICAgICBDVVBTPW9mZjogQ1VQUyBwcmludGluZyBzeXN0 ZW0gc3VwcG9ydA0KICAgICBERUJVRz1vbjogQnVpbGQgd2l0aCBkZWJ1Z2dpbmcgc3VwcG9ydA0K ICAgICBERVZFTE9QRVI9b2ZmOiBXaXRoIGRldmVsb3BtZW50IHN1cHBvcnQNCiAgICAgRE5TVVBE QVRFPW9uOiBEeW5hbWljIEROUyB1cGRhdGUgKHJlcXVpcmUgQURTKQ0KICAgICBET0NTPW9uOiBC dWlsZCBhbmQvb3IgaW5zdGFsbCBkb2N1bWVudGF0aW9uDQogICAgIEVYUF9NT0RVTEVTPW9mZjog RXhwZXJpbWVudGFsIG1vZHVsZXMNCiAgICAgRkFNPW9uOiBGaWxlIEFsdGVyYXRpb24gTW9uaXRv ciBzdXBwb3J0DQogICAgIExEQVA9b246IExEQVAgY2xpZW50IHN1cHBvcnQNCiAgICAgTUFOUEFH RVM9b2ZmOiBCdWlsZCBtYW5wYWdlcyBmcm9tIERPQ0JPT0sgdGVtcGxhdGVzDQogICAgIFBBTV9T TUJQQVNTPW9mZjogUEFNIGF1dGhlbnRpY2F0aW9uIHZpYSBwYXNzZGIgYmFja2VuZHMNCiAgICAg UFRIUkVBRFBPT0w9b246IFB0aHJlYWQgcG9vbA0KICAgICBRVU9UQVM9b246IERpc2sgcXVvdGEg c3VwcG9ydA0KICAgICBTWVNMT0c9b246IFN5c2xvZyBsb2dnaW5nIHN1cHBvcnQNCiAgICAgVVRN UD1vbjogVVRNUCBhY2NvdW50aW5nIHN1cHBvcnQNCj09PT0+IE9wdGlvbnMgYXZhaWxhYmxlIGZv ciB0aGUgcmFkaW8gRE5TOiB5b3UgY2FuIG9ubHkgc2VsZWN0IG5vbmUgb3Igb25lIG9mIHRoZW0N CiAgICAgTlNVUERBVEU9b2ZmOiBVc2Ugc2FtYmEgTlNVUERBVEUgdXRpbGl0eSBmb3IgQUQgREMN CiAgICAgQklORDk5PW9mZjogVXNlIGJpbmQ5OSBhcyBBRCBEQyBETlMgc2VydmVyIGZyb250ZW5k DQogICAgIEJJTkQ5MTA9b2ZmOiBVc2UgYmluZDkxMCBhcyBBRCBEQyBETlMgc2VydmVyIGZyb250 ZW5kDQo9PT09PiBPcHRpb25zIGF2YWlsYWJsZSBmb3IgdGhlIHJhZGlvIFpFUk9DT05GOiB5b3Ug Y2FuIG9ubHkgc2VsZWN0IG5vbmUgb3Igb25lIG9mIHRoZW0NCiAgICAgQVZBSEk9b2ZmOiBaZXJv Y29uZiBzdXBwb3J0IHZpYSBBdmFoaQ0KICAgICBNRE5TUkVTUE9OREVSPW9mZjogWmVyb2NvbmYg c3VwcG9ydCB2aWEgbUROU1Jlc3BvbmRlcg0KDQpJIHR1cm5lZCBvZiBMREFQIGluIHRoZSBjb25m aWcgZmlsZTsgaG93ZXZlciwgdGhlIHByb2JsZW0gc3RpbGwgZXhpc3RzLg0KDQpJIGRvIG5vdCB1 bmRlcnN0YW5kIHdoeSB0aGlzIGlzIGhhcHBlbmluZy4gRG9lcyBhbnlvbmUgaGF2ZSBhIHdvcmst YXJvdW5kIGZvciB0aGlzIG9yIHNob3VsZCBJIGZpbGUgYSBQUj8NCg0KLS0gDQpDYXJtZWwNCg0K From owner-freebsd-ports@freebsd.org Wed Dec 28 14:04: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 06C5FC4FC9D for ; Wed, 28 Dec 2016 14:04:55 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E9E081DB6 for ; Wed, 28 Dec 2016 14:04:54 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id E6502C4FC9B; Wed, 28 Dec 2016 14:04:54 +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 E5F0CC4FC99 for ; Wed, 28 Dec 2016 14:04:54 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A76E1DB5; Wed, 28 Dec 2016 14:04:54 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 78075d94 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 28 Dec 2016 07:04:52 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: FreeBSD Port: samba44-4.4.8 From: Adam Weinberger In-Reply-To: <658351482922565@web25g.yandex.ru> Date: Wed, 28 Dec 2016 07:04:51 -0700 Cc: timur@freebsd.org, ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <658351482922565@web25g.yandex.ru> To: Konstantin V Bekreyev <201106@bekreyev.ru> X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 14:04:55 -0000 > On 28 Dec, 2016, at 3:56, Konstantin V Bekreyev <201106@bekreyev.ru> = wrote: >=20 >=20 > Hello, >=20 > samba44 cannot be installed from ports at FreeBSD 11: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > [root@server /usr/ports/net/samba44]# make reinstall > =3D=3D=3D> Registering installation for samba44-4.4.8 > pkg-static: cannot parse keyword: cannot open file = /usr/ports/Keywords/commentlib/samba4/private/libntvfs-samba4.so.ucl: No = such file or directory > pkg-static: unknown keyword = commentlib/samba4/private/libntvfs-samba4.so: = @commentlib/samba4/private/libntvfs-samba4.so > pkg-static: cannot parse keyword: cannot open file = /usr/ports/Keywords/commentlib/shared-modules/service/smb.so.ucl: No = such file or directory > pkg-static: unknown keyword commentlib/shared-modules/service/smb.so: = @commentlib/shared-modules/service/smb.so Fixed. Thanks for reporting this, Konstantin. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Wed Dec 28 14:33: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 04842C94607 for ; Wed, 28 Dec 2016 14:33:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7B901F02; Wed, 28 Dec 2016 14:33:21 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 8e416433 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 28 Dec 2016 07:33:20 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Samba43 install error From: Adam Weinberger In-Reply-To: Date: Wed, 28 Dec 2016 07:33:18 -0700 Cc: "timur@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: <8A38E708-5747-4FD6-95AA-BB2F28793DB2@adamw.org> References: To: "freebsd-ports@freebsd.org" X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 14:33:22 -0000 > On 28 Dec, 2016, at 6:32, Gerard Seibert = wrote: >=20 > FreeBSD 11.0 >=20 > I am unable to update samba43. The following error message is = displayed: >=20 > samba43-4.3.13 cannot install: SASL support requested and > openldap-client-2.4.44 is installed. > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/net/samba43 >=20 > I am using the default port configuration as listed below: >=20 > =3D=3D=3D> The following configuration options are available for = samba43-4.3.13: > ACL_SUPPORT=3Don: File system ACL support > ADS=3Don: Active Directory client support > AD_DC=3Don: Active Directory Domain Controller support > AIO_SUPPORT=3Don: Asyncronous IO support > CUPS=3Doff: CUPS printing system support > DEBUG=3Don: Build with debugging support > DEVELOPER=3Doff: With development support > DNSUPDATE=3Don: Dynamic DNS update (require ADS) > DOCS=3Don: Build and/or install documentation > EXP_MODULES=3Doff: Experimental modules > FAM=3Don: File Alteration Monitor support > LDAP=3Don: LDAP client support > MANPAGES=3Doff: Build manpages from DOCBOOK templates > PAM_SMBPASS=3Doff: PAM authentication via passdb backends > PTHREADPOOL=3Don: Pthread pool > QUOTAS=3Don: Disk quota support > SYSLOG=3Don: Syslog logging support > UTMP=3Don: UTMP accounting support > =3D=3D=3D=3D> Options available for the radio DNS: you can only select = none or one of them > NSUPDATE=3Doff: Use samba NSUPDATE utility for AD DC > BIND99=3Doff: Use bind99 as AD DC DNS server frontend > BIND910=3Doff: Use bind910 as AD DC DNS server frontend > =3D=3D=3D=3D> Options available for the radio ZEROCONF: you can only = select none or one of them > AVAHI=3Doff: Zeroconf support via Avahi > MDNSRESPONDER=3Doff: Zeroconf support via mDNSResponder >=20 > I turned of LDAP in the config file; however, the problem still = exists. >=20 > I do not understand why this is happening. Does anyone have a = work-around for this or should I file a PR? OpenLDAP support is an absolute mess and is not handled well here. samba = asks for a SASL-enabled OpenLDAP, but the mandatory ldb dependency = brings in non-SASL OpenLDAP. The ADS knob also brings in OpenLDAP but = never tells you about it. Until this is properly fixed, you'll need to disable both the LDAP and = ADS options. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Wed Dec 28 14:52: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 16C65C94CC9 for ; Wed, 28 Dec 2016 14:52:21 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E97101BBA for ; Wed, 28 Dec 2016 14:52:20 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mailman.ysv.freebsd.org (Postfix) id E8B4CC94CC8; Wed, 28 Dec 2016 14:52:20 +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 E84E3C94CC7 for ; Wed, 28 Dec 2016 14:52:20 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (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 B68931BB8 for ; Wed, 28 Dec 2016 14:52:20 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi0-x232.google.com with SMTP id b126so373604622oia.2 for ; Wed, 28 Dec 2016 06:52:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bat-ru.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=3KcZeLPvAFQvAAMtrEQWee9C3v+qjXguXl1XydNpd+g=; b=uzBtLS8djl+1VHQLDKg+uUYTHNwZAhNHDsHM2X95+iDthnBuTgInTRfN4lttEa59iz p3ZtJo1kSFHHrW48R4UPobI5VuEjJ4QcJJImYSyPZR6Zo1jv/wjKSV/KOj2my7lQq5QS kY4cP7D9yhP3SsVjtOtWR2J44Pdp+vS8Z7afZrogic1zDnjcoYYcn65BdMq2DIVvgYGO iKRYugF03cWm0myKpUku9lbtx6XCbxDvfbHjWBvFEYXxRJ3L8qbRjw99vfUh3uqvrPkB vjSTrwauzq0NAF+Sf+CaVpn64qII6pH9grAVfPJDI45367vpWkK2EAlsg3AE/siByNMH JlNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=3KcZeLPvAFQvAAMtrEQWee9C3v+qjXguXl1XydNpd+g=; b=s6DG1eGNOm/t0UyYu7JqGKHxo8cxfMpmaHrVrodZpzbFpiuN2nSRTS3QN6OUwcoxGs weBjxzbJl7rZks2KfXNLTf24W9SR4IU+1GIlXzwrZWVULGqqJskcCWQZz6l7V2Cgu6cj e0AWgy7y1Oplld4OTH+2jo0l24A1u5gCP9ZWstxoML9wgQuBEQtmVTngZ+TQMsCM8k2w tczzSSFl9sZdLGFQ/jSKz1XB1goFPMvf9Zv7rNiN/q9RBJGpNdHXNjZwyypFJbbTnWJR 8ZLgnxTr6nSGY0E15KX2/ZD6SwvtKvnRxCxkz8IAiGgRUFyQtn+lubNqP7Y0MkL/8HGh JAwg== X-Gm-Message-State: AIkVDXK71mL+3PBlLy775GIH6vKCO857oGMm2Qm3e+hN/GYWh0m14KjZmnYgU1rGYVx1gkQTCybH2E7mNR59yzIr X-Received: by 10.157.29.240 with SMTP id w45mr19133417otw.132.1482936739817; Wed, 28 Dec 2016 06:52:19 -0800 (PST) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.202.170.136 with HTTP; Wed, 28 Dec 2016 06:51:59 -0800 (PST) In-Reply-To: <658351482922565@web25g.yandex.ru> References: <658351482922565@web25g.yandex.ru> From: "Timur I. Bakeyev" Date: Wed, 28 Dec 2016 15:51:59 +0100 X-Google-Sender-Auth: Tz7ePUPr5NqPh2Vjbd3AJL9qdDc Message-ID: Subject: Re: FreeBSD Port: samba44-4.4.8 To: Konstantin V Bekreyev <201106@bekreyev.ru> Cc: "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 14:52:21 -0000 Hi, CVB! At the moment I can't connect to svn.freebsd.org on whatever reason... BTW, anyone knows, what has changed in recent 12 hours? You can apply the following patch manually: Index: Makefile =================================================================== --- Makefile (revision 429692) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}44 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -197,7 +197,7 @@ .else GDB_CMD= true CONFIGURE_ARGS+= --without-ntvfs-fileserver -PLIST_SUB+= DEVELOPER="@comment " NTVFS="@comment" +PLIST_SUB+= DEVELOPER="@comment " NTVFS="@comment " .endif ############################################################################## # XXX: That will blow up your installation With best regards, BaT On Wed, Dec 28, 2016 at 11:56 AM, Konstantin V Bekreyev <201106@bekreyev.ru> wrote: > > Hello, > > samba44 cannot be installed from ports at FreeBSD 11: > > ================================================================== > [root@server /usr/ports/net/samba44]# make reinstall > ===> Installing for samba44-4.4.8 > ===> samba44-4.4.8 depends on package: libarchive>=3.1.2 - found > ===> samba44-4.4.8 depends on package: py27-dnspython>=1.9.4 - found > ===> samba44-4.4.8 depends on package: py27-iso8601>=0.1.11 - found > ===> samba44-4.4.8 depends on package: talloc>=2.1.6 - found > ===> samba44-4.4.8 depends on package: tevent>=0.9.28 - found > ===> samba44-4.4.8 depends on package: tdb>=1.3.8 - found > ===> samba44-4.4.8 depends on package: ldb>=1.1.26 - found > ===> samba44-4.4.8 depends on file: /usr/local/bin/python2.7 - found > ===> samba44-4.4.8 depends on executable: python2 - found > ===> samba44-4.4.8 depends on shared library: libpopt.so - found > (/usr/local/lib/libpopt.so) > ===> samba44-4.4.8 depends on shared library: libinotify.so - found > (/usr/local/lib/libinotify.so) > ===> samba44-4.4.8 depends on shared library: libgnutls.so - found > (/usr/local/lib/libgnutls.so) > ===> samba44-4.4.8 depends on shared library: libsunacl.so - found > (/usr/local/lib/libsunacl.so) > ===> samba44-4.4.8 depends on shared library: libsunacl.so - found > (/usr/local/lib/libsunacl.so) > ===> samba44-4.4.8 depends on shared library: libreadline.so.6 - found > (/usr/local/lib/libreadline.so.6) > ===> samba44-4.4.8 depends on shared library: libfam.so.0 - found > (/usr/local/lib/libfam.so.0) > ===> Registering installation for samba44-4.4.8 > pkg-static: cannot parse keyword: cannot open file /usr/ports/Keywords/ > commentlib/samba4/private/libntvfs-samba4.so.ucl: No such file or > directory > pkg-static: unknown keyword commentlib/samba4/private/libntvfs-samba4.so: > @commentlib/samba4/private/libntvfs-samba4.so > pkg-static: cannot parse keyword: cannot open file /usr/ports/Keywords/ > commentlib/shared-modules/service/smb.so.ucl: No such file or directory > pkg-static: unknown keyword commentlib/shared-modules/service/smb.so: > @commentlib/shared-modules/service/smb.so > *** Error code 74 > > Stop. > make[2]: stopped in /usr/ports/net/samba44 > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/net/samba44 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/net/samba44 > ================================================================== > > [root@server /usr/ports/net/samba44]# freebsd-version -uk > 11.0-RELEASE-p2 > 11.0-RELEASE-p6 > > ================================================================== > [root@server /usr/ports/net/samba44]# cat /var/db/ports/net_samba44/ > options > # This file is auto-generated by 'make config'. > # Options for samba44-4.4.5_1 > _OPTIONS_READ=samba44-4.4.5_1 > _FILE_COMPLETE_OPTIONS_LIST=ACL_SUPPORT ADS AD_DC CUPS DEBUG DEVELOPER > DNSUPDATE DOCS EXP_MODULES FAM LDAP MANPAGES PTHREADPOOL QUOTAS SYSLOG UTMP > NSUPDATE BIND99 BIND910 AVAHI MDNSRESPONDER > OPTIONS_FILE_SET+=ACL_SUPPORT > OPTIONS_FILE_UNSET+=ADS > OPTIONS_FILE_UNSET+=AD_DC > OPTIONS_FILE_UNSET+=CUPS > OPTIONS_FILE_UNSET+=DEBUG > OPTIONS_FILE_UNSET+=DEVELOPER > OPTIONS_FILE_UNSET+=DNSUPDATE > OPTIONS_FILE_SET+=DOCS > OPTIONS_FILE_UNSET+=EXP_MODULES > OPTIONS_FILE_SET+=FAM > OPTIONS_FILE_UNSET+=LDAP > OPTIONS_FILE_UNSET+=MANPAGES > OPTIONS_FILE_SET+=PTHREADPOOL > OPTIONS_FILE_SET+=QUOTAS > OPTIONS_FILE_SET+=SYSLOG > OPTIONS_FILE_SET+=UTMP > OPTIONS_FILE_UNSET+=NSUPDATE > OPTIONS_FILE_UNSET+=BIND99 > OPTIONS_FILE_UNSET+=BIND910 > OPTIONS_FILE_UNSET+=AVAHI > OPTIONS_FILE_UNSET+=MDNSRESPONDER > ================================================================== > > can you help with this problem? > > -- > With best regards, > Konstantin V Bekreyev > From owner-freebsd-ports@freebsd.org Wed Dec 28 16:55: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 AAF10C94001 for ; Wed, 28 Dec 2016 16:55: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 9A3101156 for ; Wed, 28 Dec 2016 16:55:17 +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 uBSGtFQd054191 for ; Wed, 28 Dec 2016 16:55:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 21563] Update port mail/qmail and mail/qmail-ldap (MAINTAINER update) Date: Wed, 28 Dec 2016 16:55: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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 16:55:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D21563 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: brnrd Date: Wed Dec 28 16:54:53 UTC 2016 New revision: 429799 URL: https://svnweb.freebsd.org/changeset/ports/429799 Log: mail/phpmailer: Update to 5.2.20 - Update to version 5.2.20 - Fixes critical RCE PR: 21563 Security: 3c4693de-ccf7-11e6-a9a5-b499baebfeaf Security: CVE-2016-10045 MFH: 2016Q4 Changes: head/mail/phpmailer/Makefile head/mail/phpmailer/distinfo --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports@freebsd.org Wed Dec 28 16:57: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 9D4BCC9410B for ; Wed, 28 Dec 2016 16:57:04 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by mx1.freebsd.org (Postfix) with ESMTP id 803BE136D for ; Wed, 28 Dec 2016 16:57:03 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (82.52.25.226) by smtp205.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 586293EA0034D4F1 for freebsd-ports@freebsd.org; Wed, 28 Dec 2016 17:56:56 +0100 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id uBSGun0e082400 for ; Wed, 28 Dec 2016 17:56:52 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Samba43 install error To: freebsd-ports@freebsd.org References: <8A38E708-5747-4FD6-95AA-BB2F28793DB2@adamw.org> From: Andrea Venturoli Message-ID: <4849a624-6234-152d-b2fa-9a7903adfe08@netfence.it> Date: Wed, 28 Dec 2016 17:56:49 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <8A38E708-5747-4FD6-95AA-BB2F28793DB2@adamw.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 16:57:04 -0000 On 12/28/16 15:33, Adam Weinberger wrote: > OpenLDAP support is an absolute mess and is not handled well here. samba asks for a SASL-enabled OpenLDAP, but the mandatory ldb dependency brings in non-SASL OpenLDAP. The ADS knob also brings in OpenLDAP but never tells you about it. > > Until this is properly fixed, you'll need to disable both the LDAP and ADS options. I seem to have solved with: > pkg delete openldap-client > portupgrade -RN openldap-sasl-client > portupgrade -RN samba43 Did I do a mess? bye & Thanks av. From owner-freebsd-ports@freebsd.org Wed Dec 28 16:57: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 1A5E9C9413F for ; Wed, 28 Dec 2016 16:57: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 09DD41445 for ; Wed, 28 Dec 2016 16:57: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 uBSGvKHX057027 for ; Wed, 28 Dec 2016 16:57:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 21563] Update port mail/qmail and mail/qmail-ldap (MAINTAINER update) Date: Wed, 28 Dec 2016 16:57: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: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 16:57:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D21563 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: brnrd Date: Wed Dec 28 16:56:46 UTC 2016 New revision: 429801 URL: https://svnweb.freebsd.org/changeset/ports/429801 Log: MFH: r429799 mail/phpmailer: Update to 5.2.20 - Update to version 5.2.20 - Fixes critical RCE PR: 21563 Security: 3c4693de-ccf7-11e6-a9a5-b499baebfeaf Security: CVE-2016-10045 Approved by: ports-secteam (zi@) Changes: _U branches/2016Q4/ branches/2016Q4/mail/phpmailer/Makefile branches/2016Q4/mail/phpmailer/distinfo --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports@freebsd.org Wed Dec 28 21:53: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 51AB0C95F93 for ; Wed, 28 Dec 2016 21:53:19 +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 0B3F91176; Wed, 28 Dec 2016 21:53:19 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-180-250.dynamic.mnet-online.de [88.217.180.250]) (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 DED9190B125; Wed, 28 Dec 2016 22:53:07 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de DED9190B125 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=1482961988; bh=UdVOAE6O6k1v1cuLM8hiDjMwxgN1VQBXboE/o+Cj9ZE=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=oj+/hKfHrvJrM3VCAnKOelr9jSGlpIW+QXOKClAO6mVaHvWmxn+CG4Kq+mzAIvdTE KWUbecxul+G5jCd73/+Lw5kZx382mR/t6zRGJiU2vSXr3V7a3229/usnGd6o7T1rK9 qlxJ96qTzuGHegwzrWQ2bhK3kdWRC614Yo0YBlFs= Received: from [192.168.0.151] (aftr-88-217-180-250.dynamic.mnet-online.de [88.217.180.250]) (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 B9255579D6F; Wed, 28 Dec 2016 22:53:06 +0100 (CET) Subject: Re: Samba43 install error To: "freebsd-ports@freebsd.org" References: Cc: "timur@FreeBSD.org" From: Matthias Fechner Message-ID: <86051563-14b6-6a53-e52d-2647273e8ccc@fechner.net> Date: Wed, 28 Dec 2016 22:53:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 21:53:19 -0000 Am 28.12.2016 um 14:32 schrieb Gerard Seibert: > I am unable to update samba43. The following error message is displayed= : > > samba43-4.3.13 cannot install: SASL support requested and > openldap-client-2.4.44 is installed. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/net/samba43 > make sure you have in your make.conf (if poudriere user, use /usr/local/etc/poudriere.d/make.conf): WANT_OPENLDAP_SASL=3Dyes Rerun poudriere to rebuild all necessary dependencies including samba43. Gru=DF Matthias --=20 "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 Thu Dec 29 00:12: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 A5D7AC95FAB for ; Thu, 29 Dec 2016 00:12:48 +0000 (UTC) (envelope-from dewaynegeraghty@gmail.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::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 6B441185B for ; Thu, 29 Dec 2016 00:12:48 +0000 (UTC) (envelope-from dewaynegeraghty@gmail.com) Received: by mail-it0-x22b.google.com with SMTP id o141so179925388itc.0 for ; Wed, 28 Dec 2016 16:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=pzrGAaN/fWM78ZMQOxbLbMADllXRa1qHjydhLK26wgo=; b=LMFvo4n83T75ixqeQM5O4O0vx0R1NNziSiFbMXMm19Fv7Myv2NTpVzq2LsR0i9KNOp M2aLlWCctKjnXX5It9CxJeje/vR74mZ74byH18KANgAhr6VCbm4nlIpRhIiw8yzVEuKa L2D0JcdAZLAh/UNWZKOmUSP5rcyldaWZCt6xxfcQ3O36uj+4qAEpJK0j60+Ym4r64pnc nJIkppWUWzEzbPEJPIs+IWiV1M6oWxhu0Lk1uXQxqwzKT4TfQQTyWhlQNtdH3sIY08Le Vo6tvA0ckP3rq1M9jwsLaULjw8oLG0MN6b1QoHaZ43rVOIPoyWQjbq0ML530ub3b5wcW MntA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=pzrGAaN/fWM78ZMQOxbLbMADllXRa1qHjydhLK26wgo=; b=L9OIA8qP1sF6nRfd3akuoSAUTHSxryN28pRe0HwiHNq8nng2b6HBvsRLujPiFmpwFw 6pHAmIOBv/K59Vm+pj+LN2VOQD3+VrhgSE03k+x7qDDWogTJLXikr2MrURFipBKeBrNJ 7zXrq7HQFnjzeEvfUrJLD4oLEQrSapgClVTNXvHJMK19Cp16uYJPmOHhjM3eM/FOuL/V EPPKFpRvtucuJ2gAUkq8yUA7FzEHnw+fL1ylTrd2Cw+Ln1Iml1VGG6X29st0PC0yNSpY HKaKWujghikTHt1jm00EYTSZnwHf0z89W/oelbuoEN5t43ykt7LfulDYlE9j/BzoaJHe kjog== X-Gm-Message-State: AIkVDXLTLfQEkOf0+3o9Vc0N2sbnasXEYDJDc5oNy6ZZjtcEBMoaFbhyFnja/iLCfRzvpSctSpRerwvzRUO6qQ== X-Received: by 10.36.20.4 with SMTP id 4mr31632699itg.93.1482970367758; Wed, 28 Dec 2016 16:12:47 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dewayne Geraghty Date: Thu, 29 Dec 2016 00:12:37 +0000 Message-ID: Subject: Re: Samba43 install error To: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 00:12:48 -0000 On Thu, 29 Dec 2016 at 00:34, Gerard Seibert wrote: > FreeBSD 11.0 > > > > I am unable to update samba43. The following error message is displayed: > > > > samba43-4.3.13 cannot install: SASL support requested and > > openldap-client-2.4.44 is installed. > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/net/samba43 > > > > I am using the default port configuration as listed below: > > > > ===> The following configuration options are available for samba43-4.3.13: > > ACL_SUPPORT=on: File system ACL support > > ADS=on: Active Directory client support > > AD_DC=on: Active Directory Domain Controller support > > AIO_SUPPORT=on: Asyncronous IO support > > CUPS=off: CUPS printing system support > > DEBUG=on: Build with debugging support > > DEVELOPER=off: With development support > > DNSUPDATE=on: Dynamic DNS update (require ADS) > > DOCS=on: Build and/or install documentation > > EXP_MODULES=off: Experimental modules > > FAM=on: File Alteration Monitor support > > LDAP=on: LDAP client support > > MANPAGES=off: Build manpages from DOCBOOK templates > > PAM_SMBPASS=off: PAM authentication via passdb backends > > PTHREADPOOL=on: Pthread pool > > QUOTAS=on: Disk quota support > > SYSLOG=on: Syslog logging support > > UTMP=on: UTMP accounting support > > ====> Options available for the radio DNS: you can only select none or one > of them > > NSUPDATE=off: Use samba NSUPDATE utility for AD DC > > BIND99=off: Use bind99 as AD DC DNS server frontend > > BIND910=off: Use bind910 as AD DC DNS server frontend > > ====> Options available for the radio ZEROCONF: you can only select none > or one of them > > AVAHI=off: Zeroconf support via Avahi > > MDNSRESPONDER=off: Zeroconf support via mDNSResponder > > > > I turned of LDAP in the config file; however, the problem still exists. > > > > I do not understand why this is happening. Does anyone have a work-around > for this or should I file a PR? > > > > -- > > Carmel > > > > _______________________________________________ > > 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 had a problem on FreeBSD 11 & samba 44. I used gcc5 to build. I modified s few things and now running samba 4.4.8 :) I force gcc5 use for a few ports as clang fails. Might help you. Regards. From owner-freebsd-ports@freebsd.org Thu Dec 29 03: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 7FD7CC94239 for ; Thu, 29 Dec 2016 03:14:37 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-pg0-x232.google.com (mail-pg0-x232.google.com [IPv6:2607:f8b0:400e:c05::232]) (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 4F57E14A2 for ; Thu, 29 Dec 2016 03:14:37 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-pg0-x232.google.com with SMTP id y62so109838026pgy.1 for ; Wed, 28 Dec 2016 19:14:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=vVcpDMBXNB3xevBLUlbCW7ETuwKDqACc+GObnJXPZgM=; b=EpEHsZ+xnvBj1SQUwCCt79kNnrDgZvxf+qYHPxv1wNZAzA5jyIGEPZA0axX7QLKwj7 W5fi7j6hz4ZsdOvmGxP85VZrIH1H4SLn6HNXEejN3QUqgr4RhM8I6nKFGzOcwimAdgfS NwI1yyHiNIsI73+5g1l05Rbz6mSHpR6h9/BmQF64b4zW8gMi8ns/K0olC0gM571ZfoOk +5SUwWTgvWPmTSfX3fRczTBII7ULfZdvAPCz6aGffHYKoNAY0LU8fmvqel8E+nisERIe ra0yq9qa35lO6JCWlt9/lpECH9hjMKZT5ZLkX1/b7pne52q+tADW5JZaYHIYbmyrQY9o eSXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=vVcpDMBXNB3xevBLUlbCW7ETuwKDqACc+GObnJXPZgM=; b=gShTM+SExVVaAfSOWXmwfzLtrOtpos+gBvRnLiCCUFNjRbKrBWf4oOMG4H8U169nyu LFMe3Rz5FXnXOmb7F6cB2+uUWIK7XkaLsdg+cKuePtvYYWC6REXNSjI8rSJ+F06aRgzZ /UFJLa1p62ZiMyTTqMKzzfETBLwTA95ppMF2k2yKuU0YIxsvHSUT8RANxBcxVgpCRSCL 8k9jT3Pss9W6yyk4J6e2DPlQ4BUC1wwiSM/+wCEkCI7yfN4E/OZC/sYY4ZsXkV3vxAFw /LT2bFa/K+0RRDsOV5ohv8cmS3gB+cXBiRIi3g2BbkL2xWWYNR587PF/5OR4UdACThuc Da8Q== X-Gm-Message-State: AIkVDXLOu31RzyZzAYOj6TGqdtBoO4a25KvDmr73DeTRwCW3cAd32S0A85NwDAqxdIv4AQ== X-Received: by 10.99.37.2 with SMTP id l2mr73023306pgl.160.1482981276587; Wed, 28 Dec 2016 19:14:36 -0800 (PST) Received: from [192.168.1.206] (ppp59-167-111-196.static.internode.on.net. [59.167.111.196]) by smtp.gmail.com with ESMTPSA id m12sm52027481pfg.92.2016.12.28.19.14.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Dec 2016 19:14:35 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: what broke? From: Ben Woods X-Mailer: iPhone Mail (14B100) In-Reply-To: <2c49715f8e5c9edeccc6909c9225c1fe@vvelox.net> Date: Thu, 29 Dec 2016 11:14:32 +0800 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <89FFA4F9-EFC7-4D58-9E56-6BD5A30FB696@gmail.com> References: <20161227082854.1d0f3a27@vixen42.vulpes.vvelox.net> <20161227123114.2041f886@vixen42.vulpes.vvelox.net> <2c49715f8e5c9edeccc6909c9225c1fe@vvelox.net> To: "Zane C. B-H." X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 03:14:37 -0000 > On 28 Dec. 2016, at 11:56 am, Zane C. B-H. wrote: >=20 >> On 2016-12-27 12:31, Zane C. B-H. wrote: >> On Tue, 27 Dec 2016 08:28:54 -0600 >> "Zane C. B-H." wrote: >>> Just did an svn update and I am seeing synth, portupgrade, and >>> portupgrade-devel give me errors like this. >>> Scan >>> of /arc/src/FreeBSD/ports/head/multimedia/gstreamer1-plugins-core >>> failed (port deleted), it will not be considered. >>> The directories I've checked and very much are there. >>> ftp/curl is one that will throw that for me as well. Rebuilding that >>> port manually and reinstalling got the error to go away. >>> Does not appear to happen with all, just some. >> Been testing with rebuilding some more and rebuilding and >> reinstalling any of those ports via hand works. The problem does not >> come back after that. I've been unable to figure out what the root >> cause of this is. >=20 > Been disecting this some more and it appears anything broken was installed= with the wrong origin. >=20 > Basically it used the full path, so ftp/curl would become /usr/ports/ftp/c= url. >=20 > Which in turn meant portupgrade and the like looking for /usr/ports/usr/po= rts/ftp/curl. I have not seen any problems like this on my system. Can you please tell us a bit more about your environment? What is the contents of /etc/make.conf? What is mounted at /arc/src/... Is there a symlink at /use/ports pointing to your ports directory (not neces= sary, just curious). What version of FreeBSD are you using? Are your port tools up to date (e.g. What version of synth are you using)? Anything else unusual about your setup? Regards, Ben= From owner-freebsd-ports@freebsd.org Thu Dec 29 03:35:52 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 4159BC94DE1 for ; Thu, 29 Dec 2016 03:35:52 +0000 (UTC) (envelope-from soralx@cydem.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 30F9011F1 for ; Thu, 29 Dec 2016 03:35:52 +0000 (UTC) (envelope-from soralx@cydem.org) Received: by mailman.ysv.freebsd.org (Postfix) id 304F8C94DE0; Thu, 29 Dec 2016 03:35:52 +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 2FF36C94DDF for ; Thu, 29 Dec 2016 03:35:52 +0000 (UTC) (envelope-from soralx@cydem.org) Received: from smtp.triumf.ca (smtp.triumf.ca [142.90.100.188]) by mx1.freebsd.org (Postfix) with ESMTP id 1FE4411F0 for ; Thu, 29 Dec 2016 03:35:51 +0000 (UTC) (envelope-from soralx@cydem.org) Received: from mscad14 (mscad14.triumf.ca [142.90.115.36]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.triumf.ca (Postfix) with ESMTP id 01AFAF802; Wed, 28 Dec 2016 19:35:50 -0800 (PST) Date: Wed, 28 Dec 2016 19:35:50 -0800 From: To: Cc: ports@FreeBSD.ORG Subject: Re: [ports/security/openssh-portable] Fix SCTP patch Message-ID: <20161228193550.152e0d5e@mscad14> In-Reply-To: <20161228122553.GX2648@home.opsec.eu> References: <20161227213948.694232fa@mscad14> <20161228122553.GX2648@home.opsec.eu> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd9.3) 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 03:35:52 -0000 > Hi! > > > Could someone update the SCTP patch for > > ports/security/openssh-portable? > > Now a major motion picture at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215632 Great! I will be cheering for all the main characters. -- [SorAlx] ridin' VN2000 Classic LT From owner-freebsd-ports@freebsd.org Thu Dec 29 07:57: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 A4D61C94FF9 for ; Thu, 29 Dec 2016 07:57:30 +0000 (UTC) (envelope-from portscout@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 921631CC8 for ; Thu, 29 Dec 2016 07:57:30 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9172AC94FF7; Thu, 29 Dec 2016 07:57:30 +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 91110C94FF6 for ; Thu, 29 Dec 2016 07:57:30 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 845931CC7 for ; Thu, 29 Dec 2016 07:57:30 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBT7vUA5068795 for ; Thu, 29 Dec 2016 07:57:30 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBT7vUt6068794; Thu, 29 Dec 2016 07:57:30 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612290757.uBT7vUt6068794@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 29 Dec 2016 07:57:30 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 07:57:30 -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 ------------------------------------------------+-----------------+------------ dns/dnsproxy | 1.16 | 1.17 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Thu Dec 29 08:46: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 B8322C96512 for ; Thu, 29 Dec 2016 08:46:04 +0000 (UTC) (envelope-from manager@nybuk.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A46A51CBF for ; Thu, 29 Dec 2016 08:46:04 +0000 (UTC) (envelope-from manager@nybuk.ru) Received: by mailman.ysv.freebsd.org (Postfix) id A3C2CC96511; Thu, 29 Dec 2016 08:46: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 A3569C96510 for ; Thu, 29 Dec 2016 08:46:04 +0000 (UTC) (envelope-from manager@nybuk.ru) Received: from mail.nybuk.ru (mail.nybuk.ru [185.66.12.129]) by mx1.freebsd.org (Postfix) with SMTP id 61B7D1CBD for ; Thu, 29 Dec 2016 08:46:02 +0000 (UTC) (envelope-from manager@nybuk.ru) Message-ID: Reply-To: =?windows-1251?B?z+Xx7egg7eD45ekg/u3u8fLo?= From: =?windows-1251?B?z+Xx7egg7eD45ekg/u3u8fLo?= To: Subject: =?windows-1251?B?wMrWyN86IO3g4e7wICLP5fHt6CDt4Pjl6SD+?= =?windows-1251?B?7e7x8ugiIMIgz87L1sXN2yE=?= Date: Thu, 29 Dec 2016 13:45:50 +0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; d=nybuk.ru; s=mail; c=relaxed/relaxed; t=1483001150; h=message-id:from:to:subject:date:mime-version; bh=w9MgB24c39d9ELO8qIKCozJymAtDYfvz2I6a5CVZq2k=; b=DamervkaK3F22hSmlH7w8XNmvFIbJbbAQk0Faiz4wWZUucJ7XX75eTxQCfOG6i Lo1OvnUEDqGuqPHSfZRgeunbMLQTAnLYA5WEoqvlt22rBM5XBLIWMsCOgONCX6Uo 2KJQUJw0Kcj/sOIqeVFyMSy13XlMBuXPJyTA/06kw+aF0= Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 08:46:04 -0000 =CF=D0=C5=C4=CD=CE=C2=CE=C3=CE=C4=CD=DF=DF =C0=CA=D6=C8=DF!=A0=20 =CD=C0=C1=CE=D0 =C2 12 =C0=D3=C4=C8=CE=C4=C8=D1=CA=C0=D5 =AB=CF=C5=D1=CD=C8= =CD=C0=D8=C5=C9 =DE=CD=CE=D1=D2=C8=BB=A0 =C2 =C4=C2=C0 =D0=C0=C7=C0 =C4=C5= =D8=C5=C2=CB=C5: 3000 =F0. =96 1500 =F0.!=20 =C2 =ED=E0=E1=EE=F0 =AB=CF=C5=D1=CD=C8 =CD=C0=D8=C5=C9 =DE=CD=CE=D1=D2=C8= =BB =E2=EE=F8=EB=E8 =EB=F3=F7=F8=E8=E5 =EF=E5=F1=ED=E8=A0 - =CF=E5=F1=ED=E8= =ED=E0=F8=E5=E9 =EF=E0=EC=FF=F2=E8, =ED=E0=F8=E5=E9 =E6=E8=E7=ED=E8... (= =CF=EE=EB=ED=EE=E5 =EE=EF=E8=F1=E0=ED=E8=E5 =E0=F3=E4=E8=EE=E4=E8=F1=EA=EE= =E2 =E7=E4=E5=F1=FC ). =C4=E8=F1=EA 1. =C7=E0=F1=F2=EE=EB=FC=ED=FB=E5 =ED=E0=F0=EE=E4=ED=FB=E5 =EF= =E5=F1=ED=E8 1. =CE=E4=E8=ED=EE=EA=E0=FF =E3=E0=F0=EC=EE=ED=FC, 2. =D8=F3=EC=E5=EB =EA= =E0=EC=FB=F8, 3. =CA=E0=EA=E8=EC =F2=FB =E1=FB=EB, 4. =D0=EE=EC=E0=F8=EA=E8= =F1=EF=F0=FF=F2=E0=EB=E8=F1=FC, 5. =CE=E9, =F6=E2=E5=F2=E5=F2 =EA=E0=EB=E8= =ED=E0, 6. =D3=F0=E0=EB=FC=F1=EA=E0=FF =F0=FF=E1=E8=ED=F3=F8=EA=E0, 7. =C2= =EE=F2 =EA=F2=EE-=F2=EE =F1 =E3=EE=F0=EE=F7=EA=E8 =F1=EF=F3=F1=F2=E8=EB=F1= =FF, 8. =CA=F3=E4=E0 =E1=E5=E6=E8=F8=FC, =F2=F0=EE=EF=E8=ED=EA=E0 =EC=E8=EB= =E0=FF - (=E2=F1=E5=E3=EE 25 =EF=E5=F1=E5=ED) =C4=E8=F1=EA 2. =C7=E0=F1=F2=EE=EB=FC=ED=FB=E5 =ED=E0=F0=EE=E4=ED=FB=E5 =EF= =E5=F1=ED=E8 1.=CE=F0=E5=ED=E1=F3=F0=E3=F1=EA=E8=E9 =EF=F3=F5=EE=E2=FB=E9 =EF=EB=E0=F2= =EE=EA, 2. =CD=E0 =F2=EE=F2 =E1=EE=EB=FC=F8=E0=EA, =ED=E0 =EF=E5=F0=E5=EA= =F0=E5=F1=F2=EE=EA, 3. =CF=EE=E4 =EE=EA=ED=EE=EC =F7=E5=F0=E5=EC=F3=F5=E0= =EA=EE=EB=FB=F8=E5=F2=F1=FF, 4. =D0=E0=F1=F6=E2=E5=EB=E0 =EF=EE=E4 =EE=EA= =EE=F8=EA=EE=EC =E1=E5=EB=EE=F1=ED=E5=E6=ED=E0=FF =E2=E8=F8=ED=FF, 5. =CE= =EA=F0=E0=F1=E8=EB=F1=FF =EC=E5=F1=FF=F6 =E1=E0=E3=F0=FF=ED=F6=E5=EC, 6. = =C1=E5=EB=FB=EC =F1=ED=E5=E3=EE=EC, 7. =D2=EE =ED=E5 =E2=E5=F2=E5=F0 =E2=E5= =F2=EA=F3 =EA=EB=EE=ED=E8=F2, 8. =CD=E0 =EC=F3=F0=EE=EC=F1=EA=EE=E9 =E4=EE= =F0=EE=E6=EA=E5=85 - (=E2=F1=E5=E3=EE 23 =EF=E5=F1=ED=E8) =C4=E8=F1=EA 3. =C7=E0=F1=F2=EE=EB=FC=ED=FB=E5 =ED=E0=F0=EE=E4=ED=FB=E5 =EF= =E5=F1=ED=E8 1. =CE=E9, =E4=E0 =ED=E5 =E2=E5=F7=E5=F0, 2. =CD=E0=EF=E8=EB=E0=F1=FC =FF= =EF=FC=FF=ED=E0, 3. =C7=E4=E5=F1=FC =EF=EE=E4 =ED=E5=E1=EE=EC =F7=F3=E6=E8= =EC, 4. =D7=F2=EE =ED=E0=EC =E3=EE=F0=E5, 5. =C0=F5, =F8=E0=F0=E0=E1=E0=ED= =EC=EE=E9, =E0=EC=E5=F0=E8=EA=E0=ED=EA=E0, 6. =C7=E0=EF=F0=FF=E3=E0=E9-=EA= =E0, =E4=FF=E4=FF, =EB=EE=F8=E0=E4=FC, 7. =D1=E5=EB=E5=E4=EE=F7=EA=E0 =EF= =EE=E4 =E2=EE=E4=EE=F7=EA=F3, 8. =D5=EE=F0=EE=F8=E8 =E2=E5=F1=ED=EE=E9 =E2= =F1=E0=E4=F3 =F6=E2=E5=F2=EE=F7=EA=E8 - (=E2=F1=E5=E3=EE 24 =EF=E5=F1=ED= =E8) =C4=E8=F1=EA 4. =D5=E8=F2=FB 60-70-=F5 1. =D7=E5=F0=ED=FB=E9 =EA=EE=F2, 2. =C0 =F3 =ED=E0=F1 =E2=EE =E4=E2=EE=F0= =E5... 3. =DF =F2=E5=E1=FF =EF=EE=E4=EE=E6=E4=F3, 4. =C0 =E4=EE=F0=EE=E3=E0= =F1=E5=F0=EE=FE =EB=E5=ED=F2=EE=FE =E2=FC=E5=F2=F1=FF... 5. =CD=E0=E4=E5= =E6=E4=E0, 6. =CB=DD=CF-500, 7. =C3=EB=E0=E2=ED=EE=E5, =F0=E5=E1=FF=F2=E0= , =F1=E5=F0=E4=F6=E5=EC =ED=E5 =F1=F2=E0=F0=E5=F2=FC, 8. =CB=E0=ED=E4=FB=F8= =E8, 9. =D1=F2=E0=F0=FB=E9 =EA=EB=E5=ED, 10. =CD=E5=E6=ED=EE=F1=F2=FC - (= =E2=F1=E5=E3=EE 24 =EF=E5=F1=ED=E8) =C4=E8=F1=EA 5. =D5=E8=F2=FB 50-70-=F5=20 1. =D2=E8=F8=E8=ED=E0, 2. =D7=F2=EE =F2=E0=EA =F1=E5=F0=E4=F6=E5 =F0=E0=F1= =F2=F0=E5=E2=EE=E6=E5=ED=EE, 3. =CD=EE=F7=ED=EE=E9 =F0=E0=E7=E3=EE=E2=EE=F0= (=AB=C7=E8=EC=ED=E8=E9 =E3=EE=F0=EE=E4 =F3=F1=ED=F3=EB =F3=E6=E5...=BB),= 4. =D2=E8=F8=E8=ED=E0 =E7=E0 =D0=EE=E3=EE=E6=F1=EA=EE=E9 =E7=E0=F1=F2=E0= =E2=EE=FE, 5. =DF =F1=EA=E0=E7=E0=EB =F2=E5=E1=E5 =ED=E5 =E2=F1=E5 =F1=EB= =EE=E2=E0, 6. =D6=E0=F0=E5=E2=ED=E0 =CD=E5=F1=EC=E5=FF=ED=E0, 7. =D3=EB=E8= =F6=FB =E6=E4=F3=F2 =EF=F3=F1=F2=FB=E5 =E8 =F6=E2=E5=F2=FB, 8. =CE=F1=E5=ED= =ED=E8=E5 =EB=E8=F1=F2=FC=FF =F8=F3=EC=FF=F2 =E8 =F8=F3=EC=FF=F2 =E2 =F1=E0= =E4=F3, 9. =CF=EE=F7=E5=EC=F3 =F2=FB =EC=ED=E5 =ED=E5 =E2=F1=F2=F0=E5=F2=E8= =EB=E0=F1=FC... 10. =C2=E4=E0=EB=E8 =EF=EE=E3=E0=F1 =EF=EE=F1=EB=E5=E4=ED= =E8=E9 =EB=F3=F7 =E7=E0=EA=E0=F2=E0 (=E2=F1=E5=E3=EE 27 =EF=E5=F1=E5=ED). =C4=E8=F1=EA 6. =D5=E8=F2=FB 50-70-=F5=20 1. =C6=F3=F0=E0=E2=EB=E8 ("=C2=FB=F1=EE=EA=EE =EB=E5=F2=FF=F2 =ED=E0=E4 =EE= =E1=EB=E0=EA=E0=EC=E8..."), 2. =D2=E0=EC, =E3=E4=E5 =EA=EB=E5=ED =F8=F3=EC= =E8=F2, 3. =D2=FB =ED=E5 =EF=E5=F7=E0=EB=FC=F1=FF =E8 =ED=E5 =EF=F0=EE=F9= =E0=E9=F1=FF, 4. =CD=E0 =F2=E5=E1=E5 =F1=EE=F8=B8=EB=F1=FF =EA=EB=E8=ED=EE= =EC =E1=E5=EB=FB=E9 =F1=E2=E5=F2, 5. =D1=E5=F0=EE=E3=EB=E0=E7=E0=FF, 6. =C0= =F5, =F2=FB =EF=E0=EB=F3=E1=E0, =EF=E0=EB=F3=E1=E0... 7. =CF=E5=F0=E2=E0=FF= =EB=FE=E1=EE=E2=FC, 8. =CC=FB =E6=E8=EB=E8 =EF=EE =F1=EE=F1=E5=E4=F1=F2=E2= =F3, 9. =CD=E0=E7=ED=E0=F7=E0=E9 =EF=EE=F1=EA=EE=F0=E5=E5 =F1=E2=E8=E4=E0= =ED=E8=E5, 10. =D2=FB =F2=EE=EB=FC=EA=EE =EE=E4=ED=E0 =E2=E8=ED=EE=E2=E0=F2= =E0, 11. =D1=E2=E5=F2=EB=E0=ED=E0 (=E2=F1=E5=E3=EE 26 =EF=E5=F1=E5=ED). =C4=E8=F1=EA 7. =D1=F2=E0=F0=E0=FF =EF=EB=E0=F1=F2=E8=ED=EA=E0 1. =C1=F0=FB=E7=E3=E8 =F8=E0=EC=EF=E0=ED=F1=EA=EE=E3=EE, 2. =D3=F2=EE=EC=EB= =E5=ED=ED=EE=E5 =F1=EE=EB=ED=F6=E5, 3. =D0=E8=EE-=D0=E8=F2=E0, 4. =D2=F0=E8= =E2=E0=EB=FC=F1=E0, 5. =C3=EE=EB=F3=E1=EA=E0 (La paloma), 6. =CC=E8=F8=EA= =E0-=EE=E4=E5=F1=F1=E8=F2, 7. =D1=F2=F0=E0=ED=ED=E8=EA=E8 =E2 =ED=EE=F7=E8= , 8. =DD=F5, =C0=ED=E4=F0=FE=F8=E0 - (=E2=F1=E5=E3=EE 22 =EF=E5=F1=ED=E8)= . =C4=E8=F1=EA 8. =D1=F2=E0=F0=E0=FF =EF=EB=E0=F1=F2=E8=ED=EA=E0 1. =D1=F7=E0=F1=F2=FC=E5 =EC=EE=E5, 2. =CD=E0=E4 =E7=E0=EB=E8=E2=EE=EC, 3= . =D1=EA=E0=E6=E8=F2=E5, =E4=E5=E2=F3=F8=EA=E8, 4. =CD=E5=E4=EE=F2=F0=EE=E3= =E0, 5. =CC=EE=E5 =EF=EE=F1=EB=E5=E4=ED=E5=E5 =F2=E0=ED=E3=EE, 6. =CD=E0=E4= =F0=EE=E7=EE=E2=FB=EC =EC=EE=F0=E5=EC =E2=F1=F2=E0=E2=E0=EB=E0 =EB=F3=ED= =E0... 7. =C4=E2=E5 =F0=EE=E7=FB, 8. =CB=FE=E1=EB=FE ("=C2=E0=EC =E2=EE=E7= =E2=F0=E0=F9=E0=FF =E2=E0=F8 =EF=EE=F0=F2=F0=E5=F2..."), 9. =C1=E5=EB=EE=E9= =E0=EA=E0=F6=E8=E8 =E3=F0=EE=E7=E4=FC=FF =E4=F3=F8=E8=F1=F2=FB=E5, 10. =CD= =E5 =EF=F0=EE=E1=F3=E6=E4=E0=E9 =E2=EE=F1=EF=EE=EC=E8=ED=E0=ED=E8=E9 - (=E2= =F1=E5=E3=EE 23 =EF=E5=F1=ED=E8). =C4=E8=F1=EA 9. =C7=E0=F0=F3=E1=E5=E6=ED=FB=E5 (=F3=E7=ED=E0=E2=E0=E5=EC=FB= =E5!) =F5=E8=F2=FB 50-70-=F5 1. =D2=EE=EB=FC=EA=EE =F2=FB (=E3=F0. =AB=CF=EB=E5=F2=F2=E5=F0=F1=BB), 2.= =C4=FB=EC =EF=EE=EF=E0=EB =E2 =F2=E2=EE=E8 =E3=EB=E0=E7=E0 (=C4. =CA=E5=F0= =ED), 3. =DF =E7=ED=E0=EB, =F7=F2=EE =EF=F0=E8=E4=E5=F2 =FD=F2=EE=F2 =E4=E5= =ED=FC (=D4. =D1=E8=ED=E0=F2=F0=E0), 4. =C4=EE=EC=E8=ED=EE (=CB. =C4=E5=EB= =E8=EB=FC), 5. =CD=E5 =EC=EE=E3=F3 =ED=E5 =EB=FE=E1=E8=F2=FC =F2=E5=E1=FF= (=DD. =CF=F0=E5=F1=EB=E8), 6. =CF=E0=E4=E0=E5=F2 =F1=ED=E5=E3 (=D1. =C0=E4= =E0=EC=EE), 7. =CC=E0=EB=E5=ED=FC=EA=E8=E9 =F6=E2=E5=F2=EE=EA (=D5. =DD=E8= =EC=E5=E1=EB), 8. =D2=E5=ED=FC =F2=E2=EE=E5=E9 =F3=EB=FB=E1=EA=E8 (=DD. =D5= =E0=EC=EF=E5=F0=E4=E8=ED=EA), 9. =C8=F1=F2=EE=F0=E8=FF =EB=FE=E1=E2=E8 (=DD= . =D3=E8=EB=FC=FF=EC=F1), 10. =C1=E5=F1=E0=EC=E5 =EC=F3=F7=EE (=CB. =CF=E0= =ED=F7=EE=F1) =96 (=E2=F1=E5=E3=EE 25 =EF=E5=F1=E5=ED). =C4=E8=F1=EA 10. =CF=E5=F1=ED=E8 =ED=E0=F8=E5=E3=EE =E4=E2=EE=F0=E0 (=CF=F0= =E5=EA=F0=E0=F1=ED=E0=FF =E0=F0=E0=ED=E6=E8=F0=EE=E2=EA=E0 "=CF=E5=F1=E5=ED= =ED=E0=F8=E5=E3=EE =E4=E2=EE=F0=E0"). 1. =C2 =CA=E5=E9=EF=F2=E0=F3=ED=F1=EA=EE=EC =EF=EE=F0=F2=F3, 2. =D2=E0=ED= =E3=EE =F6=E2=E5=F2=EE=E2, 3. =C4=E5=E2=F3=F8=EA=E0 =E8=E7 =CD=E0=E3=E0=F1= =E0=EA=E8, 4. =C4=E5=E2=F3=F8=EA=E0 =F1 =F0=E0=F1=EF=F3=F9=E5=ED=ED=EE=E9= =EA=EE=F1=EE=E9, 5. =C1=E0=E1=FC=E5 =EB=E5=F2=EE, 6. =C7=E8=EC=ED=E8=E9 = =E2=E5=F7=E5=F0, 7. =CA=EE=EB=EE=EA=EE=EB=E0, 8. =C3=EE=EB=F3=E1=E8 =F6=E5= =EB=F3=FE=F2=F1=FF =ED=E0 =EA=F0=FB=F8=E5 - (25 =EF=E5=F1=E5=ED) =C4=E8=F1=EA 11. =CF=E5=F1=ED=E8 =ED=E0=F8=E5=E3=EE =E4=E2=EE=F0=E0 1. =D2=FB =ED=E5 =EF=F0=E8=F8=EB=E0 =EF=F0=EE=E2=EE=E6=E0=F2=FC, 2. =C4=EE= =F0=EE=E3=E0=FF =EF=F0=EE=EF=E0=E6=E0, 3. =C1=E5=EB=E0=FF =E1=E5=F0=E5=E7= =E0 ("=CD=E0=E4 =F0=E5=EA=EE=E9, =ED=E0=E4 =EB=E5=F1=EE=EC =F0=EE=F1 =EA=F3= =E4=F0=FF=E2=FB=E9 =EA=EB=E5=ED..."), 4. =D2=F3=EC=E0=ED-=F2=F3=EC=E0=ED=E8= =F9=E5, 5. =CF=EE=E4=E0=F0=E8 =ED=E0 =EF=F0=EE=F9=E0=ED=E8=E5 =EC=ED=E5 =E1= =E8=EB=E5=F2, 6. =C7=E4=F0=E0=E2=F1=F2=E2=F3=E9, =F7=F3=E6=E0=FF =EC=E8=EB= =E0=FF, 7. =CD=E8=EA=F2=EE =F2=E5=E1=FF =ED=E5 =EB=FE=E1=E8=F2 =F2=E0=EA,= =EA=E0=EA =FF, 8. =DF =ED=E8=F7=E5=E3=EE =ED=E5 =E7=ED=E0=FE =EF=F0=EE =F2= =E5=E1=FF, 9. =C4=E5=E2=F3=F8=EA=E0 =F1 =EE=EB=E5=ED=FC=E8=EC=E8 =E3=EB=E0= =E7=E0=EC=E8 (=E2=F1=E5=E3=EE 25 =EF=E5=F1=E5=ED).=A0=A0=A0=A0 (=CF=F0=E5= =EA=F0=E0=F1=ED=E0=FF =E0=F0=E0=ED=E6=E8=F0=EE=E2=EA=E0 =AB=EF=E5=F1=E5=ED= =EF=EE=E4 =E3=E8=F2=E0=F0=F3=BB).=A0=A0=20 =C4=E8=F1=EA 12. =CF=EE=EF=F3=EB=FF=F0=ED=FB=E9 =F8=E0=ED=F1=EE=ED (=CD=C5= =E1=EB=E0=F2=ED=FB=E5) 1. =DF =EF=EE=EC=ED=FE =F2=EE=F2 =C2=E0=ED=E8=ED=F1=EA=E8=E9 =EF=EE=F0=F2= , 2. =C7=EE=EB=EE=F2=EE=E5 =EA=EE=EB=FC=F6=EE, 3. =C2=EE=F0=EA=F3=F2=E0-=CB= =E5=ED=E8=ED=E3=F0=E0=E4, 4. =D2=E5=EB=EE=E3=F0=E5=E5=F7=EA=E0, 5. =D2=EE= =EB=E8 =E3=EE=E4=FB =F2=E0=EA =EC=E5=ED=FF..., 8. =CD=E5 =EF=E5=F7=E0=EB= =FC=F1=FF, =EB=FE=E1=E8=EC=E0=FF - (=E2=F1=E5=E3=EE 19 =EF=E5=F1=E5=ED). =C2=FB=F1=EE=EA=EE=E5 =EA=E0=F7=E5=F1=F2=E2=EE =E7=E0=EF=E8=F1=E8 =E8 =EE= =F4=EE=F0=EC=EB=E5=ED=E8=FF =EF=EE=E4=E0=F0=EE=F7=ED=FB=F5 =E0=F3=E4=E8=EE= -=E4=E8=F1=EA=EE=E2.=20 =C2=EE=E7=EC=EE=E6=ED=E0 =E7=E0=EF=E8=F1=FC =ED=E0 =E4=F0=F3=E3=E8=F5 =FD= =EB=E5=EA=F2=F0=EE=ED=ED=FB=F5 =ED=EE=F1=E8=F2=E5=EB=FF=F5. =D1=F2=EE=E8=EC=EE=F1=F2=FC =ED=E0=E1=EE=F0=E0 =AB=CF=E5=F1=ED=E8 =ED=E0=F8= =E5=E9 =FE=ED=EE=F1=F2=E8=BB =E2 12 =E0=F3=E4=E8=EE-=E4=E8=F1=EA=E0=F5 - = 1500 =F0. =C4=EE=F1=F2=E0=E2=EA=E0: =EF=EE =CC=EE=F1=EA=E2=E5 =96 300 =F0. 200 =F0=F3= =E1., =E7=E0 =CC=CA=C0=C4 - 300 =F0=F3=E1. =C7=E0=EA=E0=E7=FB =EF=EE =F2=E5=EB. 8/915/386-0817 =E8=EB=E8 =EF=EE =EF=EE= =F7=F2=E5 bestpesni@gmail.com =CE=F2=E4=E5=EB =E8=ED=ED=EE=E2=E0=F6=E8=EE=ED=ED=FB=F5 =EF=F0=EE=E5=EA=F2= =EE=E2 =D6=E5=ED=F2=F0=E0 =EB=E5=F7=E5=E1=ED=EE=E9 =E8 =F4=F3=ED=EA=F6=E8=EE=ED=E0= =EB=FC=ED=EE=E9 =EC=F3=E7=FB=EA=E8 From owner-freebsd-ports@freebsd.org Thu Dec 29 10:27: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 54B71C95A59 for ; Thu, 29 Dec 2016 10:27:02 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from SNT004-OMC3S17.hotmail.com (snt004-omc3s17.hotmail.com [65.55.90.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17C611D6C; Thu, 29 Dec 2016 10:27:01 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM04-SN1-obe.outbound.protection.outlook.com ([65.55.90.136]) by SNT004-OMC3S17.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 29 Dec 2016 02:25:55 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=g7zOrMaFuTjDK6MBfIUgrZrM1Ox6CNMCQbSFc7+eH5s=; b=n72R796oCcLbXCvPZeF7e9dXnPB0BWQLF0tLJFCI9SUVHHMxznEJhU2tNcLiU7ojP7yFfOiSGu+WHcnrOo3IwzWnrTAB+HRrlg82Erf2V9T/s0/eC9wu+Zzd1/k7tBiciqhRzKz6tAQj8fXe8Ny+/OBDnJsjxUrAVogclF0Y3xhXiwmgYLFRKcZxzrM/CTl2oxJwsOC34LuU6bA40Oi9QysuZvFpO983HZCvkqqh0UyaSQwizBVhyAN+rUMbumZmyzybxKQ3sC8qSpKlhm0n9xKhjecsP8k6xQ6hdl/To4h6V6t9mJMctvorNxNzFsXs0Z16bkZQpDt4Il5B2/jkRA== Received: from SN1NAM04FT033.eop-NAM04.prod.protection.outlook.com (10.152.88.59) by SN1NAM04HT092.eop-NAM04.prod.protection.outlook.com (10.152.89.77) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.789.10; Thu, 29 Dec 2016 10:25:54 +0000 Received: from CY4PR20MB1397.namprd20.prod.outlook.com (10.152.88.54) by SN1NAM04FT033.mail.protection.outlook.com (10.152.88.101) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.803.8 via Frontend Transport; Thu, 29 Dec 2016 10:25:53 +0000 Received: from CY4PR20MB1397.namprd20.prod.outlook.com ([10.171.167.147]) by CY4PR20MB1397.namprd20.prod.outlook.com ([10.171.167.147]) with mapi id 15.01.0803.021; Thu, 29 Dec 2016 10:25:54 +0000 From: Gerard Seibert To: "freebsd-ports@freebsd.org" CC: "timur@FreeBSD.org" Subject: RE: Samba43 install error Thread-Topic: Samba43 install error Thread-Index: AdJhDUx01I9M+JNQRHyOi9rbqRMrvQE8/S+yoZkuWzA= Date: Thu, 29 Dec 2016 10:25:53 +0000 Message-ID: References: <86051563-14b6-6a53-e52d-2647273e8ccc@fechner.net> In-Reply-To: <86051563-14b6-6a53-e52d-2647273e8ccc@fechner.net> Reply-To: Gerard Seibert Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=none action=none header.from=outlook.com; x-incomingtopheadermarker: OriginalChecksum:54732FE59DC3343EA55E24F05989B4F3C237A0B7024944988F28B4073FE20102; UpperCasedChecksum:351DEE0C15C88302B47F7520B65DD17F7AEC490A12CA3513C062788FA26ED6C1; SizeAsReceived:7379; Count:38 x-ms-exchange-messagesentrepresentingtype: 1 x-incomingheadercount: 38 x-eopattributedmessage: 0 x-microsoft-exchange-diagnostics: 1; SN1NAM04HT092; 7:Epa0zEqH0ti0hoqQlE8jhuXlh+HpyM1py4nGgaiAU/MIdpGimQspIisApN2n7wOng2xy3dbX8nSg4OatPbRG331vtUvKT7w+DoZ0NIW2+Z6eHYlRuA6a9nmen2jrC0cqVNzJDqqWdYDg/iqTSKEwHO13DtOdw8P7y0mOSegZEHrGkk50U669Q1uMJ79d0tHW8tZej6NKpa/MsXCfz6pN74mpfKZmSfkc895wQY+/9oAOW7Gf74EMOHsJsqvYla09DuxXl33oKwnBWSsfbCTol7kDLPxhig+W4684ml8ysXm5MCCfmqFuJU3koD7Fm4yU5YFMEIwRJH0j3BnNRmvbmgjgDE8fGzebpavbom955DOMyT2EJnJ8XH8EKvdNW+0KZaY/OlkAYy7Ml4W954bCNxxVwjqF2PXXSiEaiDm21P/lYKNAzcvg3CJUSYTZtzW/wvvUGNMhCsSSZOtW7RMzNg== x-forefront-antispam-report: EFV:NLI; SFV:NSPM; SFS:(10019020)(98900003); DIR:OUT; SFP:1102; SCL:1; SRVR:SN1NAM04HT092; H:CY4PR20MB1397.namprd20.prod.outlook.com; FPR:; SPF:None; LANG:en; x-ms-office365-filtering-correlation-id: ebbe9814-b57f-4976-3575-08d42fd51126 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(1601124038)(1603103113)(1603101340)(1601125047); SRVR:SN1NAM04HT092; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(444111334)(444112120)(432015012)(82015046); SRVR:SN1NAM04HT092; BCL:0; PCL:0; RULEID:; SRVR:SN1NAM04HT092; x-forefront-prvs: 01713B2841 spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" Content-ID: <583C6B9CAD1392449A6F69F7EC917A2D@namprd20.prod.outlook.com> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-originalarrivaltime: 29 Dec 2016 10:25:53.9196 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM04HT092 X-OriginalArrivalTime: 29 Dec 2016 10:25:55.0140 (UTC) FILETIME=[F00F1840:01D261BD] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 10:27:02 -0000 PiBBbSAyOC4xMi4yMDE2IHVtIDE0OjMyIHNjaHJpZWIgR2VyYXJkIFNlaWJlcnQ6DQo+ID4gSSBh bSB1bmFibGUgdG8gdXBkYXRlIHNhbWJhNDMuIFRoZSBmb2xsb3dpbmcgZXJyb3IgbWVzc2FnZSBp cyBkaXNwbGF5ZWQ6DQo+ID4NCj4gPiBzYW1iYTQzLTQuMy4xMyBjYW5ub3QgaW5zdGFsbDogU0FT TCBzdXBwb3J0IHJlcXVlc3RlZCBhbmQNCj4gPiBvcGVubGRhcC1jbGllbnQtMi40LjQ0ICBpcyBp bnN0YWxsZWQuDQo+ID4gKioqIEVycm9yIGNvZGUgMQ0KPiA+DQo+ID4gU3RvcC4NCj4gPiBtYWtl OiBzdG9wcGVkIGluIC91c3IvcG9ydHMvbmV0L3NhbWJhNDMNCj4gPg0KPiANCj4gbWFrZSBzdXJl IHlvdSBoYXZlIGluIHlvdXIgbWFrZS5jb25mIChpZiBwb3VkcmllcmUgdXNlciwgdXNlDQo+IC91 c3IvbG9jYWwvZXRjL3BvdWRyaWVyZS5kL21ha2UuY29uZik6DQo+IA0KPiBXQU5UX09QRU5MREFQ X1NBU0w9eWVzDQo+IA0KPiBSZXJ1biBwb3VkcmllcmUgdG8gcmVidWlsZCBhbGwgbmVjZXNzYXJ5 IGRlcGVuZGVuY2llcyBpbmNsdWRpbmcgc2FtYmE0My4NCj4gDQo+IEdydcOfDQo+IE1hdHRoaWFz DQoNCkkgaGF2ZSBiZWVuIGdpdmVuIHR3byB3b3JrYWJsZSBzdWdnZXN0b25zIGZvciBidWlsZGlu ZyAodXBkYXRpbmcpIHRoZSBwb3J0OyBob3dldmVyLCB0aGUgYm90dG9tIGxpbmUgaXMgdGhhdCB0 aGVyZSBpcyBhIHNlcmlvdXMgcHJvYmxlbSB3aXRoIHRoZSBwb3J0IHRvIGJlZ2luIHdpdGguIFRo ZXNlIG1hbnVhbCBmaXhlcyByZXF1aXJlZCB0byBqdXN0IGdldCB0aGUgcG9ydCB0byBidWlsZCBz aG91bGQgbm90IGJlIHJlcXVpcmVkLiBJIHdvdWxkIGhvcGUgdGhhdCB0aGUgcG9ydCBtYWludGFp bmVyIHdvdWxkIGNvcnJlY3QgdGhlbS4NCg0KLS0gDQpDYXJtZWwNCg0K From owner-freebsd-ports@freebsd.org Thu Dec 29 12:42: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 49A6FC94561 for ; Thu, 29 Dec 2016 12:42:31 +0000 (UTC) (envelope-from imogen-murray-ports=freebsd.org@ccreceipt.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 2D38B1FAC for ; Thu, 29 Dec 2016 12:42:31 +0000 (UTC) (envelope-from imogen-murray-ports=freebsd.org@ccreceipt.com) Received: by mailman.ysv.freebsd.org (Postfix) id 2CA71C9455F; Thu, 29 Dec 2016 12:42: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 2C57BC9455E for ; Thu, 29 Dec 2016 12:42:31 +0000 (UTC) (envelope-from imogen-murray-ports=freebsd.org@ccreceipt.com) Received: from mail.ccreceipt.com (ccreceipt.com [185.169.229.104]) by mx1.freebsd.org (Postfix) with ESMTP id C0D8D1FA3 for ; Thu, 29 Dec 2016 12:42:30 +0000 (UTC) (envelope-from imogen-murray-ports=freebsd.org@ccreceipt.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=dkim; d=ccreceipt.com; h=Date:From:To:Subject:MIME-Version:Content-Type:List-Unsubscribe:Message-ID; i=imogen-murray@ccreceipt.com; bh=CIVeHBA7/LEDJaKu64UgyXb8fns=; b=tlugQ3cGHQWYW/ViJR0cf8Ub5ZOKqTYHyF/zf+yGUleetB4y5gqIbAUUhtnT5yW/KsX7S85xH4UJ ov832h3UH58VZWpDvde/Gllt3tv4Us/UfxhT77r9xxlyeywG5I37NSu2x6FkHgET+NsOU2hulRBP MKL3TkEe9EJ9vmozyp8= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=dkim; d=ccreceipt.com; b=FifVrnH0mjiLvbr3laWv5suCcULoWAkXSBw5IVWhbx7+kFrvVCvIXAGfSOWM1Ha0YehtChQM100I FkF6uXzYSKM4e/GDvLpYWZ9HA0mR+HxJJQEgIaIep6J4oYiUOgJ6s4mx+LzBmj+OhAVwQyIzk+FH hGllr5WucTl/Vl+Vhno=; Received: by mail.ccreceipt.com id hck1qs0001gv for ; Thu, 29 Dec 2016 07:29:07 -0500 (envelope-from ) Date: Thu, 29 Dec 2016 07:29:07 -0500 From: "Imogen Murray" To: Subject: Alert - Your Credit Card has been charged X-SMTPAPI: {"category": "20161229-072109-858-96"} Feedback-ID: 2016122907210985896 Message-ID: <0.0.0.1D5.1D261CF267E3738.250835@mail.ccreceipt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 12:42:31 -0000 From owner-freebsd-ports@freebsd.org Thu Dec 29 12:50: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 183DCC9508A for ; Thu, 29 Dec 2016 12:50:51 +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 C0D3210A7 for ; Thu, 29 Dec 2016 12:50:50 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:12cb:8101: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 31A4D90FE56 for ; Thu, 29 Dec 2016 13:50:48 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 31A4D90FE56 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=1483015848; bh=bXc2POCw9GHVze0xtx6CD29qzsOZ8Zd7OZJGIalKbiM=; h=To:From:Subject:Date; b=VZCryHWK4szkpMQZuPAU8nnuOTzPpaWrewCjh5KDOwssZS8LEqKEyE19e7FO2971s WtbOaywBW/Y6pJaABvdN90lUNlU3W9tIY1PAgsXw+xtz9pyvlpT3sTqNidAVynm0sv 4okqybwfwyJNU8lYki2UDlocMdmLYHvCOmW+rixc= Received: from [192.168.0.151] (aftr-185-17-207-210.dynamic.mnet-online.de [185.17.207.210]) (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 B767D7AC1DB for ; Thu, 29 Dec 2016 13:50:47 +0100 (CET) To: "freebsd-ports@freebsd.org" From: Matthias Fechner Subject: Maintainer timeout for patch reported (www/redmine)? Message-ID: <80950d1b-1b23-8141-9bb6-444595ef511d@fechner.net> Date: Thu, 29 Dec 2016 13:50:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 12:50:51 -0000 Dear all, could a commit please have a look here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213051 I reported it a long time ago and the fix is really simple and will not break anything. Thanks. 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 Thu Dec 29 13:21: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 70E45C89048 for ; Thu, 29 Dec 2016 13:21:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 61B0A16E4 for ; Thu, 29 Dec 2016 13:21:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6123FC89047; Thu, 29 Dec 2016 13:21: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 60D48C89046 for ; Thu, 29 Dec 2016 13:21:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 456F916E3 for ; Thu, 29 Dec 2016 13:21:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 96A5B337F; Thu, 29 Dec 2016 13:21:35 +0000 (UTC) Date: Thu, 29 Dec 2016 13:21:35 +0000 From: Alexey Dokuchaev To: ports@FreeBSD.org Subject: Why standard user mailnull (26:26) is missing from /usr/ports/UIDs? Message-ID: <20161229132135.GA90049@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 13:21:36 -0000 Hi porters, I was given a port to commit, it's email-related daemon and wants to keep some stuff around (like its state and socket) owned by its user. Submitter originally had chosen `mailnull' as apparently default system e-mail user; it suits the job and looks reasonable enough for generic email processing. However, staging the port fails like this: ===> Generating temporary packing list ===> Creating groups. ===> Creating users ** Cannot find any information about user `mailnull' in /usr/ports/UIDs. *** Error code 1 Changing the user to `smmsp' solves it, but ``Sendmail Submission User'' looks less suitable than ``Sendmail Default User'' for the purpose. Hence there're two questions: 1) $subj 2) Is it OK to add `mailnull' to /usr/ports/UIDs similar to `smmsp'? Or, 3) every port should not abuse default system users and create their own? ./danfe From owner-freebsd-ports@freebsd.org Thu Dec 29 15:32: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 0F5A4C9644F for ; Thu, 29 Dec 2016 15:32:07 +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 CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9431E17D1 for ; Thu, 29 Dec 2016 15:32:06 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (unknown [IPv6:2001:8b0:151:1:1c1d:86a1:a200:b700]) (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 1291890B3 for ; Thu, 29 Dec 2016 15:31:57 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/1291890B3; dkim=none; dkim-atps=neutral Subject: Re: Why standard user mailnull (26:26) is missing from /usr/ports/UIDs? To: freebsd-ports@freebsd.org References: <20161229132135.GA90049@FreeBSD.org> From: Matthew Seaman Message-ID: <7aebe839-44c5-3e6e-08ca-c64f9c358f92@FreeBSD.org> Date: Thu, 29 Dec 2016 15:31:45 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161229132135.GA90049@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ipeCS6edPXNdeAuJCxoH5GG2R9rfRQsTQ" X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 15:32:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ipeCS6edPXNdeAuJCxoH5GG2R9rfRQsTQ Content-Type: multipart/mixed; boundary="RFSwH7iExGhqMPtAHseIgn49uAEWWOhJO"; protected-headers="v1" From: Matthew Seaman To: freebsd-ports@freebsd.org Message-ID: <7aebe839-44c5-3e6e-08ca-c64f9c358f92@FreeBSD.org> Subject: Re: Why standard user mailnull (26:26) is missing from /usr/ports/UIDs? References: <20161229132135.GA90049@FreeBSD.org> In-Reply-To: <20161229132135.GA90049@FreeBSD.org> --RFSwH7iExGhqMPtAHseIgn49uAEWWOhJO Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 29/12/2016 13:21, Alexey Dokuchaev wrote: > Hence there're two questions: >=20 > 1) $subj > 2) Is it OK to add `mailnull' to /usr/ports/UIDs similar to `smmsp'? O= r, > 3) every port should not abuse default system users and create their ow= n? Given the mailnull user exists as part of the base system (and in DFly too), you don't need to add anything to a generated pkg to create that UID. So you can just set file ownership to mailnull in pkg-plist or run daemons as the mailnull user from your rc script without having to add a USERS or GROUPS line to your port Makefile. However, adding it to your Makefile (and inter-alia to UIDs) should do no harm -- see the setting for USERS_BLACKLIST in bsd.port.mk Existing practise seems pretty inconsistent. The only port that has USERS=3Dsmmsp is mail/sendmail, but several other ports use the smmsp user. Contrarywise none of the dns/bindNNN ports have USERS=3Dbind, but three other ports do: dns/credns, dns/curvedns and dns/maradns none of which have anything to do with bind other than they implement DNS stuff. Cheers, Matthew --RFSwH7iExGhqMPtAHseIgn49uAEWWOhJO-- --ipeCS6edPXNdeAuJCxoH5GG2R9rfRQsTQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYZSxnXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATqIwQAK6umKcKOIBv+wh29yNSrpvc LUnnumTltFqK/WIagYzETghdaNfOk6uYqWmlz3NNFjBEPkwbCAOsxnVI/PvBi7Xu fX9hg5HyEFulNFMJcwbtw5YEcMXxGxfGit1VMe6eG4ENqAx0a6aQDm4LG2zHUh3p AGWB7tMVy836uIEsGJOJnxUoScSfrPFdimbZKiYk/Tj4NMXCKFi2i84BVmY0carx AUWEAbzN2Vo4rihUN62LXhUdrGSH6S722chQfQ5jiNPutcz4dpNBEZpcSLcLCLe8 k4tLHtOiKcJpKQ0vnbsnfV47AuhHWfSwuRypFJWZPbx1E0bWmuoX5V53HSCPxY4Q wJH5g5xJoehnjCIVRl+X3zVHbQ+EkHwch2vwBGfBpm1VQjJddUZiiqpOJJnwd5Qo juS2aUBrbGN9eErGwEQOjPmyjHPuFheo9kYQBb9D5HCl7jeqKHA4rqWUZLAJJtgr tClEyWe6zgPF7J5Wo65tyERO922JvUaEy6CJfAKqFlazdVbkAVqEY8Oc+HC+HuFl rTV6B0ZLM37q4rrZ+vgHzYj72B9BeVhqziDwkKojNczfP05FeE6P+tMTmHAlqhQv wY9Abijm8S0bZoXj/T3pzqyLTOXrnVvR97EGPj1fIf708jmRQvpzI06KMDBvET11 9WXxoNdBdRx+usRglbuf =+Z6X -----END PGP SIGNATURE----- --ipeCS6edPXNdeAuJCxoH5GG2R9rfRQsTQ-- From owner-freebsd-ports@freebsd.org Thu Dec 29 16:30: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 E5827C9518F; Thu, 29 Dec 2016 16:30:06 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EF4C11DC; Thu, 29 Dec 2016 16:30:05 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from thor.walstatt.dynvpn.de ([85.178.51.182]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LfCX2-1ctiIf096W-00olxd; Thu, 29 Dec 2016 17:29:57 +0100 Date: Thu, 29 Dec 2016 17:29:49 +0100 From: "O. Hartmann" To: Dimitry Andric Cc: "O. Hartmann" , FreeBSD CURRENT , FreeBSD Ports , Ed Maste Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT Message-ID: <20161229172949.48792b29@thor.walstatt.dynvpn.de> In-Reply-To: <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> Organization: WALSTATT User-Agent: OutScare 3.1415926 X-Operating-System: ImNotAnOperatingSystem 3.141592527 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/FQZM9f28OGiPQLlAC9HOXt="; protocol="application/pgp-signature" X-Provags-ID: V03:K0:/WmAPBzqjBTSpmicoytyoCU86IvXv/ZfkSV0JbRBrVvxoAbL+V2 2cVPuOPZFocAe1jGEt4IWZBqIxT96vLeRuTbaM9akpVZfbmLMj0AN0qaeefTckXLzofnQRH 3Zsn+PfMlsi33ReKUbyzuEg2IdPpmz2eD4tGhdNGzJ9FtanuX42poFGCS8V8+A+Pwnw6DfC ozaUtiewc9MaoycX6hEjg== X-UI-Out-Filterresults: notjunk:1;V01:K0:9Nd6s85hcPw=:eHgQ4VqYK1EyWnc9WaVPXv vfnkTg366egmYZ+aA+/6vKlSVTiunvRbpkmk1zLCs+nccB30L9GlkOyu7zXFaNAP06x83BcdU l5IB4enLDCbaYDhkFayiV4ngbmQImccEqSL0iHxWQMHicp+uCmGapVIpCHmh/hMAhGaepxrQX Fofta3gd+cTJvIqYE4iw8Ps+aZQnAbQe1WzLm6m+xZxdUGw/5xqqtva4Xkdy7xysdsSuDg3mV S2QdtRBDVCAv5y2j9Ja9Wfk8yyrkvVCkmOUbNiyOua+qy9oyzKZK4prfoZq6CJTnJDgczwG5m rlowNoTcWxpx/m+1xHRmSjgVonzvDtZM8oCr1XQWCFBnohe24erbH5xZGwInNAQ4RiQt6gZG3 QhItz4MlSwZ0+K/N/zTLIP+m7XxkdrnZsDe2FPotq//r/sorxg5HcDMRDD3oTZFc4puq27i4W BIVQjVeLKoaMb6PDWvLfBf74PP4g9V68iBEgcwxg9dJzdzFgX4wP1ILvZUlKEJ0M76Z+TAQuG D0S5bt5ZEfz436bf1C00iL8o9+95NkJ0pvqCHpapMl7J4+/XUSXIOOdwslChd6YSX345CiFhk DjdWs4P1tSfod+3dnqNmObw+22fCez3UJkA3Gjqc44MjUDH/vCFLIDWm4lEJ6fOiLpV+TlVTH eozt61a3OihQn1TgnDdYgnvMqFxZo/hRPHJ/oEt+8iZKn1hQpcbfD8cSk8B3xxKtcU/ENd26n 89TCtbI3SpdhuatB4unsSt7P1kExt0Zb/eSIPjci5+GJX3Ivc404bizKT5A= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 16:30:07 -0000 --Sig_/FQZM9f28OGiPQLlAC9HOXt= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am Wed, 7 Dec 2016 23:31:01 +0100 Dimitry Andric schrieb: > On 07 Dec 2016, at 10:42, O. Hartmann wrote: > >=20 > > I try my first steps in cross compiling ports with poudriere and theref= ore I try to > > setup an appropriate jail and QEMU environment. > >=20 > > Well, I'm failing at the jail setup due to the non-exitence of any suit= able QEMU > > environment and for that I tried to figure out to find some proper HOWT= O. > > Searching via google ave some hints, but in questions which QEMU from p= orts should be > > used, all leave me alone, so I tried > >=20 > > emulators/qemu > > emulators/qemu-devel > > emulators/qemu-static > >=20 > > emulators/qemu is known for me to fail since months and the days of 11-= CURRENT, there > > is a compiler error spit out with clang 3.8 and now 3.9. The very same = for qemu-devel > > (both ports used with standard options, no extras). See also Bug 214873 > > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) and Bug 21= 5100 > > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100). =20 >=20 > I couldn't reproduce the compilation errors, it builds fine for me until > the link phase. Well, I face this in poudriere on the most recent 12-CURRENT, too as well a= s 12-CURRENT buildworld today. On the host I'd like to run qemu for testing aarch64 binaries for a Odroid-= C2 project, I use a customized /etc/src.conf - but on poudriere, there is no such customi= sation but the failing is identical. >=20 >=20 > > I tried also emulators/qemu-static, but it also fails compiling on most= recent > > 12-CURRENT (as the others, too, also my poudriere environment, which ha= s also CURRENT > > jails) with > >=20 > > [...] > > /usr/bin/ld:../config-host.ld:14: syntax error > > c++: error: linker command failed with exit code 1 (use -v to see invoc= ation) > > [...] =20 >=20 > But this I *can* reproduce. It appears qemu wants to set the text > segment start address, using the -Ttext-segment=3D0x60000000 option to ld. >=20 > However, our base ld does not yet support this option, and then the > configure script tries to patch the default linker script using the > following construct: >=20 > $ld --verbose | sed \ > -e '1,/=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D/d' \ > -e '/=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D/,$d' \ > -e "s/[.] =3D [0-9a-fx]* [+] SIZEOF_HEADERS/. =3D $textseg_addr += SIZEOF_HEADERS/" \ > -e "s/__executable_start =3D [0-9a-fx]*/__executable_start =3D $t= extseg_addr/" > > config-host.ld >=20 > Unfortunately, it seems to run /usr/local/bin/ld in this case, and this > results in the following busted linker script line, which cannot be > parsed: >=20 > PROVIDE (__executable_start =3D 0x60000000SEGMENT_START("text-segment",= 0x08048000)); . > =3D SEGMENT_START("text-segment", 0x08048000) + SIZEOF_HEADERS; >=20 > If it would use /usr/bin/ld instead, the patching would succeed, and > the line would become: >=20 > PROVIDE (__executable_start =3D 0x60000000); . =3D 0x60000000 + SIZEOF_= HEADERS; >=20 > which is probably what was intended. >=20 > Probably, the configure script needs to be patched to run base ld, > or use the same ld invocation for both checking the -Ttext-segment > option support and patching the linker script. >=20 > -Dimitry >=20 Since for now all three QEMU ports are incapacitated, I start to float like= a dead man in the water. I do not know where to start looking for possible sources for the miscompilations and I'm wondering why others running 12-CURRENT do not see = the problem. I tried on different 12-CURRENT systems I have access to and its everwhere th= e same. Either, a mysterious configuration issue that finds its way also into poudr= iere - over clang 3.8 as well as 3.9.0 and 3.9.1 (I think it is 3.9.1 the most recent o= ne I used). Any hope? --=20 O. Hartmann Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3=BCr Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 Abs.= 4 BDSG). --Sig_/FQZM9f28OGiPQLlAC9HOXt= Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWGU5/QAKCRDS528fyFhY lMAqAf0S+TfEDtlRmxuaPmPO2yG3Qo5gI/x2I3lPZLgM00PcJaGjNoPiVvPwbrLh xk7DF/qGuDSH064VZhbQT4S/fheJAf9W/YRpXHpkg7wpdb/B+5198H0re6ZJ06Ef LS75hBF2ZfkUbb8VnbaUc2GWivPDCQylC1ReaouS5DPjY2NBUGFc =N6fY -----END PGP SIGNATURE----- --Sig_/FQZM9f28OGiPQLlAC9HOXt=-- From owner-freebsd-ports@freebsd.org Thu Dec 29 19:26:42 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 83D13C963C5; Thu, 29 Dec 2016 19:26:42 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A07112C9; Thu, 29 Dec 2016 19:26:42 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::7d0d:fedb:8b40:bd7f] (unknown [IPv6:2001:7b8:3a7:0:7d0d:fedb:8b40:bd7f]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 0BE1118E00; Thu, 29 Dec 2016 20:26:39 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_7E4B473B-2A78-450A-B2FA-D18E34A4078C"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT From: Dimitry Andric In-Reply-To: <20161229172949.48792b29@thor.walstatt.dynvpn.de> Date: Thu, 29 Dec 2016 20:26:32 +0100 Cc: FreeBSD CURRENT , FreeBSD Ports , Ed Maste Message-Id: References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> <20161229172949.48792b29@thor.walstatt.dynvpn.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 19:26:42 -0000 --Apple-Mail=_7E4B473B-2A78-450A-B2FA-D18E34A4078C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 29 Dec 2016, at 17:29, O. Hartmann wrote: >=20 > Am Wed, 7 Dec 2016 23:31:01 +0100 > Dimitry Andric schrieb: >=20 >> On 07 Dec 2016, at 10:42, O. Hartmann wrote: >>>=20 >>> I try my first steps in cross compiling ports with poudriere and = therefore I try to >>> setup an appropriate jail and QEMU environment. >>>=20 >>> Well, I'm failing at the jail setup due to the non-exitence of any = suitable QEMU >>> environment and for that I tried to figure out to find some proper = HOWTO. >>> Searching via google ave some hints, but in questions which QEMU = from ports should be >>> used, all leave me alone, so I tried >>>=20 >>> emulators/qemu >>> emulators/qemu-devel >>> emulators/qemu-static >>>=20 >>> emulators/qemu is known for me to fail since months and the days of = 11-CURRENT, there >>> is a compiler error spit out with clang 3.8 and now 3.9. The very = same for qemu-devel >>> (both ports used with standard options, no extras). See also Bug = 214873 >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) and Bug = 215100 >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100). >>=20 >> I couldn't reproduce the compilation errors, it builds fine for me = until >> the link phase. >=20 > Well, I face this in poudriere on the most recent 12-CURRENT, too as = well as 12-CURRENT > buildworld today. >=20 > On the host I'd like to run qemu for testing aarch64 binaries for a = Odroid-C2 project, I > use a customized /etc/src.conf - but on poudriere, there is no such = customisation but > the failing is identical. Looking at your errors, it seems that the port has decided to enable rdma support. This is normally enabled using --enable-rdma with the configure script, but I don't see that at all in the port Makefile. On my systems, it runs a test to check for rdma support, but this fails. Quoting from config.log: cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE = -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings = -Wmissing-prototypes -fno-strict-aliasing -fno-common = -I/usr/work/share/dim/ports/emulators/qemu/work/qemu-2.6.1 = -I/usr/local/include -DPREFIX=3D\""/usr/local\"" -Wno-string-plus-int = -Wno-initializer-overrides -Wendif-labels -Wmissing-include-dirs = -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self = -Wignored-qualifiers -Wold-style-definition -Wtype-limits = -fstack-protector-strong -I/usr/local/include = -I/usr/local/include/p11-kit-1 -I/usr/local/include -o = config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -g = -fstack-protector -L"/usr/local/lib" -lrdmacm -libverbs config-temp/qemu-conf.c:1:10: fatal error: 'rdma/rdma_cma.h' file = not found #include ^ The minimal test program it tries to compile here is just this: #include int main(void) { return 0; } and it attempts to link it with -lrdmacm -libverbs. If this somehow succeeds on your system, then it will think rdma support is available, while apparently the support is not complete, if it misses the rdma_getaddrinfo() function. Do you have some Linux rdma or infiniband headers or libraries installed into /usr or /usr/local? This might be the cause of the problems. If you don't want or care about rdma, you can try the following patch (should similarly apply to the other qemu ports): Index: emulators/qemu/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- emulators/qemu/Makefile (revision 429888) +++ emulators/qemu/Makefile (working copy) @@ -78,6 +78,7 @@ --disable-libssh2 --enable-debug \ --prefix=3D${PREFIX} --cc=3D${CC} --enable-docs = --disable-kvm \ --disable-linux-user --disable-linux-aio --disable-xen \ + --disable-rdma \ --smbd=3D${LOCALBASE}/sbin/smbd --enable-debug-info = --python=3D${PYTHON_CMD} \ --extra-cflags=3D-I${WRKSRC}\ -I${LOCALBASE}/include\ = -DPREFIX=3D\\\"\"${PREFIX}\\\"\" -Dimitry --Apple-Mail=_7E4B473B-2A78-450A-B2FA-D18E34A4078C 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----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhlY24ACgkQsF6jCi4glqPl9gCggjnnz4w9JLTLO0h5jxTc1Ce7 XgMAn0h6QKO4VGrPdzsM6ViQhsjswGIG =Amfo -----END PGP SIGNATURE----- --Apple-Mail=_7E4B473B-2A78-450A-B2FA-D18E34A4078C-- From owner-freebsd-ports@freebsd.org Thu Dec 29 19:52:09 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 1CBCBC96C52 for ; Thu, 29 Dec 2016 19:52:09 +0000 (UTC) (envelope-from adamw@adamw.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 0A3541292 for ; Thu, 29 Dec 2016 19:52:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id 09907C96C51; Thu, 29 Dec 2016 19:52:09 +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 09308C96C50 for ; Thu, 29 Dec 2016 19:52:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABA51128F; Thu, 29 Dec 2016 19:52:08 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id eb25acf1 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 29 Dec 2016 12:52:06 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: FreeBSD Port: samba44-4.4.8 From: Adam Weinberger In-Reply-To: Date: Thu, 29 Dec 2016 12:52:04 -0700 Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> References: <658351482922565@web25g.yandex.ru> To: "Timur I. Bakeyev" X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 19:52:09 -0000 > On 28 Dec, 2016, at 7:51, Timur I. Bakeyev wrote: >=20 > Hi, CVB! >=20 > At the moment I can't connect to svn.freebsd.org on whatever reason... = BTW, > anyone knows, what has changed in recent 12 hours? >=20 > You can apply the following patch manually: >=20 > With best regards, > BaT Timur, No packages for samba are being built because configure with the default = option set fails. Samba can't depend on openldap-sasl if its = databases/ldb dependency depends on openldap (without sasl). Either samba needs to depend on openldap without sasl, or ldb needs to = depend on openldap-sasl. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Thu Dec 29 20:23:13 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 C04B9C966C1; Thu, 29 Dec 2016 20:23:13 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5411650; Thu, 29 Dec 2016 20:23:12 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from thor.walstatt.dynvpn.de ([85.178.51.182]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Mcgur-1c4kcT3xUf-00Hxv8; Thu, 29 Dec 2016 21:17:45 +0100 Date: Thu, 29 Dec 2016 21:17:38 +0100 From: "O. Hartmann" To: Dimitry Andric Cc: "O. Hartmann" , FreeBSD CURRENT , FreeBSD Ports , Ed Maste Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT Message-ID: <20161229211738.54f9beae@thor.walstatt.dynvpn.de> In-Reply-To: References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> <20161229172949.48792b29@thor.walstatt.dynvpn.de> Organization: WALSTATT User-Agent: OutScare 3.1415926 X-Operating-System: ImNotAnOperatingSystem 3.141592527 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/P5rV+nodnUW2heZu4jJ_jl3"; protocol="application/pgp-signature" X-Provags-ID: V03:K0:vOWRj6yHJ8d/818AZqN70TwWViEmzzAsM+PhKeYg6D+TC/5TFox cPvXWCiCAribE1EHlEyVCVjKLa4hG7qpyjmb+7YAfn1odGLxnC4jpfIj4YR0AGGetMioXfA Y7XBgARdDLhuf1wSXhEnb1CdPAMHx94JDzAxY5GJMbRezMRNC2KQ4fzz9nfvQPzBoTL5Cfb DSjjdcvvtNdpbVbSXrJFA== X-UI-Out-Filterresults: notjunk:1;V01:K0:YG6PMGEL5wE=:gaivQoKFTrwRM8gH8LxyBl NM+pjELwP8WtlLNBpCg+tvIAKe/E7JYAvpVtM1mLUrzAbR5j6M9LxmOR0zpJabqd0NlDc4u1f 3OsqruSUuwnPYIBCxV5iP6N7aFeFaWvfc91iv47b+DZhRW1k8S6wBkXVlu3wH7JLqSBdrVtch vEl0HYPnr3RZTqbkrRrlLukLrhmprlwlqgsmji02gNfuSFOeKGxF80mXvdbocOsXi+UyiEsc1 2Rld4FkuBrZ8FrC3ejsYIQ1RYvVm8SSaXpTrUSUGFkWXPSX8rfv4PuWMlUBWiqJ/SEX3sYdgD 0NSlZWaHEmdspGyHrsdKqrsnDhZdF2MYmDSD2h/O/JGJ4whrPZJoIlnfYv1eb8RYFr4bsLfRR e957p/cFvOWfP3+hcv+XRYc/koSPhYOex4snfGGrVoIGQFyo548jd2TDlZ9h/L41jFylummfi TXfiskmLawkfpNF8wvC1ztnoSoRAPmE0j5eSqS2dNfy5d5qIng0YtvQkLII7JbtxQNIlehdIz x60FSlX2o9teMcg39Pw8v+ppV8w++D5BrWMxRpik1bHxVW5/xuwZo6uz22E8nSXw2EOPWQdzs 3UpAE1BOmLX8qBEAhBg5iD9D34YijcRVbLMjcMhyKUWASX1I8mJHOVRlcsc+8tsJQ6hbeJLq3 46Mm4pW1rWzlvbCrvjCQlIaByFeCSpcvFzitCp1o8n/GFiIzpmMudol0nohziJcncRhjQdl6C 6QfalkMmpzckjVLfR8S1tKSocP4l1ZX43n07JQi9i/g/2VgRmgdKF7gpcdQhH8UtZmKJ+vgPw 5JNs6NmbL5EYfDG/1ANHWSUel/NjDCa2Z3TY2zZI9bfpSSF9iRacl86xQ2cWON6B9hhlagPlb +tSq63OJsIOhvmlhh+keBxczIplphyMbH6KYaUQRUfrtA6mB61KJOBq5P26MuwjgocF/0nfRi RzpmbyNvvMA8qXkimNGF1A5TQBywXaluFCBFpNIrNodM3Q5fG9WlKmlDs5bfIRiFF9UYqKtqq Ig== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 20:23:13 -0000 --Sig_/P5rV+nodnUW2heZu4jJ_jl3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am Thu, 29 Dec 2016 20:26:32 +0100 Dimitry Andric schrieb: > On 29 Dec 2016, at 17:29, O. Hartmann wrote: > >=20 > > Am Wed, 7 Dec 2016 23:31:01 +0100 > > Dimitry Andric schrieb: > > =20 > >> On 07 Dec 2016, at 10:42, O. Hartmann wrote: = =20 > >>>=20 > >>> I try my first steps in cross compiling ports with poudriere and ther= efore I try to > >>> setup an appropriate jail and QEMU environment. > >>>=20 > >>> Well, I'm failing at the jail setup due to the non-exitence of any su= itable QEMU > >>> environment and for that I tried to figure out to find some proper HO= WTO. > >>> Searching via google ave some hints, but in questions which QEMU from= ports should > >>> be used, all leave me alone, so I tried > >>>=20 > >>> emulators/qemu > >>> emulators/qemu-devel > >>> emulators/qemu-static > >>>=20 > >>> emulators/qemu is known for me to fail since months and the days of 1= 1-CURRENT, > >>> there is a compiler error spit out with clang 3.8 and now 3.9. The ve= ry same for > >>> qemu-devel (both ports used with standard options, no extras). See al= so Bug 214873 > >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) and Bug = 215100 > >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100). =20 > >>=20 > >> I couldn't reproduce the compilation errors, it builds fine for me unt= il > >> the link phase. =20 > >=20 > > Well, I face this in poudriere on the most recent 12-CURRENT, too as we= ll as > > 12-CURRENT buildworld today. > >=20 > > On the host I'd like to run qemu for testing aarch64 binaries for a Odr= oid-C2 > > project, I use a customized /etc/src.conf - but on poudriere, there is = no such > > customisation but the failing is identical. =20 >=20 > Looking at your errors, it seems that the port has decided to enable > rdma support. This is normally enabled using --enable-rdma with the > configure script, but I don't see that at all in the port Makefile. >=20 > On my systems, it runs a test to check for rdma support, but this fails. > Quoting from config.log: >=20 > cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE > -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings > -Wmissing-prototypes -fno-strict-aliasing -fno-common > -I/usr/work/share/dim/ports/emulators/qemu/work/qemu-2.6.1 -I/usr/local/i= nclude > -DPREFIX=3D\""/usr/local\"" -Wno-string-plus-int -Wno-initializer-overrid= es > -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wfor= mat-security > -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-definition -Wty= pe-limits > -fstack-protector-strong -I/usr/local/include -I/usr/local/include/p11-ki= t-1 > -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c= -m64 -g > -fstack-protector -L"/usr/local/lib" -lrdmacm -libverbs config-temp/qemu-= conf.c:1:10: > fatal error: 'rdma/rdma_cma.h' file not found #include ^ >=20 > The minimal test program it tries to compile here is just this: >=20 > #include > int main(void) { return 0; } >=20 > and it attempts to link it with -lrdmacm -libverbs. If this somehow > succeeds on your system, then it will think rdma support is available, > while apparently the support is not complete, if it misses the > rdma_getaddrinfo() function. >=20 > Do you have some Linux rdma or infiniband headers or libraries installed > into /usr or /usr/local? This might be the cause of the problems. No Linux, but I found these files on all of the boxes in question: locate rdma [...] /usr/include/rdma /usr/include/rdma/rdma_cma.h /usr/include/rdma/rdma_cma_abi.h /usr/lib/librdmacm.a /usr/lib/librdmacm.so /usr/lib/librdmacm.so.1 ll usr/include/rdma discovers: total 44 322075 drwxr-xr-x 2 root wheel - 512B Oct 7 13:52 ./ 240768 drwxr-xr-x 55 root wheel - 6.5K Dec 29 19:14 ../ 324275 -r--r--r-- 1 root wheel - 21K Oct 7 13:52 rdma_cma.h 324276 -r--r--r-- 1 root wheel - 4.7K Oct 7 13:52 rdma_cma_abi.h and ll /usr/lib/librdma* 804463 -r--r--r-- 1 root wheel - 28K Dec 18 16:34 /usr/lib/librdmacm.a 804127 lrwxr-xr-x 1 root wheel - 14B Dec 29 19:15 /usr/lib/librdmacm.s= o@ -> librdmacm.so.1 804128 -r--r--r-- 1 root wheel - 24K Dec 29 19:15 /usr/lib/librdmacm.so.1 As you can see, the libraries are of the date of the last full install of t= he system, while the headers seem to be remains from October? In my jail for poudriere, I was surprised, based on your analysis, that I f= ound this: ll /pool/poudriere/jails/head-amd64/usr/include/rdma total 43 77923 drwxr-xr-x 2 root wheel uarch 4B Jul 13 07:09 ./ 77028 drwxr-xr-x 55 root wheel uarch 336B Dec 28 11:29 ../ 96127 -r--r--r-- 1 root wheel - 21K Jul 13 07:09 rdma_cma.h 96128 -r--r--r-- 1 root wheel - 4.7K Jul 13 07:09 rdma_cma_abi.h I do buildworlds on almost a daily basis, so could this be a fallout of any= kind? It seems the installworld didn't got right Thanks for your analysis - I delete, frankly, the header files as they resi= de in the base systems domain without a valid timestamp - they are considered hostile ;-) the big scary question is now how i can prevent such a situation (possibly = not if not staying with STABLE or RELEASE) or how can I clean the system without dange= r. I think some of my problems reported in the nearest past (half a year back) could b= e triggered by some nasty fallout of CURRENT - you might remember that I also had a strang= e lib path in the tree considered not valid and caused lots of problems. Thank you anyway, it seems that emulators/qemu is now over the point of fai= lure and I hope I'll get a working package now to start working on the AARCH64 ports. Thanks. Kind regards, Oliver > If you don't want or care about rdma, you can try the following patch > (should similarly apply to the other qemu ports): >=20 > Index: emulators/qemu/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- emulators/qemu/Makefile (revision 429888) > +++ emulators/qemu/Makefile (working copy) > @@ -78,6 +78,7 @@ > --disable-libssh2 --enable-debug \ > --prefix=3D${PREFIX} --cc=3D${CC} --enable-docs --disable= -kvm \ > --disable-linux-user --disable-linux-aio --disable-xen \ > + --disable-rdma \ > --smbd=3D${LOCALBASE}/sbin/smbd --enable-debug-info > --python=3D${PYTHON_CMD} \ --extra-cflags=3D-I${WRKSRC}\ -I${LOCALBASE}/i= nclude\ > -DPREFIX=3D\\\"\"${PREFIX}\\\"\" >=20 > -Dimitry >=20 --=20 O. Hartmann Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3=BCr Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 Abs.= 4 BDSG). --Sig_/P5rV+nodnUW2heZu4jJ_jl3 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWGVvYgAKCRDS528fyFhY lPhmAf9Jb6GM+UpeGNHaW2nVDSecRGA9xldzvTReHzOc+dj5iIalGxePNud4VEM3 8mxOT9vTj1w/ZUF6fmAMYJ8UxYwKAf94sQRG9pd/x7zIcrfkFMDZBCqbUcSeyLVD HCsRRFSIzfXERxohlHl2p4Iry6TQYQzlgN0P8MkB7WtXEDmokYY0 =L7fh -----END PGP SIGNATURE----- --Sig_/P5rV+nodnUW2heZu4jJ_jl3-- From owner-freebsd-ports@freebsd.org Thu Dec 29 20:24:52 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 22727C96778 for ; Thu, 29 Dec 2016 20:24:52 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 000F81702 for ; Thu, 29 Dec 2016 20:24:51 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mailman.ysv.freebsd.org (Postfix) id F08B5C96777; Thu, 29 Dec 2016 20:24: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 F0302C96776 for ; Thu, 29 Dec 2016 20:24:51 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (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 B494816FE for ; Thu, 29 Dec 2016 20:24:51 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi0-x22c.google.com with SMTP id b126so407740565oia.2 for ; Thu, 29 Dec 2016 12:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bat-ru.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=zZplpdNtmkDZT3RHVO/LSR1s4dbQI3lBO2SYRjtaMv0=; b=k9eZLB8wsVtYi+THH+C3ji9+hQIj5/03nEebO4ctG2SK5oZt8qvVQiRnitmsNg2xbH 2Hf5S/DTW5qRL6Jw/R1TMp+oVqcH3+DHmgple5SRESMmtH0CPVdhvWU0x5KyyO/FssqA vh5y37zE9/21SgUemwcQoDJTK8P1P/85oNqDu6M16Ua4RuXcHV8DKQ72Wjm4yaXKCnWK 69vAxtlFEf2mhzFCcpefThWy6grDepjvs3XCcV/73+qNjGaX4zWMEUbizCj5uFGw7Dos qWgDFW1UkmziSjcTfqt63vP/WD7qnr/NaospTTzqzsMLpc6FnSJyFx0EkFyWsfDPeED/ VqrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=zZplpdNtmkDZT3RHVO/LSR1s4dbQI3lBO2SYRjtaMv0=; b=sbL6rBl5Sro6C3Th+uBOzxC5XnWVvDoQ/WszHC6vGX88aBCZ5hpzsvSzNDqBANN4Nm SHS4OQzPiPhkPA2TNcJBthPbjiBg2Z8vznVFLHFr5ltBC6NFgShAfQS92AtpLJuDa3jp bNZvllYFh1n+g4C83EMfKtonn5g4QB5SRW5GvKVlw7IiaX2mhlkxVlUKCmUelHFi2MkZ NiJZEY/G+JhVnmE58rXYkJbglRvbanxqDYt6ehTpGt7VANe0UcnnP4zdemU5i8luJdBC T77usNAEXf9p/v1I7VRp7mgiK0QBGOXPGR3qkCJi1Y7zPVCBlK2cmrH8oqPmlFL/6PEz UmZg== X-Gm-Message-State: AIkVDXKfqz4pD1nTzUeOuLmZym6/P9mMfYDrzDyGbe9GaT+qxBBbmw6l4WXaAEV3n7SSqkaZLnKgtQWpKjHPO9bp X-Received: by 10.202.82.82 with SMTP id g79mr9688288oib.106.1483043091146; Thu, 29 Dec 2016 12:24:51 -0800 (PST) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.202.170.136 with HTTP; Thu, 29 Dec 2016 12:24:30 -0800 (PST) In-Reply-To: <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> References: <658351482922565@web25g.yandex.ru> <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> From: "Timur I. Bakeyev" Date: Thu, 29 Dec 2016 21:24:30 +0100 X-Google-Sender-Auth: nmE1JFyMuvvnz9N91PzMdM4jo2s Message-ID: Subject: Re: FreeBSD Port: samba44-4.4.8 To: Adam Weinberger Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 20:24:52 -0000 Hi, Adam! I've seen the reports and think to upgrade ldb to work with ldap-sasl version instead. In general, handling of SASL in LDAP package isn't graceful, while libraries by themselves are interchangeable, pkg sees them as entirely different ones :( Sorry for the mess this update created. With best regards, Timur. On Thu, Dec 29, 2016 at 8:52 PM, Adam Weinberger wrote: > > On 28 Dec, 2016, at 7:51, Timur I. Bakeyev wrote: > > > > Hi, CVB! > > > > At the moment I can't connect to svn.freebsd.org on whatever reason... > BTW, > > anyone knows, what has changed in recent 12 hours? > > > > You can apply the following patch manually: > > > > With best regards, > > BaT > > Timur, > > No packages for samba are being built because configure with the default > option set fails. Samba can't depend on openldap-sasl if its databases/ldb > dependency depends on openldap (without sasl). > > Either samba needs to depend on openldap without sasl, or ldb needs to > depend on openldap-sasl. > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org > > From owner-freebsd-ports@freebsd.org Thu Dec 29 20:32:39 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 976BCC96AFA for ; Thu, 29 Dec 2016 20:32:39 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8417E1DEB for ; Thu, 29 Dec 2016 20:32:39 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id 83810C96AF9; Thu, 29 Dec 2016 20:32:39 +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 832B8C96AF7 for ; Thu, 29 Dec 2016 20:32:39 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 302481DEA; Thu, 29 Dec 2016 20:32:38 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id dcce2fb5 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 29 Dec 2016 13:32:37 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: FreeBSD Port: samba44-4.4.8 From: Adam Weinberger In-Reply-To: Date: Thu, 29 Dec 2016 13:32:35 -0700 Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: <7D027046-4344-403F-BD9E-C6362F4DE3F9@adamw.org> References: <658351482922565@web25g.yandex.ru> <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> To: "Timur I. Bakeyev" X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 20:32:39 -0000 > On 29 Dec, 2016, at 13:24, Timur I. Bakeyev wrote: >=20 >> On Thu, Dec 29, 2016 at 8:52 PM, Adam Weinberger = wrote: >> > On 28 Dec, 2016, at 7:51, Timur I. Bakeyev = wrote: >> > >> > Hi, CVB! >> > >> > At the moment I can't connect to svn.freebsd.org on whatever = reason... BTW, >> > anyone knows, what has changed in recent 12 hours? >> > >> > You can apply the following patch manually: >> > >> > With best regards, >> > BaT >>=20 >> Timur, >>=20 >> No packages for samba are being built because configure with the = default option set fails. Samba can't depend on openldap-sasl if its = databases/ldb dependency depends on openldap (without sasl). >>=20 >> Either samba needs to depend on openldap without sasl, or ldb needs = to depend on openldap-sasl. >>=20 >> # Adam > Hi, Adam! >=20 > I've seen the reports and think to upgrade ldb to work with ldap-sasl = version instead. In general, handling of SASL in LDAP package isn't = graceful, while libraries by themselves are interchangeable, pkg sees = them as entirely different ones :( Agreed, it's really ugly. Does samba require SASL-enabled OpenLDAP? Keep = in mind that if ldb and samba* require openldap-sasl, then every port = that depends on either of them might require adding WANT_OPENLDAP_SASL = too. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Thu Dec 29 20:33: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 414B6C96B4A; Thu, 29 Dec 2016 20:33:08 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACE761E8C; Thu, 29 Dec 2016 20:33:07 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from thor.walstatt.dynvpn.de ([85.178.51.182]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0McVGq-1c51yN25gG-00HhR6; Thu, 29 Dec 2016 21:32:59 +0100 Date: Thu, 29 Dec 2016 21:32:53 +0100 From: "O. Hartmann" To: Dimitry Andric Cc: "O. Hartmann" , FreeBSD CURRENT , FreeBSD Ports , Ed Maste Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT Message-ID: <20161229213253.75c7993f@thor.walstatt.dynvpn.de> In-Reply-To: References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> <20161229172949.48792b29@thor.walstatt.dynvpn.de> Organization: WALSTATT User-Agent: OutScare 3.1415926 X-Operating-System: ImNotAnOperatingSystem 3.141592527 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/RV2Cv70TvMfk18ylJzNGwBF"; protocol="application/pgp-signature" X-Provags-ID: V03:K0:JDZFjmhzyVAHhEEIx2Q5Ah7T2wcjOL8pAOKML2rYCjjJoTBOnkX wpWQxFIEZJAazadCMUnbKn3X4tkoQcIR9rGH+vf3X4zfpzl46ZyD2dAsThesHEQWNTlyxdK FDMRuomiOY32/U9efR0ROs7IjBRJscHB7SF7U5zBue6QQKFIRkHhgucnnXm6s1Li7BhLKqU N+r5IOsB+weQHR5EHuD1A== X-UI-Out-Filterresults: notjunk:1;V01:K0:ffKLxS2mSJE=:P6uL5NgQWL1j2Rxoytf0sT 3Bq194i9d+OIzXTJbu8fNYIMPuvALf2yRL5UQbJganUZpxj1flVs9M8adfp246QltHH7Qs/mA qVz87Hd7F17lOeZ6vPe/8LY8fJfMEQEAalZ3c0Cnj1IAxVyxBDJ/XIqARno9frsGiGHfhWjvR A2RdGE0pwRqokyNfmgd2DaORMUpDkTt0RFsjGpABTCAXl+QIwWu4f2kiGEv/srytriPKMZ1rj qvDS6ebIrRp57DXVDM1Sd6q1a3Au6N6ibN7t4m4l8MIARzyf/cd8dIam+28VisnNdcQz7dzDT IWtRqXABLwamwGCz0AsW28ytsWM2kgIThtsMCtX9tlvMNnP7HVEC32nNFnOuug2nQhMKKI2Fv HeAHlWCdi6XoMXOGUA8x5kefuH8ibK+fmLPElbD/eSSk8e1mIdSqRqGlW24hI7Ngi2Bs3p6dt R5i5Spe5PQoNOmIa1PqTbohL/vAeiU5er66uWuJHM+nXXGOWwpKCwqlHPcUJ93UJ9mxGfxjiP WgoPC2VqgxtpG7iAdIyGeUPhGiGQB9+V0Q9IUHLOXM8BkDfEegsMtbwoc6yWFWgYytLMXHSsy vsPWN840rUckbgiV3ob5WybUbQnD58hY0mcUiUsRDXfkI6VuuJOqsYnYMVqRd7P6DPvOaUCot YZQ9yS2pwLOtfPiyrEkEhTi6R83sFD2h9KkRt1YRimILDAtAH8elYXn9rrB1mw3LNyA58sPd4 X3bjXdTq9VF5LI8Uu0r79jIjh6wegknOyuRfuOiHILzLr94knJZ161PETpw= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 20:33:08 -0000 --Sig_/RV2Cv70TvMfk18ylJzNGwBF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am Thu, 29 Dec 2016 20:26:32 +0100 Dimitry Andric schrieb: > On 29 Dec 2016, at 17:29, O. Hartmann wrote: > >=20 > > Am Wed, 7 Dec 2016 23:31:01 +0100 > > Dimitry Andric schrieb: > > =20 > >> On 07 Dec 2016, at 10:42, O. Hartmann wrote: = =20 > >>>=20 > >>> I try my first steps in cross compiling ports with poudriere and ther= efore I try to > >>> setup an appropriate jail and QEMU environment. > >>>=20 > >>> Well, I'm failing at the jail setup due to the non-exitence of any su= itable QEMU > >>> environment and for that I tried to figure out to find some proper HO= WTO. > >>> Searching via google ave some hints, but in questions which QEMU from= ports should > >>> be used, all leave me alone, so I tried > >>>=20 > >>> emulators/qemu > >>> emulators/qemu-devel > >>> emulators/qemu-static > >>>=20 > >>> emulators/qemu is known for me to fail since months and the days of 1= 1-CURRENT, > >>> there is a compiler error spit out with clang 3.8 and now 3.9. The ve= ry same for > >>> qemu-devel (both ports used with standard options, no extras). See al= so Bug 214873 > >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) and Bug = 215100 > >>> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100). =20 > >>=20 > >> I couldn't reproduce the compilation errors, it builds fine for me unt= il > >> the link phase. =20 > >=20 > > Well, I face this in poudriere on the most recent 12-CURRENT, too as we= ll as > > 12-CURRENT buildworld today. > >=20 > > On the host I'd like to run qemu for testing aarch64 binaries for a Odr= oid-C2 > > project, I use a customized /etc/src.conf - but on poudriere, there is = no such > > customisation but the failing is identical. =20 >=20 > Looking at your errors, it seems that the port has decided to enable > rdma support. This is normally enabled using --enable-rdma with the > configure script, but I don't see that at all in the port Makefile. >=20 > On my systems, it runs a test to check for rdma support, but this fails. > Quoting from config.log: >=20 > cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE > -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings > -Wmissing-prototypes -fno-strict-aliasing -fno-common > -I/usr/work/share/dim/ports/emulators/qemu/work/qemu-2.6.1 -I/usr/local/i= nclude > -DPREFIX=3D\""/usr/local\"" -Wno-string-plus-int -Wno-initializer-overrid= es > -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wfor= mat-security > -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-definition -Wty= pe-limits > -fstack-protector-strong -I/usr/local/include -I/usr/local/include/p11-ki= t-1 > -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c= -m64 -g > -fstack-protector -L"/usr/local/lib" -lrdmacm -libverbs config-temp/qemu-= conf.c:1:10: > fatal error: 'rdma/rdma_cma.h' file not found #include ^ >=20 > The minimal test program it tries to compile here is just this: >=20 > #include > int main(void) { return 0; } >=20 > and it attempts to link it with -lrdmacm -libverbs. If this somehow > succeeds on your system, then it will think rdma support is available, > while apparently the support is not complete, if it misses the > rdma_getaddrinfo() function. >=20 > Do you have some Linux rdma or infiniband headers or libraries installed > into /usr or /usr/local? This might be the cause of the problems. >=20 > If you don't want or care about rdma, you can try the following patch > (should similarly apply to the other qemu ports): >=20 > Index: emulators/qemu/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- emulators/qemu/Makefile (revision 429888) > +++ emulators/qemu/Makefile (working copy) > @@ -78,6 +78,7 @@ > --disable-libssh2 --enable-debug \ > --prefix=3D${PREFIX} --cc=3D${CC} --enable-docs --disable= -kvm \ > --disable-linux-user --disable-linux-aio --disable-xen \ > + --disable-rdma \ > --smbd=3D${LOCALBASE}/sbin/smbd --enable-debug-info > --python=3D${PYTHON_CMD} \ --extra-cflags=3D-I${WRKSRC}\ -I${LOCALBASE}/i= nclude\ > -DPREFIX=3D\\\"\"${PREFIX}\\\"\" >=20 > -Dimitry >=20 emulators/qemu bugged out at: [...] /usr/bin/ld:../config-host.ld:14: syntax error c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) gmake[3]: *** [Makefile:195: qemu-sparc64] Error 1 I think so far this is a real bug? I'll adjust the PR in bugzilla. I also opened another PR regarding the real bug reported earlier, you'll fi= nd the PR here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215659 Kind regards, oh --=20 O. Hartmann Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3=BCr Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 Abs.= 4 BDSG). --Sig_/RV2Cv70TvMfk18ylJzNGwBF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWGVy9QAKCRDS528fyFhY lOSbAf90WTvBoBtK77MjklVOkEdhtlF450fVt6w34IADHisQql4hEOytL2bvR6St AU5y3hOg0dwQWDVgSbsMd8Xwndi9AgCBQ6bLQ7Nxi77dqjNIetwplCKT+lRFIP8S b01BvT57pgOXi3NcvDKluXji4xuLN2l/gK/S0tqw6ME4Wq+xW2Li =21jb -----END PGP SIGNATURE----- --Sig_/RV2Cv70TvMfk18ylJzNGwBF-- From owner-freebsd-ports@freebsd.org Thu Dec 29 21:11: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 E6053C96AB6 for ; Thu, 29 Dec 2016 21:11:27 +0000 (UTC) (envelope-from timur@bat.ru) 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 C23161671 for ; Thu, 29 Dec 2016 21:11:27 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mailman.ysv.freebsd.org (Postfix) id BE3E2C96AB5; Thu, 29 Dec 2016 21:11:27 +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 BDDD8C96AB4 for ; Thu, 29 Dec 2016 21:11:27 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::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 895AD1670 for ; Thu, 29 Dec 2016 21:11:26 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi0-x236.google.com with SMTP id 3so225755947oih.1 for ; Thu, 29 Dec 2016 13:11:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bat-ru.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=fsHKfqhDTuYbG6Fcl+9ytDEMAUO+3qY2l5Hn0ZL9Xmg=; b=iovlKDxrIUGBx9wsFm6/3fio5bh1nrsGxUxZ+AMSSOHDskR9QnWACejN8FePdhxv3l zHOLlwb7a4hRdk5y2OmwqZDym8TPKW0c3ZJuibC8wodXUShT+6cdKvYyWSiKkmEi402+ Ma93maz0TBvybbp2USoPrKp1mdTYCVf5HH9f8/O6jBiB0wU532O8hSJHR+2Bsu1abys5 3Y8TBAVkGTzgAseQhstGtW+YqobtViWbENupBHiKgtN3dTGCIpQ7sUPD3f6uhvsuvszd Negsv9TlLvviRbTqdgXvqLxzP1iyCATG9voJaX+NzUTAMNjO/FOaplWSe/95E8xMyuLk MH+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=fsHKfqhDTuYbG6Fcl+9ytDEMAUO+3qY2l5Hn0ZL9Xmg=; b=QAOrAYWDEN/Je5sXtu0DPe7RJqMtTvzfkTJGVMLPrq+xieZToPy8Tcads7kckqCix+ DKZERM50ZsyVHk/KPm0WVOLhzCMzCkHJ6dJckOozFctpV3JlaEyrtDUO7XQtRY5ykdFC KIgFeuF3CUb7Qn8nYF3gK15NwUeMEUuZ/qyfSlXA3BrudKlJkwZLaDeQejwl7z5rv6yB LTQXt2OTzJAdDIgKhzSNiwH5w8WmBIV0hicImRFTzEVs4o0eBovTl10+53fAnGFnf+PX 1WZVCCwo+tBzvSW74lsVFqs2MKvCoJNgmTSvi7wSOeBRNwV/crHp+ZO5rLpkD//0gKNy qJqQ== X-Gm-Message-State: AIkVDXKKIGTLreqlONtC3gJzK9qFkUahijVMkHkg576SiPfqK8vm4NSV2GcrCzMBm6ghx1rtqBbgN88cYwyF3ION X-Received: by 10.157.52.100 with SMTP id v91mr23956649otb.5.1483045886240; Thu, 29 Dec 2016 13:11:26 -0800 (PST) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.202.170.136 with HTTP; Thu, 29 Dec 2016 13:11:05 -0800 (PST) In-Reply-To: <7D027046-4344-403F-BD9E-C6362F4DE3F9@adamw.org> References: <658351482922565@web25g.yandex.ru> <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> <7D027046-4344-403F-BD9E-C6362F4DE3F9@adamw.org> From: "Timur I. Bakeyev" Date: Thu, 29 Dec 2016 22:11:05 +0100 X-Google-Sender-Auth: vUYGQuQKh9tuW5G5UOJ9r6yWjjA Message-ID: Subject: Re: FreeBSD Port: samba44-4.4.8 To: Adam Weinberger Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 21:11:28 -0000 On Thu, Dec 29, 2016 at 9:32 PM, Adam Weinberger wrote: > > On 29 Dec, 2016, at 13:24, Timur I. Bakeyev wrote: > > > >> On Thu, Dec 29, 2016 at 8:52 PM, Adam Weinberger > wrote: > >> > On 28 Dec, 2016, at 7:51, Timur I. Bakeyev wrote: > >> > > >> > Hi, CVB! > >> > > >> > At the moment I can't connect to svn.freebsd.org on whatever > reason... BTW, > >> > anyone knows, what has changed in recent 12 hours? > >> > > >> > You can apply the following patch manually: > >> > > >> > With best regards, > >> > BaT > >> > >> Timur, > >> > >> No packages for samba are being built because configure with the > default option set fails. Samba can't depend on openldap-sasl if its > databases/ldb dependency depends on openldap (without sasl). > >> > >> Either samba needs to depend on openldap without sasl, or ldb needs to > depend on openldap-sasl. > >> > >> # Adam > > Hi, Adam! > > > > I've seen the reports and think to upgrade ldb to work with ldap-sasl > version instead. In general, handling of SASL in LDAP package isn't > graceful, while libraries by themselves are interchangeable, pkg sees them > as entirely different ones :( > > Agreed, it's really ugly. Does samba require SASL-enabled OpenLDAP? Keep > in mind that if ldb and samba* require openldap-sasl, then every port that > depends on either of them might require adding WANT_OPENLDAP_SASL too. > Luckily, there aren't many ports that directly depend on samba* or ldb*. I believe most of the time samba is run dependency rather that build dependency. Regards, Timur. P.S> I really wonder, what was the problem with svn.freebsd.org(213.138.116.72) yesterday, so I couldn't connect for half a day. From owner-freebsd-ports@freebsd.org Thu Dec 29 21:16: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 CBAECC96E66 for ; Thu, 29 Dec 2016 21:16:43 +0000 (UTC) (envelope-from adamw@adamw.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 B68661B9D for ; Thu, 29 Dec 2016 21:16:43 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id B5DF8C96E64; Thu, 29 Dec 2016 21:16: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 B5876C96E63 for ; Thu, 29 Dec 2016 21:16:43 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 650D81B9B; Thu, 29 Dec 2016 21:16:42 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id a410911a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 29 Dec 2016 14:16:41 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: FreeBSD Port: samba44-4.4.8 From: Adam Weinberger In-Reply-To: Date: Thu, 29 Dec 2016 14:16:40 -0700 Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: <4957EF40-EC27-4896-A8C6-008EFF77B1F2@adamw.org> References: <658351482922565@web25g.yandex.ru> <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> <7D027046-4344-403F-BD9E-C6362F4DE3F9@adamw.org> To: "Timur I. Bakeyev" X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 21:16:43 -0000 > On 29 Dec, 2016, at 14:11, Timur I. Bakeyev wrote: >=20 > On Thu, Dec 29, 2016 at 9:32 PM, Adam Weinberger = wrote: > > On 29 Dec, 2016, at 13:24, Timur I. Bakeyev = wrote: > > > >> On Thu, Dec 29, 2016 at 8:52 PM, Adam Weinberger = wrote: > >> > On 28 Dec, 2016, at 7:51, Timur I. Bakeyev = wrote: > >> > > >> > Hi, CVB! > >> > > >> > At the moment I can't connect to svn.freebsd.org on whatever = reason... BTW, > >> > anyone knows, what has changed in recent 12 hours? > >> > > >> > You can apply the following patch manually: > >> > > >> > With best regards, > >> > BaT > >> > >> Timur, > >> > >> No packages for samba are being built because configure with the = default option set fails. Samba can't depend on openldap-sasl if its = databases/ldb dependency depends on openldap (without sasl). > >> > >> Either samba needs to depend on openldap without sasl, or ldb needs = to depend on openldap-sasl. > >> > >> # Adam > > Hi, Adam! > > > > I've seen the reports and think to upgrade ldb to work with = ldap-sasl version instead. In general, handling of SASL in LDAP package = isn't graceful, while libraries by themselves are interchangeable, pkg = sees them as entirely different ones :( >=20 > Agreed, it's really ugly. Does samba require SASL-enabled OpenLDAP? = Keep in mind that if ldb and samba* require openldap-sasl, then every = port that depends on either of them might require adding = WANT_OPENLDAP_SASL too. >=20 > Luckily, there aren't many ports that directly depend on samba* or = ldb*. I believe most of the time samba is run dependency rather that = build dependency. >=20 > Regards, > Timur. >=20 > P.S> I really wonder, what was the problem with = svn.freebsd.org(213.138.116.72) yesterday, so I couldn't connect for = half a day. I suspect it was a local problem for you... I committed stuff to the = samba ports right around when you sent your original message about = connectivity, and swills made tons of commits all day. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Thu Dec 29 21:25: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 5A954C96186 for ; Thu, 29 Dec 2016 21:25:01 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (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 E81961FF8 for ; Thu, 29 Dec 2016 21:25:00 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 3f6befe1-ce0d-11e6-9357-bffcd86bd944 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 3f6befe1-ce0d-11e6-9357-bffcd86bd944; Thu, 29 Dec 2016 21:24:59 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id uBTLOp24001969; Thu, 29 Dec 2016 14:24:51 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1483046691.16152.67.camel@freebsd.org> Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT From: Ian Lepore To: "O. Hartmann" , Dimitry Andric Cc: "O. Hartmann" , FreeBSD CURRENT , FreeBSD Ports , Ed Maste Date: Thu, 29 Dec 2016 14:24:51 -0700 In-Reply-To: <20161229211738.54f9beae@thor.walstatt.dynvpn.de> References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> <20161229172949.48792b29@thor.walstatt.dynvpn.de> <20161229211738.54f9beae@thor.walstatt.dynvpn.de> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 21:25:01 -0000 On Thu, 2016-12-29 at 21:17 +0100, O. Hartmann wrote: > Am Thu, 29 Dec 2016 20:26:32 +0100 > Dimitry Andric schrieb: > > > > > On 29 Dec 2016, at 17:29, O. Hartmann > > wrote: > > > > > > > > > Am Wed, 7 Dec 2016 23:31:01 +0100 > > > Dimitry Andric schrieb: > > >    > > > > > > > > On 07 Dec 2016, at 10:42, O. Hartmann > > > > wrote:   > > > > > > > > > > > > > > > I try my first steps in cross compiling ports with poudriere > > > > > and therefore I try to > > > > > setup an appropriate jail and QEMU environment. > > > > > > > > > > Well, I'm failing at the jail setup due to the non-exitence > > > > > of any suitable QEMU > > > > > environment and for that I tried to figure out to find some > > > > > proper HOWTO. > > > > > Searching via google ave some hints, but in questions which > > > > > QEMU from ports should > > > > > be used, all leave me alone, so I tried > > > > > > > > > > emulators/qemu > > > > > emulators/qemu-devel > > > > > emulators/qemu-static > > > > > > > > > > emulators/qemu is known for me to fail since months and the > > > > > days of 11-CURRENT, > > > > > there is a compiler error spit out with clang 3.8 and now > > > > > 3.9. The very same for > > > > > qemu-devel (both ports used with standard options, no > > > > > extras). See also Bug 214873 > > > > > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214873) > > > > > and Bug 215100 > > > > > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215100).   > > > > I couldn't reproduce the compilation errors, it builds fine for > > > > me until > > > > the link phase.   > > > Well, I face this in poudriere on the most recent 12-CURRENT, too > > > as well as > > > 12-CURRENT buildworld today. > > > > > > On the host I'd like to run qemu for testing aarch64 binaries for > > > a Odroid-C2 > > > project, I use a customized /etc/src.conf - but on poudriere, > > > there is no such > > > customisation but the failing is identical.   > > Looking at your errors, it seems that the port has decided to > > enable > > rdma support.  This is normally enabled using --enable-rdma with > > the > > configure script, but I don't see that at all in the port Makefile. > > > > On my systems, it runs a test to check for rdma support, but this > > fails. > > Quoting from config.log: > > > >     cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 > > -D_LARGEFILE_SOURCE > > -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings > > -Wmissing-prototypes -fno-strict-aliasing -fno-common > > -I/usr/work/share/dim/ports/emulators/qemu/work/qemu-2.6.1 > > -I/usr/local/include > > -DPREFIX=\""/usr/local\"" -Wno-string-plus-int -Wno-initializer- > > overrides > > -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs > > -Wformat-security > > -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style- > > definition -Wtype-limits > > -fstack-protector-strong -I/usr/local/include > > -I/usr/local/include/p11-kit-1 > > -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu- > > conf.c -m64 -g > > -fstack-protector -L"/usr/local/lib" -lrdmacm -libverbs config- > > temp/qemu-conf.c:1:10: > > fatal error: 'rdma/rdma_cma.h' file not found #include > > ^ > > > > The minimal test program it tries to compile here is just this: > > > >     #include > >     int main(void) { return 0; } > > > > and it attempts to link it with -lrdmacm -libverbs.  If this > > somehow > > succeeds on your system, then it will think rdma support is > > available, > > while apparently the support is not complete, if it misses the > > rdma_getaddrinfo() function. > > > > Do you have some Linux rdma or infiniband headers or libraries > > installed > > into /usr or /usr/local?  This might be the cause of the problems. > No Linux, but I found these files on all of the boxes in question: > > locate rdma > > [...] > /usr/include/rdma > /usr/include/rdma/rdma_cma.h > /usr/include/rdma/rdma_cma_abi.h > /usr/lib/librdmacm.a > /usr/lib/librdmacm.so > /usr/lib/librdmacm.so.1 > > ll usr/include/rdma discovers: > > total 44 > 322075 drwxr-xr-x   2 root  wheel  -  512B Oct  7 13:52 ./ > 240768 drwxr-xr-x  55 root  wheel  -  6.5K Dec 29 19:14 ../ > 324275 -r--r--r--   1 root  wheel  -   21K Oct  7 13:52 rdma_cma.h > 324276 -r--r--r--   1 root  wheel  -  4.7K Oct  7 13:52 > rdma_cma_abi.h > > and > > ll /usr/lib/librdma* > 804463 -r--r--r--  1 root  wheel  -   28K Dec 18 16:34 > /usr/lib/librdmacm.a > 804127 lrwxr-xr-x  1 root  wheel  -   14B Dec 29 19:15 > /usr/lib/librdmacm.so@ -> > librdmacm.so.1 804128 -r--r--r--  1 root  wheel  -   24K Dec 29 > 19:15 /usr/lib/librdmacm.so.1 > > > As you can see, the libraries are of the date of the last full > install of the system, > while the headers seem to be remains from October? > > In my jail for poudriere, I was surprised, based on your analysis, > that I found this: > > ll /pool/poudriere/jails/head-amd64/usr/include/rdma > total 43 > 77923 drwxr-xr-x   2 root  wheel  uarch    4B Jul 13 07:09 ./ > 77028 drwxr-xr-x  55 root  wheel  uarch  336B Dec 28 11:29 ../ > 96127 -r--r--r--   1 root  wheel  -       21K Jul 13 07:09 rdma_cma.h > 96128 -r--r--r--   1 root  wheel  -      4.7K Jul 13 07:09 > rdma_cma_abi.h > > I do buildworlds on almost a daily basis, so could this be a fallout > of any kind? > > It seems the installworld didn't got right > > Thanks for your analysis - I delete, frankly, the header files as > they reside in the base > systems domain without a valid timestamp - they are considered > hostile ;-) > > the big scary question is now how i can prevent such a situation > (possibly not if not > staying with STABLE or RELEASE) or how can I clean the system without > danger. I think > some of my problems reported in the nearest past (half a year back) > could be triggered by > some nasty fallout of CURRENT - you might remember that I also had a > strange lib path in > the tree considered not valid and caused lots of problems. > > Thank you anyway, it seems that emulators/qemu is now over the point > of failure and I > hope I'll get a working package now to start working on the AARCH64 > ports. > > Thanks. > > Kind regards, > Oliver > > > > > > If you don't want or care about rdma, you can try the following > > patch > > (should similarly apply to the other qemu ports): > > > > Index: emulators/qemu/Makefile > > =================================================================== > > --- emulators/qemu/Makefile     (revision 429888) > > +++ emulators/qemu/Makefile     (working copy) > > @@ -78,6 +78,7 @@ > >                 --disable-libssh2 --enable-debug \ > >                 --prefix=${PREFIX} --cc=${CC} --enable-docs -- > > disable-kvm \ > >                 --disable-linux-user --disable-linux-aio --disable- > > xen \ > > +               --disable-rdma \ > >                 --smbd=${LOCALBASE}/sbin/smbd --enable-debug-info > > --python=${PYTHON_CMD} \ --extra-cflags=-I${WRKSRC}\ > > -I${LOCALBASE}/include\ > > -DPREFIX=\\\"\"${PREFIX}\\\"\" > > > > -Dimitry > > > > The rdma stuff is part of OFED, it comes from sys/ofed/include.  Other parts of it are in sys/contrib/rmda and src/contrib/ofed.  Maybe it only gets installed if you are using certain kernel options?  I'm not sure. -- Ian From owner-freebsd-ports@freebsd.org Thu Dec 29 21:34: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 0D916C9659C; Thu, 29 Dec 2016 21:34:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C107B173D; Thu, 29 Dec 2016 21:34:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::7d0d:fedb:8b40:bd7f] (unknown [IPv6:2001:7b8:3a7:0:7d0d:fedb:8b40:bd7f]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F198818ECD; Thu, 29 Dec 2016 22:34:16 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_56A9EB76-C03D-4975-B392-A3567A3AD86D"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT From: Dimitry Andric In-Reply-To: <1483046691.16152.67.camel@freebsd.org> Date: Thu, 29 Dec 2016 22:34:09 +0100 Cc: "O. Hartmann" , FreeBSD CURRENT , FreeBSD Ports , Ed Maste Message-Id: <4CA179F7-4B73-4E74-819F-DED17CEBE524@FreeBSD.org> References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> <20161229172949.48792b29@thor.walstatt.dynvpn.de> <20161229211738.54f9beae@thor.walstatt.dynvpn.de> <1483046691.16152.67.camel@freebsd.org> To: Ian Lepore X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 21:34:21 -0000 --Apple-Mail=_56A9EB76-C03D-4975-B392-A3567A3AD86D Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1 On 29 Dec 2016, at 22:24, Ian Lepore wrote: > > On Thu, 2016-12-29 at 21:17 +0100, O. Hartmann wrote: >> Am Thu, 29 Dec 2016 20:26:32 +0100 >> Dimitry Andric schrieb: ... >>> Do you have some Linux rdma or infiniband headers or libraries >>> installed >>> into /usr or /usr/local? This might be the cause of the problems. >> No Linux, but I found these files on all of the boxes in question: >> >> locate rdma >> >> [...] >> /usr/include/rdma >> /usr/include/rdma/rdma_cma.h >> /usr/include/rdma/rdma_cma_abi.h >> /usr/lib/librdmacm.a >> /usr/lib/librdmacm.so >> /usr/lib/librdmacm.so.1 >> >> ll usr/include/rdma discovers: >> >> total 44 >> 322075 drwxr-xr-x 2 root wheel - 512B Oct 7 13:52 ./ >> 240768 drwxr-xr-x 55 root wheel - 6.5K Dec 29 19:14 ../ >> 324275 -r--r--r-- 1 root wheel - 21K Oct 7 13:52 rdma_cma.h >> 324276 -r--r--r-- 1 root wheel - 4.7K Oct 7 13:52 >> rdma_cma_abi.h ... > The rdma stuff is part of OFED, it comes from sys/ofed/include. Other > parts of it are in sys/contrib/rmda and src/contrib/ofed. Maybe it > only gets installed if you are using certain kernel options? I'm not > sure. Indeed, this turns out to be enabled by WITH_OFED. It then uses the Makefile in contrib/ofed/include/rdma to install headers, and the Makefile in contrib/ofed/usr.lib/librdmacm to install a library. Unfortunately the headers aren't compatible with the qemu requirements, so the port still needs to have --disable-rdma, in any case. -Dimitry --Apple-Mail=_56A9EB76-C03D-4975-B392-A3567A3AD86D 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----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhlgVgACgkQsF6jCi4glqOk7wCfZ51RPr2SfoL8sEpWXDLOf4Hp CI4An2FkwCOlgzScZvhs+wCgZKgMBR1D =Ldnk -----END PGP SIGNATURE----- --Apple-Mail=_56A9EB76-C03D-4975-B392-A3567A3AD86D-- From owner-freebsd-ports@freebsd.org Thu Dec 29 22:30:20 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 1246CC96C0D; Thu, 29 Dec 2016 22:30:20 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8323018F8; Thu, 29 Dec 2016 22:30:18 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from thor.walstatt.dynvpn.de ([92.224.249.53]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0Lrek1-1cWJ4M38er-013OGt; Thu, 29 Dec 2016 23:30:15 +0100 Date: Thu, 29 Dec 2016 23:29:59 +0100 From: "O. Hartmann" To: Ian Lepore Cc: Dimitry Andric , "O. Hartmann" , FreeBSD CURRENT , FreeBSD Ports , Ed Maste Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT Message-ID: <20161229232959.1b35466a@thor.walstatt.dynvpn.de> In-Reply-To: <1483046691.16152.67.camel@freebsd.org> References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> <20161229172949.48792b29@thor.walstatt.dynvpn.de> <20161229211738.54f9beae@thor.walstatt.dynvpn.de> <1483046691.16152.67.camel@freebsd.org> Organization: WALSTATT User-Agent: OutScare 3.1415926 X-Operating-System: ImNotAnOperatingSystem 3.141592527 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/hSVqKZ6/tfeX7HqteQg73r4"; protocol="application/pgp-signature" X-Provags-ID: V03:K0:EEZACVHsM3+56Qi8M1xqAIt11A2mLKNc0XRUfrX/WLPUxdLCKaa jkmBm61R3Em+dTqllnr0BzQHMlo5xWlE6SYkKhgAtrHKv9k7gVzMbrly9rGyTEHKezkeO6E zM4JIRbk1WDfyTF6qbKcmWCX3FO0Kf7eLOZFISA8xl80Lyo49f6/mPTN2qoTM6WfJ0yN8Oh EBkNLLck9TU3vLa39N94A== X-UI-Out-Filterresults: notjunk:1;V01:K0:3OSm564dZBs=:b6PA9lBUIt0XTZ9xG0vdkK LsiRS1fMybLfGFQgJu/zSWYFMca6iYWi9m9ze8qfCyLMNQiDimyvCkGb8cUjl4KPB7fl+n1fx hA/LpyQIGhEeWDPO04RvkQ+33pWxGjZWMSOcFNAR+zjPWOYYMTbsgWgpHKCYJLz7cxBZctSNM mLaZjkjtknFsrcLjWHIIKkf106q5ucpzghBUFLH575SS6QrXTKmTS08Ovxfg/HBKPFPWuB57J RfxCsV7KdfLCq/4iNQIgg1ySNgP3qDp/HOkVFTpAzZoQ64rDVI1xQzJkLiST82ZHeueCtoA+U +Nf5Fvr2SQxoENzCe6oJuZ7mQjqWHeDYgNxz0wuqMqjteyM8HKd9imr0/HUxfhvTvlmjKa11B rS9SKz3gip8xu5xTkBH6tCCYiyMG9JKGOdRFr5dF6/bL/wgftNz0jG58XlhyFFTBQaJQ2hlJ+ fuZF2EZFJqwbEpNBD0kpOB0ZzvlVzVBSNd9cS96LnMEiPelYfVGueUEvnPvcQI7OiQYZg0i+O 1cwcPLJTSVM/N8fZqrtlJzTWUvTwuA61urVFGIxpJOaJjQO8ieygHbHa88O0MpVrj6d6Bwg6b iKhiJBjpcC/zHg2iqL6GYKnpftBwQoaHSIn88Y2oZUKFMndQudH4EQmz5Ny2qsuYmBXhglF0r Hl4BsXo7doP+Iw658OcRJzBDLF/kWRuhurHemlxZCL/SemoktNHPi68vU3oQnf4oIX1pQ4bno z1GdZuT2Do81X6Gfz7M6DhZdkHm2Azdh3TeOV1mrHBECbu62wjwk9rC77Xg= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 22:30:20 -0000 --Sig_/hSVqKZ6/tfeX7HqteQg73r4 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Am Thu, 29 Dec 2016 14:24:51 -0700 Ian Lepore schrieb: > On Thu, 2016-12-29 at 21:17 +0100, O. Hartmann wrote: > > Am Thu, 29 Dec 2016 20:26:32 +0100 > > Dimitry Andric schrieb: > > =20 > > >=20 > > > On 29 Dec 2016, at 17:29, O. Hartmann > > > wrote: =20 > > > >=20 > > > >=20 > > > > Am Wed, 7 Dec 2016 23:31:01 +0100 > > > > Dimitry Andric schrieb: > > > > =A0=A0 =20 > > > > >=20 > > > > > On 07 Dec 2016, at 10:42, O. Hartmann > > > > > wrote:=A0=A0 =20 > > > > > >=20 > > > > > >=20 > > > > > > I try my first steps in cross compiling ports with poudriere > > > > > > and therefore I try to > > > > > > setup an appropriate jail and QEMU environment. > > > > > >=20 > > > > > > Well, I'm failing at the jail setup due to the non-exitence > > > > > > of any suitable QEMU > > > > > > environment and for that I tried to figure out to find some > > > > > > proper HOWTO. > > > > > > Searching via google ave some hints, but in questions which > > > > > > QEMU from ports should > > > > > > be used, all leave me alone, so I tried > > > > > >=20 > > > > > > emulators/qemu > > > > > > emulators/qemu-devel > > > > > > emulators/qemu-static > > > > > >=20 > > > > > > emulators/qemu is known for me to fail since months and the > > > > > > days of 11-CURRENT, > > > > > > there is a compiler error spit out with clang 3.8 and now > > > > > > 3.9. The very same for > > > > > > qemu-devel (both ports used with standard options, no > > > > > > extras). See also Bug 214873 > > > > > > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) > > > > > > and Bug 215100 > > > > > > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100).= =A0=A0 =20 > > > > > I couldn't reproduce the compilation errors, it builds fine for > > > > > me until > > > > > the link phase.=A0=A0 =20 > > > > Well, I face this in poudriere on the most recent 12-CURRENT, too > > > > as well as > > > > 12-CURRENT buildworld today. > > > >=20 > > > > On the host I'd like to run qemu for testing aarch64 binaries for > > > > a Odroid-C2 > > > > project, I use a customized /etc/src.conf - but on poudriere, > > > > there is no such > > > > customisation but the failing is identical.=A0=A0 =20 > > > Looking at your errors, it seems that the port has decided to > > > enable > > > rdma support.=A0=A0This is normally enabled using --enable-rdma with > > > the > > > configure script, but I don't see that at all in the port Makefile. > > >=20 > > > On my systems, it runs a test to check for rdma support, but this > > > fails. > > > Quoting from config.log: > > >=20 > > > =A0=A0=A0=A0cc -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 > > > -D_LARGEFILE_SOURCE > > > -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings > > > -Wmissing-prototypes -fno-strict-aliasing -fno-common > > > -I/usr/work/share/dim/ports/emulators/qemu/work/qemu-2.6.1 > > > -I/usr/local/include > > > -DPREFIX=3D\""/usr/local\"" -Wno-string-plus-int -Wno-initializer- > > > overrides > > > -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs=20 > > > -Wformat-security > > > -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style- > > > definition -Wtype-limits > > > -fstack-protector-strong -I/usr/local/include > > > -I/usr/local/include/p11-kit-1 > > > -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu- > > > conf.c -m64 -g > > > -fstack-protector -L"/usr/local/lib" -lrdmacm -libverbs config- > > > temp/qemu-conf.c:1:10: > > > fatal error: 'rdma/rdma_cma.h' file not found #include > > > ^ > > >=20 > > > The minimal test program it tries to compile here is just this: > > >=20 > > > =A0=A0=A0=A0#include > > > =A0=A0=A0=A0int main(void) { return 0; } > > >=20 > > > and it attempts to link it with -lrdmacm -libverbs.=A0=A0If this > > > somehow > > > succeeds on your system, then it will think rdma support is > > > available, > > > while apparently the support is not complete, if it misses the > > > rdma_getaddrinfo() function. > > >=20 > > > Do you have some Linux rdma or infiniband headers or libraries > > > installed > > > into /usr or /usr/local?=A0=A0This might be the cause of the problems= . =20 > > No Linux, but I found these files on all of the boxes in question: > >=20 > > locate rdma > >=20 > > [...] > > /usr/include/rdma > > /usr/include/rdma/rdma_cma.h > > /usr/include/rdma/rdma_cma_abi.h > > /usr/lib/librdmacm.a > > /usr/lib/librdmacm.so > > /usr/lib/librdmacm.so.1 > >=20 > > ll usr/include/rdma discovers: > >=20 > > total 44 > > 322075 drwxr-xr-x=A0=A0=A02 root=A0=A0wheel=A0=A0-=A0=A0512B Oct=A0=A07= 13:52 ./ > > 240768 drwxr-xr-x=A0=A055 root=A0=A0wheel=A0=A0-=A0=A06.5K Dec 29 19:14= ../ > > 324275 -r--r--r--=A0=A0=A01 root=A0=A0wheel=A0=A0-=A0=A0=A021K Oct=A0= =A07 13:52 rdma_cma.h > > 324276 -r--r--r--=A0=A0=A01 root=A0=A0wheel=A0=A0-=A0=A04.7K Oct=A0=A07= 13:52 > > rdma_cma_abi.h > >=20 > > and > >=20 > > ll /usr/lib/librdma* > > 804463 -r--r--r--=A0=A01 root=A0=A0wheel=A0=A0-=A0=A0=A028K Dec 18 16:34 > > /usr/lib/librdmacm.a > > 804127 lrwxr-xr-x=A0=A01 root=A0=A0wheel=A0=A0-=A0=A0=A014B Dec 29 19:15 > > /usr/lib/librdmacm.so@ -> > > librdmacm.so.1 804128 -r--r--r--=A0=A01 root=A0=A0wheel=A0=A0-=A0=A0=A0= 24K Dec 29 > > 19:15 /usr/lib/librdmacm.so.1 > >=20 > >=20 > > As you can see, the libraries are of the date of the last full > > install of the system, > > while the headers seem to be remains from October? > >=20 > > In my jail for poudriere, I was surprised, based on your analysis, > > that I found this: > >=20 > > ll /pool/poudriere/jails/head-amd64/usr/include/rdma > > total 43 > > 77923 drwxr-xr-x=A0=A0=A02 root=A0=A0wheel=A0=A0uarch=A0=A0=A0=A04B Jul= 13 07:09 ./ > > 77028 drwxr-xr-x=A0=A055 root=A0=A0wheel=A0=A0uarch=A0=A0336B Dec 28 11= :29 ../ > > 96127 -r--r--r--=A0=A0=A01 root=A0=A0wheel=A0=A0-=A0=A0=A0=A0=A0=A0=A02= 1K Jul 13 07:09 rdma_cma.h > > 96128 -r--r--r--=A0=A0=A01 root=A0=A0wheel=A0=A0-=A0=A0=A0=A0=A0=A04.7K= Jul 13 07:09 > > rdma_cma_abi.h > >=20 > > I do buildworlds on almost a daily basis, so could this be a fallout > > of any kind? > >=20 > > It seems the installworld didn't got right > >=20 > > Thanks for your analysis - I delete, frankly, the header files as > > they reside in the base > > systems domain without a valid timestamp - they are considered > > hostile ;-) > >=20 > > the big scary question is now how i can prevent such a situation > > (possibly not if not > > staying with STABLE or RELEASE) or how can I clean the system without > > danger. I think > > some of my problems reported in the nearest past (half a year back) > > could be triggered by > > some nasty fallout of CURRENT - you might remember that I also had a > > strange lib path in > > the tree considered not valid and caused lots of problems. > >=20 > > Thank you anyway, it seems that emulators/qemu is now over the point > > of failure and I > > hope I'll get a working package now to start working on the AARCH64 > > ports. > >=20 > > Thanks. > >=20 > > Kind regards, > > Oliver > >=20 > > =20 > > >=20 > > > If you don't want or care about rdma, you can try the following > > > patch > > > (should similarly apply to the other qemu ports): > > >=20 > > > Index: emulators/qemu/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --- emulators/qemu/Makefile=A0=A0=A0=A0=A0(revision 429888) > > > +++ emulators/qemu/Makefile=A0=A0=A0=A0=A0(working copy) > > > @@ -78,6 +78,7 @@ > > > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0--disable-libssh2 --e= nable-debug \ > > > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0--prefix=3D${PREFIX} = --cc=3D${CC} --enable-docs -- > > > disable-kvm \ > > > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0--disable-linux-user = --disable-linux-aio --disable- > > > xen \ > > > +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0--disable-rdma \ > > > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0--smbd=3D${LOCALBASE}= /sbin/smbd --enable-debug-info > > > --python=3D${PYTHON_CMD} \ --extra-cflags=3D-I${WRKSRC}\ > > > -I${LOCALBASE}/include\ > > > -DPREFIX=3D\\\"\"${PREFIX}\\\"\" > > >=20 > > > -Dimitry > > > =20 > >=20 > > =20 >=20 > The rdma stuff is part of OFED, it comes from sys/ofed/include. =A0Other > parts of it are in sys/contrib/rmda and src/contrib/ofed. =A0Maybe it > only gets installed if you are using certain kernel options? =A0I'm not > sure. >=20 > -- Ian I have "WITH_OFED=3DYES" defined in /etc/src.conf. After a make buildworld, all the rdma stuff is in place again. I think the patch above for the Makefile is appropriate. --=20 O. Hartmann Ich widerspreche der Nutzung oder =DCbermittlung meiner Daten f=FCr Werbezwecke oder f=FCr die Markt- oder Meinungsforschung (=A7 28 Abs. 4 BDS= G). --Sig_/hSVqKZ6/tfeX7HqteQg73r4 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWGWOZwAKCRDS528fyFhY lMAJAgCc1P7jaHsnQU0r+5Dkhseyq+qOszmz1AGAIgQubAAzp3CJJC7L60gfLsRz Fo7WSubnjKhQKgVx6jKaIfUvYJUVAgClreBwDq3p4JTfElGQ/CZLIFh6/Mape3fJ nz0PX03S04PwOSn1hUGJeLYudQ2ObqUPHo8eiwvSCXJ4yeXGaW9e =pawT -----END PGP SIGNATURE----- --Sig_/hSVqKZ6/tfeX7HqteQg73r4-- From owner-freebsd-ports@freebsd.org Thu Dec 29 23:22: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 DDB04C97DFE for ; Thu, 29 Dec 2016 23:22:18 +0000 (UTC) (envelope-from don@zavitz.ca) Received: from mail.zavitz.ca (mail.zavitz.ca [198.199.111.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 D5440154E for ; Thu, 29 Dec 2016 23:22:18 +0000 (UTC) (envelope-from don@zavitz.ca) From: Don Zavitz Subject: Samba44-4.4.5 upgrade to 4.4.8 failure To: freebsd-ports@freebsd.org Message-ID: <20efe1aa-3f40-4aeb-19b0-ace30d6efa67@zavitz.ca> Date: Thu, 29 Dec 2016 16:22:17 -0700 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 23:22:19 -0000 I've tried doing rmconfig and rebuilding with default port options, with failure. I also have tried building with these options... ===> The following configuration options are available for samba44-4.4.8: ACL_SUPPORT=on: File system ACL support ADS=off: Active Directory client support AD_DC=off: Active Directory Domain Controller support CUPS=off: CUPS printing system support DEBUG=on: Build with debugging support DEVELOPER=off: With development support DNSUPDATE=off: Dynamic DNS update (require ADS) DOCS=on: Build and/or install documentation EXP_MODULES=off: Experimental modules FAM=on: File Alteration Monitor support LDAP=off: LDAP client support MANPAGES=off: Build manpages from DOCBOOK templates PTHREADPOOL=on: Pthread pool QUOTAS=on: Disk quota support SYSLOG=on: Syslog logging support UTMP=on: UTMP accounting support ====> Options available for the radio DNS: you can only select none or one of them NSUPDATE=off: Use samba NSUPDATE utility for AD DC BIND99=off: Use bind99 as AD DC DNS server frontend BIND910=off: Use bind910 as AD DC DNS server frontend ====> Options available for the radio ZEROCONF: you can only select none or one of them AVAHI=off: Zeroconf support via Avahi MDNSRESPONDER=off: Zeroconf support via mDNSResponder In file included from ../source3/libsmb/libsmb_cache.c:26: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ In file included from ../source3/libsmb/libsmb_dir.c:29: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/libsmb/libsmb_context.c:170:9: warning: implicit declaration of function 'smbc_setPort' is invalid in C99 [-Wimplicit-function-declaration] smbc_setPort(context, 0); ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name../source3/libsmb/libsmb_context.c:197:9: warning: implicit declaration of function 'smbc_setFunctionSplice' is invalid in C99 [-Wimplicit-function-declaration] smbc_setFunctionSplice(context, SMBC_splice_ctx); ^ 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:250:3:../source3/libsmb/libsmb_context.c error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ :217:9: warning: implicit declaration of function 'smbc_setFunctionNotify' is invalid in C99 [-Wimplicit-function-declaration] smbc_setFunctionNotify(context, SMBC_notify_ctx); ^ 3 warnings and 3 errors generated. ../source3/include/libsmb_internal.h:351:3: error../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' : smbc_notify_callback_fn cb, void *private_data); ^ unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ 3 errors generated. In file included from ../source3/libsmb/libsmb_file.c:28: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ In file included from ../source3/libsmb/libsmb_misc.c:28: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ 3 errors generated. In file included from ../source3/libsmb/libsmb_path.c:27: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ 3 errors generated. ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/libsmb/libsmb_path.c:243:12: warning: implicit declaration of function 'smbc_getPort' is invalid in C99 [-Wimplicit-function-declaration] *p_port = smbc_getPort(context); ^ 1 warning and 3 errors generated. ../source3/libsmb/libsmb_dir.c:2059:2: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb; ^ In file included from ../source3/libsmb/libsmb_printjob.c:28: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/libsmb/libsmb_dir.c:2070:2: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data) ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/libsmb/libsmb_dir.c:2130:45: error: array has incomplete element type 'struct smbc_notify_callback_action' struct smbc_notify_callback_action actions[num_changes]; ^ ../source3/libsmb/libsmb_dir.c:2130:10: note: forward declaration of 'struct smbc_notify_callback_action' struct smbc_notify_callback_action actions[num_changes]; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/libsmb/libsmb_dir.c:2197:11: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data) ^ 3 errors generated. ../source3/libsmb/libsmb_dir.c:2227:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data) ^ 8 errors generated. In file included from ../source3/libsmb/libsmb_server.c:29: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/libsmb/libsmb_server.c:439:6: warning: implicit declaration of function 'smbc_getOptionUseNTHash' is invalid in C99 [-Wimplicit-function-declaration] if (smbc_getOptionUseNTHash(context)) { ^ 1 warning and 3 errors generated. Waf: Leaving directory `/usr/ports/net/samba44/work/samba-4.4.8/bin' Build failed: -> task failed (err #1): {task: cc libsmb_context.c -> libsmb_context_1.o} -> task failed (err #1): {task: cc libsmb_cache.c -> libsmb_cache_1.o} -> task failed (err #1): {task: cc libsmb_misc.c -> libsmb_misc_1.o} -> task failed (err #1): {task: cc libsmb_file.c -> libsmb_file_1.o} -> task failed (err #1): {task: cc libsmb_path.c -> libsmb_path_1.o} -> task failed (err #1): {task: cc libsmb_printjob.c -> libsmb_printjob_1.o} -> task failed (err #1): {task: cc libsmb_dir.c -> libsmb_dir_1.o} -> task failed (err #1): {task: cc libsmb_server.c -> libsmb_server_1.o} File "buildtools/bin/waf", line 76, in Scripting.prepare(t, cwd, VERSION, wafdir) File "/usr/ports/net/samba44/work/samba-4.4.8/third_party/waf/wafadmin/Scripting.py", line 147, in prepare error(str(e)) ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/net/samba44 ===>>> make build failed for net/samba44 ===>>> Aborting update ===>>> Update for net/samba44 failed ===>>> Aborting update From owner-freebsd-ports@freebsd.org Thu Dec 29 23:23: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 30455C97E42 for ; Thu, 29 Dec 2016 23:23:00 +0000 (UTC) (envelope-from don@zavitz.ca) Received: from mail.zavitz.ca (mail.zavitz.ca [198.199.111.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 27BF41621 for ; Thu, 29 Dec 2016 23:23:00 +0000 (UTC) (envelope-from don@zavitz.ca) To: freebsd-ports@freebsd.org From: Don Zavitz Subject: Samba44-4.4.5 upgrade to 4.4.8 failure Message-ID: <46dedd0b-a831-56ad-f49b-312ad8bdbfce@zavitz.ca> Date: Thu, 29 Dec 2016 16:17:02 -0700 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 23:23:00 -0000 I've tried doing rmconfig and rebuilding with default port options, with failure. I also have tried building with these options... ===> The following configuration options are available for samba44-4.4.8: ACL_SUPPORT=on: File system ACL support ADS=off: Active Directory client support AD_DC=off: Active Directory Domain Controller support CUPS=off: CUPS printing system support DEBUG=on: Build with debugging support DEVELOPER=off: With development support DNSUPDATE=off: Dynamic DNS update (require ADS) DOCS=on: Build and/or install documentation EXP_MODULES=off: Experimental modules FAM=on: File Alteration Monitor support LDAP=off: LDAP client support MANPAGES=off: Build manpages from DOCBOOK templates PTHREADPOOL=on: Pthread pool QUOTAS=on: Disk quota support SYSLOG=on: Syslog logging support UTMP=on: UTMP accounting support ====> Options available for the radio DNS: you can only select none or one of them NSUPDATE=off: Use samba NSUPDATE utility for AD DC BIND99=off: Use bind99 as AD DC DNS server frontend BIND910=off: Use bind910 as AD DC DNS server frontend ====> Options available for the radio ZEROCONF: you can only select none or one of them AVAHI=off: Zeroconf support via Avahi MDNSRESPONDER=off: Zeroconf support via mDNSResponder In file included from ../source3/libsmb/libsmb_cache.c:26: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ In file included from ../source3/libsmb/libsmb_dir.c:29: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/libsmb/libsmb_context.c:170:9: warning: implicit declaration of function 'smbc_setPort' is invalid in C99 [-Wimplicit-function-declaration] smbc_setPort(context, 0); ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name../source3/libsmb/libsmb_context.c:197:9: warning: implicit declaration of function 'smbc_setFunctionSplice' is invalid in C99 [-Wimplicit-function-declaration] smbc_setFunctionSplice(context, SMBC_splice_ctx); ^ 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:250:3:../source3/libsmb/libsmb_context.c error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ :217:9: warning: implicit declaration of function 'smbc_setFunctionNotify' is invalid in C99 [-Wimplicit-function-declaration] smbc_setFunctionNotify(context, SMBC_notify_ctx); ^ 3 warnings and 3 errors generated. ../source3/include/libsmb_internal.h:351:3: error../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' : smbc_notify_callback_fn cb, void *private_data); ^ unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ 3 errors generated. In file included from ../source3/libsmb/libsmb_file.c:28: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ In file included from ../source3/libsmb/libsmb_misc.c:28: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ 3 errors generated. In file included from ../source3/libsmb/libsmb_path.c:27: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ 3 errors generated. ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/libsmb/libsmb_path.c:243:12: warning: implicit declaration of function 'smbc_getPort' is invalid in C99 [-Wimplicit-function-declaration] *p_port = smbc_getPort(context); ^ 1 warning and 3 errors generated. ../source3/libsmb/libsmb_dir.c:2059:2: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb; ^ In file included from ../source3/libsmb/libsmb_printjob.c:28: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/libsmb/libsmb_dir.c:2070:2: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data) ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/libsmb/libsmb_dir.c:2130:45: error: array has incomplete element type 'struct smbc_notify_callback_action' struct smbc_notify_callback_action actions[num_changes]; ^ ../source3/libsmb/libsmb_dir.c:2130:10: note: forward declaration of 'struct smbc_notify_callback_action' struct smbc_notify_callback_action actions[num_changes]; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/libsmb/libsmb_dir.c:2197:11: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data) ^ 3 errors generated. ../source3/libsmb/libsmb_dir.c:2227:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data) ^ 8 errors generated. In file included from ../source3/libsmb/libsmb_server.c:29: ../source3/include/libsmb_internal.h:249:17: error: unknown type name 'smbc_splice_fn' smbc_splice_fn splice_fn; ^ ../source3/include/libsmb_internal.h:250:3: error: unknown type name 'smbc_notify_fn' smbc_notify_fn notify_fn; ^ ../source3/include/libsmb_internal.h:351:3: error: unknown type name 'smbc_notify_callback_fn' smbc_notify_callback_fn cb, void *private_data); ^ ../source3/libsmb/libsmb_server.c:439:6: warning: implicit declaration of function 'smbc_getOptionUseNTHash' is invalid in C99 [-Wimplicit-function-declaration] if (smbc_getOptionUseNTHash(context)) { ^ 1 warning and 3 errors generated. Waf: Leaving directory `/usr/ports/net/samba44/work/samba-4.4.8/bin' Build failed: -> task failed (err #1): {task: cc libsmb_context.c -> libsmb_context_1.o} -> task failed (err #1): {task: cc libsmb_cache.c -> libsmb_cache_1.o} -> task failed (err #1): {task: cc libsmb_misc.c -> libsmb_misc_1.o} -> task failed (err #1): {task: cc libsmb_file.c -> libsmb_file_1.o} -> task failed (err #1): {task: cc libsmb_path.c -> libsmb_path_1.o} -> task failed (err #1): {task: cc libsmb_printjob.c -> libsmb_printjob_1.o} -> task failed (err #1): {task: cc libsmb_dir.c -> libsmb_dir_1.o} -> task failed (err #1): {task: cc libsmb_server.c -> libsmb_server_1.o} File "buildtools/bin/waf", line 76, in Scripting.prepare(t, cwd, VERSION, wafdir) File "/usr/ports/net/samba44/work/samba-4.4.8/third_party/waf/wafadmin/Scripting.py", line 147, in prepare error(str(e)) ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/net/samba44 ===>>> make build failed for net/samba44 ===>>> Aborting update ===>>> Update for net/samba44 failed ===>>> Aborting update From owner-freebsd-ports@freebsd.org Fri Dec 30 00:47:14 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 EA4B0C97A9A for ; Fri, 30 Dec 2016 00:47:14 +0000 (UTC) (envelope-from munro@penski.net) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::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 C04651BD5 for ; Fri, 30 Dec 2016 00:47:14 +0000 (UTC) (envelope-from munro@penski.net) Received: by mail-io0-x22e.google.com with SMTP id d9so363127562ioe.0 for ; Thu, 29 Dec 2016 16:47:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=penski-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=mePLxCpox3m15kjvratH/hoHwpZJl89djy4jwWbYIrg=; b=A0u3oJkbOJjrMqkz1NPGtJwKynpDZWwUJSLUbOTjCjhBCjqHOZcdiAs3gXxzdx6Sqr JfDfZme61wZbDb4Aory5MwY9GLeGpYna5T7DLGmSoNEl/YUKpBPDEpS9nfF/4MBqLHP2 SZ4u9hIwQjc4BVJ4ypZKEoMF4EGV7YvSxNvWpuXo1b88qdOYE0RVToCy2tWiqnpmR4o4 FJlYSQQuzfX/KuBgKtL3y9g4Gt4RgMRu/pV3s7XwDU9f8+0PMKrtItjbN3kxFt6kTygW I/FW7hHgwj9D/AFFbvNwQ2e/GJHTCi3fAcplp4vUp1cJGObHA8jySx7H254TrYSMJ1GN 3Wag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=mePLxCpox3m15kjvratH/hoHwpZJl89djy4jwWbYIrg=; b=QTphBsiPOuERgv9cRrwyhSeNCOVCoIqN8pS4ZHB5OGWvSt//jSs9r8CsUvyepKshfG IJePd9Cc9R8fX9R8jidCNkuHJYKVtOUZI8ziLZsGF/HlFJMUaAnqp09L8FZOAo8oC7KT YvUtdtvjRvSV53DP0jnmV7ZcyxZicxsHbE1eP6VvfQgoudyiQ95C16PJ+pPh9riktw5G ZjG1un1U0m/lZdiQ50tsV2JcmvwDqIXYhK3aIa+Mqh8rQMQph04crAfggWm47lFYQ9mz /0hoTnWuBENIsLrwYMn+fyWq/FWloWHM+PBuiYRdcOEiIEBFpHb+ZQIG4s4Gi0hz7Y4T xxFA== X-Gm-Message-State: AIkVDXLR+1UhGY//TdNJakSqv3YaQjdVK3e/Z0K1gRSZxPPlfv7LcbHFG6mXdLOfqNU8rokUs7vCs9lTvDOMzg== X-Received: by 10.107.3.168 with SMTP id e40mr31689035ioi.89.1483058833874; Thu, 29 Dec 2016 16:47:13 -0800 (PST) MIME-Version: 1.0 Sender: munro@penski.net Received: by 10.36.76.15 with HTTP; Thu, 29 Dec 2016 16:47:13 -0800 (PST) X-Originating-IP: [222.152.193.73] From: Thomas Munro Date: Fri, 30 Dec 2016 13:47:13 +1300 X-Google-Sender-Auth: 8TsmWrOmfIC6UgiHDcDXxAXYZuY Message-ID: Subject: PostgreSQL package versioning suggestion To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 00:47:15 -0000 Hi, I have run into two problems with the current PostgreSQL ports when installed via pkg, which make PostgreSQL significantly less convenient on FreeBSD than on other software distributions: 1. You can't install more than one major version at a time. This is somewhat inconvenient not only for upgrades of single database clusters, but also for simultaneously running different clusters at different versions on different upgrade schedules. The packaging on other popular systems allows this and it's a popular feature. 2. Other packages such as py27-psycopg2 (the leading Python client library for talking to PosgreSQL) depend on a specific major version, currently 9.3. That means that if you're using Python to talk to PostgreSQL installed via pkg, you can't upgrade to PostgreSQL 9.6, you have to stick with 9.3. I understand that the second problem can be solved by not using pkg. But I really want to use pkg, and I suspect other people migrating from systems like Debian would like to as well. Would it be possible to make the port for PostgreSQL 10 (the next version after 9.6 due late 2017, note that a number has been dropped from the versioning scheme) install into a versioned location, and not conflict with other major versions? For example it could install binaries into /usr/local/lib/postgres10/bin/... (or some more FreeBSDesque path scheme, I have no opinion on those details). Then going forward new majors releases would not conflict with each other. It doesn't matter so much (to me at least) if py27-psycopg2 still depends on the old 9.3 client, just as long as it doesn't force me to uninstall newer major releases of the database server. Apologies if someone's already addressing these problem, I wasn't sure where to look. Thanks for reading, Thomas Munro From owner-freebsd-ports@freebsd.org Fri Dec 30 06:32: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 86C0BC97DBB for ; Fri, 30 Dec 2016 06:32:58 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f07:14d3:2::11]) (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 4744F155B; Fri, 30 Dec 2016 06:32:58 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f07:14d3:1:0:0:5]) by mail.farley.org (8.15.2/8.15.2) with ESMTP id uBU6Wu0D023020; Fri, 30 Dec 2016 01:32:56 -0500 (EST) (envelope-from scf@FreeBSD.org) Date: Fri, 30 Dec 2016 01:32:56 -0500 (EST) From: "Sean C. Farley" To: Don Zavitz cc: "Timur I. Bakeyev" , freebsd-ports@freebsd.org Subject: Re: Samba44-4.4.5 upgrade to 4.4.8 failure In-Reply-To: <20efe1aa-3f40-4aeb-19b0-ace30d6efa67@zavitz.ca> Message-ID: References: <20efe1aa-3f40-4aeb-19b0-ace30d6efa67@zavitz.ca> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.0 required=4.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.farley.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 06:32:58 -0000 On Thu, 29 Dec 2016, Don Zavitz wrote: > I've tried doing rmconfig and rebuilding with default port options, with > failure. I also have tried building with these options... > > In file included from ../source3/libsmb/libsmb_cache.c:26: > ../source3/include/libsmb_internal.h:249:17: error: unknown type name > 'smbc_splice_fn' > smbc_splice_fn splice_fn; > ^ Do you happen to have net/samba-libsmbclient installed? It is a dependency for x11-fm/wcmcommander. I needed to uninstall it before net/samba44 would compile. I cannot recall the exact messages, but they looked similar. I am Cc'ing timur@ (maintainer) as he may have some ideas. Sean -- scf@FreeBSD.org From owner-freebsd-ports@freebsd.org Fri Dec 30 09:35: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 CC21AC9191C for ; Fri, 30 Dec 2016 09:35:03 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp206.alice.it (smtp206.alice.it [82.57.200.102]) by mx1.freebsd.org (Postfix) with ESMTP id AB9DA1BCA for ; Fri, 30 Dec 2016 09:35:02 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (82.52.25.226) by smtp206.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 586293F6009E1CBB for freebsd-ports@freebsd.org; Fri, 30 Dec 2016 10:29:20 +0100 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id uBU9TGPp065961 for ; Fri, 30 Dec 2016 10:29:19 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: PostgreSQL package versioning suggestion To: freebsd-ports@freebsd.org References: From: Andrea Venturoli Message-ID: <3a313fe6-f358-fdfc-6e30-71711d65227f@netfence.it> Date: Fri, 30 Dec 2016 10:29:16 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 09:35:03 -0000 On 12/30/16 01:47, Thomas Munro wrote: > 1. You can't install more than one major version at a time. This is > somewhat inconvenient not only for upgrades of single database > clusters, but also for simultaneously running different clusters at > different versions on different upgrade schedules. The packaging on > other popular systems allows this and it's a popular feature. I know this is not what you are asking for and I'm not saying your request doesn't have a good point, but did you consider jails? That would allow you to run multiple Postgres instances now. bye av. From owner-freebsd-ports@freebsd.org Fri Dec 30 09:54: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 739B5C9524F for ; Fri, 30 Dec 2016 09:54:19 +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 50C5C1747 for ; Fri, 30 Dec 2016 09:54:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4D214C9524E; Fri, 30 Dec 2016 09:54:19 +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 4B188C9524D for ; Fri, 30 Dec 2016 09:54:19 +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 F38551746; Fri, 30 Dec 2016 09:54:18 +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 789C5BDD35; Fri, 30 Dec 2016 10:54:15 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 431F2BDD1E; Fri, 30 Dec 2016 10:54:15 +0100 (CET) Subject: Re: FreeBSD Port: samba44-4.4.8 To: "Timur I. Bakeyev" , Adam Weinberger References: <658351482922565@web25g.yandex.ru> <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> <7D027046-4344-403F-BD9E-C6362F4DE3F9@adamw.org> Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Fri, 30 Dec 2016 10:54:14 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ubNDtaMvnTvdEnk8SWgqBVOsHLDXafMgD" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 09:54:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ubNDtaMvnTvdEnk8SWgqBVOsHLDXafMgD Content-Type: multipart/mixed; boundary="1jMuMEOKKwi6c6m9D2TB5qMFj3F7lvxRr"; protected-headers="v1" From: Mathieu Arnold To: "Timur I. Bakeyev" , Adam Weinberger Cc: Konstantin V Bekreyev <201106@bekreyev.ru>, "ports@FreeBSD.org" Message-ID: Subject: Re: FreeBSD Port: samba44-4.4.8 References: <658351482922565@web25g.yandex.ru> <7E579FF2-FFCD-47A7-A0E1-7836A941AD50@adamw.org> <7D027046-4344-403F-BD9E-C6362F4DE3F9@adamw.org> In-Reply-To: --1jMuMEOKKwi6c6m9D2TB5qMFj3F7lvxRr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 29/12/2016 =C3=A0 22:11, Timur I. Bakeyev a =C3=A9crit : > On Thu, Dec 29, 2016 at 9:32 PM, Adam Weinberger wrot= e: > >>> On 29 Dec, 2016, at 13:24, Timur I. Bakeyev wrote= : >>> >>>> On Thu, Dec 29, 2016 at 8:52 PM, Adam Weinberger >> wrote: >>>>> On 28 Dec, 2016, at 7:51, Timur I. Bakeyev wrot= e: >>>>> >>>>> Hi, CVB! >>>>> >>>>> At the moment I can't connect to svn.freebsd.org on whatever >> reason... BTW, >>>>> anyone knows, what has changed in recent 12 hours? >>>>> >>>>> You can apply the following patch manually: >>>>> >>>>> With best regards, >>>>> BaT >>>> Timur, >>>> >>>> No packages for samba are being built because configure with the >> default option set fails. Samba can't depend on openldap-sasl if its >> databases/ldb dependency depends on openldap (without sasl). >>>> Either samba needs to depend on openldap without sasl, or ldb needs = to >> depend on openldap-sasl. >>>> # Adam >>> Hi, Adam! >>> >>> I've seen the reports and think to upgrade ldb to work with ldap-sasl= >> version instead. In general, handling of SASL in LDAP package isn't >> graceful, while libraries by themselves are interchangeable, pkg sees = them >> as entirely different ones :( >> >> Agreed, it's really ugly. Does samba require SASL-enabled OpenLDAP? Ke= ep >> in mind that if ldb and samba* require openldap-sasl, then every port = that >> depends on either of them might require adding WANT_OPENLDAP_SASL too.= >> > Luckily, there aren't many ports that directly depend on samba* or ldb*= =2E I > believe most of the time samba is run dependency rather that build > dependency. It is not really a question of not much ports depending on samba or not, the ldap "kind" (sasl or not) should be a global default, not a per port setting. As it is now, you can't install a package that needs ldap, and a package that needs ldap-sasl at the same time. > P.S> I really wonder, what was the problem with svn.freebsd.org(213.138= =2E116.72) > yesterday, so I couldn't connect for half a day. Why do you need to access svn.freebsd.org ? You are a committer, you only need to access repo.freebsd.org. --=20 Mathieu Arnold --1jMuMEOKKwi6c6m9D2TB5qMFj3F7lvxRr-- --ubNDtaMvnTvdEnk8SWgqBVOsHLDXafMgD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYZi7GXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IIy8QAIHnrScIkSkb05nB8rmw8ZS2 QUzLqJL9ewOB8J7RDU+47bGgtPzXWhAylCyPNvjh7PgoFU5FLN1ThKhzT2NmWDkT 58pNmTQXr+3HNC6gW4sUh2r+YjcpSRqDXve578jJT1I2i6OWq47So3Acjvhobg0b nVcf4KfFSaQBmxlc5aTVjD76wdD/dtMNFcUVJ/gXjiY+HV8LyImCd6ckN9vGicrs R7Uwllojt8rllSQfFXIPlGxWZ1gczK4qrlu+XR5gpur/2TVKJ0w6JLhHrfXkrp9s S21+DBhe9TRKobPu6O1OFmMlQZRYwFm3NEuggDzxCDJLsOGrFGeKeDw2SyTFBU4v mQYLghMTiwsIpQHWewIEqeZd/8z2i2/42tkEUqOP8qUrsQ8ycaMEkdYl0dnteGA0 rTB0rwPlmqjokFXUIsyxx3xDkXHnu7INyWsNg4g/V5lCD9KdaI6UVDq1BJJ5qv/N sx13MG6Qtitebq9qg8S+7FvJ8ESM7vARHb8VYhCOgAgG0Dq4XrNfvkAUzrgtdIbC z0H9ZAQRBseUuPR0fVStQBmVF3/yLRXAMrHs3j3HACpUjbCPte5amYx1UbZondnb tFI6DtwZHLyxu64PmQOjmzV78fDk6OIm92LJUvRT/eSfXgdqRbm47krZ+yXUMglV Nnc3VyqBGHeYMCGbfsi6 =Qr/D -----END PGP SIGNATURE----- --ubNDtaMvnTvdEnk8SWgqBVOsHLDXafMgD-- From owner-freebsd-ports@freebsd.org Fri Dec 30 09:56:15 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 69F5BC952EE for ; Fri, 30 Dec 2016 09:56:15 +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 30F71181E for ; Fri, 30 Dec 2016 09:56:15 +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 BBDA7BDD39; Fri, 30 Dec 2016 10:56:11 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 76B36BDD1E; Fri, 30 Dec 2016 10:56:11 +0100 (CET) Subject: Re: PostgreSQL package versioning suggestion To: Thomas Munro , freebsd-ports@freebsd.org References: From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <8f9c38ad-9725-5cac-aa25-e95ffcc57572@FreeBSD.org> Date: Fri, 30 Dec 2016 10:56:10 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="quDh9QR5QvAoj1NLJJoKA8qmqvc44daeI" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 09:56:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --quDh9QR5QvAoj1NLJJoKA8qmqvc44daeI Content-Type: multipart/mixed; boundary="CkaJXERqs99PaUvTXqO6oxE1npusIprAO"; protected-headers="v1" From: Mathieu Arnold To: Thomas Munro , freebsd-ports@freebsd.org Message-ID: <8f9c38ad-9725-5cac-aa25-e95ffcc57572@FreeBSD.org> Subject: Re: PostgreSQL package versioning suggestion References: In-Reply-To: --CkaJXERqs99PaUvTXqO6oxE1npusIprAO Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 30/12/2016 =C3=A0 01:47, Thomas Munro a =C3=A9crit : > Apologies if someone's already addressing these problem, I wasn't sure > where to look. The problem is being addressed starting with 9.6. We cannot fix it for the previous versions as it would break everyone's existing setup. --=20 Mathieu Arnold --CkaJXERqs99PaUvTXqO6oxE1npusIprAO-- --quDh9QR5QvAoj1NLJJoKA8qmqvc44daeI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYZi86XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ID8QP/Apxm+rJk9/9cK3/nF/nSQB4 URgcwsbh6WlbgBMUdkflBufWs21Hh05cHLstnuP6Ek3l43OHTJDnmfJkwn6aSdxc 983IejNYHJzlfWI7T5ytRz0VJZKwjFamDCcgxPt8ZE3VguIvPKU/IoDdRzSmEV6x NBL0PJ7Vp4NKNXT7x3D+MpPsaAQwKbx+KEz/MnLqFc9yevHy/j/2ypRDtz1a8t/2 7UpThGz9vvPi5LICJW5iaQNW9RO6VzKQKS5/19lRZDEG5VJ4nwig1cCN6CsYf7cb 4SY4t+FHEw94mkeOvu+CBWry5HqFXhziQA6m891Whqe4ar6lewi/3RYfQ8VMEoW6 41v6afYJt7vFAR2Y47+w7ncsfNpaiMtI1626iQkH+NOfmQSyVF0wmIx74PJRA0aq D6jbXUq67zYowevpqJTib0+JH/7spPC5IjhU2ek4W4Bcqd07Fn0rJYnNd0yb0o3m K6rW0bhq1vDvgUb/LtjKPbPpYMeeHzheOhreUmI6vIFx7Iy7RknuAegnTrCzQWPH jK+0M/+Ech6DcpzRpWEzgwmUqhW0QRKptWjDKJcUQjg3rXTMpfZ9Xbekm+cZy2YD rBC4vHz7sr02ErtMurIf3+hnOe0uYPazYG65A2RZN1Y+2Znx/IcO6RSdVvzdh+Vb fZYjuMO1QRjHy7UIguLG =smL7 -----END PGP SIGNATURE----- --quDh9QR5QvAoj1NLJJoKA8qmqvc44daeI-- From owner-freebsd-ports@freebsd.org Fri Dec 30 11:52:40 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 D34A2C96F42 for ; Fri, 30 Dec 2016 11:52:40 +0000 (UTC) (envelope-from portscout@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 C04F6194F for ; Fri, 30 Dec 2016 11:52:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BFA34C96F3E; Fri, 30 Dec 2016 11:52:40 +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 BD8CBC96F3D for ; Fri, 30 Dec 2016 11:52:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 B0EBF194E for ; Fri, 30 Dec 2016 11:52:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUBqepM039907 for ; Fri, 30 Dec 2016 11:52:40 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBUBqeWl039906; Fri, 30 Dec 2016 11:52:40 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612301152.uBUBqeWl039906@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 30 Dec 2016 11:52:40 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 11:52:40 -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 ------------------------------------------------+-----------------+------------ net/yaz | 5.19.0 | 5.19.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Fri Dec 30 13:17: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 10D0FC9743C for ; Fri, 30 Dec 2016 13:17:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E169B1894; Fri, 30 Dec 2016 13:17:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3E6B236C8; Fri, 30 Dec 2016 13:17:05 +0000 (UTC) Date: Fri, 30 Dec 2016 13:17:05 +0000 From: Alexey Dokuchaev To: Matthew Seaman Cc: freebsd-ports@freebsd.org Subject: Re: Why standard user mailnull (26:26) is missing from /usr/ports/UIDs? Message-ID: <20161230131705.GA6418@FreeBSD.org> References: <20161229132135.GA90049@FreeBSD.org> <7aebe839-44c5-3e6e-08ca-c64f9c358f92@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7aebe839-44c5-3e6e-08ca-c64f9c358f92@FreeBSD.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 13:17:06 -0000 On Thu, Dec 29, 2016 at 03:31:45PM +0000, Matthew Seaman wrote: > On 29/12/2016 13:21, Alexey Dokuchaev wrote: > > Hence there're two questions: > > > > 1) $subj > > 2) Is it OK to add `mailnull' to /usr/ports/UIDs similar to `smmsp'? Or, > > 3) every port should not abuse default system users and create their own? > > Given the mailnull user exists as part of the base system (and in DFly > too), you don't need to add anything to a generated pkg to create that > UID. So you can just set file ownership to mailnull in pkg-plist or > run daemons as the mailnull user from your rc script without having to > add a USERS or GROUPS line to your port Makefile. Makes sense, thank you Matthew. ./danfe From owner-freebsd-ports@freebsd.org Fri Dec 30 21:09: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 F0C62C983D1 for ; Fri, 30 Dec 2016 21:09:22 +0000 (UTC) (envelope-from munro@penski.net) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (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 C31FF136A for ; Fri, 30 Dec 2016 21:09:22 +0000 (UTC) (envelope-from munro@penski.net) Received: by mail-it0-x233.google.com with SMTP id c20so243108567itb.0 for ; Fri, 30 Dec 2016 13:09:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=penski-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=w6/gnbk1PEkL+ITau6LuSRyZSsX/xmMCYgNnT2ayG00=; b=Mpz5Ri5O8SCknzdpMNsEyvO5Q3q9FKxaguXXuR501EWj27pU6FOYouY04E6L10Egqa WFJXpiqh23adMuAPegba8m98d46ZKnydYENdvffKK8S07mfEr7FAh6o2D9GiiJr5KzTJ tdmiQy4S0n/m18d5lwkbcyTRHjTOgx1g4BD68tIBvDcfiFO/zakfuggwfZJ3OXLK3g4y KNe4SRn70Vo1I+unvh2fFDO+rgQBJc0/lhzKwbqEQU8gq7BQRo+msqeev9mS0+sQl7Zw 0kHuUJjeKCPEbSyZBXW3tC8a+pHJ3nQiybYO+oYvo58MOyP+yK/MbcV49+ibzPdYu1VC cE0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=w6/gnbk1PEkL+ITau6LuSRyZSsX/xmMCYgNnT2ayG00=; b=XyKpgdzdVBEGEveOUECHao7Uzv+/2sYV+W9M1OYW22Pu7/aG/BJWRBtRiL9oZ4S5SD uScBTmtDJcsxR3L8oohxjK6dl6DZiGHzOg2ij8+fyyI4fKh+7847BK681bVyI8kdqwKu KsBB1fmx4bPJcPU3tJ95ba6qhPHUu5tNiKJ+zigQWTaakhkY5QoDe4YOV5Z16a2Sli2E 3h+rt94ZuuHDM+IvaX5SiDcRcw32P/sDpF/0CDD5e4611tCw36iebyu+cN1uWJhgBD0J bMHLIBZFGGB2sSP64Wyb9BMK9i/+w7gm8o6F2rSvq1SLN9LODq9Gfoka8HS90TaK0ogn dIag== X-Gm-Message-State: AIkVDXKPTYW8SZwhg8EkgITH3iOMrzewnPgQ6jLwl9QEAfyhw2HDShIRmKmiVOI0FQtzmVRi8SG8h8LNJo5eXQ== X-Received: by 10.36.130.66 with SMTP id t63mr42022264itd.90.1483132161918; Fri, 30 Dec 2016 13:09:21 -0800 (PST) MIME-Version: 1.0 Sender: munro@penski.net Received: by 10.36.76.15 with HTTP; Fri, 30 Dec 2016 13:09:21 -0800 (PST) X-Originating-IP: [222.152.193.73] In-Reply-To: <8f9c38ad-9725-5cac-aa25-e95ffcc57572@FreeBSD.org> References: <8f9c38ad-9725-5cac-aa25-e95ffcc57572@FreeBSD.org> From: Thomas Munro Date: Sat, 31 Dec 2016 10:09:21 +1300 X-Google-Sender-Auth: YHwuI_YiM_GaQWcCrC2aN51cJkg Message-ID: Subject: Re: PostgreSQL package versioning suggestion To: Mathieu Arnold Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 21:09:23 -0000 On 30 December 2016 at 22:56, Mathieu Arnold wrote: > Le 30/12/2016 =C3=A0 01:47, Thomas Munro a =C3=A9crit : >> Apologies if someone's already addressing these problem, I wasn't sure >> where to look. > > The problem is being addressed starting with 9.6. We cannot fix it for > the previous versions as it would break everyone's existing setup. I am very happy to hear that! Where can I read about that effort? Hmm. Did you mean to write 10? The 9.6 package seems to have the same problem as the rest of them, with binaries and libraries etc installed at the traditional paths that mean only one major version can be installed at a time: munro@obelix $ pkg list postgresql96-server | grep bin/postgres /usr/local/bin/postgres From owner-freebsd-ports@freebsd.org Sat Dec 31 11:18: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 86EE0C99734 for ; Sat, 31 Dec 2016 11:18:21 +0000 (UTC) (envelope-from portscout@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 73845141E for ; Sat, 31 Dec 2016 11:18:21 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 72E1FC99732; Sat, 31 Dec 2016 11:18:21 +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 728FFC99731 for ; Sat, 31 Dec 2016 11:18:21 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 65D86141A for ; Sat, 31 Dec 2016 11:18:21 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVBILxj009231 for ; Sat, 31 Dec 2016 11:18:21 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBVBILKm009230; Sat, 31 Dec 2016 11:18:21 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201612311118.uBVBILKm009230@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 31 Dec 2016 11:18:21 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 11:18:21 -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 ------------------------------------------------+-----------------+------------ net/libvncserver | 0.9.10 | libvncserver-0.9.11 ------------------------------------------------+-----------------+------------ net/yaz | 5.19.0 | 5.19.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 Dec 31 12:10: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 AD92AC980CE for ; Sat, 31 Dec 2016 12:10:16 +0000 (UTC) (envelope-from invitation@vindazo.be) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA3818FB for ; Sat, 31 Dec 2016 12:10:16 +0000 (UTC) (envelope-from invitation@vindazo.be) Received: by mailman.ysv.freebsd.org (Postfix) id 95E04C980CD; Sat, 31 Dec 2016 12:10: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 95708C980CC for ; Sat, 31 Dec 2016 12:10:16 +0000 (UTC) (envelope-from invitation@vindazo.be) Received: from vindazo.be (alert.vindazo.be [144.76.216.109]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC5818FA for ; Sat, 31 Dec 2016 12:10:15 +0000 (UTC) (envelope-from invitation@vindazo.be) Received: from Ubuntu-1310-saucy-64-minimal (localhost [127.0.0.1]) by vindazo.be (Postfix) with ESMTP id 848C0421AB7 for ; Sat, 31 Dec 2016 13:10:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=vindazo.be; s=mail; t=1483186214; bh=sE2NZPzl9Q8r5DVJO8VPt2x3BE5JFlG7fV+IyGt1M2E=; h=Subject:From:To:Date:From; b=pz4zaTPa5dLPLiF0uH9V8I4YMKmHeP3vrHNR8oTRQE+hCg5pWFe0e+bmgjWL/nTB7 pMczx+gBZgzSZzMmPlYuLxB+wExoUMSyGI9v6ou7x0bT6GFnPtXu/sNCne7HkdaE5Y xU4TNk4zvvns/PUctH1YQtvWuXKZurgfoLSI0exQ= MIME-Version: 1.0 Subject: Uitnodiging via Vindazo - ports@freebsd.org From: invitation@vindazo.be To: ports@freebsd.org Date: Sat, 31 Dec 2016 12:10:14 -0000 Message-ID: <20161231121014.5670.1029@Ubuntu-1310-saucy-64-minimal> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 12:10:16 -0000 Uitnodiging via Vindazo Alle vacatures, eenvoudig en snel Activeer uw Jobalert (vacatures per E-mail), Online CV, Zoekgeschiedenis, Favorieten Uitnodiging aanvaarden http://www.vindazo.be/invitation/activation/?q=99836ee541870b3c3b6a479b715020263c6de46e Deze e-mail werd verzonden via de website van Vindazo. De uitgever van de website kan niet garanderen dat de e-mail daadwerkelijk werd verzonden door de afzender Wenst u geen uitnodiging meer te ontvangen via Vindazo, dan kunt u uitnodigingen annuleren. http://www.vindazo.be/invitation/unsubscribe/?q=99836ee541870b3c3b6a479b715020263c6de46e From owner-freebsd-ports@freebsd.org Sat Dec 31 18:07: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 C10BFC997A3 for ; Sat, 31 Dec 2016 18:07:59 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AFFAC11B2 for ; Sat, 31 Dec 2016 18:07:59 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id AC8ADC997A1; Sat, 31 Dec 2016 18:07:59 +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 AA797C9979F for ; Sat, 31 Dec 2016 18:07:59 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from portsindexbuild.ysv.freebsd.org (portsindexbuild.ysv.freebsd.org [IPv6:2001:1900:2254:206a::16:6601]) (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 824C511B1 for ; Sat, 31 Dec 2016 18:07:59 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from portsindexbuild.ysv.freebsd.org ([127.0.1.2]) by portsindexbuild.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVI7xRU078953 for ; Sat, 31 Dec 2016 18:07:59 GMT (envelope-from indexbuild@portsindexbuild.ysv.freebsd.org) Received: (from indexbuild@localhost) by portsindexbuild.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBVI7x9q078952 for ports@FreeBSD.org; Sat, 31 Dec 2016 18:07:59 GMT (envelope-from indexbuild) Date: Sat, 31 Dec 2016 18:07:59 GMT From: Ports Index build Message-Id: <201612311807.uBVI7x9q078952@portsindexbuild.ysv.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 9.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 18:07:59 -0000 INDEX build failed with errors: Generating INDEX-9 - please wait.."/usr/share/mk/bsd.init.mk", line 12: Unknown directive Unknown modifier 'U' "/usr/share/mk/bsd.compiler.mk", line 38: Malformed conditional (${MK_CCACHE_BUILD:Uno} == "yes" && !make(showconfig) && (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "")) "/usr/share/mk/bsd.compiler.mk", line 107: missing `in' in for X_ in CC $${_empty_var_} XCC X_ "/usr/share/mk/bsd.compiler.mk", line 108: Malformed conditional (${cc} == "CC" || !empty(XCC)) Unknown modifier 'h' Error expanding embedded variable. "Makefile", line 22: warning: "fmake -f "/home/indexbuild/tindex/ports/www/tclhttpd/files/Makefile.lib" -V SHLIB_NAME" returned non-zero status Done. make_index: /home/indexbuild/tindex/ports/x11-toolkits/linux-f10-blt: no entry for /home/indexbuild/tindex/ports/lang/linux-f10-tcl85 Committers on the hook: jbeich jhale rene sunpoet swills tota Most recent SVN update was: Updating '.': U MOVED D databases/linux-f10-sqlite3 D databases/rubygem-dm-devise U databases/Makefile D devel/linux-f10-libglade2 D devel/rubygem-devise-async-rails4 D devel/jtag D devel/p5-Parse-CPAN-Meta D devel/linux-f10-dbus-glib D devel/rubygem-devise-async D devel/rubygem-sprockets211 D devel/linux-f10-dbus-libs D devel/linux-f10-nspr D devel/linux-f10-sdl12 D devel/linux-f10-ncurses-base D devel/linux-f10-devtools D devel/linux-f10-allegro D devel/linux-f10-libsigc++20 U devel/Makefile U devel/git-cinnabar/Makefile U devel/git-cinnabar/distinfo U devel/py-game_sdl2/Makefile U devel/py-game_sdl2/distinfo U devel/renpy/Makefile U devel/renpy/distinfo U devel/git-lfs/Makefile D net/linux-f10-nss_ldap D net/iet D net/linux-f10-openldap U net/Makefile D sysutils/linux-f10-procps D sysutils/geomgui D sysutils/screen-legacy D sysutils/ntfsprogs U sysutils/Makefile U sysutils/fusefs-rar2fs/Makefile U sysutils/testdisk/Makefile U sysutils/rubygem-smart_proxy_salt/Makefile U sysutils/rubygem-smart_proxy_salt/distinfo U sysutils/rubygem-smart_proxy_chef/Makefile U sysutils/rubygem-smart_proxy_chef/distinfo D www/rubygem-jekyll2 U www/Makefile U www/wt/Makefile A www/wt/files/patch-src_Wt_Render_CssParser.C D archivers/linux-f10-ucl D archivers/linux-f10-upx U archivers/libunrar4/Makefile U archivers/Makefile D audio/linux-f10-pulseaudio-libs D audio/linux-f10-arts D audio/linux-f10-alsa-plugins-oss D audio/linux-f10-alsa-lib D audio/linux-f10-openal-soft D audio/linux-f10-esound D audio/linux-f10-libogg D audio/linux-f10-nas-libs D audio/linux-f10-libvorbis D audio/linux-f10-freealut D audio/linux-f10-mikmod D audio/linux-f10-sdl_mixer D audio/linux-f10-openal D audio/linux-f10-libaudiofile U audio/mp3c/Makefile U audio/Makefile U LEGAL D accessibility/linux-f10-atk U accessibility/Makefile D dns/linux-f10-libasyncns U dns/Makefile D emulators/linux_base-f10 D emulators/linux-f10 U emulators/Makefile U emulators/citra/Makefile U emulators/citra/distinfo D ftp/linux-f10-curl U ftp/Makefile D games/dsnake U games/Makefile U games/openbor/Makefile U games/openbor/distinfo D graphics/linux-f10-tiff D graphics/linux-f10-ungif D graphics/linux-f10-libGLU D graphics/linux-f10-sdl_image D graphics/linux-f10-imlib D graphics/linux-f10-sdl_ttf D graphics/linux-f10-glew D graphics/linux-f10-cairo D graphics/linux-f10-gdk-pixbuf D graphics/linux-f10-png D graphics/linux-f10-jpeg D graphics/linux-f10-dri D graphics/linux-f10-libmng U graphics/Makefile D lang/perl5.18 D lang/linux-f10-tcl85 D lang/linux-f10-libg2c U lang/Makefile D multimedia/linux-f10-libtheora D multimedia/linux-f10-libv4l U multimedia/Makefile U multimedia/mpc-qt/Makefile U multimedia/mpc-qt/distinfo D print/linux-f10-cups-libs U print/Makefile D security/linux-f10-libssh2 D security/linux-f10-nss D security/linux-f10-libgpg-error D security/linux-f10-libtasn1 D security/linux-f10-openssl D security/linux-f10-gnutls D security/linux-f10-cyrus-sasl2 D security/linux-f10-libgcrypt U security/Makefile D textproc/linux-f10-scim-libs D textproc/linux-f10-scim-gtk D textproc/linux-f10-aspell D textproc/linux-f10-libxml2 D textproc/linux-f10-expat U textproc/Makefile U textproc/rubygem-elasticsearch/Makefile U textproc/rubygem-elasticsearch/distinfo U textproc/rubygem-elasticsearch-api/Makefile U textproc/rubygem-elasticsearch-api/distinfo U textproc/rubygem-elasticsearch-transport/Makefile U textproc/rubygem-elasticsearch-transport/distinfo U textproc/rubygem-nokogumbo/Makefile U textproc/rubygem-nokogumbo/distinfo D x11/linux-f10-xorg-libs U x11/Makefile D x11-fonts/linux-f10-fontconfig U x11-fonts/Makefile D x11-themes/linux-f10-hicolor-icon-theme D x11-themes/linux-f10-qtcurve-gtk2 U x11-themes/Makefile D x11-toolkits/linux-f10-openmotif D x11-toolkits/linux-f10-gtk2 D x11-toolkits/linux-f10-pango D x11-toolkits/linux-f10-qt45 U x11-toolkits/Makefile U Mk/Uses/perl5.mk U Mk/Uses/linux.mk U Mk/bsd.default-versions.mk U converters/R-cran-jsonlite/Makefile U converters/R-cran-jsonlite/distinfo Updated to revision 430147. From owner-freebsd-ports@freebsd.org Sat Dec 31 21:08: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 9A139C982B2 for ; Sat, 31 Dec 2016 21:08:19 +0000 (UTC) (envelope-from indexbuild@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 88CC910D7 for ; Sat, 31 Dec 2016 21:08:19 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 881E2C982B0; Sat, 31 Dec 2016 21:08:19 +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 87C47C982AE for ; Sat, 31 Dec 2016 21:08:19 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from portsindexbuild.ysv.freebsd.org (portsindexbuild.ysv.freebsd.org [IPv6:2001:1900:2254:206a::16:6601]) (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 62DBC10D6 for ; Sat, 31 Dec 2016 21:08:19 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from portsindexbuild.ysv.freebsd.org ([127.0.1.2]) by portsindexbuild.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVL8JtP033192 for ; Sat, 31 Dec 2016 21:08:19 GMT (envelope-from indexbuild@portsindexbuild.ysv.freebsd.org) Received: (from indexbuild@localhost) by portsindexbuild.ysv.freebsd.org (8.15.2/8.15.2/Submit) id uBVL8JQv033189 for ports@FreeBSD.org; Sat, 31 Dec 2016 21:08:19 GMT (envelope-from indexbuild) Date: Sat, 31 Dec 2016 21:08:19 GMT From: Ports Index build Message-Id: <201612312108.uBVL8JQv033189@portsindexbuild.ysv.freebsd.org> To: ports@FreeBSD.org Subject: INDEX now builds successfully on 9.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 21:08:19 -0000 From owner-freebsd-ports@freebsd.org Sat Dec 31 21:46: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 16405C98FF0 for ; Sat, 31 Dec 2016 21:46:50 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id F1D1116DD for ; Sat, 31 Dec 2016 21:46:49 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id EE42AC98FEF; Sat, 31 Dec 2016 21:46:49 +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 EDE3BC98FEE for ; Sat, 31 Dec 2016 21:46:49 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward17m.cmail.yandex.net (forward17m.cmail.yandex.net [IPv6:2a02:6b8:b030::9e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7009416DC for ; Sat, 31 Dec 2016 21:46:49 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [IPv6:2a02:6b8:0:801::ac]) by forward17m.cmail.yandex.net (Yandex) with ESMTP id A973D20E75 for ; Sun, 1 Jan 2017 00:46:45 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id 8D7BD3EC0D54 for ; Sun, 1 Jan 2017 00:46:45 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id R0nRdhs3Tz-khYmR9pR; Sun, 01 Jan 2017 00:46:44 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1483220804; bh=CZQLmwzM5bMmHrc+n36mahVNwrGBswyR/FFF+H6MHws=; h=Message-ID:Subject:From:To:Date; b=T1Dgr87lNtdhs+B9+x5xoy/bzv1eboPXU4teOUggvM39dsmDLhqlphquOXujgQv9u grkv5Zt7OZQ9P+zz3yHJhp3piaIlgOVwNhF5T5QVA5vCHdMUtoNRARU86KwhYqzCIk xHsM8pkaFE48xE29kQ9+YSwFaBqBxMKhOxflyjLM= Authentication-Results: smtp2j.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 Message-ID: <1483220783.1715.3.camel@yandex.com> Subject: libwraster From: Stari Karp To: FreeBSD Ports Date: Sat, 31 Dec 2016 16:46:23 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 21:46:50 -0000 Hi! I try to install WindowMaker with Synth on FreeBSD 11-RELEASE (amd64) and I have a problem with libwraster: ************* 1 warning generated. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DNDEBUG -D_XOPEN_SOURCE=700 -DFREEBSD -I/usr/local/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 -pipe - fstack-protector -fno-strict-aliasing -Wall -Wextra -Wno-sign-compare -Wno-deprecated -Wno-deprecated-declarations -MT load_magick.lo -MD -MP -MF .deps/load_magick.Tpo -c load_magick.c -o load_magick.o >/dev/null 2>&1 mv -f .deps/load_magick.Tpo .deps/load_magick.Plo --- libwraster.la --- /bin/sh ../libtool  --tag=CC    --mode=link cc -I/usr/local/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 -pipe  -fstack-protector -fno-strict- aliasing -Wall -Wextra -Wno-sign-compare -Wno-deprecated -Wno- deprecated-declarations  -versi on-info 5:0:0  -Wl,--version-script=libwraster.map -L/usr/local/lib -fstack-protector -o libwraster.la -rpath /usr/local/lib raster.lo alpha_combine.lo draw.lo color.lo  load.lo save.lo gradient.lo xpixmap.lo convert.lo context.lo  misc.lo scale.lo rotate.lo flip.lo convolve.lo sav e_xpm.lo  xutil.lo load_ppm.lo load_gif.lo load_jpeg.lo  load_png.lo load_tiff.lo load_xpm.lo   load_webp.lo load_magick.lo -L/usr/local/lib -L/usr/local/lib  -L/usr/local/lib  -lXpm -lpng -ljpeg -lgif -ltiff -lwebp -L/usr/local/lib -lMagickWand-6 -lMagickCore-6   -lX11  -lXext -lX mu -lm -lkvm libtool: link: cc -shared  -fPIC -DPIC  .libs/raster.o .libs/alpha_combine.o .libs/draw.o .libs/color.o .libs/load.o .libs/save.o .libs/gradient.o .libs/xpixmap.o .libs/convert.o .libs/context.o .libs/misc.o .libs/scale.o .libs/rotate.o .libs/flip.o .libs/convolve.o .libs/save_xpm. o .libs/xutil.o .libs/load_ppm.o .libs/load_gif.o .libs/load_jpeg.o .libs/load_png.o .libs/load_tiff.o .libs/load_xpm.o .libs/load_webp.o .libs/load_magick.o   -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lXpm -lpng -ljpeg -lgif -ltiff -lwebp /usr/l ocal/lib/libMagickWand-6.so /usr/local/lib/libMagickCore-6.so -lX11 -lXext -lXmu -lm -lkvm  -fopenmp -O2 -fstack-protector -Wl,--version- script=libwraster.map -fstack-protector   -fopenmp -pthread -Wl,-soname -Wl,libwraster.so.5 -o .libs/libwraster.so.5.0.0 /usr/bin/ld: cannot find -lomp cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libwraster.la] Error code 1 make[2]: stopped in /construction/xports/x11- wm/libwraster/work/WindowMaker-0.95.7/wrlib 1 error make[2]: stopped in /construction/xports/x11- wm/libwraster/work/WindowMaker-0.95.7/wrlib *** [all-recursive] Error code 1 make[1]: stopped in /construction/xports/x11- wm/libwraster/work/WindowMaker-0.95.7/wrlib 1 error make[1]: stopped in /construction/xports/x11- wm/libwraster/work/WindowMaker-0.95.7/wrlib ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/x11-wm/libwraster -------------------------------------------------- --  Termination -------------------------------------------------- Thank you. From owner-freebsd-ports@freebsd.org Sat Dec 31 21:55: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 5C387C992ED for ; Sat, 31 Dec 2016 21:55:50 +0000 (UTC) (envelope-from alert@vindazo.be) 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 48E021D67 for ; Sat, 31 Dec 2016 21:55:50 +0000 (UTC) (envelope-from alert@vindazo.be) Received: by mailman.ysv.freebsd.org (Postfix) id 48240C992EC; Sat, 31 Dec 2016 21:55: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 47BE3C992EA for ; Sat, 31 Dec 2016 21:55:50 +0000 (UTC) (envelope-from alert@vindazo.be) Received: from vindazo.be (alert.vindazo.be [144.76.216.109]) by mx1.freebsd.org (Postfix) with ESMTP id EB8521D66 for ; Sat, 31 Dec 2016 21:55:49 +0000 (UTC) (envelope-from alert@vindazo.be) Received: from Ubuntu-1310-saucy-64-minimal (localhost [127.0.0.1]) by vindazo.be (Postfix) with ESMTP id 160A7420DDA for ; Sat, 31 Dec 2016 22:55:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=vindazo.be; s=mail; t=1483221348; bh=ePokbhiWJ/KFrGCNhFzhGPe0Ck+qFEn538nVDpP9r3U=; h=Subject:From:To:Date:From; b=EXS1GYuHDcNAWjS/BiAiVj2h8KJ72cTZYb0BDgHhl+A6WEKp5+AVQ6tbyHVjk1LwU 8JKIlr8vLGMbsrYGKoY+D9oStGe4Qi+8opZmHVmxxX0gvM0V+qgX5XKfTplGzHkrsC HmU616FTQ0G8KbomwSRQTIb5Hd1SAYDIvAO30hLI= Subject: Nieuwe vacatures voor verkoper 2016-12-31 From: alert@vindazo.be To: ports@freebsd.org Date: Sat, 31 Dec 2016 21:55:48 -0000 Message-ID: <20161231215548.29773.58824@Ubuntu-1310-saucy-64-minimal> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 21:55:50 -0000 From owner-freebsd-ports@freebsd.org Sat Dec 31 23:20:52 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 07951C99AED for ; Sat, 31 Dec 2016 23:20:52 +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 DA93D1244 for ; Sat, 31 Dec 2016 23:20:51 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D9D25C99AEC; Sat, 31 Dec 2016 23:20: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 D971FC99AEB for ; Sat, 31 Dec 2016 23:20:51 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) (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 75C9D1242 for ; Sat, 31 Dec 2016 23:20:51 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-wm0-f41.google.com with SMTP id k184so186068707wme.1 for ; Sat, 31 Dec 2016 15:20:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=bE6Q8cZu1DQ7x+bY/vyMh4BXH2YEPZXPE2oMOmZQgMg=; b=BTWYIQ4T7tPFwABYXRqQaGstWugGsy6ckmGLj1XpgqEMYw2HX2t6uZGgnFYVynjKFA mQuV/a1JjZUGgm/ofJAafqQzeSNoKozaF+udu1nS34gY5Hed/3FDj+M2rPr1tO11uKYR TppSJxGSzaRFbNZfjjoYNyFd8ZXxtwSshcsdGSWs5fx3dLAw5ZJn4X/1qTnzyIEvzbPQ ivrg7tx+JOeQ4rhRE3Xc5F7JajLw/a8rXOz2wTzeU1CHlFHWvJ8nQ80glPsyEks8Cn0o SJlOW18YdNbrtb8pKBTuqfMMayWA2zspZUC5tiyBDFLAmdpvi7dEA1n1qXx8uhkLeIUK hPUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=bE6Q8cZu1DQ7x+bY/vyMh4BXH2YEPZXPE2oMOmZQgMg=; b=EoDd9zmRWZjjwjvfry6IUhnZtdaPdeuoPpYLO749LTe5DM30Qn00fJGbSHiDDaBjL+ O5cHRwzqjL2bn8BsCg14yIMa8j/R9sf0jePRiFVTCvuv7huw7gNsKq+81QY5fan1E74E 4CGFaOtDIiEl8bs0FDVlRAS7tz0lfwLAX8XixWWzkHJHZqLYePwxAdMD/D3POt/Edj0H /uJi/xIZ0X1nlSc31sedbkbsQp86RP6dO5R7mThaowQkFnJuAaNg7xx6iNPaD7iOiQC+ YpHB9SV2vgfQMKK2+p6sjEWoywZfNlc/OrusawJbjnDo3fbuMemudSADsfekpe7LyTFj OpBg== X-Gm-Message-State: AIkVDXLOlvMZ50EwIZ67C8755+HUCijKJRZPNGR8pXH27c3GNO7V0yZ6gzoqK9AKhwewW6eI8b7tUaFjMFm+9A== X-Received: by 10.28.6.147 with SMTP id 141mr49276929wmg.98.1483226388644; Sat, 31 Dec 2016 15:19:48 -0800 (PST) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.28.51.78 with HTTP; Sat, 31 Dec 2016 15:19:48 -0800 (PST) In-Reply-To: <1483220783.1715.3.camel@yandex.com> References: <1483220783.1715.3.camel@yandex.com> From: Kevin Oberman Date: Sat, 31 Dec 2016 15:19:48 -0800 X-Google-Sender-Auth: 0c-RgA8MHRcHFWvfCD3gRl5B3ag Message-ID: Subject: Re: libwraster To: Stari Karp Cc: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 23:20:52 -0000 On Sat, Dec 31, 2016 at 1:46 PM, Stari Karp wrote: > Hi! > > I try to install WindowMaker with Synth on FreeBSD 11-RELEASE (amd64) > and I have a problem with libwraster: > > ************* > 1 warning generated. > libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include > -I/usr/local/include -I/usr/local/include -I/usr/local/include -DNDEBUG > -D_XOPEN_SOURCE=700 -DFREEBSD -I/usr/local/include/ImageMagick-6 > -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 > -pipe - > fstack-protector -fno-strict-aliasing -Wall -Wextra -Wno-sign-compare > -Wno-deprecated -Wno-deprecated-declarations -MT load_magick.lo -MD -MP > -MF .deps/load_magick.Tpo -c load_magick.c -o load_magick.o >/dev/null > 2>&1 > mv -f .deps/load_magick.Tpo .deps/load_magick.Plo > --- libwraster.la --- > /bin/sh ../libtool --tag=CC --mode=link cc > -I/usr/local/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 > -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 -pipe -fstack-protector -fno-strict- > aliasing -Wall -Wextra -Wno-sign-compare -Wno-deprecated -Wno- > deprecated-declarations -versi > on-info 5:0:0 -Wl,--version-script=libwraster.map -L/usr/local/lib > -fstack-protector -o libwraster.la -rpath /usr/local/lib raster.lo > alpha_combine.lo draw.lo color.lo load.lo save.lo gradient.lo > xpixmap.lo convert.lo context.lo misc.lo scale.lo rotate.lo flip.lo > convolve.lo sav > e_xpm.lo xutil.lo load_ppm.lo load_gif.lo load_jpeg.lo load_png.lo > load_tiff.lo load_xpm.lo load_webp.lo load_magick.lo -L/usr/local/lib > -L/usr/local/lib -L/usr/local/lib -lXpm -lpng -ljpeg -lgif -ltiff > -lwebp -L/usr/local/lib -lMagickWand-6 -lMagickCore-6 -lX11 -lXext > -lX > mu -lm -lkvm > libtool: link: cc -shared -fPIC -DPIC .libs/raster.o > .libs/alpha_combine.o .libs/draw.o .libs/color.o .libs/load.o > .libs/save.o .libs/gradient.o .libs/xpixmap.o .libs/convert.o > .libs/context.o .libs/misc.o .libs/scale.o .libs/rotate.o .libs/flip.o > .libs/convolve.o .libs/save_xpm. > o .libs/xutil.o .libs/load_ppm.o .libs/load_gif.o .libs/load_jpeg.o > .libs/load_png.o .libs/load_tiff.o .libs/load_xpm.o .libs/load_webp.o > .libs/load_magick.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath > -Wl,/usr/local/lib -L/usr/local/lib -lXpm -lpng -ljpeg -lgif -ltiff > -lwebp /usr/l > ocal/lib/libMagickWand-6.so /usr/local/lib/libMagickCore-6.so -lX11 > -lXext -lXmu -lm -lkvm -fopenmp -O2 -fstack-protector -Wl,--version- > script=libwraster.map -fstack-protector -fopenmp -pthread -Wl,-soname > -Wl,libwraster.so.5 -o .libs/libwraster.so.5.0.0 > /usr/bin/ld: cannot find -lomp > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** [libwraster.la] Error code 1 > > make[2]: stopped in /construction/xports/x11- > wm/libwraster/work/WindowMaker-0.95.7/wrlib > 1 error > > make[2]: stopped in /construction/xports/x11- > wm/libwraster/work/WindowMaker-0.95.7/wrlib > *** [all-recursive] Error code 1 > > make[1]: stopped in /construction/xports/x11- > wm/libwraster/work/WindowMaker-0.95.7/wrlib > 1 error > > make[1]: stopped in /construction/xports/x11- > wm/libwraster/work/WindowMaker-0.95.7/wrlib > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the > failure to > the maintainer. > *** Error code 1 > > Stop. > make: stopped in /xports/x11-wm/libwraster > > > > -------------------------------------------------- > -- Termination > -------------------------------------------------- > > Thank you. libomp is a part of llvm. What, if any version of llvm is installed by synth during the build? Also, what version of FreeBSD? -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683