Re: [Flightgear-devel] Scripted Installation - An update and a summary of where things stand.

2013-09-01 Thread Pat
I'm going to try to limit the versions to one focused change set from
now on.  That may make the changes smaller and easier to understand
and test.

updated team master 1.9.12 (bugfix and preliminary logging changes
useful for debugging 1.9.12) 

team next now contains a version 1.9.13 (main logging changes)

Version 1.9.13 address the -x and -v log output not appearing in the log
file

Version 1.9.14 will address directory management. (fgsrc, othersrc and
using directory variable names instead of cd .. and cd - )

-Pat

download_and_compile.sh 1.9.13-pre1

1. download_and_compile.sh log file's name is changed to
   download_and_compile.log

2. Previously the log file contained only data specifically
   directed to $LOGFILE.  1.9.13 directs all output to
   download_and_compile.log.  Visually distracting constructs
   like  21 | tee -a $LOGFILE are no longer found throughout
   the script.
3. When -x and/or -v is used, the output of -x and -v is
   visible in the log file.

4. download_and_compile_summary.log, added in 1.9.12,
   now contains a list of the start and finish times
   for each build step

5. Miscellaneous historical comments have been removed

6. write_log(), introduced in 1.9.12 is used more.
   write_log puts output in download_and_compile.log and
   in download_and_compile_summary.log

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Scripted Installation - An update and a summary of where things stand.

2013-08-31 Thread Pat
Lets review where things stand with the script:



Current commit on team clone:
 download_and_compile.shAug 31 2013 #58ae270 Version
 1.9.12 (Pat)

http://www.gitorious.org/fg/fg-download-and-compile-fgmeta/raw/58ae27079531e69ec48c6df06538559680bd9433:download_and_compile.sh

Contains a fix to a bug found and reported by Arnt.

Additional testing is needed before this can be merged to the main
fgmeta.

A detailed list of the changes in the script version
1.9.12 can be found here:

http://www.gitorious.org/fg/fg-download-and-compile-fgmeta/commit/58ae27079531e69ec48c6df06538559680bd9433
Francesco approved an early version of 1.9.12. There have been
additional small changes made.  

-Pat




For Arnt and others interested in where things are going, the following
summarizes a lot of stuff that's already been said here and elsewhere.

The current official script in fgmeta is 1.9.11 
It builds 2.8.0 as stable and will build next. It would need small
modifications to build 1.9.10 or 1.9.12 

Arnt has requested details on any new design for the directory
structure.  I've given one below, but I'm open to suggestions if you'd
prefer something different.

Here are the design goals:

1.  download_and_compile.sh continues to work exactly as it has in the
past.  It will continue to use the same directory structure unless
the user decides to take an action that causes a new directory
structure to be adopted for subsequent builds.

2.  Minimize the impact on git and svn servers by removing the need to
download multiple copies of sources and data.

3.  Facilitate testing the script with different versions and options.

To meet these goals there are several features being added to the
script.  Some of these are partially in place, some will require
additional changes.

Changes through script version 1.9.12:
=== === == === ===

1. Terminal Window Titles

2. Additional versions of OSG supported

3. Support for any branch, including the soon to be released flightgear
   2.12.0.  2.10.0 is considered stable at this point in time.

4. Use manually placed fgdata copies in the parent of the build
   directory.  

   Copies of fgdata git repositories can be placed in directories
   named fgdata_2.8.0, fgdata_2.10.0, fgdata_2.12.0 and fgdata_2.99.9. 
   
   If download_and_compile.sh is run from a sub-directory of the 
   directory containing the fgdata* directories, instead of downloading 
   a separate copy of fgdata, the script will simply create s symbolic
   link to the correct fgdata git copy.  

   Note that initially all the copies' versions do not have to match
   the directory name.  Any recent version of fgdata will do.  When it
   runs, the script will update the version you are building to be the
   correct version of fgdata.

   This approach to keeping multiple fgdata versions 
   means you never have to download fgdata more than once.  

1. You can blow away a build and not have to redownload fgdata
2. You can have multiple variant builds of a single version all
   using the same fgdata_*/fgdata version
3. You can build different versions of flightgear and still not
   have to download another fgdata

== 
Future Changes:
== 


