Re: ports-mgmt/poudriere-devel, lang/rust (for example), and USE_TMPFS that includes wrkdir (or yes)

2021-05-12 Thread Bryan Drewery
s > in the tmpfs earn the end of the builder's activity. > (This is a amd64 context with 128 GiBytes of RAM and > 192 GiBytes of swapping/paging space.) > > === > Mark Millard > marklmi at yahoo.com > ( dsl-only.net went > away in early 2018-Mar) > -- Regards, Bryan Drewery OpenPGP_signature Description: OpenPGP digital signature

Re: poudriere overlays build failed with xargs: illegal option -- e

2020-05-15 Thread Bryan Drewery
t; *** Error code 1 I suspect somewhere ${REINPLACE_CMD} or ${SED} or ${FRAMEWORK_REINPLACE_CMD} is misspelled or not set. Perhaps your overlay is outdated and one of these is not set. You could try this in your poudriere.conf to get more debugging (untested): PORT_FLAGS="-dlx"

Re: Flavors *COMPLETELY* break the port system (synth and poudriere are useless)

2017-12-05 Thread Bryan Drewery
want to add such a feature to Poudriere as well eventually. -- Regards, Bryan Drewery bdrewery@freenode/EFNet ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Welcome flavors! portmaster now dead? synth?

2017-12-05 Thread Bryan Drewery
s as well. -- Regards, Bryan Drewery bdrewery@freenode/EFNet ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Working on FLAVOR support in portmaster

2017-12-05 Thread Bryan Drewery
Regards, Bryan Drewery bdrewery@freenode/EFNet ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: poudriere jail -c -j JNAME -m null -M PREBUILT-WORLD-PATH -S /usr/src -v 12.0-CURRENT complains about "DIrectory not empty" for PREBUILT-WORLD-PATH

2017-12-04 Thread Bryan Drewery
below.] This and the -S issue should both be fixed in poudriere-devel-3.2.99.20171204_1 I will release it to 3.2.3 later today. Please let me know if it works for you. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: poudriere jail -c -j JNAME -m null -M PREBUILT-WORLD-PATH -S /usr/src -v 12.0-CURRENT complains about "DIrectory not empty" for PREBUILT-WORLD-PATH

2017-12-04 Thread Bryan Drewery
[ "${JAILMNT}" = "/" ] && \ > err 1 "Cannot use / for -M" > fi > . . . > SRC_BASE="${JAILMNT}/usr/src" > > case ${METHOD} in > . . . > null) > JAILFS=none > FCT= > ;; > esac > > if [ "${JAILFS}" != "none" ]; then > [ -d "${JAILMNT}" ] && \ > err 1 "Directory ${JAILMNT} already exists" > fi > > createfs ${JAILNAME} ${JAILMNT} ${JAILFS:-none} > . . . > > > > === > Mark Millard > markmi at dsl-only.net > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports

2017-11-15 Thread Bryan Drewery
On 11/15/2017 11:57 AM, Lev Serebryakov wrote: > On 15.11.2017 22:27, Bryan Drewery wrote: > >>> % make WRKDIRPREFIX='' extract >>> make[1]: don't know how to make >>> /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subversion._usr_

Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports

2017-11-15 Thread Bryan Drewery
On 11/15/2017 11:08 AM, Lev Serebryakov wrote: > On 15.11.2017 21:07, Bryan Drewery wrote: > >> First, using "WRKDIRPREFIX=''" doesn't seem like a "supported feature". >> If there's docs or a specific commit to support such a thing then

Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports

2017-11-15 Thread Bryan Drewery
/root/svn/ports/devel/subversion/work Given it is just prepended onto WRKDIR I see no reason it would be different with the FLAVORS work; the code should just work. > ./bsd.port.mk:# WRKDIRPREFIX- The place to root the temporary working > directory > ./bsd.port.mk:# Default: > ${WRKDIRPREFIX}${.CURDIR}/work > ./bsd.port.mk:WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/${_WRKDIR} -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: how to code Makefile to add script to periodic/daily

2017-11-14 Thread Bryan Drewery
ocumentation or provide an example. > > Thanks It's just a file, nothing too special needed. ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKSRC}/40.blah ${STAGEDIR}${PREFIX}/etc/periodic/daily/ pkg-plist: etc/periodic/daily/40.blah -- Regards, Bryan Drewe

Re: Heads up: Poudriere changed default options dir

2017-11-14 Thread Bryan Drewery
efore the 'mkdir -p' it does which causes bulk to get an empty option set on the next run. It's bitten quite a few people already, probably 6+ that I know of. I am tempted to just revert it but I think it is useful for some which is why I'll go the interactive route (when in a TTY). -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

FYI about native-xtools / Poudriere jail -x change in head

