RE: disk space needs for source based system and ports?

2017-03-29 Thread Thomas Mueller
from Mark Millard: > Thomas Mueller mueller6722 at twc.com wrote on Tue Mar 28 08:10:44 UTC 2017 : > > This raises the question, how much diskspace is required or advised for a > > full > > FreeBSD installation if both the base system and ports are built from > > source? >

Re: devel/gvfs fails to build on 11-stable and ports r436799

2017-03-29 Thread Koichiro IWAO
It helped me too, thanks! -- `whois vmeta.jp | nkf -w` meta ___ 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: Cannot build x11/libX11 in poudriere

2017-03-29 Thread Walter Schwarzenfeld
The error is here: libxcb Makefile: NEEDED_LIBS=-L${LOCALBASE}/lib -lXau `pkg-config --libs pthread-stubs` => pkg-config --libs pthread-stubs` has to be removed. ___ freebsd-ports@freebsd.org mailing list

Re: Cannot build x11/libX11 in poudriere addendum: x11/xcb-util, too

2017-03-29 Thread Chris H
Apologies for the top post. But I think your answer is here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218208 HTH --Chris On Wed, 29 Mar 2017 21:06:08 +0200 "O. Hartmann" wrote > Am Wed, 29 Mar 2017 19:13:13 +0200 > Miroslav Lachman <000.f...@quip.cz>

Re: Cannot build x11/libX11 in poudriere addendum: x11/xcb-util, too

2017-03-29 Thread O. Hartmann
Am Wed, 29 Mar 2017 19:13:13 +0200 Miroslav Lachman <000.f...@quip.cz> schrieb: > I am trying to upgrade my package repository which was working fine for > a long time. I didn't change any options. Run just usual commands > > # poudriere ports -u -p default > > # poudriere options -z global -p

Re: Undefined symbol "shadowUpdatePacked"

2017-03-29 Thread Jan Beich
Henk van Oers writes: > [ 707.153] (EE) Failed to load > /usr/local/lib/xorg/modules/drivers/modesetting_drv.so: > /usr/local/lib/xorg/modules/drivers/modesetting_drv.so: Undefined symbol > "shadowUpdatePacked" See bug 218153 for workarounds. Something in your

Re: Cannot build x11/libX11 in poudriere

2017-03-29 Thread Miroslav Lachman
Anton Yuzhaninov wrote on 2017/03/29 19:18: I also can't build x11/libX11 in poudriere: checking for X11... no configure: error: Package requirements (xproto >= 7.0.17 xextproto xtrans xcb >= 1.11.1 kbproto inputproto) were not met: Package pthread-stubs was not found in the pkg-config search

Re: x11/xscreensaver

2017-03-29 Thread Kurt Jaeger
Hi! > Please update to the most recent available. Done, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213575 -- p...@opsec.eu+49 171 3101372 3 years to go ! ___ freebsd-ports@freebsd.org mailing list

Re: Cannot build x11/libX11 in poudriere

2017-03-29 Thread Kurt Jaeger
Hi! > I also can't build x11/libX11 in poudriere: > > checking for X11... no > configure: error: Package requirements (xproto >= 7.0.17 xextproto > xtrans xcb >= 1.11.1 kbproto inputproto) were not met: > > Package pthread-stubs was not found in the pkg-config search path. > Perhaps you should

Re: FYI: what it takes for RAM+swap to build devel/llvm40 with 4 processors or cores and WITH__DEBUG= (powerpc64 example)

2017-03-29 Thread Dimitry Andric
On 29 Mar 2017, at 17:53, Brooks Davis wrote: > > On Mon, Mar 27, 2017 at 03:25:04AM -0700, Mark Millard wrote: ... >> This is extreme enough that next time I synchronize >> /usr/ports and it has a devel/llvm40 update I'll >> likely rebuild devel/llvm40 without using

Re: Cannot build x11/libX11 in poudriere

2017-03-29 Thread Anton Yuzhaninov
I also can't build x11/libX11 in poudriere: checking for X11... no configure: error: Package requirements (xproto >= 7.0.17 xextproto xtrans xcb >= 1.11.1 kbproto inputproto) were not met: Package pthread-stubs was not found in the pkg-config search path. Perhaps you should add the directory

Cannot build x11/libX11 in poudriere

2017-03-29 Thread Miroslav Lachman
I am trying to upgrade my package repository which was working fine for a long time. I didn't change any options. Run just usual commands # poudriere ports -u -p default # poudriere options -z global -p default -f /usr/local/etc/poudriere.d/pkglists/global # poudriere bulk -v -j 10_3_amd64

Undefined symbol "shadowUpdatePacked"

2017-03-29 Thread Henk van Oers
After updating all my ports and a reboot ,I can not start my X GUI on my workstation. (10.3) [ 707.153] (II) LoadModule: "modesetting" [ 707.153] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 707.153] (EE) Failed to load

Re: FYI: what it takes for RAM+swap to build devel/llvm40 with 4 processors or cores and WITH__DEBUG= (powerpc64 example)

2017-03-29 Thread Brooks Davis
On Mon, Mar 27, 2017 at 03:25:04AM -0700, Mark Millard wrote: > On 2017-Mar-27, at 2:41 AM, Dimitry Andric wrote: > > > On 26 Mar 2017, at 23:36, Mark Millard wrote: > >> > >> I upgraded from llvm40 r4 to final. An interesting result was > >> its creation

Re: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread David Wolfskill
On Wed, Mar 29, 2017 at 03:51:35PM +0200, Walter Schwarzenfeld wrote: > There is a PR > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218208 > OK; thanks. Now that I have a working X11 environment, I'll update that. What I did to fix the problem (as I use portmaster to update ports

Re: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread Walter Schwarzenfeld
There is a PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218208 ___ 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: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread Walter Schwarzenfeld
I don't really know if it is the correct way. But I solved my problems, before your post with deleting xcb and recompiling all depend packages. (I read the README now, I don't know this before). ___ freebsd-ports@freebsd.org mailing list

Re: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread duglas
I was having troubles with vim after the libpthread-stubs-0.4 upgrade. The error when trying to run vim after the upgrade was "Shared object "libpthread-stubs.so.0" not found, required by "libxcb.so.1"" If you're a port upgrade user you could try this: portupgrade -fr x11/libxcb I tried a

Re: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread Walter Schwarzenfeld
pkg info -r xcb. Deinstall xcb and recompile all packages of the output of the above command. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread David Wolfskill
On Wed, Mar 29, 2017 at 03:13:11PM +0200, Walter Schwarzenfeld wrote: > /usr/ports/devel/libpthread-stubs/work/libpthread-stubs-0.4/README > > Project description > --- > > Currently the project provides only a pkg-config [.pc] file, > pthread-stubs.pc.The latter contains the

Re: Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread Walter Schwarzenfeld
/usr/ports/devel/libpthread-stubs/work/libpthread-stubs-0.4/README Project description --- Currently the project provides only a pkg-config [.pc] file, pthread-stubs.pc.The latter contains the Cflags/Libs flags applicable to programs/libraries that use only lightweight pthread

Upgrade of libpthread-stubs-0.3_6 to libpthread-stubs-0.4 -- ??!?

2017-03-29 Thread David Wolfskill
After performing the above upgrade (apparently "successfully"), I have no libpthread-stubs.so.0: From "pkg info --list-files devel/libpthread-stubs" on a system I have yet to update: libpthread-stubs-0.3_6: /usr/local/lib/libpthread-stubs.a /usr/local/lib/libpthread-stubs.so

RE: disk space needs for source based system and ports?

2017-03-29 Thread Mark Millard
[This derives from the thread starting with: https://lists.freebsd.org/pipermail/freebsd-toolchain/2017-March/002780.html ] Thomas Mueller mueller6722 at twc.com wrote on Tue Mar 28 08:10:44 UTC 2017 : > This raises the question, how much diskspace is required or advised for a full > FreeBSD

FreeBSD ports you maintain which are out of date

2017-03-29 Thread portscout
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,

Re: port of nss-passwords

2017-03-29 Thread Matthias Apitz
El día martes, marzo 28, 2017 a las 12:30:01p. m. +0200, Matthias Apitz escribió: > Yes, thank you. It is even in the head of our ports. > This brings it on step further: > > $ gmake > ocamlfind ocamlc -g -package fileutils.str,sqlite3 -c main.ml > ocamlfind: Package `fileutils.str' not found >

x11/xscreensaver

2017-03-29 Thread The Doctor
Please update to the most recent available. -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism God is dead!