You are not logged in.
Hello,
Just went to update to 0.9.12.1-2 and it stopped building with a error. ( mkdir: cannot create directory 'build': File exists )
Looks like this is a new package update as of today 3-18-2015. I will look deeper to see if I can find a fix.
Last edited by sliposk (2015-03-18 15:27:47)
Offline
Run 'makepkg -C' or change the "mkdir build" to "mkdir -p build".
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I had to downgrade cmake 3.2 to cmake 3.1 and it will build. Check comments in the Aur.
https://aur.archlinux.org/packages/compiz/
Offline
Do you mean that downgrading cmake solved the issue with mkdir too?
Offline
The mkdir error went away after I downgraded to cmake 3.1 and was able to build compiz. After I got compiz to install I upgraded back to cmake 3.2 . All is fine.
Offline
Hello folks. I've added a small fix for building compiz/compiz-bzr with CMake 3.2. See comments for either package.
@karol The real error was related to CMake. The mkdir error came from not having a clean srcdir. Compiz needs to be built in a separate directory which cannot be created twice.
Last edited by Chazza (2015-03-19 11:27:20)
Offline