2017-10-30 Thread Bryan Drewery
s own source after r325001. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: poudriere cross building to arm64.aarch64: Don't know how to make native-xtools

2017-06-10 Thread Bryan Drewery
need a source checkout matching your current system there and having already done a 'make buildworld' for it. This is a bug in the native-xtools build that poudriere is working around until it is fixed. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: (head users) 64-bit inodes: Packages heads up and Poudriere errors

2017-05-26 Thread Bryan Drewery
On 5/26/2017 8:20 AM, Bryan Drewery wrote: > For those running FreeBSD head, the ABI was majorly changed in r318736 > for 64-bit inodes. This change was *backwards compatible* but not > *forward compatible*. This is normal and expected. > > For Pkg users: > > You are ad

(head users) 64-bit inodes: Packages heads up and Poudriere errors

2017-05-26 Thread Bryan Drewery
ld less often and only when someone updates __FreeBSD_version. This is more proper and we should strive to update this only as needed to rebuild things. 2. Fix -m src= *not* rebuilding packages after the recent ABI breakage. If your jail uses -m src= I recommend forcifully doing a bulk -c

Re: poudriere 3.1.15 and 3.1.16 builders get stuck in {balancing,clean}_pool status

2017-03-22 Thread Bryan Drewery
timestamp-exit-on-eof.diff > > I believe I created the poudriere setup with 3.1.14 or maybe even > 3.1.13. (It was only created within the last couple weeks.) > > If more information is needed to diagnose this, please let me know. > > Thanks, > Naram Qashat -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: HEADSUP: FLAVORS (initial version) and subpackages proposals

2017-02-15 Thread Bryan Drewery
lementation, that pretty much works with your patches as well. I am working to resolve the DEPENDS_ARGS bug first, which also fixes allowing the same ORIGIN into the queue multiple times. Once that is done, then FLAVORS can be supported in Poudriere. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: please fix the pkg downloads system

2017-02-15 Thread Bryan Drewery
32891) and > half of another (433120) because the newest snapshot of the pkgs was > replaced half way through my process of downloading a large set of packages. Yup it is an annoying issue. https://github.com/freebsd/pkg/issues/988 is the tracking bug for it. Ideas and patches we

Re: Expulsion of John Marino - reasons and impact?

2017-02-14 Thread Bryan Drewery
On 2/14/2017 2:58 PM, Michael Gmelin wrote: >> On 14 Feb 2017, at 22:16, Bryan Drewery wrote: >>> On 2/14/2017 12:50 PM, Dewayne Geraghty wrote: >>> https://svnweb.freebsd.org/ports?view=revision&revision=433827 >> I think that commit message combined with >&g

Re: Expulsion of John Marino - reasons and impact?

2017-02-14 Thread Bryan Drewery
sion=433856 This commit may have been an error and is being discussed. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: [ports/security/openssh-portable] Fix SCTP patch

2017-01-13 Thread Bryan Drewery
On 1/13/17 1:31 PM, Bryan Drewery wrote: > On 12/27/16 9:39 PM, sor...@cydem.org wrote: >> >> Howdy! >> >> Could someone update the SCTP patch for ports/security/openssh-portable? >> Fixed version attached (very basic changes: account for "oIdentityAgent

Re: [ports/security/openssh-portable] Fix SCTP patch

2017-01-13 Thread Bryan Drewery
ile > 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 > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Poudriere not mounting fdescfs and proc; java/openjdk8 build failing

2016-09-28 Thread Bryan Drewery
t;> $ mount | grep fd >> fdescfs on /dev/fd (fdescfs) >> fdescfs on /poudriere/data/.m/12amd64-default/01/dev/fd (fdescfs) >> fdescfs on /poudriere/data/.m/12amd64-default/05/dev/fd (fdescfs) >> fdescfs on /poudriere/data/.m/12amd64-default/03/dev/fd (fdescfs) >> fdescfs on /poudriere/data/.m/12amd64-default/02/dev/fd (fdescfs) >> fdescfs on /poudriere/data/.m/12amd64-default/04/dev/fd (fdescfs) >> >> However, java/openjdk8 still fails to build with bulk, with the same >> error. > > Well, it may not be related to fdescfs being, or not, there, then ;-) > > I openned https://github.com/freebsd/poudriere/issues/416 for the > problem of procfs/fdescfs not being there when running testport. > Thanks, will fix! -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: FreeBSD Port: ports-mgmt/poudriere

2016-08-29 Thread Bryan Drewery
usr/ports and I hooked > it into poudrire by doing something like: > poudriere ports -c -p default -F -M /usr/ports > This is a separate bug. > IMHO, if the ports tree was not created by poudriere, then -k should be > the default when deleting it. > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Forcing poudriere to rebuild a package and all dependencies

