Package Details: ros-melodic-rospack 2.5.6-4

Git Clone URL: https://aur.archlinux.org/ros-melodic-rospack.git (read-only, click to copy)
Package Base: ros-melodic-rospack
Description: ROS - ROS Package Tool.
Upstream URL: https://wiki.ros.org/rospack
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 4
Popularity: 0.000000
First Submitted: 2018-02-24 12:24 (UTC)
Last Updated: 2021-03-22 13:16 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

korrat commented on 2019-04-13 13:33 (UTC)

@Obdolbino you can check out the last working version by running git checkout master~2 in yay's build directory for ros-melodic-rospack.

@bionade24 you can fix this without changing the git history by running git revert master~2. This will create commits undoing the last two (broken) commits.

Obdolbino commented on 2019-04-12 12:26 (UTC)

Ladies and gentlemen! Could you please fix sha256sum on server? One small file ruins the whole installation.

@bionade24: Where should I run "git reset ..." ? I tried in yay`s build dirs for ..rospack and ..desktop-full. Didn't work %(

bionade24 commented on 2019-04-08 16:23 (UTC)

@Salamandar: Because your can't fast-forward on AUR. Resets aren't accepted. If this annoys you, you should open a bug for AUR.

Salamandar commented on 2019-04-08 08:41 (UTC)

Why don't you just revert your two last commits ? The package is broken in this state.

bionade24 commented on 2019-03-29 14:32 (UTC)

khannajai: Please read my comment. Just do git reset and it'll work. When you use pikaur as AUR helper you can skip integrity tests. Will fix the generally arch problem soon.

khannajai commented on 2019-03-29 00:45 (UTC) (edited on 2019-03-29 00:49 (UTC) by khannajai)

I am not able to install it. When I try yay -S ros-melodic-rospack, integrity test fails. If I skip integrity validation, then the No such file or directory error occurs.

So, I cloned the repo, did a hard reset as mentioned, tried makepkg. But I encountered the same errors as with yay.

++ Also, I would like to install it together as a dependency with ros-melodic-desktop-full package

costashatz commented on 2019-03-04 01:34 (UTC)

Please change sha256sums and _dir:

_dir="rospack-release-release-melodic-rospack-${pkgver}-${_pkgver_patch}"

sha256sums=('7af1254d1dc1527fd6cfb7c704d55f2037b5cc349b004211328b0360754818cc')

prash commented on 2019-02-24 15:34 (UTC) (edited on 2019-02-24 15:35 (UTC) by prash)

Looks like there are a couple of problems with the build script. The sha256sums does not match the downloaded file's. Changing that manually gives the following error message while building:

grep: [[MY-AUR-DIR]]/ros-melodic-rospack/src/rospack-release-release-melodic-rospack-2.5.2-0: No such file or directory

CMake Error: The source directory "[[MY-AUR-DIR]]/ros-melodic-rospack/src/rospack-release-release-melodic-rospack-2.5.2-0" does not exist.

This is probably caused by the _dir variable pointing to the wrong place.