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

2017-03-29 Thread Chris H
> [...] > checking for XCB... no > configure: error: Package requirements (xcb >= 1.4) were not met: > > Package pthread-stubs was not found in the pkg-config search path. > Perhaps you should add the directory containing 'pthread-stubs.pc' > to the PKG_CONFIG_PATH environme

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

2017-03-29 Thread O. Hartmann
required by 'xcb', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XCB_CFLAGS and XCB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more deta

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-26 Thread Torfinn Ingolfsen
/local/libdata/pkgconfig/xcb-aux.pc /usr/local/libdata/pkgconfig/xcb-aux.pc was installed by package xcb-util-0.3.6,1 Upgrading (portupgrade -R) xfce4-wm fails on both machine a and b, like this: gmake[2]: Leaving directory `/usr/ports/x11-wm/xfce4-wm/work/xfwm4-4.8.3/po' Making all in settings

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-26 Thread Torfinn Ingolfsen
Hello, On Thu, Jan 26, 2012 at 1:24 AM, Zhihao Yuan lich...@gmail.com wrote: On Tue, Jan 17, 2012 at 10:39 PM, Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: Michael Johnson a...@ahze.net wrote: Out of curiosity, what does 'grep xcb-aux /usr/local/libdata/pkgconfig/*' show?

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-26 Thread Kevin Oberman
On Thu, Jan 26, 2012 at 5:23 AM, Torfinn Ingolfsen tin...@gmail.com wrote: Hello, On Thu, Jan 26, 2012 at 1:24 AM, Zhihao Yuan lich...@gmail.com wrote: On Tue, Jan 17, 2012 at 10:39 PM, Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: Michael Johnson a...@ahze.net wrote: Out of

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-26 Thread Torfinn Ingolfsen
Hello, On Thu, Jan 26, 2012 at 6:20 PM, Kevin Oberman kob6...@gmail.com wrote: Have you run 'pkg-libchk -o | grep xcb-' from sysutils/bsdadminscripts? it should provide a list of ports that need to be re-built after the xcb-utils upgrade to 1.8. Funny, I logged in just now to write about

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-26 Thread Mark Felder
On Thu, 26 Jan 2012 11:20:27 -0600, Kevin Oberman kob6...@gmail.com wrote: Have you run 'pkg-libchk -o | grep xcb-' from sysutils/bsdadminscripts? it should provide a list of ports that need to be re-built after the xcb-utils upgrade to 1.8. What's strange is that this didn't work for me

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-25 Thread Zhihao Yuan
On Tue, Jan 17, 2012 at 10:39 PM, Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: Michael Johnson a...@ahze.net wrote: Out of curiosity, what does 'grep xcb-aux /usr/local/libdata/pkgconfig/*' show? Nothing. No Output. Heino ___

Re: xcb-util

2012-01-19 Thread Heino Tiedemann
Kevin Oberman kob6...@gmail.com wrote: pkg_libchk -o | grep xcb- should just give the relevant information. Its a lot (all ports up to Date except x11-wm/xfce4-wm): # pkg_libchk -o | grep xcb- x11-fm/thunar: /usr/local/lib/thunarx-2/thunar-uca.so misses libxcb-aux.so.0 x11-fm/thunar:

Re: xcb-util

2012-01-19 Thread Volodymyr Kostyrko
Heino Tiedemann wrote: Kevin Obermankob6...@gmail.com wrote: pkg_libchk -o | grep xcb- should just give the relevant information. Its a lot (all ports up to Date except x11-wm/xfce4-wm): It's not about been up to date, it's about been correctly linked. Go rebuild them. -- Sphinx of

Re: xcb-util

2012-01-19 Thread ajtiM
On Wednesday 18 January 2012 22:51:49 Kevin Oberman wrote: On Wed, Jan 18, 2012 at 6:08 PM, Jason Hellenthal jh...@dataix.net wrote: On Wed, Jan 18, 2012 at 05:46:07PM -0600, ajtiM wrote: On Wednesday 18 January 2012 08:28:38 Volodymyr Kostyrko wrote: Subbsd wrote: I found two

Re: xcb-util

2012-01-18 Thread Subbsd
I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from ocaml\* or facile\*) ___

Re: xcb-util

2012-01-18 Thread Heino Tiedemann
Subbsd sub...@gmail.com wrote: I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from ocaml\* or facile\*) 3) xfce4-wm libtool: link:

Re: xcb-util

2012-01-18 Thread ajtiM
On Wednesday 18 January 2012 03:07:09 you wrote: I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from ocaml\* or facile\*) I use mplayer

Re: xcb-util

2012-01-18 Thread Volodymyr Kostyrko
Subbsd wrote: I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from ocaml\* or facile\*) pkg_libchk from sysutils/bsdadminscripts would point

Re: xcb-util

2012-01-18 Thread ajtiM
On Wednesday 18 January 2012 08:28:38 Volodymyr Kostyrko wrote: Subbsd wrote: I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from

Re: xcb-util

2012-01-18 Thread Jason Hellenthal
On Wed, Jan 18, 2012 at 05:46:07PM -0600, ajtiM wrote: On Wednesday 18 January 2012 08:28:38 Volodymyr Kostyrko wrote: Subbsd wrote: I found two broken rebuild after upgrade xcb: pkg_libchk from sysutils/bsdadminscripts would point you to all ports that should be rebuilt. I ran

Re: xcb-util

2012-01-18 Thread Kevin Oberman
On Wed, Jan 18, 2012 at 6:08 PM, Jason Hellenthal jh...@dataix.net wrote: On Wed, Jan 18, 2012 at 05:46:07PM -0600, ajtiM wrote: On Wednesday 18 January 2012 08:28:38 Volodymyr Kostyrko wrote: Subbsd wrote: I found two broken rebuild after upgrade xcb: pkg_libchk from

Re: xcb-util

2012-01-17 Thread Franci Nabalanci
I had fresh installed FreeBSD 9.0-RC3 ad than I updated to 9.0-Release. I ran portsnap fetch update and portmaster -a and xcb was updated. It happened day before when was /usr/ports/UPDATING update wtih portmaster -R -r xcb-util.0 which I ran yesterday and it happened what I wrote before. On Mon

cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-17 Thread Heino Tiedemann
Hi, after I did that: , | 20120116: | AFFECTS: users of x11/xcb-util | AUTHOR: ga...@freebsd.org | | x11/xcb-util was updated to 0.3.8 and was split in new modules. | Dependencies were adjusted but main port symbols were moved to a single | library, xcb-util.so. For this reason

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-17 Thread Kevin Oberman
On Tue, Jan 17, 2012 at 11:18 AM, Heino Tiedemann rotkaps_spam_t...@gmx.dewrote: Hi, after I did that: , | 20120116: | AFFECTS: users of x11/xcb-util | AUTHOR: ga...@freebsd.org | | x11/xcb-util was updated to 0.3.8 and was split in new modules. | Dependencies were

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-17 Thread Heino Tiedemann
Kevin Oberman kob6...@gmail.com wrote: On Tue, Jan 17, 2012 at 11:18 AM, Heino Tiedemann rotkaps_spam_t...@gmx.dewrote: gmake[3]: Entering directory `/usr/ports/x11-wm/xfce4-wm/work/xfwm4-4.8.3/settings-dialogs' CC xfwm4_settings-xfwm4-settings.o CCLD xfwm4-settings CC

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-17 Thread Michael Johnson
On Tue, Jan 17, 2012 at 10:32 PM, Heino Tiedemann rotkaps_spam_t...@gmx.dewrote: Kevin Oberman kob6...@gmail.com wrote: On Tue, Jan 17, 2012 at 11:18 AM, Heino Tiedemann rotkaps_spam_t...@gmx.dewrote: gmake[3]: Entering directory

