Date: Fri, 19 Feb 2016 16:45:33 +0000 From: "Securityt Upgrade" <verify@promailservices.com> To: ports@FreeBSD.org Subject: Security Update Code:SYUK0303
| raw e-mail | index | archive | help
= Dear ports@FreeBSD.org Your mailbox quota is full. This may lead to email system failure and you will not be able to receive m= ore mails henceforth. To continue using your mailbox, you need to upgrade your mailbox quota imme= diatey. This service is free. = = Upgrade Mailbox Quota Here = Once your account upgrade is completed, your mailbox will work effectively. = Mail Center 2016=20 From owner-freebsd-ports@freebsd.org Fri Feb 19 19:16:54 2016 Return-Path: <owner-freebsd-ports@freebsd.org> 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 5CA55AAE335 for <freebsd-ports@mailman.ysv.freebsd.org>; Fri, 19 Feb 2016 19:16:54 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF2C1307 for <freebsd-ports@freebsd.org>; Fri, 19 Feb 2016 19:16:54 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id C5CCA5A9F2A; Fri, 19 Feb 2016 19:16:46 +0000 (UTC) Date: Fri, 19 Feb 2016 19:16:46 +0000 From: Brooks Davis <brooks@freebsd.org> To: "Derek (freebsd lists)" <482254ac@razorfever.net> Cc: freebsd-ports@freebsd.org Subject: Re: Pulling from github as a vendorized dependency in poudriere Message-ID: <20160219191646.GA75742@spindle.one-eyed-alien.net> References: <56C706D0.2000006@razorfever.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <56C706D0.2000006@razorfever.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 19 Feb 2016 19:16:54 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 19, 2016 at 07:13:04AM -0500, Derek (freebsd lists) wrote: > Hi, >=20 > I'm attempting to port a project over, and it is dependent on a=20 > "vendorizing" program, which then pulls in the source of the=20 > dependencies to build. (The final artifact is statically linked,=20 > so there shouldn't be a problem as far as installing unversioned=20 > libraries outside of the package/ports framework, for example.) >=20 > My port works fine in my local ports tree, and also I can build=20 > the project by hand without the port no problem. >=20 > When I try to use poudriere testport, and it's time to pull in=20 > the dependencies (as part of a build step), I get: >=20 > fatal: unable to access 'https://github.com/foo/bar': Couldn't=20 > connect to server >=20 > Is there something in poudriere that makes the network special?=20 > i.e. do build scripts not have network access in that context? >=20 > I can provide more specifics on my project: >=20 > - The vendorizing program is "gb vendor" > - I have PATCH_DEPENDS on gb, and git > - The pre-patch step runs `make deps`, a target which ultimately=20 > runs `gb vendor restore`, the step that gives the error message,=20 > and the build fails >=20 > I can provide more detail, but would like to know if I'm doing=20 > something horribly wrong first (i.e. trying to access the network=20 > with gb as a make target, versus some other way to do this). When you run "gb vendor", what stage does that happen in? IIRC poudriere only configures network access during the fetch stage so you must find a way to run it as part of the fetch process or capture and emulate its result. -- Brooks --liOOAslEiF7prFVr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWx2odAAoJEKzQXbSebgfAxDsH/3CGUp6IVyTSVQ+52MRB1cYx KexCMKCM3cFMjmcxEaUbhOiB3UYI5gWuzzzOIKcm/gFJwICsA7F9x10JI5nR58sC TAoThalyZB8FaJnmlmoLTXedCQIAUtm9C4Io8moC7L/S3h8rKtVLYDkQC751Cf8g OyN/YvV7VEPQEcOBYMmSCCpis6kvEnehyoBzsAWIOKBjay8Kjd49Kae9SH/WH9A0 F3cnmdWeXvv7HthpwSQaySbPWt1m3gopnsRPjnXL6Wg5nAfNuxoopJS9EHyfHUYn bCB5QQovbFtkC3++xEqj7FDWUkSFguKxX6TlodN4xevGbpK6IrXs8QVSXwJ/NlU= =xkSr -----END PGP SIGNATURE----- --liOOAslEiF7prFVr--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>