mitsuba
mitsuba copied to clipboard
Cannot install Mitsuba on Arch Linux via documentation guides
[user@archlinux collada-dom]$ makepkg
Which produces
==> 正在创建软件包:collada-dom 2.4.0-1 (2019年03月21日 星期四 23时20分14秒)
==> 正在检查运行时依赖关系...
==> 正在检查编译时依赖关系
==> 获取源代码...
-> 找到 collada-dom-2.4.0.tgz
==> 正在验证 source 文件,使用md5sums...
collada-dom-2.4.0.tgz ... 通过
==> 正在释放源码...
-> 正在解压缩 collada-dom-2.4.0.tgz,使用 bsdtar
==> 正在删除现存的 $pkgdir/ 目录...
==> 正在开始 build()...
rm: 无法删除 'build/linux-1.4/libminizip.so*': 没有那个文件或目录
==> 错误: 在 build() 中发生一个错误。
正在放弃...
Following command in PKGBUILD failed
rm build/linux-1.4/libminizip.so*
Also, the dependency collada-dom is quite ridiculous,
data/linux/arch/collada-dom/src/collada-dom-2.4.0/dom/src/dae/daeMetaGroup.cpp, line 29:
daeElement *daeMetaGroup::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) {
(void)offset;
daeString nm = child->getElementName();
if ( findChild( nm ) == NULL ) {
return false;
}
daeElementRef el;
How can they return false when the return type has been specified daeElement?
Oh, dep fakeroot is required but not listed in docs!
Also there is mitsuba-git in AUR :smirk:
Hi, I cannot install mitsuba-git in my Manjaro system via
yaourt -Sy mitsuba-git. The reason is that it cannot correctly install python2-scons in my system.
When I try to install python2-scons, it outputs errors here https://drive.google.com/open?id=1dbLNVklVBF114O3k733fa4T3yYskbd68
Can you correctly install mitsuba-git in your system? Thanks.