search for: poudriere

Displaying 20 results from an estimated 40 matches for "poudriere".

2013 Feb 12
1
Why does poudriere always rebuild nginx and GraphicsMagick13?
Hi, poudriere 2.2 here, running on 9.1-amd64 Of the 730-ish ports, whenever I run a build, it always rebuilds the above two ports. Even if nothing changed. Is there are specific reason for this? I don't really mind nginx, because it builds so quickly - but GraphicsMagick takes a bit too long.
2013 Jul 14
2
(9.2) panic under disk load (gam_server / knlist_remove_kq)
9.2 PRERELEASE (today) / amd64 Hello, I'm seeing a panic while trying to build a poudriere repository. As far I can see it always happens when gam_server is started (ie xfce is running) and under disk load (poudriere bulk build) : (That is something new, the box was pretty stable) the complete crash dump (core.0.txt) is here: http://user.lamaiziere.net/patrick/panic_gam_server.txt Fat...
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
Hello :-) I want to test new "pkg" tool, but it complains that there is no repo.txz file on the repository: # pkg install libreoffice Updating repository catalogue pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz: File unavailable (e.g., file not found, no access) I have set PACKAGESITE to packages-9-stable repository :-) Will this support stable
2013 Jun 26
4
portupgrade(1) | portmaster(8) -- which is more effective for large upgrade?
Greetings, I haven't upgraded my tree(s) for awhile. My last attempt to rebuild after an updating src && ports, resulted in nearly installing the entire ports tree, which is why I've waited so long. Try as I might, I've had great difficulty finding something that will _only_ upgrade what I already have installed, _and_ respect the "options" used during the original
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
Hello, I wanted to try the new c++ stuff, ie clang-3.2, libc++ and libcxxrt, so I used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in libmap.conf ), and started to build my normal set of packages ( see desktop.list ). Please note that I also have WITH_NEW_XORG=yes and WITH_KMS=yes, as well as using the...
2014 Apr 01
3
Setup a devel environment for perl modules
...I agree with John R. Pierce: cpan is very very bad tool ( in fact, I hate it) to build perl modules for CentOS systems, breaks all other perl modules. I need to use several perl modules in several servers in my dept. and after some tests, I migrate to FreeBSD due to easy install perl modules with poudriere suite. But, anyone knows if it is possible to build a confident devel environment under CentOS with some tool to build rpm's perl modules without breaking anything in CentOS systems?? Maybe, it is a good idea to create a CentOS Perl SIG :)) Thanks.
2014 Dec 01
3
Problem to import passdb in samba-tool
So, to provision samba4 i need of the samba-tool and it's not working.I use poudriere to generate packages on FreeBSD, and the recursive packages too. I'm trying to discovery what lib that samba-tool needs ti import the lib passdb and install it on the pfSense to make it work. > Date: Mon, 1 Dec 2014 10:23:23 +0000 > From: rowlandpenny at googlemail.com > To: samba at...
2017 Jan 16
2
Your help needed: List of LLVM Open Projects 2017
...> Some really generic/simple stuff I can think of: > 1. trying out LLD on a large program corpus and reporting/reducing/fixing > bugs (e.g. contributing to the FreeBSD effort or trying to build a bunch of > packages from a linux distro like Debian or Gentoo) >From Rafael's last Poudriere ports build I think about 98% of the packages are building with LLD, and some of the missing ones are those that were skipped (e.g. do not build on amd64, or the upstream distfiles have gone away). I think some next steps here for FreeBSD include: * Ensure we're running the test suites in pack...
2019 Jul 13
1
Pigeonhole-0.5.7 fails to build from sources
...atest update fails to build from sources in FreeBSD 12-STABLE >> >> --- lda-sieve-plugin.lo --- >> lda-sieve-plugin.c:82:27: error: variable has incomplete type >> 'struct smtp_submit_input' >> ??????? struct smtp_submit_input submit_input; I am using 'poudriere' on a FreeBSD 12.0-RELEASE-p7, and both dovecot and pigeonhole build and install correctly. You do have to restart dovecot after the update though. -- Jerry
2017 Oct 10
2
Parallel build problems with dovecot 2.2.32
I use dovecot under FreeBSD 10.3 and build using poudriere. My build server has 12 cores builds typically happen in parallel and I find software that is not parallel make friendly will fail once every month or so. Attached is a build log from this afternoon that failed because doveadm-util.o had not finished building when the attempt to link test-dov...
2016 Jul 07
3
Compile error Dovecot2-pigeonhole
FreeBSD 9.3 Dovecot 2.25 (7be1766) I'm trying to install Dovecot2-pigeonhole-0.4.14_2 from ports. Get an error: cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" With options MAKE_JOBS_UNSAFE=yes: cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" *** [edit-mail.lo] Error code 1 Stop in
2014 Dec 01
2
Problem to import passdb in samba-tool
On 01/12/2014 14:17, Rowland Penny wrote: > On 01/12/14 11:55, Silvio Giunge Silva a.k.a kanazuchi wrote: >> So, >> to provision samba4 i need of the samba-tool and it's not working.I >> use poudriere to generate packages on FreeBSD, and the recursive >> packages too. >> I'm trying to discovery what lib that samba-tool needs ti import the >> lib passdb and install it on the pfSense to make it work. >> >>> Date: Mon, 1 Dec 2014 10:23:23 +0000 >>> Fr...
2012 Oct 11
7
kern.maxswzone is gone... what next?
Hi all. I prefer to build all ports in /tmp, which is actually a tmpfs filesystem. I have 8G partition. But when I tried to compile Apache OpenOffice system starts shooting processes when I was near 6G of swap. Oct 11 18:12:32 ar1l0u kernel: swap zone exhausted, increase kern.maxswzone Oct 11 18:12:32 ar1l0u kernel: pid 1334 (java), uid 818, was killed: out of swap space Oct 11 18:12:32
2019 Jan 15
2
MySQL 8.0: Supported?
It appears the issue is MySQL 8.0.13 apparently(?) removed the mysql_init symbol. poudriere logs: http://home.lerctr.org:8888/jail.html?mastername=p120amd64-host-ports the first build is 8.0.12, the 2nd is 8.0.13. Can the dovecot guys look as well? I've sent a note to the MySQL maintainer for FreeBSD as well. Thanks. On Tue, Jan 15, 2019 at 1:15 AM Odhiambo Washington <odhiamb...
2016 Oct 30
0
[cfe-dev] LLD to be the default linker in Clang
...ms > it support, if available. > Has anyone done a Debian or Gentoo stress test? If that hasn't been done, I expect there to be a long tail of bugs that it would be good to squash a significant part of before risking exposing our users to them. Also, what is the current status of FreeBSD Poudriere? (Ed, Davide?) The magic of open source package systems means we can do a large amount of the bug finding where we might otherwise rely on users; we should take maximum advantage of that since it is not only easier than getting user bug reports, but also helps avoid giving users a bad experience....
2016 Dec 13
0
spec file frustration (rant)
...huge external infrastructure if you want to use them. This has no way around. Another thing is: when building of the project (libraries, binaries, etc) requires sophisticated infrastructure that is not necessary after you built it. This and only this is what I meant when mentioned FreeBSD pkg and poudriere for building custom configured packages - you only need that infrastructure when building (on build box in build jail...). But in general, yes, the world seems to have gone the way "why simple, when you can do it complex way". I guess I should have added rant tags... Valeri > >...
2017 Oct 10
0
Parallel build problems with dovecot 2.2.32
On 10 Oct 2017, at 3.47, Craig Leres <leres at ee.lbl.gov> wrote: > > I use dovecot under FreeBSD 10.3 and build using poudriere. My build server has 12 cores builds typically happen in parallel and I find software that is not parallel make friendly will fail once every month or so. > > Attached is a build log from this afternoon that failed because doveadm-util.o had not finished building when the attempt to link tes...
2017 Jan 17
5
Your help needed: List of LLVM Open Projects 2017
On Mon, Jan 16, 2017 at 12:31 PM, Sean Silva <chisophugis at gmail.com> wrote: > Do we have any open projects on LLD? > > I know we usually try to avoid any big "projects" and mainly add/fix > things in response to user needs, but just wondering if somebody has any > ideas. > > Some really generic/simple stuff I can think of: > 1. trying out LLD on a large
2014 Dec 01
0
Problem to import passdb in samba-tool
On 01/12/14 11:55, Silvio Giunge Silva a.k.a kanazuchi wrote: > So, > to provision samba4 i need of the samba-tool and it's not working.I use poudriere to generate packages on FreeBSD, and the recursive packages too. > I'm trying to discovery what lib that samba-tool needs ti import the lib passdb and install it on the pfSense to make it work. > >> Date: Mon, 1 Dec 2014 10:23:23 +0000 >> From: rowlandpenny at googlemail.com &...
2019 Jul 12
2
Pigeonhole-0.5.7 fails to build from sources
Latest update fails to build from sources in FreeBSD 12-STABLE --- lda-sieve-plugin.lo --- lda-sieve-plugin.c:82:27: error: variable has incomplete type 'struct smtp_submit_input' struct smtp_submit_input submit_input; ^ lda-sieve-plugin.c:82:9: note: forward declaration of 'struct smtp_submit_input' struct smtp_submit_input