2016-08-26 Thread Bryan Drewery
t. > > Thanks, > Russell > ___ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source

2016-06-27 Thread Bryan Drewery
On 6/27/2016 1:48 PM, Jan Beich wrote: > Bryan Drewery writes: > >> On 6/26/16 5:00 AM, Jan Beich wrote: >> >>> pkg-fall...@freebsd.org writes: >>> >>>> Ident: $FreeBSD: head/multimedia/vapoursynth/Makefile 415615 >>>> 20

Re: USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source

2016-06-27 Thread Bryan Drewery
rk was doing the wrong thing. net/tiny-network-utilities is another example where this is a problem and PACKAGE_BUILDING was used to set IGNORE to avoid the problem for now. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Ports tree gone unstable?

2016-04-27 Thread Bryan Drewery
sr/local/bin/ccache' not found. Your poudriere is too old. This is due to the removal of ${PORTSDIR} in dependencies. We put that off for several months (I think 6+) after the Poudriere fix came out for it. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Bug in poudriere?

2016-04-01 Thread Bryan Drewery
; > Personally, I'd consider this a bug, but am unsure how best to file a PR for > this? > It's pretty much the same as https://github.com/freebsd/poudriere/issues/333 It's there for later. -- Regards, Bryan Drewery ___ free

Re: poudriere and MAKEOBJDIRPREFIX

2016-03-11 Thread Bryan Drewery
udriere.conf. But this seems to be not the correct > way to do so, since MAKEOBJDIRPREFIX is supposed to be set in the > environment. > > What am I missing here? The poudriere command clears the environment except for PATH and TERM. A 10-stable-amd64-poudriere.conf with export MAKEOBJDIRPREFIX

Re: poudriere: success(?) despite "ELF interpreter /lib/ld-linux.so.2 not found, error 2"?

2016-02-19 Thread Bryan Drewery
at the wrong time. It may even be during the dependency phase. Typically if a port is executing something it is specifically made to ignore any errors doing so and use a fallback value. I've seen it forever and haven't worried too much about it. -- Regards, Bryan Drewery signatu

Re: don't fork portmaster source

2016-02-11 Thread Bryan Drewery
On 2/10/2016 5:33 AM, John Marino wrote: >> I'm asking myself how to manage the code. Should i create a new GitHub >> repository? Fork the existing from freebsd/portmaster? How to handle the >> LOCAL Master-Site? > > > Talk to Bryan Drewery. > > "

Re: MAKEFLAGS caused temporary insanity

2015-12-05 Thread Bryan Drewery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 12/5/15 1:09 AM, Jan Beich wrote: > Bryan Drewery writes: > >> On 11/24/2015 8:00 PM, Euan Thoms wrote: >> >>> >>> On Tuesday, November 24, 2015 11:15 SGT, Jan Beich >>> wrote: >>>

Re: MAKEFLAGS caused temporary insanity

2015-12-04 Thread Bryan Drewery
On 12/4/2015 5:01 PM, Bryan Drewery wrote: > On 11/24/2015 8:00 PM, Euan Thoms wrote: >> >> On Tuesday, November 24, 2015 11:15 SGT, Jan Beich >> wrote: >> >>> "Euan Thoms" writes: >>> >>>> do-build: >>>&g

Re: MAKEFLAGS caused temporary insanity

2015-12-04 Thread Bryan Drewery
KEVARS does not impact the variable literally named 'MAKEFLAGS'. It should only be impacting these: # make -V _EXPORTED_VARS ARCH OPSYS _OSRELEASE OSREL OSVERSION _PKG_CHECKED HAVE_COMPAT_IA32_KERN _SMP_CPUS CONFIGURE_MAX_CMD_LEN Which port was this? Which release are you running (real question is whether it was fmake or bmake)? -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: pkg-fallout mails

2015-12-04 Thread Bryan Drewery
is more recent. >> >> Thanks for the explanation! I should probably tweak the message and logic a bit to be less scary and normal. It is mostly for people trying to build head packages from a 10 kernel which is easily not supported and usually results in obscure failures like

Re: Poudriere Timeout

2015-11-14 Thread Bryan Drewery
On 1/22/2015 6:34 PM, Cy Schubert wrote: > In message <54c18193.1000...@freebsd.org>, Bryan Drewery writes: >> This is an OpenPGP/MIME signed message (RFC 4880 and 3156) >> --NvIRPgp2pVcRmjhwtM9TwAvH1900GK90a >> Content-Type: text/plain; charset=windows-1252 >>

Re: Workint whith partial ports tree has become impossible after some (r399278? r399921?) changes in ports infrastructure

