On 02/04/2011 02:34 PM, Serghei Amelian wrote:
Ensure that kickerSettings.cpp is not generated by Qt4 uic. To avoid these stange problems, I suggest to use a virtual machine or chroot with clean setup.
Which do you recommend? I have VirtualBox installed and could create another Arch Linux guest, or I could try and setup a chroot environment. I know how to do the virtual machine, but I'm interested in the chroot. (saves updating the guest install)
I know how to chroot my OS, but I've never created a chroot to build packages. Would I just need to setup a fakeroot environment somewhere with:
fakeroot /opt/qt /opt/trinity /home/trinity-svn (and what else??)
I'll google it, but if you have a favorite link, I'll take it :)
On Saturday 05 February 2011 00:42:21 David C. Rankin wrote: [...]
I know how to chroot my OS, but I've never created a chroot to build packages. Would I just need to setup a fakeroot environment somewhere with:
fakeroot /opt/qt /opt/trinity /home/trinity-svn (and what else??)
I'll google it, but if you have a favorite link, I'll take it :)
I think this is distro-related. For Centos is mock, For Debian is debootstrap, etc. You need to check how to do this on Arch.
On 02/04/2011 04:56 PM, Serghei Amelian wrote:
On Saturday 05 February 2011 00:42:21 David C. Rankin wrote: [...]
I know how to chroot my OS, but I've never created a chroot to build packages. Would I just need to setup a fakeroot environment somewhere with:
fakeroot /opt/qt /opt/trinity /home/trinity-svn (and what else??)
I'll google it, but if you have a favorite link, I'll take it :)
I think this is distro-related. For Centos is mock, For Debian is debootstrap, etc. You need to check how to do this on Arch.
we have mkarchroot - I'll go read. Thank you!