Package Details: sumo-doc 1.19.0-3

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: 11
Popularity: 0.021145
First Submitted: 2014-04-28 23:12 (UTC)
Last Updated: 2024-01-22 21:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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 ?

jerry73204 commented on 2017-10-16 11:50 (UTC)

I found adding !buildflags to options resolves the undefined reference issue.

Asfhy commented on 2017-04-22 17:06 (UTC)

As it seems to have something to do with GTEST_CONFIG and the unittest source folder, I tryed to add "--without-gtest-config" to the configure line at the build() method on the PKGBUILD file and it worked. So it seems like some dependency is missing and preventing the gtest-config to compile.

Asfhy commented on 2017-04-21 18:47 (UTC) (edited on 2017-04-21 19:02 (UTC) by Asfhy)

I can't get it to install (sumo). I checked and I have all depencies, even the optional ones. It downloads ok, pass the sum verification and starts to compile, but after some time compiling, I get an error and can't continue to install; here the last lines before the error: GeoConvHelper.cpp:(.text+0x40b): undefined reference to `pj_init_plus' ../../src/utils/geom/libgeom.a(GeoConvHelper.o): In function `GeoConvHelper::operator=(GeoConvHelper const&)': GeoConvHelper.cpp:(.text+0x601): undefined reference to `pj_free' GeoConvHelper.cpp:(.text+0x617): undefined reference to `pj_free' GeoConvHelper.cpp:(.text+0x62d): undefined reference to `pj_free' GeoConvHelper.cpp:(.text+0x645): undefined reference to `pj_init_plus' GeoConvHelper.cpp:(.text+0x659): undefined reference to `pj_get_def' GeoConvHelper.cpp:(.text+0x661): undefined reference to `pj_init_plus' GeoConvHelper.cpp:(.text+0x675): undefined reference to `pj_get_def' GeoConvHelper.cpp:(.text+0x67d): undefined reference to `pj_init_plus' ../../src/utils/geom/libgeom.a(GeoConvHelper.o): In function `GeoConvHelper::cartesian2geo(Position&) const': GeoConvHelper.cpp:(.text+0x1f3c): undefined reference to `pj_inv' ../../src/utils/geom/libgeom.a(GeoConvHelper.o): In function `GeoConvHelper::x2cartesian_const(Position&) const': GeoConvHelper.cpp:(.text+0x31b9): undefined reference to `pj_fwd' ../../src/utils/geom/libgeom.a(GeoConvHelper.o): In function `GeoConvHelper::x2cartesian(Position&, bool)': GeoConvHelper.cpp:(.text+0x35be): undefined reference to `pj_transform' GeoConvHelper.cpp:(.text+0x3bb0): undefined reference to `pj_init_plus' GeoConvHelper.cpp:(.text+0x631d): undefined reference to `pj_init_plus' GeoConvHelper.cpp:(.text+0x632d): undefined reference to `pj_init_plus' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:533: sumo-unittest] Error 1 make[3]: se sale del directorio '/tmp/pamac-build-asfhy/sumo/src/sumo-0.29.0/unittest/src' make[2]: *** [Makefile:577: all-recursive] Error 1 make[2]: se sale del directorio '/tmp/pamac-build-asfhy/sumo/src/sumo-0.29.0/unittest/src' make[1]: *** [Makefile:363: all-recursive] Error 1 make[1]: se sale del directorio '/tmp/pamac-build-asfhy/sumo/src/sumo-0.29.0/unittest' make: *** [Makefile:393: all-recursive] Error 1

hdoebler commented on 2016-12-02 12:16 (UTC)

@FlorianJacob I am working with SUMO for quite a long time now and will continue to do so. So if you would like to disown it, I will be happy to step in as Maintainer.

FlorianJacob commented on 2016-08-01 14:02 (UTC)

@mareex Thanks, I adopted and updated the package to the current version now, but sourceforge mirror is down at the moment. :/ Everything should work now as soon as it's back up, though. :D The lab course I needed sumo for is over now, though, so if anybody really uses sumo and wants to maintain this, I'll happily set you as Co-Maintainer or Main Maintainer. ;)

mareex commented on 2016-07-25 16:43 (UTC) (edited on 2016-07-25 16:43 (UTC) by mareex)

@FlorianJacob Hi, I do not have much time now to maintain this package. :( I will disown it, so that somebody else can take care of it. :)

FlorianJacob commented on 2016-07-21 13:09 (UTC)

Just found out: The new version sumo 0.27.0 also needs the new dependencies "proj" and "gdal", without them it won't start.