acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 43 forks source link

[orocos-kdl-python] failed to commit transaction #130

Closed AchmadFathoni closed 3 years ago

AchmadFathoni commented 3 years ago
error: failed to commit transaction (conflicting files)
orocos-kdl-python: /usr/.catkin exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/.rosinstall exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/_setup_util.py exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/env.sh exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/local_setup.bash exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/local_setup.sh exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/local_setup.zsh exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/setup.bash exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/setup.sh exists in filesystem (owned by orocos-kdl)
orocos-kdl-python: /usr/setup.zsh exists in filesystem (owned by orocos-kdl)
Errors occurred, no packages were upgraded.
==> WARNING: Failed to install built package(s).
AchmadFathoni commented 3 years ago

How about find ${pkgdir}/usr -maxdepth 1 -type f -exec rm {} \; in package()?

acxz commented 3 years ago

Yeah seems like we might have to do that. If you have something working, go ahead and make a PR, i'll merge it in.

AchmadFathoni commented 3 years ago

@acxz Next time, try to install your updated packge before push it.