pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/at-spi2-atk



On Wed, Oct 23, 2019 at 04:05:48PM +0100, Patrick Welche wrote:
> On Wed, Oct 23, 2019 at 04:05:23PM +0200, Tobias Nygren wrote:
> > On Wed, 23 Oct 2019 14:49:15 +0100
> > Patrick Welche <prlw1%cam.ac.uk@localhost> wrote:
> > 
> > > so it built successfully. Actually seeing an error message would be nice...
> > 
> > Not only are these new build systems terrible on their own, they are
> > now conspiring with eachother to cause even more breakage! ;) I found
> > that it fails if and only if cmake is in the PATH. Uninstalling cmake
> > makes it work. This is true for x11/compton as well.
> > Here are logs for when cmake is installed:
> 
> Hmmm - definitely a conspiracy!
> 
> # cmake --version
> cmake version 3.15.4
> 
> CMake suite maintained and supported by Kitware (kitware.com/cmake).
> 
> So at least, when I run make replace with meson 0.51.2, cmake is in the
> path and it succeeds. I suspect that in my pbulk build it wouldn't have
> been. I'll try again in a bit...

After a pkg_rolling-replace, I can reproduce it!

Then

pkg_add -U /tmp/meson-0.51.2.tgz

and all is well. So the update to meson-0.52.0 broke things.

(Check:
cd /usr/pkgsrc/devel/meson
make replace                  (so get meson 0.52.0 back)
cd ../at-spi2-atk
make clean
make
-> ERROR)

(All this is with pkgsrc from before your fix to meson/build.mk.)


Cheers,

Patrick



Home | Main Index | Thread Index | Old Index