1. Change the directory structure for sources to allow a single copy of
   the sources to be used for multiple versions and variants without
   having to download the sources repeatedly.

   Similarly to the placement of the fgdata_* copies, create new
   directories for sources: 

fgsrc
which will contain sources for anything native to
flightgear
othersrc 
which will contain sources for plib and as many
versions of OSG as you need.

Builds will be done in a subdirectory, one per variant

It will look something like:

download_and_compile.sh

fgdata_2.10.0
fgdata
fgdata 2.12.0
fgdata
fgdata 2.99.9
fgdata
fgsrc
flightgear
simgear
openrti
fgcom (unless we abandon the separate fgcom)
fgrun
etc.
othersrc
OpenSceneGraph-3.0.1
OpenSceneGraph-3.1.9

plib-1.8.5

variant-2.12.0-openrti
build
install
compilation_log.txt

variant-2.10.0-noopenrti
build
install
compilation_log.txt

variant-master-openrti
variant-master-noopenrti
variant-next-noopenrti
variant-next-noopenrti
and so forth.


Note that with 1.9.12 and later its possible to build the
master branch.

Usage:

cd variant-master-openrti
../download_and_compile.sh [options] [component names]

2. Change the way 

Re: [Flightgear-devel] Scripted installation

2013-08-28 Thread Wil Neeley
I am unable to download the script from the primary site.
http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh
But the mirror still works. Does anyone know what is wrong with the site?

Wil Neeley


On Sun, Aug 25, 2013 at 2:46 PM, Pat pat.callah...@gmail.com wrote:

 On Fri, 23 Aug 2013 21:28:28 -0400
 Pat pat.callah...@gmail.com wrote:

  On Fri, 23 Aug 2013 17:14:34 -0400
  Thanks,
 We can change this in a future version unless you are still having
 trouble...

 I get no error now, just a redirect:
 svn -r 2172 co  http://svn.code.sf.net/p/plib/code/trunk
 Utrunk/src/ssg/ssg.h
 Checked out revision 2172.

 -Pat

 By the way, I noticed there is a 2173 revision, but it changes only ssg
 which we do not use.

 
  We'll include this in thu about to be released script version 1.9.12
 
  -Pat Callahan
 
  Wil
  Neeley bentchic...@gmail.com wrote:
 
   I fixed it by  editing line 449 to
   svn $PLIB_STABLE_REVISION_ co
   https://svn.code.sf.net/p/plib/code/trunkplib
  
   Wil Neeley
  
  
   On Fri, Aug 23, 2013 at 5:12 PM, Wil Neeley bentchic...@gmail.com
   wrote:
  
When running the scripted installation on Crunchbang I get the
following error.
svn: Repository moved permanently to '
http://svn.code.sf.net/p/plib/code/trunk'; please relocate
How can I fix it
   
Wil Neeley
   
 



 --
 Introducing Performance Central, a new site from SourceForge and
 AppDynamics. Performance Central is your source for news, insights,
 analysis and resources for efficient Application Performance Management.
 Visit us today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-28 Thread Gijs de Rooy
Hi Wil,

 I am unable to download the script from the primary site. 
 http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh 

Gitorious updated their software this week. The UI improved a lot, but they've 
also changed some of the paths, leading to broken links like you encountered. 
The correct link is now: 
http://www.gitorious.org/fg/fgmeta/raw/download_and_compile.sh 

Cheers,
Gijs
  --
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-28 Thread Wil Neeley
Thanks.

Wil Neeley


On Wed, Aug 28, 2013 at 9:53 AM, Gijs de Rooy gijsr...@hotmail.com wrote:

 Hi Wil,


  I am unable to download the script from the primary site.
 http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh

 Gitorious updated their software this week. The UI improved a lot, but
 they've also changed some of the paths, leading to broken links like you
 encountered. The correct link is now:
 http://www.gitorious.org/fg/fgmeta/raw/download_and_compile.sh

 Cheers,
 Gijs


 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-28 Thread Wil Neeley
The wiki page has links for a master and next branch.  Is the link you gave
the master or next branch?


Wil Neeley