2015-11-13 Thread Bryan Drewery
On 11/12/2015 10:21 AM, Lev Serebryakov wrote: > On 12.11.2015 21:07, Bryan Drewery wrote: > >>> But this one isn't >>> >>> ===> License APACHE20 accepted by the user ===> Found saved >>> configuration for subversion-1.9.2 Error a dependen

Re: Workint whith partial ports tree has become impossible after some (r399278? r399921?) changes in ports infrastructure

2015-11-12 Thread Bryan Drewery
On 11/12/2015 5:00 AM, Lev Serebryakov wrote: > On 09.11.2015 21:52, Bryan Drewery wrote: > > >> This and the perl one are fixed after r401162. > > But this one isn't > > ===> License APACHE20 accepted by the user > ===> Found saved configuration

Re: Call for Help: need script for patching ports tree, building with poudriere

2015-11-11 Thread Bryan Drewery
tarters, we want to see what we can accomplish with ports. I'm too busy to help on this project at the time, but if you come across any hooks that would be beneficial please let me know and I'll add them into Poudriere. https://github.com/freebsd/poudriere/wiki/hooks -- Regard

Re: Workint whith partial ports tree has become impossible after some (r399278? r399921?) changes in ports infrastructure

2015-11-09 Thread Bryan Drewery
: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or > PKGNAMESUFFIX. > WARN: > /usr/home/lev/FreeBSD/ports/devel/gcc-arm-embedded/files/patch-src--gcc--gcc--config--arm--arm.h: > patch was not generated using ``make makepatch''. It is recommended to use > ``make makepatch'' when you need to [re-]generate a patch to ensure proper > patch format. > 0 fatal errors and 5 warnings found. >> > > This and the perl one are fixed after r401162. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: FreeBSD Port: ports-mgmt/poudriere - unneeded dependencies for options command

2015-10-29 Thread Bryan Drewery
On 10/29/15 8:58 AM, Miroslav Lachman wrote: > Bryan Drewery wrote on 10/29/2015 16:27: >> On 10/29/15 6:27 AM, Miroslav Lachman wrote: >>> I usually use poudriere for larger set of packages (about 500) so this >>> problem was hidden to me but now I needed just mini

Re: FreeBSD Port: ports-mgmt/poudriere - unneeded dependencies for options command

2015-10-29 Thread Bryan Drewery
[00:00:02] >> Computing deps for devel/py-pip > [00:00:02] >> Computing deps for devel/py-setuptools27 > [00:00:03] >> Computing deps for lang/python27 > [00:00:03] >> Computing deps for ports-mgmt/pkg > [00:00:03] >> Computing deps for devel/libffi > [00:00:03] >> Computing deps for print/indexinfo > [00:00:03] >> Computing deps for devel/pkgconf > [00:00:03] >> pkg package missing, skipping sanity > [00:00:03] >> Skipping incremental rebuild and repository sanity checks > [00:00:03] >> Cleaning the build queue > [00:00:03] >> Recording filesystem state for prepkg... done > [00:00:06] >> Building 8 packages using 2 builders > [00:00:06] >> Starting/Cloning builders > [00:00:07] >> Hit CTRL+t at any time to see build progress and stats > .. > .. > Packing files for repository: 100% > [00:06:45] >> Committing packages to repository > [00:06:45] >> Removing old packages > [00:06:45] >> Built ports: ports-mgmt/pkg print/indexinfo > devel/pkgconf devel/libffi lang/python27 devel/py-setuptools27 > devel/py-virtualenv devel/py-pip > [10_2_amd64-default-eprofi] [2015-10-28_20h53m46s] [committing:] Queued: > 8 Built: 8 Failed: 0 Skipped: 0 Ignored: 0 Tobuild: 0 Time: 00:06:44 > [00:06:45] >> Logs: > /vol0/poudriere/data/logs/bulk/10_2_amd64-default-eprofi/2015-10-28_20h53m46s > > [00:06:45] >> Cleaning up > 10_2_amd64-default-eprofi: removed > 10_2_amd64-default-eprofi-n: removed > [00:06:45] >> Umounting file systems > > Usr: 413.901s Krnl: 103.705s Totl: 6:45.55s CPU: 127.6% swppd: 0 > I/O: 2458+42297 > > > Should I provide anything more to track this problem? > > Miroslav Lachman -- Regards, Bryan Drewery ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: How to follow changes to porting best practices?

2015-10-28 Thread Bryan Drewery
ts/CHANGES file. It is supposed to get news about new framework changes. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: hung poudriere bulk recovery

2015-10-28 Thread Bryan Drewery
previous build. Adding a 'poudriere kill' command is on the todo list. > > I'm leaving the system untouched for now so that I can try out any > suggestions for cleanup and restart. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: How to debug a Mk-Script?

