On Tue, Aug 30, 2016 at 6:32 PM, dcd <[email protected]> wrote: > Actually, I'm getting a "Segmentation fault" when attempting to run > Monteverdi: > > user@computer ~/OTB-5.6.1-Linux64 $ ls -l > total 48 > drwx------ 2 user user 12288 Aug 25 18:38 bin > drwx------ 5 user user 12288 Aug 30 12:24 lib > -rw------- 1 user user 884 Aug 25 18:18 LICENSE > -rwx------ 1 user user 455 Aug 30 12:24 mapla.sh > -rwx------ 1 user user 438 Aug 30 12:24 monteverdi.sh > -rw------- 1 user user 229 Aug 30 12:24 otbenv.profile > drwx------ 8 user user 4096 Aug 25 18:38 share > -rw------- 1 user user 182 Aug 25 15:17 VERSION > > user@computer ~/OTB-5.6.1-Linux64 $ bash ./monteverdi.sh > ./monteverdi.sh: line 10: 3735 Segmentation fault > /home/user/OTB-5.6.1-Linux64/bin/monteverdi "$@" > > user@computer ~/OTB-5.6.1-Linux64 $ ls -l ./bin/mont* > -rwx------ 1 user user 289343 Aug 30 12:24 ./bin/monteverdi > > Everything appears to be OK in terms of permissions. Is there a bug in the > binary file? > > probably. given that i18n directory exists in OTB-5.6.1-Linux64/share/otb/
the only thing changed in packaging was using qt with system glib which was a bit tricky. Can you provide the output of ldd bin/monteverdi ? and try to move OTB-5.6.1-Linux64/lib/libQt* to /tmp/backup_qt_libs you can do this command make /tmp/backup_qt_libs && mv /home/user/OTB-5.6.1-Linux64/lib/libQt* /tmp/backup_qt_libs and try running mvd again!. If that solves the issue, there is an urgent fix needed in packaging. We will work on it. also can you try otbcli_ReadImageInfo -in /path/to/any/image? Just to be sure the otb application is working and confirm the issue is on Qt side. I'm running Mint 18 (Ubuntu 16.04 LTS). Let me know how best to > troubleshoot this error. > > Cheers > > > > > On Monday, 29 August 2016 09:12:39 UTC-4, Poughon Victor wrote: >> >> Yes, there was a small gap over the week end when we released binary >> packages before we updated the website links. Sorry about that. >> >> FYI all packages are located on: https://www.orfeo-toolbox.org/packages/ >> if you want to check out everything. >> >> Best, >> >> Victor Poughon >> ------------------------------ >> *De :* [email protected] [[email protected]] de la part de >> dcd [[email protected]] >> >> *Envoyé :* lundi 29 août 2016 14:22 >> *À :* otb-users >> *Objet :* [otb-users] Re: Linux download link broken/missing >> >> It must've been due to the recent update >> <https://groups.google.com/forum/#%21topic/otb-users/U6fWJcSqXMM> >> mentioned in the next thread. The link now works (~62MB download vs. 31K). >> Thanks! >> >> On Friday, 26 August 2016 16:04:38 UTC-4, dcd wrote: >>> >>> Clicking (or right-click and save-as) appears to download a corrupted >>> binary file (only 31K): >>> >>> user@computer ~/Downloads $ ls -lah OTB* >>> -rwxr-xr-x 1 user user 31K Aug 26 15:57 OTB-5.6.0-Linux64.run >>> >>> user@computer ~/Downloads $ ./OTB-5.6.0-Linux64.run >>> ./OTB-5.6.0-Linux64.run: line 1: !DOCTYPE: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 2: html: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 3: head: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 4: meta: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 5: meta: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 6: link: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 7: link: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 8: !--[if: No such file or directory >>> ./OTB-5.6.0-Linux64.run: line 9: syntax error near unexpected token `<' >>> ./OTB-5.6.0-Linux64.run: line 9: `<script src="https://www.orfeo-toolbox >>> .org/wp-'ontent/themes/alexandria/js/html5shiv.js"></script> >>> >>> I'm pretty sure the binary is a lot bigger than 31K. Is the file missing? >>> >>> Cheers, >>> >>> D >>> >> -- >> -- >> Check the OTB FAQ at >> http://www.orfeo-toolbox.org/FAQ.html >> >> You received this message because you are subscribed to the Google >> Groups "otb-users" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/otb-users?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "otb-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to the Google Groups > "otb-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Rashad -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