On Wed, Aug 28, 2013 at 10:01 AM, Wil Neeley bentchic...@gmail.com wrote:

 Thanks.

 Wil Neeley


 On Wed, Aug 28, 2013 at 9:53 AM, Gijs de Rooy gijsr...@hotmail.comwrote:

 Hi Wil,


  I am unable to download the script from the primary site.
 http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh

 Gitorious updated their software this week. The UI improved a lot, but
 they've also changed some of the paths, leading to broken links like you
 encountered. The correct link is now:
 http://www.gitorious.org/fg/fgmeta/raw/download_and_compile.sh

 Cheers,
 Gijs


 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft
 technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!

 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk

 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-28 Thread Gijs de Rooy
 Wil wrote:
 Is the link you gave the master or next branch?

That was the master branch. For other branches, it's easiest to go to 
www.gitorious.org/fg/fgmeta/source/download_and_compile.sh and select your 
preferred branch from the dropdown on the right. It's next to the Raw blob 
link that you can use to download the file.

Gijs
  --
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-28 Thread Pat
I've just updated the script to version 1.9.12 with various changes.

http://www.gitorious.org/fg/fg-download-and-compile-fgmeta/raw/8b99f5eb7be14708c156424af661cb88c68ecb30:download_and_compile.sh

see
http://www.gitorious.org/fg/fg-download-and-compile-fgmeta/commit/8b99f5eb7be14708c156424af661cb88c68ecb30
 
for details.

I've requested that this version be merged to the main fgmeta
repository on master and next.

The main point of the update is that this version builds 2.10.0 as
stable (-s option) , 2.12.0 and master using the new -B option and
next, as usual with no option


 -Pat



On Wed, 28 Aug 2013 16:22:07 +0200
Gijs de Rooy gijsr...@hotmail.com wrote:

  Wil wrote:
  Is the link you gave the master or next branch?
 
 That was the master branch. For other branches, it's easiest to go to
 www.gitorious.org/fg/fgmeta/source/download_and_compile.sh and select
 your preferred branch from the dropdown on the right. It's next to
 the Raw blob link that you can use to download the file.
 
 Gijs
 

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-25 Thread Pat
On Fri, 23 Aug 2013 21:28:28 -0400
Pat pat.callah...@gmail.com wrote:

 On Fri, 23 Aug 2013 17:14:34 -0400
 Thanks,
We can change this in a future version unless you are still having
trouble...

I get no error now, just a redirect:
svn -r 2172 co  http://svn.code.sf.net/p/plib/code/trunk
Utrunk/src/ssg/ssg.h
Checked out revision 2172.

-Pat

By the way, I noticed there is a 2173 revision, but it changes only ssg
which we do not use.

 
 We'll include this in thu about to be released script version 1.9.12
 
 -Pat Callahan
 
 Wil
 Neeley bentchic...@gmail.com wrote:
 
  I fixed it by  editing line 449 to
  svn $PLIB_STABLE_REVISION_ co
  https://svn.code.sf.net/p/plib/code/trunkplib
  
  Wil Neeley
  
  
  On Fri, Aug 23, 2013 at 5:12 PM, Wil Neeley bentchic...@gmail.com
  wrote:
  
   When running the scripted installation on Crunchbang I get the
   following error.
   svn: Repository moved permanently to '
   http://svn.code.sf.net/p/plib/code/trunk'; please relocate
   How can I fix it
  
   Wil Neeley
  
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-24 Thread Arnt Karlsen
On Fri, 23 Aug 2013 21:28:28 -0400, Pat wrote in message 
20130823212828.78c3d...@spinnaker130432.home:

 On Fri, 23 Aug 2013 17:14:34 -0400
 Thanks,
 
 We'll include this in thu about to be released script version 1.9.12
 
 -Pat Callahan

..a wee hint on enabling and disabling e.g. the jpeg-factory 
and the cool SP FDMs would be nice. ;o)


..I ran yesterday's 1.9.12 without building plib and OSG,
openrti, simgear and flightgear builds fine using system plib 
and OSG, which it finds and checks out as ok at buildtime.

..however at runtime, neither run_fgfs_debug.sh nor run_fgfs.sh 
sees libRTI-NG.so.1: bash run_fgfs.sh 
./fgfs: error while loading shared libraries: libRTI-NG.so.1: cannot
open shared object file: No such file or directory a

