please upgrade OTB-bin and related package from 6.4 to 6.6

Asked by John Zhou

6.6 fixed quite a few bugs that were discovered after 6.4. Please update the package so that we can use the apt-get to manage Orfeo Tool Box installation.

Thanks,
John

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu otb Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug. If the bug and security fixes are significant then the package will be updated sooner

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

What is the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
John Zhou (drzhouq) said :
#3

Thanks for the quick response. Here it is:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
Linux flathead 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

https://www.orfeo-toolbox.org/download/

Only has 6.4.... not 6.6

Where is 6.6 available from?

Revision history for this message
John Zhou (drzhouq) said :
#5
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

What is the output of:

gcc --version

Thanks

Revision history for this message
John Zhou (drzhouq) said :
#7

gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Run:

cd
wget https://www.orfeo-toolbox.org/packages/nightly/latest/OTB-6.6.0-Linux64.run
chmod +x ./OTB-6.6.0-Linux64.run
sudo ./OTB-6.6.0-Linux64.run

It will then install.

Revision history for this message
John Zhou (drzhouq) said :
#9

yes, I was able to install manually. I am wondering whether you can update the package. Perhaps, I should report this as a bug to get the 6.6 in the package.

Thanks,

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#10

Your bug report may get the package updated sooner

Revision history for this message
John Zhou (drzhouq) said :
#11

Thanks actionparsnip, that solved my question.