Package Details: ros-melodic-desktop-full 1.4.1-3

Git Clone URL: https://aur.archlinux.org/ros-melodic-desktop-full.git (read-only, click to copy)
Package Base: ros-melodic-desktop-full
Description: ROS - A metapackage to aggregate several packages.
Upstream URL: https://github.com/ros/metapackages
Keywords: melodic morena robot robotics ros
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 12
Popularity: 0.000000
First Submitted: 2018-05-13 18:47 (UTC)
Last Updated: 2021-03-23 03:30 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

fanjiang commented on 2019-02-15 02:15 (UTC)

@vegarab Remove ros-melodic-cpp-common and clean the AUR cache of it.

the culprit file got embedded into the package when built.

bionade24 commented on 2019-02-14 15:43 (UTC) (edited on 2019-02-14 15:43 (UTC) by bionade24)

@vegarab: I don't know what you did wrong, but it works for me(Of course, you have to work-around the bugs). I would clean the cache of your AUR helper and try again, I suppose to use pikaur, but yay is good to. In near future I'll provide binaries.

vegarab commented on 2019-02-14 14:51 (UTC)

With @Cubimon I am still not able to build this. First attempt at install manages to install just over 100 packages (of the 320-something dependencies). After attempting to install 4 times (seemed like there were some circular dependencies), it is no longer able to install any of the 147 remaining packages due to missing dependencies.

I'm using packer to install. As mentioned, during the fourth install attempt packer finds 147 dependencies but none of them can be installed due to missing dependencies - but all of the mentioned missing dependencies are part of the initial 147 dependencies.

Cubimon commented on 2019-02-06 20:39 (UTC) (edited on 2019-02-08 21:12 (UTC) by Cubimon)

I did the following:

Anyway great work

bionade24 commented on 2019-02-04 16:30 (UTC) (edited on 2019-02-04 17:10 (UTC) by bionade24)

@drapostolslki: I believe it's a Manjaro Problem, so I can't support you. Try to build them in a Arch Linux chroot.

drapostolski commented on 2019-02-04 14:11 (UTC)

@bionade24 I have the python-catkin-pkg, but trying to install ros-melodic-catkin gives me the same error.

bionade24 commented on 2019-02-03 11:07 (UTC) (edited on 2019-02-03 11:15 (UTC) by bionade24)

@clynamen:
1.Most of them are fixed now.
2.Boost signals changed to version 2, you work around same like around the -lpthread issue. Upstream commit was already made, I just wait for a new release.

clynamen commented on 2019-02-03 10:50 (UTC)

It looks like there are two new problems with some packages:

  • changed directory name -> use skipinteg and remove version number from dir
  • boost signal was removed -> Remove references in cmake maybe? seems unused

bionade24 commented on 2019-02-02 07:50 (UTC)

Even though it's stupid, it worked with older cmake versions: https://answers.ros.org/question/311685/cmake-compile-error-pthread-not-found-how-to-tell-the-compiler-to-look-for-pthread-lib/

But the fix will come soon: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915148

marsmee commented on 2019-02-01 23:02 (UTC) (edited on 2019-02-01 23:04 (UTC) by marsmee)

@bionade24 I'm glad I could help.

In my opinion, the real problem here is that it is a mistake of Boost as well as ROS. Placing a linker parameter (-lpthread) directly into the ..._LIBRARIES variable is completely unusual, I haven't seen this before. And that Catkin writes the absolute paths to the libraries directly into the CMake config files instead of using find_package is highly questionable to me.

The only question now is which upstream will fix this error first, but this will take its time. I don't think we should wait this long.