..simple stupid fix that I don't remember now, 
my current install/openrti/ tree:
arnt@celsius:~/FG-git$ ls -1
install/openrti/lib/x86_64-linux-gnu/libRTI-NG.* \
install/openrti/lib/libRTI-NG.* install/openrti/libRTI-NG.* 
ls: cannot access install/openrti/lib/libRTI-NG.*: No such file or
directory 
ls: cannot access install/openrti/libRTI-NG.*: No such file or directory
install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so
install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so.1
install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so.1.3.0
arnt@celsius:~/FG-git$ 


..my fgrun build wails:

 FGRUN *

fgrun exists already.
Already up-to-date.
make: *** No rule to make target `install'.  Stop.


..and my Atlas builds fails with both fltk1.1 and fltk1.3,
fgfs build fails with fltk1.3 and works with fltk1.1,
64-bit Debian Sid/Jessie.

..my diff, WIP, OpenRadar still wants human input on rebuilds:
arnt@celsius:~/FG-git$ ll download_and_compile-1.9-12a.diff
-rw-r--r-- 1 arnt arnt 2926 Aug 24 13:58 
download_and_compile-1.9-12a.diff 
arnt@celsius:~/FG-git$ md5sum /tmp/download_and_compile-1.9-12a.diff
113b92dc884fcca4997e55e2b46120e1  download_and_compile-1.9-12a.diff
arnt@celsius:~/FG-git$ 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
--- download_and_compile-1.9-12.sh	2013-08-23 17:58:55.382955430 +0200
+++ download_and_compile-1.9-12a.sh	2013-08-24 13:55:14.170966999 +0200
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see http://www.gnu.org/licenses/.
 
-VERSION=1.9-12
+VERSION=1.9-12a
 
 #COMPILE GIT FGFS
 
@@ -46,12 +46,12 @@
 LOGSEP=***
 
 WHATTOBUILD=
-WHATTOBUILDALL=( PLIB OSG OPENRTI SIMGEAR FGFS DATA FGRUN FGCOM )
+WHATTOBUILDALL=( OPENRTI SIMGEAR FGFS DATA FGO FGX FGRUN FGCOM FGCOMGUI OPENRADAR ATLAS )
 UPDATE=
 STABLE=
 
-APT_GET_UPDATE=y
-DOWNLOAD_PACKAGES=y
+APT_GET_UPDATE=n
+DOWNLOAD_PACKAGES=n
 
 COMPILE=y
 RECONFIGURE=y
@@ -60,8 +60,8 @@
 JOPTION=
 OOPTION=
 DEBUG=
-WITH_EVENT_INPUT=
-WITH_OPENRTI=
+WITH_EVENT_INPUT=y
+WITH_OPENRTI=y
 FG_SG_BRANCH=next
 FG_SG_REVISION=HEAD
 OSG_VERSION=3.0.1
@@ -237,9 +237,9 @@
 then
 	echo $0 Version $VERSION
 	echo Usage:
-	echo ./$0 [-u] [-h] [-s] [-e] [-i] [-g] [-a y|n] [-c y|n] [-p y|n] [-d y|n] [-r y|n] [ALL|PLIB|OSG|OPENRTI|SIMGEAR|FGFS|FGO|FGX|FGRUN|FGCOM|FGCOMGUI|ATLAS] [UPDATE]
+	echo ./$0 [-u] [-h] [-s] [-e] [-i] [-g] [-a y|n] [-c y|n] [-p y|n] [-d y|n] [-r y|n] [ALL|PLIB|OSG|OPENRTI|SIMGEAR|FGFS|FGO|FGX|FGRUN|FGCOM|FGCOMGUI|OPENRADAR|ATLAS] [UPDATE]
 	echo * without options it recompiles: PLIB,OSG,OPENRTI,SIMGEAR,FGFS,FGRUN
-	echo * Using ALL compiles everything
+	echo * Using ALL (re)compiles everything except PLIB and OSG
 	echo * Adding UPDATE it does not rebuild all (faster but to use only after one successfull first compile)
 	echo Switches:
 	echo * -u  such as using UPDATE
@@ -271,7 +271,7 @@
 echo **
 echo **
 echo * Warning, the compilation process   *
-echo * is going to use 12 or more Gbytes  *
+echo * is going to use 20 or more Gbytes  *
 echo * of space and at least a couple of  *
 echo * hours to download and build FG.*
 echo **
@@ -1075,7 +1075,8 @@
 
 	if [ $DOWNLOAD = y ]
 	then
-		wget http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1-3-1.tar.gz?attredirects=0 -O fgo-1-3-1.tar.gz
+		echo ..if you want a rebuild with fresh fgo code, delete your current fgo tarball and source tree, and re-run. 
+		wget -c http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1-3-1.tar.gz?attredirects=0 -O fgo-1-3-1.tar.gz
 		cd install
 		tar zxvf ../fgo-1-3-1.tar.gz
 
@@ -1480,7 +1481,8 @@
 
 	if [ $DOWNLOAD = y ]
 	then
-		wget $OR_STABLE_RELEASE -O OpenRadar.zip
+		echo ..if you want a rebuild with fresh OpenRadar code, delete your current OpenRadar zipfile and source tree, and 

Re: [Flightgear-devel] Scripted installation

2013-08-24 Thread Arnt Karlsen
On Sat, 24 Aug 2013 14:33:57 +0200, Arnt wrote in message 
20130824143357.24a2b...@nb6.lan:

 On Fri, 23 Aug 2013 21:28:28 -0400, Pat wrote in message 
 20130823212828.78c3d...@spinnaker130432.home:
 
  On Fri, 23 Aug 2013 17:14:34 -0400
  Thanks,
  
  We'll include this in thu about to be released script version 1.9.12
  
  -Pat Callahan
 
 ..a wee hint on enabling and disabling e.g. the jpeg-factory 
 and the cool SP FDMs would be nice. ;o)
 
 
 ..I ran yesterday's 1.9.12 without building plib and OSG,
 openrti, simgear and flightgear builds fine using system plib 
 and OSG, which it finds and checks out as ok at buildtime.
 
 ..however at runtime, neither run_fgfs_debug.sh nor run_fgfs.sh 
 sees libRTI-NG.so.1: bash run_fgfs.sh 
 ./fgfs: error while loading shared libraries: libRTI-NG.so.1: cannot
 open shared object file: No such file or directory a
 
 ..simple stupid fix that I don't remember now, 
 my current install/openrti/ tree:
 arnt@celsius:~/FG-git$ ls -1
 install/openrti/lib/x86_64-linux-gnu/libRTI-NG.* \
 install/openrti/lib/libRTI-NG.* install/openrti/libRTI-NG.* 
 ls: cannot access install/openrti/lib/libRTI-NG.*: No such file or
 directory 
 ls: cannot access install/openrti/libRTI-NG.*: No such file or
 directory install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so
 install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so.1
 install/openrti/lib/x86_64-linux-gnu/libRTI-NG.so.1.3.0
 arnt@celsius:~/FG-git$ 
 
 
 ..my fgrun build wails:
 
  FGRUN *
 
 fgrun exists already.
 Already up-to-date.
 make: *** No rule to make target `install'.  Stop.
 
 
 ..and my Atlas builds fails with both fltk1.1 and fltk1.3,
 fgfs build fails with fltk1.3 and works with fltk1.1,
 64-bit Debian Sid/Jessie.
 
 ..my diff, WIP, OpenRadar still wants human input on rebuilds:
 arnt@celsius:~/FG-git$ ll download_and_compile-1.9-12a.diff
 -rw-r--r-- 1 arnt arnt 2926 Aug 24 13:58 
 download_and_compile-1.9-12a.diff 
 arnt@celsius:~/FG-git$ md5sum /tmp/download_and_compile-1.9-12a.diff
 113b92dc884fcca4997e55e2b46120e1  download_and_compile-1.9-12a.diff
 arnt@celsius:~/FG-git$ 
 