Re: cannot build x11-wm/xfce4-wm after upgrade x11/xcb-util

2012-01-17 Thread Heino Tiedemann
Michael Johnson a...@ahze.net wrote: Out of curiosity, what does 'grep xcb-aux /usr/local/libdata/pkgconfig/*' show? Nothing. No Output. Heino ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: xcb-util

2012-01-16 Thread Chuck Swiger
On Jan 16, 2012, at 2:51 PM, ajtiM wrote: FreeBSD 9.0 is out, many people updated, new installation...KDE 4.7.4 is coming in the ports (I hope no) and now all this reinstallation for xcb-util. Is it not possible to synchronized a little with the other ports? You're the one managing your

Re: xcb-util

2012-01-16 Thread Olivier Smedts
2012/1/16 ajtiM lum...@gmail.com: FreeBSD 9.0 is out, many people updated, new installation...KDE 4.7.4 is coming in the ports (I hope no) and now all this reinstallation for xcb-util. Is it not possible to synchronized a little with the other ports? I need to reinstall about 300 ports (KDE

Re: xcb-util

2012-01-16 Thread Freddie Cash
On Mon, Jan 16, 2012 at 3:11 PM, Chuck Swiger cswi...@mac.com wrote: On Jan 16, 2012, at 2:51 PM, ajtiM wrote: FreeBSD 9.0 is out, many people updated, new installation...KDE 4.7.4 is coming in the ports (I hope no) and now all this reinstallation for xcb-util. Is it not possible

Re: xcb-util

2012-01-16 Thread Freddie Cash
On Mon, Jan 16, 2012 at 3:16 PM, Olivier Smedts oliv...@gid0.org wrote: The only direct dependency on xcb-util is set by cairo. Please note I use EXPLICIT_PACKAGE_DEPENDS=yes in my /etc/make.conf, that could explain the difference ? What is EXPLICIT_PACKAGE_DEPENDS, and where is it documented

pulseaudio upgrade (after xcb-util)

2012-01-15 Thread Barbara
I don't know why it didn't happened on the first build, but for sysutils/gnome-settings-daemon now I'm getting an error caused by the removal of /usr/local/lib/libxcb-aux.la from xcb-util It seems that the removal of libxcb-atom.so.1 libxcb-event.so.1 libxcb-aux.so.0

Re: x11/xcb-util downgraded?

2012-01-15 Thread Warren Block
On Sat, 17 Dec 2011, Chris Rees wrote: On 17 December 2011 10:47, Denise H. G. darc...@gmail.com wrote:   With the version bump of x11/xcb-util, some ports seems to be broken.   However, after recompiling x11/startup-notification, and all the   ports that depend on x11/startup-notification

Re: x11/xcb-util downgraded?

2011-12-18 Thread Conrad J. Sabatier
On Sat, 17 Dec 2011 11:18:04 + Chris Rees cr...@freebsd.org wrote: On 17 December 2011 10:47, Denise H. G. darc...@gmail.com wrote: Hi all   With the version bump of x11/xcb-util, some ports seems to be broken. However, after recompiling x11/startup-notification, and all

x11/xcb-util downgraded?

2011-12-17 Thread Denise H. G.
Hi all With the version bump of x11/xcb-util, some ports seems to be broken. However, after recompiling x11/startup-notification, and all the ports that depend on x11/startup-notification, everything will be OK. And x11/startup-notification needs to be set to depend on x11/xcb

Re: x11/xcb-util downgraded?

2011-12-17 Thread Chris Rees
On 17 December 2011 10:47, Denise H. G. darc...@gmail.com wrote: Hi all   With the version bump of x11/xcb-util, some ports seems to be broken.   However, after recompiling x11/startup-notification, and all the   ports that depend on x11/startup-notification, everything will be OK

[Fwd: portupgrade failure xcb-util failure]

2009-10-01 Thread John B. Stubblebine
Ports at FreeBSD.org: I should have sent this also to you - it seems like it bounced from ntar...@cs.uoi.gr Thanks in advance for any help you can provide... John Stubblebine js...@jstub.com Original Message Subject:portupgrade failure xcb-util failure Date

Re: xcb-util 0.3.4 breaks awesome

2009-05-08 Thread Dmitry Marakasov
* Josh Rickmar (joshua_rick...@eumx.net) wrote: starup-notification was updated, and I've just committed update of awesome to 3.3-rc2. This should have no problems with new xcb-util. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd

Re: xcb-util 0.3.4 breaks awesome

2009-05-08 Thread Josh Rickmar
On Fri, 8 May 2009, Dmitry Marakasov wrote: * Josh Rickmar (joshua_rick...@eumx.net) wrote: starup-notification was updated, and I've just committed update of awesome to 3.3-rc2. This should have no problems with new xcb-util. Thanks! Yeah, I saw the update to 3.3-rc2 and the new startup

Re: xcb-util 0.3.4 breaks awesome

2009-05-07 Thread Dmitry Marakasov
* Josh Rickmar (joshua_rick...@eumx.net) wrote: That's quite complicated problem actually - xcb-util update has broken awesome; we could update awesome to 3.3-rc1, but it requires startup-notification 0.10 (which likely requires new xcb-util as well). Thus we'll likely have to wait for s-n 0.10

Re: xcb-util 0.3.4 breaks awesome

2009-05-07 Thread Josh Rickmar
On Fri, 8 May 2009, Dmitry Marakasov wrote: * Josh Rickmar (joshua_rick...@eumx.net) wrote: That's quite complicated problem actually - xcb-util update has broken awesome; we could update awesome to 3.3-rc1, but it requires startup-notification 0.10 (which likely requires new xcb-util as well

Re: xcb-util 0.3.4 breaks awesome

2009-05-07 Thread Robert Noland
On Thu, 2009-05-07 at 18:39 -0400, Josh Rickmar wrote: On Fri, 8 May 2009, Dmitry Marakasov wrote: * Josh Rickmar (joshua_rick...@eumx.net) wrote: That's quite complicated problem actually - xcb-util update has broken awesome; we could update awesome to 3.3-rc1, but it requires

Re: xcb-util 0.3.4 breaks awesome

2009-05-07 Thread Dmitry Marakasov
* Robert Noland (rnol...@freebsd.org) wrote: That's quite complicated problem actually - xcb-util update has broken awesome; we could update awesome to 3.3-rc1, but it requires startup-notification 0.10 (which likely requires new xcb-util as well). Thus we'll likely have to wait

xcb-util 0.3.4 breaks awesome

2009-05-06 Thread Josh Rickmar
I've been following the discussions on awesome's IRC channel lately, and there have been a lot of problems with users not being able to use their modkey. It turned out that the problem was that a newer version of xcb-util (0.3.4) conflicts with the current released stable version of awesome