[Live-demo] [OSGeo] #627: ossim PATH setting breaks GMT and MB-System

OSGeo trac_osgeo at osgeo.org
Wed Aug 18 04:25:21 PDT 2010


#627: ossim PATH setting breaks GMT and MB-System
---------------------+------------------------------------------------------
 Reporter:  hamish   |       Owner:  live-demo@…               
     Type:  defect   |      Status:  new                       
 Priority:  blocker  |   Milestone:                            
Component:  LiveDVD  |    Keywords:  4.0, ossim, gmt, mb-system
---------------------+------------------------------------------------------
 due to a subtle quoting bug, the OSSIM installer is hardcoding the PATH,
 which removes GMT from the PATH, which makes GMT and MB-System non-
 functional in 4.0rc9.

 this is a prime example why maintaining feature-freeze discipline during
 the RC cycle is so important, tests on earlier RCs (pre RC8) didn't have
 this error.

 in ~user/.bashrc it should be:
 {{{
   PATH="$PATH:/usr/local/ossim:/usr/local/ossim/bin"
   export PATH
 }}}

 (make that edit by hand to avoid rebuilding from main.sh)


 hopefully fixed for future builds in trunk with r4700, and the release
 branch in r4701.


 :-/
 Hamish


 ps- many frustrating trac errors today:
 {{{
   OperationalError: FATAL:  sorry, too many clients already
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/627>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list