2015-10-20 Thread Bryan Drewery
sten If you're on 10+ you can use .info, otherwise .warning on older make. .info your ${msg} goes ${here} .if defined(whatever) .info whatever is defined as: ${whatever} .endif -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: What is the goal of the ports quarterly branches?

2015-10-20 Thread Bryan Drewery
vecot2-2.2.19, but the 2015Q4 branch only has > dovecot2-2.2.18. No, /latest has 2.2.19 which tracks head. /quartery has 2.2.18 which tracks the quarterly branch. If you're seeing a 2.2.18 in a /latest directory please be specific for which arch/release. They are built every 2 days currentl

Re: distfiles cleaner

2015-10-19 Thread Bryan Drewery
to portmaster reparsing it. Portupgrade used to be frowned on for having a 2nd db for tracking installing ports, but it no longer does. It just queries the pkg db with 'pkg query' now [as referenced by OP]. Portupgrade's biggest problem is still with ruby upgrades. I could go on, but

Re: Ports requires pkg 1.6.0, but 1.5.6 is the latest available

2015-10-01 Thread Bryan Drewery
MINIMAL_PKG_VERSION, she would have > deployed a non-default configuration a long time ago. ;) > I'm more bothered that the minimal version was immediately bumped on a .0 release. The last time the minimal version was bumped was hard enough, and the issue with portmaster has been kno

Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Bryan Drewery
's because a fix has been committed to ports tree. > devel/libvirt was affected by this too. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Trouble with latest zfstools package

2015-09-15 Thread Bryan Drewery
ools/snapshot.rb:118:in > `create_many' > from /usr/local/lib/ruby/site_ruby/2.1/zfstools.rb:152:in > `do_new_snapshots' > from /usr/local/sbin/zfs-auto-snapshot:68:in `' > > on every run. > Sorry about this. 0.3.5 fixed this. It was

Re: [HEADSUP] portmaster/portupgrade support for new features

2015-09-11 Thread Bryan Drewery
ges will be necessary to support upcoming VARIANTS (formerly > known as FLAVOURS) and sub packages. > > This first step would allow you to step into the code of those tools before > the > having to deal with more intrusive changes :) > I have not forgotten about this. I pla

Re: portmaster: "No valid installed port, or port directory given"??!?

2015-09-03 Thread Bryan Drewery
l/client.mc > SENDMAIL_ADDITIONAL_MC= /etc/mail/bastion.mc > /etc/mail/catwhisker.org.mc > +PORTSDIR=/usr/ports > freebeast(10.2-S)[7] > > Yeah: appending an explicit "PORTSDIR=/usr/ports" makes thinigs work > again. I'm fixing this in portmaster and relea

Re: [HEADSUP] portmaster/portupgrade support for new features

2015-08-24 Thread Bryan Drewery
ies (hear >>> provides/requires) and VARIANTS/FLAVORS and subpackages. >>> >>> If one cares about those tools, please make them work without ${PORTSDIR} >>> information. >>> >>> Best regards, >>> Bapt >> >> Hello, >> >> Are those features already present somehow in ports? >> >> The first thing I see is a failure because calling commands >> such as "make build-depends-list" in port directories in which I >> removed ${PORTSDIR} from LIB_DEPENDS failing. >> > No not yet because we are writing for portmaster/portupgrade to handle that to > commit them. How ever I can provide a patch so anyone willing to work on that > will be able to test. > Please -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: The mystery of the missing library.

2015-07-29 Thread Bryan Drewery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 7/28/15 10:43 PM, David Naylor wrote: > On Tuesday, 28 July 2015 17:08:37 Bryan Drewery wrote: > >> On 7/28/15 11:46 AM, David Naylor wrote: > >>> Why would the shared library be found when using a relative >>>

Re: The mystery of the missing library.

2015-07-28 Thread Bryan Drewery
On 7/28/15 11:46 AM, David Naylor wrote: > Why would the shared library be found when using a relative path but not > when using an absolute path? Is this a bug in FreeBSD? What is the output for readelf? readelf -d `which pypy`|grep -i libr -- Regards, Bryan D

mips pkg-fallout mails

2015-06-08 Thread Bryan Drewery
, Bryan Drewery on behalf of portmgr@ signature.asc Description: OpenPGP digital signature

Re: Conflict with pkgconf/pkg-config

2015-06-02 Thread Bryan Drewery
a hospital bed at the time, with various > electrodes and tubes attached to me, very little interest in the world, > and my server switched off... > I'm not kidding when I say you should just uninstall all packages, upgrade the base system/kernel and then reinstall packages from scr

Re: Fwd: Re: svn commit: r386904 - in head/www/apache22: . files

2015-06-01 Thread Bryan Drewery
2(); The module is only providing 512 and 1024 but not 2048 and 3072 symbols. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Messages about missing shared libraries...

