Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Poblem installing sumo 1.3.1

¡Hola Alberto!

The executable testlibsumo uses the library libpoppler, which in turn uses the libtiff package.

As already pointed out you have the option to load the libtiff5 package in your ubuntu (sudo apt-get install libtiff5) and then build it again.

Please post the last lines of sudo apt-cache showpkg libpoppler58, it looks on my system like

Dependencies:
0.80.0-0ubuntu1 - libc6 (2 2.29) libfontconfig1 (2 2.12.6) libfreetype6 (2 2.2.1) libjpeg8 (2 8c) liblcms2-2 (2 2.2+git20110628) libnspr4 (2 2:4.9-2~) libnss3 (2 2:3.16) libpng16-16 (2 1.6.2-1) libstdc++6 (2 5.2) libtiff5 (2 4.0.3) zlib1g (2 1:1.1.4) poppler-data (0 (null)) libpoppler90:i386 (35 0.80.0-0ubuntu1) libpoppler90:i386 (38 0.80.0-0ubuntu1)

Another way is to build the system with

  make -i -j $(nproc)

The -i flag ignores this error and hopefully you get a running core system (without testlibsumo)

On my ubunto (19.10) sumo 1.3.1 compiled fine.

Regards, Harald

Am 06.02.20 um 16:34 schrieb Alberto Coello:
Hello,
I am trying to install sumo-1_3_1 from sumo_1-3-1.tar.gz in ubuntu 16.04LTS. I have been following these instructions: 'https://sumo.dlr.de/docs/Installing/Linux_Build.html' but when building it wit: 'make -j $(nproc)' it breaks at 78% as shown in the attached image. It has to be said that I have also installed the 1.1.0 version and it worked fine. I attached to this mail the cli messages displayed.
Thanks a lot,
Alberto

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top