..scratch the above diff, use this:
arnt@nb6:/tmp$ ll do* md5sum do*
-rw-r--r-- 1 arnt arnt 3877 Aug 24 18:54
download_and_compile-1.9-12a.diff
292c76a6d725800f88d2464403756ff2  download_and_compile-1.9-12a.diff 
arnt@nb6:/tmp$ 

..+   echo * Using ALL (re)compiles everything except PLIB, OSG,
OPENRADAR and ATLAS

..my Atlas build fails like in 
http://osdir.com/ml/flightgear-sim/2012-10/msg00122.html 

..Atlas/configure.ac asks for the right thing here: ...
145 dnl Enable serial support on Unix type systems
146 AM_CONDITIONAL(ENABLE_UNIX_SERIAL, true)
147 
148 AC_ARG_ENABLE(simgear-shared, [  --enable-simgear-shared
  Use a shared SimGear library instead of many static libraries.], 
149 ENABLE_SIMGEAR_SHARED=yes,ENABLE_SIMGEAR_SHARED=no) 
150 
151 if test x$ENABLE_SIMGEAR_SHARED != xno; then
152 dnl Use shared library libSimGearCore. libSimGearScene is
not required. 
153 simgear_LIBS=-lSimGearCore
154 else

...but not here

155 dnl Use many static simgear libraries.
156 simgear_LIBS=-lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial
-lsgdebug -lsgbucket -lsgstructure -lsgmath -lsgthreads 
157 fi 
158 AC_SUBST(simgear_LIBS)
 