2015-05-28 Thread Bryan Drewery
On 5/28/2015 6:52 PM, kpn...@pobox.com wrote: > On Thu, May 28, 2015 at 11:36:24AM -0500, Bryan Drewery wrote: >> On 5/27/2015 11:09 PM, kpn...@pobox.com wrote: >>> So, I'm installing a bunch of stuff in a chrooted staging area built >>> from source. I've got p

Re: New pkg audit / vuln.xml failures (php55, unzoo)

2015-05-28 Thread Bryan Drewery
On 5/28/2015 12:16 PM, Mark Felder wrote: > > > On Thu, May 28, 2015, at 11:47, Bryan Drewery wrote: >> >> I think the VUXML database needs to be simpler to contribute to. Only a >> handful of committers feel comfortable touching the file. > > We could use a ve

Re: New pkg audit / vuln.xml failures (php55, unzoo)

2015-05-28 Thread Bryan Drewery
On 5/28/2015 11:47 AM, Bryan Drewery wrote: > On 5/27/2015 12:40 PM, Roger Marquis wrote: ... > This php one came up in the week and I almost > "just fixed it", but doing those things burns me out as I have my own > priorities. Once of which is maintaining the package bu

Re: New pkg audit / vuln.xml failures (php55, unzoo)

2015-05-28 Thread Bryan Drewery
o familiar with where it is going. As for maintainers tracking upstream mailing lists, this is hard. I'm subscribed to a lot of lists and can't keep up with all of the traffic. The RedHat security team and reporting is very impressive. Don't forget that they are a funded company though. Perhaps the FreeBSD Foundation needs to fund a fulltime security officer that is devoted to both Ports and Src. Just the Ports piece is easily a fulltime job. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Messages about missing shared libraries...

2015-05-28 Thread Bryan Drewery
I've never gotten to use ZFS > to build brand new installations from scratch before. I've probably > missed something somewhere. > > And thanks for any help! > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

qmail maintainership dropped

2015-05-28 Thread Bryan Drewery
im or opensmtp. All of which are actively maintained. Cheers, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: USE_GITHUB and submodules

2015-05-19 Thread Bryan Drewery
hat others have employed is to just check all of this out on freefall and make your own tarball. Then put that in your ~/public_distfiles and serve it in the port as MASTER_SITES= LOCAL/jonathan. Or ask the upstream to do an actual release of their own with a real tarball rather than asking people to use git. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: pkg audit / vuln.xml failures

2015-05-18 Thread Bryan Drewery
er to submit vuxml updates? Many contributors, and committers, feel the file is not easy to contribute to. Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Poudriere build fails on several ports with leftovers message for info/dir

2015-05-06 Thread Bryan Drewery
ist > ./audio/mpdcon/pkg-plist > ./deskutils/gnustep-notebook/pkg-plist > ./deskutils/gworkspace/pkg-plist > ./deskutils/gworkspace-gwmetadata/pkg-plist > ./deskutils/displaycalibrator/pkg-plist > ./deskutils/hamster-applet/pkg-plist > ./deskutils/simpleagenda/pkg-plist > ./deskutils/cartotheque/pkg-plist > ./deskutils/systempreferences/pkg-plist > ./textproc/easydiff/pkg-plist > ./textproc/popup/pkg-plist > ./textproc/scss/pkg-plist > ./textproc/linux-f10-aspell/pkg-plist > ./textproc/linux-c6-aspell/pkg-plist > ./news/fidogate/pkg-plist -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: poudriere dying in ftp/curl configure

2015-04-29 Thread Bryan Drewery
config.log in these cases though, or the framework could auto cat(1) it when PACKAGE_BUILDING is set. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: poudriere-3.1.4 options not working as expected

2015-04-28 Thread Bryan Drewery
there is not need to use it if > directories are combined. > Because now I don't have a way to store options in > 8_4_amd64-projectA-options directory by one "poudriere options" command. > > Or am I doing something wrong? > > Should I use symlinks from projectA-options to > 8_4_amd64-projectA-options for each port directory to share options > between these two build sets? Or copy them from common directory > (projectA-options) to the other (8_4_amd64-projectA-options)? > What is the best way to maintain this kind of configuration? > > Thank you in advance and thanks for poudriere - really nice tool for > port builds! > > Miroslav Lachman -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Cannot build latest Chromium

2015-04-28 Thread Bryan Drewery
http://beefy4.isc.freebsd.org/data/93amd64-quarterly/384860/logs/chromium-42.0.2311.90.log No chromium package will be provided while this persists. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Cannot compile any version of the Samba port on 10.1-stable

2015-04-28 Thread Bryan Drewery
rsion. > > thanks > -kim cd /usr/ports/net/samba41 make maintainer -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: False (?) alarm from FreeBSD package build server with FreeBSD-current

