Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Uwe Rathmann
On Thu, 11 Dec 2014 12:22:46 +, Koehne Kai wrote: > It lists the different system packages you want to install before > compiling Qt, in a handy way that you can just copy to the terminal. You are refering to "sudo zypper in xorg-x11-libxcb-devel xcb-util-devel xcb-util-image-devel xcb-util-

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Koehne Kai
ect.org > Subject: Re: [Development] Qt 5.4.0 final packages to be tested > > On Thu, 11 Dec 2014 12:09:07 +, Koehne Kai wrote: > > > In general, it's a good idea to follow > > http://qt-project.org/wiki/Building_Qt_5_from_Git (even if the title > > is sligh

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Uwe Rathmann
On Thu, 11 Dec 2014 12:09:07 +, Koehne Kai wrote: > In general, it's a good idea to follow > http://qt-project.org/wiki/Building_Qt_5_from_Git (even if the title is > slightly misleading). Well I read the title of this post as: please check the uploaded packages on your system. Building from

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Koehne Kai
ect.org > Subject: Re: [Development] Qt 5.4.0 final packages to be tested > > On Wed, 10 Dec 2014 10:14:55 -0800, Thiago Macieira wrote: > > > Stop disabling pkg-config. > > My next attempt was the combination: -pkg-config -no-dbus: > > Now I was running i

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Uwe Rathmann
On Wed, 10 Dec 2014 10:14:55 -0800, Thiago Macieira wrote: > Stop disabling pkg-config. My next attempt was the combination: -pkg-config -no-dbus: Now I was running into 2 missing dependencies, that could be solved by installing the following additional packages: - pciutils-devel - mozilla-nss

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Simon Hausmann
On Wednesday 10. December 2014 16.56.46 Uwe Rathmann wrote: > On Wed, 10 Dec 2014 17:13:31 +0100, Simon Hausmann wrote: > > Yeah, configure should check for that and skip the kms plugin build if > > it can't find it via pkg-config - that seems like a bug. > > But everything what is needed is avail

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Thiago Macieira
On Wednesday 10 December 2014 17:00:49 Uwe Rathmann wrote: > "By default, configure determines whether to use pkg-config or not with > some heuristics ..." Yeah, I'm fixing that for 5.5. The logic is hard to understand, since the -pkg- config option may not enable fully. -- Thiago Macieira - thi

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Thiago Macieira
On Wednesday 10 December 2014 12:05:26 Uwe Rathmann wrote: > On Wed, 10 Dec 2014 11:20:17 +, Hausmann Simon wrote: > > Yeah, that's an unfortunate bug that slipped in. It is documented as a > > known issue and tracked in ‎QTBUG-43205 > > According to http://qt-project.org/wiki/Qt540-KnownIssue

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Uwe Rathmann
On Wed, 10 Dec 2014 17:14:19 +0100, Simon Hausmann wrote: >> ( What raises the question, why configure comes to the conclusion to >> enable pkg-config on my box ). > > Even though you passed -no-pkg-config you mean? No, without any option: "By default, configure determines whether to use pkg-co

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Uwe Rathmann
On Wed, 10 Dec 2014 17:13:31 +0100, Simon Hausmann wrote: > Yeah, configure should check for that and skip the kms plugin build if > it can't find it via pkg-config - that seems like a bug. But everything what is needed is available on my system - it's only, that the build doesn't find it. With

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread R. Reucher
On Wednesday 10 December 2014 17:14:19 Simon Hausmann wrote: > On Wednesday 10. December 2014 13.26.57 Uwe Rathmann wrote: > > > The easiest workaround is to get pkg-config to work for you. > > > > well pkg-config is not broken, because I did something specific on my > > box, it is the distro itse

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Simon Hausmann
On Wednesday 10. December 2014 13.26.57 Uwe Rathmann wrote: > Hallo Simon, > > > The easiest workaround is to get pkg-config to work for you. > > well pkg-config is not broken, because I did something specific on my > box, it is the distro itself, that doesn't seem to provide a valid pkg- > confi

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Simon Hausmann
On Wednesday 10. December 2014 14.22.52 Uwe Rathmann wrote: > On Wed, 10 Dec 2014 13:47:33 +0100, Simon Hausmann wrote: > > Oh, and the fourth option is to disable dbus with -no-dbus, but I don't > > know if your setup allows for that :) > > dbus is indeed not necessary for almost all of my use ca

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Uwe Rathmann
On Wed, 10 Dec 2014 13:47:33 +0100, Simon Hausmann wrote: > Oh, and the fourth option is to disable dbus with -no-dbus, but I don't > know if your setup allows for that :) dbus is indeed not necessary for almost all of my use cases and I started trying this option. Now it took me to: make[5]: L

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Uwe Rathmann
Hallo Simon, > The easiest workaround is to get pkg-config to work for you. well pkg-config is not broken, because I did something specific on my box, it is the distro itself, that doesn't seem to provide a valid pkg- config system. Maybe it is OpenSuSE 13.1 only, but it could also be an issue

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Simon Hausmann
On Wednesday 10. December 2014 12.05.26 Uwe Rathmann wrote: > On Wed, 10 Dec 2014 11:20:17 +, Hausmann Simon wrote: > > Yeah, that's an unfortunate bug that slipped in. It is documented as a > > known issue and tracked in ‎QTBUG-43205 > > According to http://qt-project.org/wiki/Qt540-KnownIssu

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Uwe Rathmann
On Wed, 10 Dec 2014 11:20:17 +, Hausmann Simon wrote: > Yeah, that's an unfortunate bug that slipped in. It is documented as a > known issue and tracked in ‎QTBUG-43205 According to http://qt-project.org/wiki/Qt540-KnownIssues I had the impression, that installing dbus headers would fix the

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Hausmann Simon
Yeah, that's an unfortunate bug that slipped in. It is documented as a known issue and tracked in ‎QTBUG-43205 Simon Original Message From: Uwe Rathmann Sent: Wednesday, December 10, 2014 12:14 To: development@qt-project.org Subject: Re: [Development] Qt 5.4.0 final packages to be t

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-10 Thread Uwe Rathmann
On Mon, 08 Dec 2014 08:58:57 +, Heikkinen Jani wrote: > We have Qt5.4.0 final packages available for your testing here: Tried to build from the source tarballs on my OpenSuSE 13.1 box, but after some while my make runs into pkg-config issues. Well maybe my system is not properly set up for

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-09 Thread Frank Osterfeld
On 09 Dec 2014, at 17:37, Frank Osterfeld wrote: > > (I’ll also test with the linked tarball, but that will take a couple more > hours) The rebuild using your official tar.xz tarball went through without issue. > > On 08 Dec 2014, at 08:58, Heikkinen Jani > wrote: > >> Hi all, >> >> We

[Development] Qt 5.4.0 final packages to be tested

2014-12-08 Thread Heikkinen Jani
Hi all, We have Qt5.4.0 final packages available for your testing here: Windows: http://download.qt-project.org/snapshots/qt/5.4/5.4.0/2014-12-07_97/ Linux: http://download.qt-project.org/snapshots/qt/5.4/5.4.0/2014-12-07_106/ mac: http://download.qt-project.org/snapshots/qt/5.4/5.4.0/2014-12