can any one please tell me how to fix the installation error of this package.
Search Criteria
Package Details: sumo 1.21.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sumo.git (read-only, click to copy) |
---|---|
Package Base: | sumo |
Description: | Traffic simulation modelling road vehicles, public transport and pedestrians. |
Upstream URL: | http://sumo.dlr.de |
Keywords: | science simulation traffic |
Licenses: | EPL-2.0 |
Submitter: | mareex |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 12 |
Popularity: | 0.032132 |
First Submitted: | 2014-04-28 23:12 (UTC) |
Last Updated: | 2024-12-11 12:13 (UTC) |
Dependencies (26)
- autopep8
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- flake8
- fox
- gdal (gdal-libkmlAUR, gdal-libkml-filegdbAUR, gdal-hdf4AUR, gdal-ecwAUR)
- gl2ps (gl2ps-gitAUR)
- openscenegraph (openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- proj (proj-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-pandas
- python-pyproj
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- xerces-c
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gmock (googletest-gitAUR, gtest) (make)
- gtest (googletest-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, jdk21-temurinAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR, zing-21-binAUR) (make)
- maven (mvnvmAUR) (make)
- python-build (make)
- python-pip (make)
- python-setuptools (make)
- swig (swig-gitAUR) (make)
- java-runtime-common (optional) – for executing Jar files like TraCI4J
Required by (0)
Sources (1)
unfamous31 commented on 2018-07-17 20:34 (UTC)
jakobht commented on 2018-06-19 20:31 (UTC)
I just tried to install this package but compilation fails with GCC 8.1.1
This is a known issue, fixed but not released (https://github.com/eclipse/sumo/issues/4110), but it means the package does not build as is.
I was able to build by installing gcc-6 and running: $ CC=gcc-6 CXX=g++-6 makepkg -sri
gudwin commented on 2018-06-06 19:20 (UTC)
It seems that the new PROJ libraries (libproj.so.13) broke sumo 0.32 code. I tried to download the code by hand, directly from github, and the same error in compilation just appeared. Downloading the master branch from Github, though, compiled without problems. This means that the changes in the library were already corrected in the master branch. The provisory solution is to compile manually from Github and do a make install in order to have sumo running again.
gudwin commented on 2018-06-04 19:06 (UTC)
I tried to remove and insert again, and this version is not compiling anymore, maybe due to changes from libproj.so.12 to libproj.so.13.
gudwin commented on 2018-06-04 18:53 (UTC)
After the last upgrade, today, I am having the following while trying to run sumo-gui:
sumo-gui: error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory
The same is happening for other commands, like e.g. netedit. The problem seems to be with libproj.so, which was upgrade do libproj.so.13. Why is it tied to libproj.so.12 insted to libproj.so ? Maybe we need a patch ?
Pinned Comments
akstrfn commented on 2024-12-11 12:14 (UTC)
For build to be successful older version of sumo must first be removed.