2015-04-28 Thread Bryan Drewery
cause it's already fixed! Cheers, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: FreeBSD Port: valgrind-3.10.0.20150126_1,1

2015-04-09 Thread Bryan Drewery
ding and see? -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: LibreSSL infects ports, causes problems

2015-04-09 Thread Bryan Drewery
is for ncurses basically USES=ncurses will die and ncurses will just > become a regular LIB_DEPENDS > > When it becomes fun is that now all ports will have to really respect > LDFLAGS... > > I already found a couple of bad boys in that area. > > btw that should also solve some issues with python and its ncurses module. > Peter has pointed out that OpenSSL has symbol versioning that we are not using. Enabling this in base may help the conflict issue here. Even if we force all ports to use ports OpenSSL we run into the problem you describe of loading in the base OpenSSL when linking some libraries. The versioning may avoid that. Of course that would only solve for 11.0/10.2/9.4 and not current releases. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: LibreSSL infects ports, causes problems

2015-04-08 Thread Bryan Drewery
tps constraints feature to fail, which >is why I haven't updated the net/openntpd yet. > Are you mixing ports and packages? -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: poudriere 3.1.2: bulk fails and deletes jail

2015-04-03 Thread Bryan Drewery
oudriere/jails/101amd64/ > > > The problem probably only occurs in specific configurations. Otherwise, > I would have expected several reports by now. > > # diff poudriere.conf.sample poudriere.conf | grep \> >> NO_ZFS=yes >> USE_TMPFS=all >> CHECK_CHANGED_DEPS=yes >> PARALLEL_JOBS=1 >> ALLOW_MAKE_JOBS=yes 3.1.3 is now out which fixes this. Sorry about that. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: poudriere 3.1.2: bulk fails and deletes jail

2015-04-02 Thread Bryan Drewery
oudriere/jails/101amd64/ > > > The problem probably only occurs in specific configurations. Otherwise, > I would have expected several reports by now. > > # diff poudriere.conf.sample poudriere.conf | grep \> >> NO_ZFS=yes >> USE_TMPFS=all >> CHECK_CHANGED_DEPS=yes >> PARALLEL_JOBS=1 >> ALLOW_MAKE_JOBS=yes I'll get a fix out later today or tomorrow. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Pourdriere produces faulty build results due to bsd.openssl.mk bug

2015-04-01 Thread Bryan Drewery
d look > into this. Otherwise, massively faulty package repositories are produces. > > Yuri I've wanted this for a long time. I think we should just do it. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: github tags containing "/"

2015-04-01 Thread Bryan Drewery
On 4/1/2015 2:13 AM, Don Lewis wrote: > On 1 Apr, Bryan Drewery wrote: >> On 4/1/2015 1:54 AM, Don Lewis wrote: >>> I'm working on a couple of new ports where I'm using fetching the >>> distfiles from github. One quirk is that the tags start with a

Re: github tags containing "/"

2015-04-01 Thread Bryan Drewery
the distfile gets named > ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-tags-v${PORTVERSION}_GH0.tar.gz. > This seems to be excessively verbose, but safer. > > Thoughts? > Can you please be more specific on what port this is and possibly provide a patch? -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: How could I increase "runaway" timer for package build cluster?

2015-03-27 Thread Bryan Drewery
. > > Could I notify build cluster (poudrere?) that this package takes a > lot of time without output? > Well, consider the user's perspective too. "Is anything actually happening?" Can you modify it to produce output? -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: patch to bsd.ports.mk to support out-of-tree patches.

2015-03-24 Thread Bryan Drewery
nd the local changes are just added on top of those. > > Cheers > Marcus > Agreed. The local patches are intended to avoid touching the port. If they are not last then you may have to go tweaking some of the other ports patches to fix your own. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: [HEADSUP] WIP on fonts

2015-03-23 Thread Bryan Drewery
On 3/23/2015 11:44 AM, Bryan Drewery wrote: > On 3/23/2015 11:39 AM, Bryan Drewery wrote: >> On 3/22/2015 5:28 AM, Ben Woods wrote: >>> My poudriere is acting funny now, and I'm not sure if it's related. It >>> keeps deleting xorg-fonts-truetype because the

Re: [HEADSUP] WIP on fonts

2015-03-23 Thread Bryan Drewery
On 3/23/2015 11:39 AM, Bryan Drewery wrote: > On 3/22/2015 5:28 AM, Ben Woods wrote: >> My poudriere is acting funny now, and I'm not sure if it's related. It >> keeps deleting xorg-fonts-truetype because there is a new dependency >> (x11-fonts/dejavu), and then ha

Re: [HEADSUP] WIP on fonts