..I guess a new 156: simgear_LIBS=-libSimGearCore -libSimGearScene
should work.


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
--- download_and_compile-1.9-12.sh	2013-08-23 17:58:55.382955430 +0200
+++ download_and_compile-1.9-12a.sh	2013-08-24 18:30:26.637901023 +0200
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see http://www.gnu.org/licenses/.
 
-VERSION=1.9-12
+VERSION=1.9-12a
 
 #COMPILE GIT FGFS
 
@@ -46,12 +46,12 @@
 LOGSEP=***
 
 WHATTOBUILD=
-WHATTOBUILDALL=( PLIB OSG OPENRTI SIMGEAR FGFS DATA FGRUN FGCOM )
+WHATTOBUILDALL=( OPENRTI SIMGEAR FGFS DATA FGO FGX FGRUN FGCOM FGCOMGUI )
 UPDATE=
 STABLE=
 
-APT_GET_UPDATE=y
-DOWNLOAD_PACKAGES=y
+APT_GET_UPDATE=n
+DOWNLOAD_PACKAGES=n
 
 COMPILE=y
 RECONFIGURE=y
@@ -60,8 +60,8 @@
 JOPTION=
 OOPTION=
 DEBUG=
-WITH_EVENT_INPUT=
-WITH_OPENRTI=
+WITH_EVENT_INPUT=y
+WITH_OPENRTI=y
 FG_SG_BRANCH=next
 FG_SG_REVISION=HEAD
 OSG_VERSION=3.0.1
@@ -237,9 +237,9 @@
 then
 	echo $0 Version $VERSION
 	echo Usage:
-	echo ./$0 [-u] [-h] [-s] [-e] [-i] [-g] [-a y|n] [-c y|n] [-p y|n] [-d y|n] [-r y|n] [ALL|PLIB|OSG|OPENRTI|SIMGEAR|FGFS|FGO|FGX|FGRUN|FGCOM|FGCOMGUI|ATLAS] [UPDATE]
+	echo ./$0 [-u] [-h] [-s] [-e] [-i] [-g] [-a y|n] [-c y|n] [-p y|n] [-d y|n] [-r y|n] [ALL|PLIB|OSG|OPENRTI|SIMGEAR|FGFS|FGO|FGX|FGRUN|FGCOM|FGCOMGUI|OPENRADAR|ATLAS] [UPDATE]
 	echo * without options it recompiles: 

[Flightgear-devel] Scripted installation

2013-08-23 Thread Wil Neeley
When running the scripted installation on Crunchbang I get the following
error.
svn: Repository moved permanently to '
http://svn.code.sf.net/p/plib/code/trunk'; please relocate
How can I fix it

Wil Neeley
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Scripted installation

2013-08-23 Thread Pat
On Fri, 23 Aug 2013 17:14:34 -0400
Thanks,

We'll include this in thu about to be released script version 1.9.12

-Pat Callahan

Wil
Neeley bentchic...@gmail.com wrote:

 I fixed it by  editing line 449 to
 svn $PLIB_STABLE_REVISION_ co
 https://svn.code.sf.net/p/plib/code/trunkplib
 
 Wil Neeley
 
 
 On Fri, Aug 23, 2013 at 5:12 PM, Wil Neeley bentchic...@gmail.com
 wrote:
 
  When running the scripted installation on Crunchbang I get the
  following error.
  svn: Repository moved permanently to '
  http://svn.code.sf.net/p/plib/code/trunk'; please relocate
  How can I fix it
 
  Wil Neeley
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel