Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On vendredi 30 janvier 2009, Ron_1st wrote:
 part 0
 update the 1830 to 1834

 r...@terminator:/home/ron/src/gambas3/trunk# svn update
 Restored 'gb.gtk/src/gb.gtk/.info'
 Restored 'gb.gtk/src/gb.gtk/.list'
 Restored 'comp/src/gb.form.mdi/.list'
 Restored 'comp/src/gb.form.mdi/.info'
 Restored 'comp/src/gb.report/.list'
 Restored 'comp/src/gb.report/.info'
 Restored 'comp/src/gb.chart/.list'
 Restored 'comp/src/gb.chart/.info'
 Restored 'comp/src/gb.form/.list'
 Restored 'comp/src/gb.form/.info'
 Restored 'comp/src/gb.db.form/.list'
 Restored 'comp/src/gb.db.form/.info'
 Restored 'gb.qt/src/gb.qt/.info'
 Restored 'gb.qt/src/gb.qt/.list'
 Uapp/src/gambas3/.project
 Uapp/src/gambas3/FPropertyProject.form
 Uapp/src/gambas3/Design.module
 Umain/gbx/gbx_exec_push.c
 Umain/gbx/gbx_eval.c
 Umain/gbx/gbx_c_collection.c
 Umain/lib/debug/debug.c
 Umain/lib/eval/eval.c
 Ggb.v4l/src/gv4l2.c
 Ugb.v4l/src/CWebcam.c
 Ugb.v4l/src/CWebcam.h
 Agb.v4l/src/videodev2.h
 Ugb.desktop/src/gb.desktop/.settings
 Aexamples/examples/Video/WebCam
 Aexamples/examples/Video/WebCam/.startup
 Aexamples/examples/Video/WebCam/.directory
 Aexamples/examples/Video/WebCam/settings.png
 Aexamples/examples/Video/WebCam/.project
 Aexamples/examples/Video/WebCam/FDevice.form
 Aexamples/examples/Video/WebCam/.icon.png
 Aexamples/examples/Video/WebCam/FDevice.class
 Aexamples/examples/Video/WebCam/camera.png
 Aexamples/examples/Video/WebCam/FMain.form
 Aexamples/examples/Video/WebCam/FMain.class
 Updated to revision 1834.



 Part 1 is to find out why the .info and .list files in comp/src/ are
 deleted.

 under investigation
 Restored 'comp/src/gb.form.mdi/.list'
 Restored 'comp/src/gb.form.mdi/.info'
 Restored 'comp/src/gb.report/.list'
 Restored 'comp/src/gb.report/.info'
 Restored 'comp/src/gb.chart/.list'
 Restored 'comp/src/gb.chart/.info'
 Restored 'comp/src/gb.form/.list'
 Restored 'comp/src/gb.form/.info'
 Restored 'comp/src/gb.db.form/.list'
 Restored 'comp/src/gb.db.form/.info'

 I have saved those files in BACKUP place
 chmod those files in orginal place to root:root 444 (readonly)

 ./reconf-all  [OK]
 ./configure   [OK]
 make  [OK]

 still exist info-list files

 change from user:ron to user:root

 make install

 During make install the are simply deleted.

 Copy the BACKUP back
 cd comp
 make install


 -- MAKE DUMP
 --- make[1]:
 Entering directory `/home/ron/src/gambas3/trunk/comp'
 Running the informer again because of dependencies between information
 files gb
 gb.chart
 gbi3: warning: .info file not found in component archive.
 gb.compress
 gb.crypt
 gb.db
 gb.db.form
 gbi3: warning: .info file not found in component archive.
 gb.db.mysql
 gb.debug
 gb.desktop
 gb.eval
 gb.form
 gbi3: warning: .info file not found in component archive.
 gb.form.dialog
 gb.form.mdi
 gbi3: warning: .info file not found in component archive.
 gb.gtk
 gb.gtk.ext
 gb.gtk.svg
 gb.gui
 gb.image
 gb.image.io
 gb.info
 gb.net
 gb.net.curl
 gb.net.smtp
 gb.opengl
 gb.option
 gb.pcre
 gb.pdf
 gb.qt
 gb.qt.ext
 gb.qt.kde
 gb.qt.kde.html
 gb.qt.opengl
 gb.report
 gbi3: warning: .info file not found in component archive.
 gb.sdl
 gb.sdl.sound
 gb.settings
 gb.v4l
 gb.vb
 gb.web
 gb.xml
 gb.xml.rpc
 gb.xml.xslt
 Installing the components...
 Compiling gb.settings...
 OK
 Installing gb.settings...
 Compiling gb.info...
 OK
 Installing gb.info...
 Compiling gb.form...
 warning: cannot read component list file: gb.form.list
 /home/ron/src/gambas3/trunk/comp/src/gb.form/Balloon.class:5: Unknown
 identifier: Control Installing gb.form...
 /usr/bin/install: cannot stat `.info': No such file or directory
 chmod: cannot access `/usr/local/share/gambas3/info/gb.form.info': No such
 file or directory /usr/bin/install: cannot stat `.list': No such file or
 directory
 chmod: cannot access `/usr/local/share/gambas3/info/gb.form.list': No such
 file or directory
 -





 Files are deleted

 Copy the BACKUP back

 investigate the Makefile
 The process where it happens

 -- MAKEFILE ---
 install-exec-local:
   @if test x$(ROOT) != x; then \
echo Installing with ROOT=$(ROOT); \
  echo; \
 fi

   @if test x$(DESTDIR) != x; then \
echo Installing with DESTDIR=$(DESTDIR); \
  echo; \
ROOT=$DESTDIR; \
 fi

   @echo Running the informer again because of dependencies between
 information files #  @$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r
 $(DESTDIR)$(prefix) @echo Installing the components...
   @(cd $(srcdir)/src; d=`pwd`; for p in `cat order`; do \
 echo Compiling $$p...; \
 cd $$d/$$p; \
 $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); \
 

Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Friday 30 January 2009, Benoit Minisini wrote:
 On vendredi 30 janvier 2009, Ron_1st wrote:

8==


 
  Best regards,
 
  Ron_1st
 
 I am going to test from a fresh checkout to understand what happens 
 exactly... 
 Wait a moment! :-)
 

OK

Found some other code related things but first the comile and install.
Also it kan be of course a (k)ubuntu problem, see answer to charlie
about aclocal.

Thanks for look and try.



Best regards,

Ron_1st

-- 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote:
 On Friday 30 January 2009, Benoit Minisini wrote:
  On vendredi 30 janvier 2009, Ron_1st wrote:

 8==

   Best regards,
  
   Ron_1st
 
  I am going to test from a fresh checkout to understand what happens
  exactly... Wait a moment! :-)

 OK

 Found some other code related things but first the comile and install.
 Also it kan be of course a (k)ubuntu problem, see answer to charlie
 about aclocal.

 Thanks for look and try.



 Best regards,

 Ron_1st

I compiled and installed a fresh checkout of trunk, and I got no error at all, 
and all the warnings I got are normal.

So at the moment, I don't understand what happens on your system.

Did you try to do everything except installation as a normal user?

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Benoit Minisini wrote:
 On samedi 31 janvier 2009, Ron_1st wrote:
  On Friday 30 January 2009, Benoit Minisini wrote:
   On vendredi 30 janvier 2009, Ron_1st wrote:
 
  8==
 
Best regards,
   
Ron_1st
  
   I am going to test from a fresh checkout to understand what happens
   exactly... Wait a moment! :-)
 
  OK
 
  Found some other code related things but first the comile and install.
  Also it kan be of course a (k)ubuntu problem, see answer to charlie
  about aclocal.
 
  Thanks for look and try.
 
 
 
  Best regards,
 
  Ron_1st
 
 I compiled and installed a fresh checkout of trunk, and I got no error at 
 all, 
 and all the warnings I got are normal.
 
 So at the moment, I don't understand what happens on your system.
 
 Did you try to do everything except installation as a normal user?
 

if I give you a ip address will you upload your compiled trunk directory
to my box so I can compare for differences between yours and mine.



It is around 270MByte

 



Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote:
 On Saturday 31 January 2009, Benoit Minisini wrote:
  On samedi 31 janvier 2009, Ron_1st wrote:
   On Friday 30 January 2009, Benoit Minisini wrote:
On vendredi 30 janvier 2009, Ron_1st wrote:
  
   8==
  
 Best regards,

 Ron_1st
   
I am going to test from a fresh checkout to understand what happens
exactly... Wait a moment! :-)
  
   OK
  
   Found some other code related things but first the comile and install.
   Also it kan be of course a (k)ubuntu problem, see answer to charlie
   about aclocal.
  
   Thanks for look and try.
  
  
  
   Best regards,
  
   Ron_1st
 
  I compiled and installed a fresh checkout of trunk, and I got no error at
  all, and all the warnings I got are normal.
 
  So at the moment, I don't understand what happens on your system.
 
  Did you try to do everything except installation as a normal user?

 if I give you a ip address will you upload your compiled trunk directory
 to my box so I can compare for differences between yours and mine.



 It is around 270MByte





 Best regards,

 Ron_1st

Yes, but I will upload first the /trunk directory after a make clean. It 
will be lighter, and I think that the devil is in the things generated 
by ./reconf-all and ./configure.

Regards,

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Benoit Minisini wrote:
 On samedi 31 janvier 2009, Ron_1st wrote:
  On Saturday 31 January 2009, Benoit Minisini wrote:
   On samedi 31 janvier 2009, Ron_1st wrote:
On Friday 30 January 2009, Benoit Minisini wrote:
 On vendredi 30 janvier 2009, Ron_1st wrote:
   
8==
   
  Best regards,
 
  Ron_1st

 I am going to test from a fresh checkout to understand what happens
 exactly... Wait a moment! :-)
   
OK
   
Found some other code related things but first the comile and install.
Also it kan be of course a (k)ubuntu problem, see answer to charlie
about aclocal.
   
Thanks for look and try.
   
   
   
Best regards,
   
Ron_1st
  
   I compiled and installed a fresh checkout of trunk, and I got no error at
   all, and all the warnings I got are normal.
  
   So at the moment, I don't understand what happens on your system.
  
   Did you try to do everything except installation as a normal user?
 
  if I give you a ip address will you upload your compiled trunk directory
  to my box so I can compare for differences between yours and mine.
 
 
 
  It is around 270MByte
 
 
 
 
 
  Best regards,
 
  Ron_1st
 
 Yes, but I will upload first the /trunk directory after a make clean. It 
 will be lighter, and I think that the devil is in the things generated 
 by ./reconf-all and ./configure.
 
 Regards,
 

haha devil yes that is true
but that passes at my box atm

I can do two ways

1) you uplaod with fish://name:p...@my-ip into upload directory (disk space)
2) you use ssh acount and i put the svn already in the upload







Best regards,

Ron_1st

-- 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Ron_1st wrote:
 On Saturday 31 January 2009, Benoit Minisini wrote:
  On samedi 31 janvier 2009, Ron_1st wrote:
   On Saturday 31 January 2009, Benoit Minisini wrote:
On samedi 31 janvier 2009, Ron_1st wrote:
 On Friday 30 January 2009, Benoit Minisini wrote:
  On vendredi 30 janvier 2009, Ron_1st wrote:

 8==

   Best regards,
  
   Ron_1st
 
  I am going to test from a fresh checkout to understand what happens
  exactly... Wait a moment! :-)

 OK

 Found some other code related things but first the comile and install.
 Also it kan be of course a (k)ubuntu problem, see answer to charlie
 about aclocal.

 Thanks for look and try.



 Best regards,

 Ron_1st
   
I compiled and installed a fresh checkout of trunk, and I got no error 
at
all, and all the warnings I got are normal.
   
So at the moment, I don't understand what happens on your system.
   
Did you try to do everything except installation as a normal user?
  
   if I give you a ip address will you upload your compiled trunk directory
   to my box so I can compare for differences between yours and mine.
  
  
  
   It is around 270MByte
  
  
  
  
  
   Best regards,
  
   Ron_1st
  
  Yes, but I will upload first the /trunk directory after a make clean. It 
  will be lighter, and I think that the devil is in the things generated 
  by ./reconf-all and ./configure.
  
  Regards,
  
 
 haha devil yes that is true
 but that passes at my box atm
 
 I can do two ways
 
 1) you uplaod with fish://name:p...@my-ip into upload directory (disk space)
 2) you use ssh acount and i put the svn already in the upload
 

stupid me. you scp to the upload directory
I would then compare the compiled versions for diffs
however a clean is not bad to have just ~40MB extra
to compare for svn checkout errors on my site.
fresh 1838 is already on the box waiting.

Sleep well.



 
 
 
 Best regards,
 
 Ron_1st
 


Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user