2015-03-23 Thread Bryan Drewery
ell as making them working for >> non-x11 >>> world (wayland for example) >>> >>> Best regards, >>> Bapt >> >> >> Done in r381876 please report me all possible issue, I have done quite a >> lot of >> testing but I cannot test everything. >> >> Best regards, >> Bapt >> > > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: ports-mgmt/portell distfiles no longer on SourceForge

2015-03-22 Thread Bryan Drewery
;s some craziness. Try it out please. https://people.freebsd.org/~bdrewery/patches/ports-mgmt-portell-gist.diff -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: FreeBSD Port: openssh-portable-6.7.p1_1, 1 / problem with %%ETCSSH%% variable

2015-03-21 Thread Bryan Drewery
-f %%ETCSSH%%/ssh_host_dsa_key -a \ -f %%ETCSSH%%/ssh_host_rsa_key -a \ -f %%ETCSSH%%/ssh_host_ecdsa_key -a \ -f %%ETCSSH%%/ssh_host_ed25519_key ]; then return 0 Thank you. Regards, Bretislav Kubesa Sorry about this. It should be fixed now

Re: Approving a patch

2015-03-03 Thread Bryan Drewery
dn’t find it). I went through the porters manual and didn’t find anything > on how to approve a patch. How do I do that? > In bugzilla there is a maintainer feedback dropdown. You can change it to a '+' and also leave a comment saying approved. -- Regards, Bryan Drewery signat

Re: FreeBSD Port: netqmail-tls-1.06.20110119

2015-03-03 Thread Bryan Drewery
> > > I would be happy to send you more detailed configurations docs. > > > > For now, I have had to drop tls support. > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Poudriere Timeout

2015-01-22 Thread Bryan Drewery
ime of 60+ minutes? Is pkg the same version in the jail as your host? It may be a recent pkg create regression. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Poudriere MFS support [was Re: Poudriere Timeout]

2015-01-22 Thread Bryan Drewery
- Run the entire build in memory, including builder jails. > USE_TMPFS=all > Why do people pick MFS over TMPFS? I've found MFS/UFS significantly slower than TMPFS on FreeBSD 10+. I'm very inclined to remove MFS support from Poudriere as it is far less supported as TMPFS and not tested well. I suspect the reason is due to size constraint not being supported in the past. TMPFS_LIMIT can be used just as MFSSIZE can be. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: [HEADSUP] Upcoming change in dependency registration

2015-01-22 Thread Bryan Drewery
On 1/22/2015 4:49 PM, Bryan Drewery wrote: > > And in general, the ports tree is a single snapshot. It's only supported > to build a port using the exact Mk/ it was checked-in as. For the record, I don't like this at all. It's one of my biggest gripes about the ports fram

Re: [HEADSUP] Upcoming change in dependency registration

2015-01-22 Thread Bryan Drewery
e. The bigger picture changes, such as sub-packages, flavors and flexible dependencies, are not here yet. Those changes will most definitely not be forward-compat once they go in. Ports written after those won't work with older framework. We're not quite there yet though. And in gener

Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'"

2015-01-14 Thread Bryan Drewery
On 1/14/2015 2:34 AM, Torsten Zuehlsdorff wrote: > On 13.01.2015 22:04, Bryan Drewery wrote: >> On 1/9/2015 5:18 AM, Torsten Zuehlsdorff wrote: >>> [ 3%] mo-update [wesnoth-dw-ar]: Creating mo file. >>> /usr/bin/ld: g: invalid DSO for symbol >>> `_ZN5boost6s

Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'"

2015-01-13 Thread Bryan Drewery
; c++: error: linker command failed with exit code 1 (use -v to see > invocation) > --- cutter --- Usually this means -lboost_system is missing from the linker line. Recent binutils in recent FreeBSD head has been patched to be more clear about it. -- Regards, Bryan Drewery signature.asc De

Re: poudriere: reduce the number of rebuilt packages?

2015-01-12 Thread Bryan Drewery
d >> problems. > > I'll try this option now and would appreciate if you could describe > the problems you had with it. Details help. > This option was added for an intent that never panned out. I should remove it. It's dangerous and will create a broken reposi

Re: devel/ccache

2015-01-06 Thread Bryan Drewery
On 1/6/2015 5:59 PM, Bryan Drewery wrote: > On 1/4/2015 6:27 AM, Kurt Jaeger wrote: >> Hi! >> >>> Is there a plan to update the devel/ccache port? The new version has >>> improved clang support. >> >> If you can provide a patch that update

Re: Combining GitHub and regular MASTER_SITES for multiple DISTFILES

2015-01-06 Thread Bryan Drewery
ORTNAME}/ \ GH You can use whatever order you wish. -- Regards, Bryan Drewery ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

  1   2   3   4   5   6   >