m2-farzan / ros2-foxy-PKGBUILD

AUR Package for ROS 2 Foxy
1 stars 1 forks source link

ln: failed to create symbolic link '/usr/share/sip/PyQt5/.': No such file or directory #9

Closed KenwoodFox closed 2 years ago

KenwoodFox commented 2 years ago

Not used to diagnosing too many strange errors like this but, when building i get the ln error, i checked i do have sip and pyqt5 and that dir exists but.. whats with the trailing dot after PyQt5? i may just be unused to using ln but im not familer with that syntax

Anyway, id be more than happy to check some system configuration options and or put a pr together if theres missing deps or anything!

ln: failed to create symbolic link '/usr/share/sip/PyQt5/.': No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'ros2-foxy-2020.12.11-5': 
error: packages failed to build: ros2-foxy-2020.12.11-5
m2-farzan commented 2 years ago

Hi

Thanks for reporting the issue. I'll fix it in a few minutes.

P.S. I strongly recommend galactic over foxy. The nature of Arch makes it difficult to maintain older versions. Even galactic package has 3 open issues, and currently requires minor manual interventions (read the issues for more info).

If you really need foxy on Arch, you can still use this package but you'll probably encounter more errors along the way. You can get ideas from galactic which is 10+ commits ahead of this one. In that case, I'd be very happy to merge your PR's into foxy package.

m2-farzan commented 2 years ago

The issue should be fixed now.

KenwoodFox commented 2 years ago

Looks like its still broken on manjaro and arch pure, but ill try galactic thank you