[Gambas-user] [SPAM] SVN-Problem

Charlie Reinl Karl.Reinl at ...2345...
Wed Apr 28 16:47:04 CEST 2010


Am Mittwoch, den 28.04.2010, 11:23 -0300 schrieb Dag Jarle Johansen:
> Hi Benoit,
> 
> I tried as you told me, but I get errors.
> First, without root I do not get the trunk; it loads but trunk ist
> almost empty after getting the SVN. SO I tried with sudo ....
> This worked, but then I seem to get permission problems.
> 
> Here the output of ./configure -C
> 
> dag at ...2352...:~/rep/trunk$ ./configure -C
> configure: creating cache config.cache
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> configure: updating cache config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> === configuring in main (/home/dag/rep/trunk/main)
> configure: running /bin/bash ./configure --disable-option-checking
> '--prefix=/usr/local'  --cache-file=../config.cache --srcdir=.
> ./configure: line 2078: config.log: Permission denied
> ./configure: line 2088: config.log: Permission denied
> configure: error: ./configure failed for main
> dag at ...2352...:~/rep/trunk$ ./configure -C> configure.output.txt
> ./configure: line 2078: config.log: Permission denied
> ./configure: line 2088: config.log: Permission denied
> configure: error: ./configure failed for main
> 
> I made mkdir trunk without sudo, so it is not clear to me, why the SVN
> is not loading properly
> 
> regards, dag
> 
> 
> 
> 
> 
> Am Mittwoch, den 28.04.2010, 11:01 +0200 schrieb Benoît Minisini:
> > > Hi,
> > > 
> > > I installed the latest SVN from the scratch, now having a problem
> > > starting Gambas.
> > > 
> > > Removed all existing files as follows:
> > > 
> > > sudo rm
> > > -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
> > > /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3
> > > sudo rm -rf /usr/local/share/gambas3
> > > sudo rm -r trunk
> > > 
> > > Then
> > > 
> > > mkdir trunk
> > > sudo svn checkout
> > > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> > > 
> > > cd trunk
> > > sudo ./reconf-all
> > > 
> > > 
> > > sudo apt-get install build-essential autoconf libbz2-dev
> > libfbclient2
> > > libmysqlclient15-dev unixodbc-dev libpq-dev libsqlite0-dev
> > > libsqlite3-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev
> > > libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> > libsdl-mixer1.2-dev
> > > libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev
> > libbonobo2-dev
> > > libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev
> > > libpoppler-glib-dev libasound2-dev libesd0-dev libesd-alsa0
> > > libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs4-dev
> > > firebird2.1-dev libqt4-dev libglew1.5-dev libimlib2-dev libv4l-dev
> > > libsdl-ttf2.0-dev
> > > 
> > > sudo ./configure -C
> > > sudo make
> > > sudo make install
> > > 
> > > I did not see any errors, but off course it I could have missed
> > some, is
> > > though a lot of messages.
> > > 
> > 
> > Please provide the output of './configure -C', 'make' and 'make
> > install'. And 
> > note that you must not run './configure -C' and 'make' as root. Only
> > 'make 
> > install'!
> > 
> > Regards,
> > 
> > -- 
> > Benoît Minisini
> > 
Salut Dag,

sent you 2 script (make them executable)
copy then to the dir you will work.
and call ./update30  ( edit {TARGET} first )

svnMake is copied every time you run ./update30 into {TARGET} so it
takes every change you make (and you can clean up by rm {TARGET})

The script is writing every time a log

The scripts work for ubuntu with sudo 

but please before installing the svn version, remove the existing
gambas3 version.

-- 
Cordialement
Charlie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: svnMake
Type: application/x-shellscript
Size: 1033 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20100428/0fa688b6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update30
Type: application/x-shellscript
Size: 675 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20100428/0fa688b6/attachment-0001.bin>


More information about the User mailing list