Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-10-03 Thread Christer Johansson

Thanks to everyone involved for the recent 3.3.2+ release!

> you can then compile the debian packages for armel inside the source
> directory like so
>
>   debian/rules binary
>
> this will give you a home directory full of .deb files, you can copy
> across the ones you want to the NAS and install
>
>dpkg -i 

A couple of months ago Ian Haywood (thanks again Ian!) learned me how to
generate separate DEB-files for all Gambas3 components. It works great
and I'm in progress to do just that so I can update my NAS to Gambas3 3.3.2.

Could I in the same easy way generate a single complete Gambas3 DEB-file for
easy installation where needed with some other CLI parameter?

/CJ



--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Christer Johansson

> > Attached is a simple program that hopefully shows it.
> >
> > If I start this simple server on my NAS (IP# 192.168.0.20) and then
> > connect with...
> >
> >telnet 192.168.0.20 1122
> >
> > from my Windows computer (IP# 192.168.0.15) the server 
> running on the NAS
> > shows...
> >
> >Waiting for a client to connect...
> >Connection successful from 192.168.0.20
> >
> > /CJ
> >
> 
> Is it better now with revision #4728?

I'm still on #4702 which was the latest version available at Kendek 
when compiling for my NAS so I can't say.

Are you able to reproduce it at your end?

/CJ



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 13:34, Christer Johansson a écrit :
>
>
>> -Original Message-
>> From: Benoît Minisini [mailto:gam...@users.sourceforge.net]
>> Sent: Sunday, May 13, 2012 5:04 AM
>> To: mailing list for gambas users
>> Subject: Re: [Gambas-user] Debian ARMEL packages for Gambas3
>> components?
>>
>>
>> Le 10/05/2012 13:42, Christer Johansson a écrit :
>>> Some good news!
>>>
>>> After rolling back to older code last night and trying to reproduce
>>> the freezing issue I can say that I was wrong in my conclusion that
>>> 3.1.90 r4702 had the same problem that I experience in Gambas2.
>>>
>>> The server have been running for 16+ hours on the NAS and are still
>>> going, no freezes so far :)
>>>
>>> The only (minor) issue that I've seen so far is that the
>> RemoteHostIP
>>> parameter in SockeServers Connection event returns the servers IP#
>>> instead of the clients IP# (I noticed the same in Gambas2
>> version 2.23.1
>>> and 2.21.0-2).
>>>
>>> /CJ
>>>
>>
>> Strange... According to the source code (that I didn't
>> write), what is
>> sent to the Connection event handler is really the IP of the client
>> connecting to the server socket.
>>
>> Can you provide more details? A little client and a little server
>> projects that show the bug would be the best!
>>
>> Regards,
>>
>> --
>> Benoît Minisini
>
> Attached is a simple program that hopefully shows it.
>
> If I start this simple server on my NAS (IP# 192.168.0.20) and then
> connect with...
>
>telnet 192.168.0.20 1122
>
> from my Windows computer (IP# 192.168.0.15) the server running on the NAS
> shows...
>
>Waiting for a client to connect...
>Connection successful from 192.168.0.20
>
> /CJ
>

Is it better now with revision #4728?

-- 
Benoît Minisini

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Christer Johansson


> -Original Message-
> From: Benoît Minisini [mailto:gam...@users.sourceforge.net]
> Sent: Sunday, May 13, 2012 5:04 AM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Debian ARMEL packages for Gambas3
> components?
>
>
> Le 10/05/2012 13:42, Christer Johansson a écrit :
> > Some good news!
> >
> > After rolling back to older code last night and trying to reproduce
> > the freezing issue I can say that I was wrong in my conclusion that
> > 3.1.90 r4702 had the same problem that I experience in Gambas2.
> >
> > The server have been running for 16+ hours on the NAS and are still
> > going, no freezes so far :)
> >
> > The only (minor) issue that I've seen so far is that the
> RemoteHostIP
> > parameter in SockeServers Connection event returns the servers IP#
> > instead of the clients IP# (I noticed the same in Gambas2
> version 2.23.1
> > and 2.21.0-2).
> >
> > /CJ
> >
>
> Strange... According to the source code (that I didn't
> write), what is
> sent to the Connection event handler is really the IP of the client
> connecting to the server socket.
>
> Can you provide more details? A little client and a little server
> projects that show the bug would be the best!
>
> Regards,
>
> --
> Benoît Minisini

Attached is a simple program that hopefully shows it.

If I start this simple server on my NAS (IP# 192.168.0.20) and then
connect with...

  telnet 192.168.0.20 1122

from my Windows computer (IP# 192.168.0.15) the server running on the NAS
shows...

  Waiting for a client to connect...
  Connection successful from 192.168.0.20

/CJ


remotehostip_demo.tar.gz
Description: GNU Zip compressed data
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Christer Johansson


> -Original Message-
> From: Benoît Minisini [mailto:gam...@users.sourceforge.net]
> Sent: Sunday, May 13, 2012 5:04 AM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Debian ARMEL packages for Gambas3
> components?
>
>
> Le 10/05/2012 13:42, Christer Johansson a écrit :
> > Some good news!
> >
> > After rolling back to older code last night and trying to reproduce
> > the freezing issue I can say that I was wrong in my conclusion that
> > 3.1.90 r4702 had the same problem that I experience in Gambas2.
> >
> > The server have been running for 16+ hours on the NAS and are still
> > going, no freezes so far :)
> >
> > The only (minor) issue that I've seen so far is that the
> RemoteHostIP
> > parameter in SockeServers Connection event returns the servers IP#
> > instead of the clients IP# (I noticed the same in Gambas2
> version 2.23.1
> > and 2.21.0-2).
> >
> > /CJ
> >
>
> Strange... According to the source code (that I didn't
> write), what is
> sent to the Connection event handler is really the IP of the client
> connecting to the server socket.
>
> Can you provide more details? A little client and a little server
> projects that show the bug would be the best!
>
> Regards,
>
> --
> Benoît Minisini

Will try to make a simple repro program that shows it.

/CJ


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-12 Thread Benoît Minisini
Le 10/05/2012 13:42, Christer Johansson a écrit :
> Some good news!
>
> After rolling back to older code last night and trying to reproduce
> the freezing issue I can say that I was wrong in my conclusion that
> 3.1.90 r4702 had the same problem that I experience in Gambas2.
>
> The server have been running for 16+ hours on the NAS and are still
> going, no freezes so far :)
>
> The only (minor) issue that I've seen so far is that the RemoteHostIP
> parameter in SockeServers Connection event returns the servers IP#
> instead of the clients IP# (I noticed the same in Gambas2 version 2.23.1
> and 2.21.0-2).
>
> /CJ
>

Strange... According to the source code (that I didn't write), what is 
sent to the Connection event handler is really the IP of the client 
connecting to the server socket.

Can you provide more details? A little client and a little server 
projects that show the bug would be the best!

Regards,

-- 
Benoît Minisini

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-11 Thread Willy Raets
On vr, 2012-05-11 at 20:42 +1000, Ian Haywood wrote:
> On Thu, May 10, 2012 at 9:42 PM, Christer Johansson  wrote:
> > Some good news!
> >
> > After rolling back to older code last night and trying to reproduce
> > the freezing issue I can say that I was wrong in my conclusion that
> > 3.1.90 r4702 had the same problem that I experience in Gambas2.
> I am also pleased to report gambas3 has finally hit the debian upload
> queue. This means builds for all architectures (including Intel, ARM, MIPS and
> few weird ones) will become available in a few weeks in Debian testing.
> It also means gambas3 will (eventually) filter through into
> debian-derived distros
> such as Mint, Ubuntu etc.

That is good news, now lets hope they where clever enough to go for 3.1
or 3.1.1 version and not 3.0, as 3.1 and higher applications will not
run on 3.0.

Having 3.0 it the official repo is of little use when distributing
Gambas 3.1. or higher applications using .deb files.

Putting Gambas 3.0 in the Debian repo would actually be a waste of time
and space IMHO and I would still not be able to distribute .deb files to
end users unless I refer the end users to the PPA of Kendek and explain
them how to add PPA and all (something end users should not need to do)

Just wait and see I guess,

Willy



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-11 Thread Ian Haywood
On Thu, May 10, 2012 at 9:42 PM, Christer Johansson  wrote:
> Some good news!
>
> After rolling back to older code last night and trying to reproduce
> the freezing issue I can say that I was wrong in my conclusion that
> 3.1.90 r4702 had the same problem that I experience in Gambas2.
I am also pleased to report gambas3 has finally hit the debian upload
queue. This means builds for all architectures (including Intel, ARM, MIPS and
few weird ones) will become available in a few weeks in Debian testing.
It also means gambas3 will (eventually) filter through into
debian-derived distros
such as Mint, Ubuntu etc.

Ian

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-10 Thread Christer Johansson
Some good news!

After rolling back to older code last night and trying to reproduce
the freezing issue I can say that I was wrong in my conclusion that
3.1.90 r4702 had the same problem that I experience in Gambas2.

The server have been running for 16+ hours on the NAS and are still
going, no freezes so far :)

The only (minor) issue that I've seen so far is that the RemoteHostIP
parameter in SockeServers Connection event returns the servers IP#
instead of the clients IP# (I noticed the same in Gambas2 version 2.23.1
and 2.21.0-2).

/CJ


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-09 Thread Benoît Minisini
Le 09/05/2012 11:26, Christer Johansson a écrit :
> Hi Benoît.
>
>> When it is frozen, can you use gdb to get a backtrace?
>>
>> First you must get the process id of the frozen Gambas program. Let's
>> call it.
>>
>> Then you run:
>>
>> $ gdb gbx3.
>>
>> gdb will take the control of the process, so that you can print the
>> backtrace...
>>
>> (gdb) bt
>>
>> ... and send it to me.
>
> I will try to reproduce the freezes but I have changed so much in the code
> trying to find a solution that current server test code crashes instead
> of freeze!?
>
> I will have to backtrack to an older version and see if I can reproduce
> them in Gambas3 3.1.90 r4702 so I can use gdb and get the backtrace (gdb
> looks like a very usefull tool). Will let you know how things goes...
>
> I also want to take the opportunity to thank you and all the other Gambas
> developers for a very nice program. I'm sure Gambas popularity will rise
> in the wake of the Raspberry Pi when that becomes generally available!
> At least for me, Gambas is a much better alternative than Phyton or any
> of the other scripting languages.
>
> /CJ
>

Thanks. :-)

If you get a crash, and if you can reproduce it, try to isolate it in a 
project that you will send me.

Regards,

-- 
Benoît Minisini

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-09 Thread Christer Johansson
Hi Benoît.

> When it is frozen, can you use gdb to get a backtrace?
>
> First you must get the process id of the frozen Gambas program. Let's
> call it .
>
> Then you run:
>
> $ gdb gbx3 .
>
> gdb will take the control of the process, so that you can print the
> backtrace...
>
> (gdb) bt
>
> ... and send it to me.

I will try to reproduce the freezes but I have changed so much in the code
trying to find a solution that current server test code crashes instead
of freeze!?

I will have to backtrack to an older version and see if I can reproduce
them in Gambas3 3.1.90 r4702 so I can use gdb and get the backtrace (gdb
looks like a very usefull tool). Will let you know how things goes...

I also want to take the opportunity to thank you and all the other Gambas
developers for a very nice program. I'm sure Gambas popularity will rise
in the wake of the Raspberry Pi when that becomes generally available!
At least for me, Gambas is a much better alternative than Phyton or any
of the other scripting languages.

/CJ


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-08 Thread Christer Johansson

I forgott to add...

If anyone are interested in the ARMEL *.deb files for Gambas3
3.1.90 r4702 just let me know, I will be happy to share them
with anyone who want's them...

/CJ



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-08 Thread Benoît Minisini
Le 08/05/2012 17:32, Christer Johansson a écrit :
>
> The compilation of Gambas3 3.1.90 r4702 was successful, "gambas3-runtime"
> and gambas3-gb-net was installed on my NAS (running Debian Lenny) without
> errors and the "Segmentation fault" I had with 3.1.1 is gone :)
>
> Unfortunately I experience the same weird error when using SocketServer
> as before with Gambas2. I've tried to trap error to a logfile using TRY
> but no error messages are logged even if the error is detected? The program
> just freezes after running OK in ~45-90 minutes (seems quite random) and I
> have to kill it.
>
> I've tried to reproduce the issue running the exact same code on Xubuntu
> 11.04
> (x86) but the code works fine without issues for hours on end...
>
> Before I point fingers at Gambas2/3 running on ARM my next question would
> be...
>
> Have anyone used SocketServer and/or Socket in Gambas2/3 on ARM
> successfully?
> Maybe some here already have got their RasPi up running??
>
> Any info/pointers are greatly appreciated since I'm out of ideas after
> trying
> for over a week.
>
> /CJ
>

When it is frozen, can you use gdb to get a backtrace?

First you must get the process id of the frozen Gambas program. Let's 
call it .

Then you run:

$ gdb gbx3 .

gdb will take the control of the process, so that you can print the 
backtrace...

(gdb) bt

... and send it to me.

-- 
Benoît Minisini

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-08 Thread Christer Johansson

The compilation of Gambas3 3.1.90 r4702 was successful, "gambas3-runtime"
and gambas3-gb-net was installed on my NAS (running Debian Lenny) without
errors and the "Segmentation fault" I had with 3.1.1 is gone :)

Unfortunately I experience the same weird error when using SocketServer
as before with Gambas2. I've tried to trap error to a logfile using TRY
but no error messages are logged even if the error is detected? The program
just freezes after running OK in ~45-90 minutes (seems quite random) and I
have to kill it.

I've tried to reproduce the issue running the exact same code on Xubuntu
11.04
(x86) but the code works fine without issues for hours on end...

Before I point fingers at Gambas2/3 running on ARM my next question would
be...

Have anyone used SocketServer and/or Socket in Gambas2/3 on ARM
successfully?
Maybe some here already have got their RasPi up running??

Any info/pointers are greatly appreciated since I'm out of ideas after
trying
for over a week.

/CJ



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-08 Thread Christer Johansson

>Can I use the exact same procedure with the latest development version? I.e
>grab the latest source from the trunk and then start compile using...

After some more digging around last night I found that Kendek also had
a repository for pre-releases at...

  https://launchpad.net/~nemh/+archive/gambas-pre-releases

And I'm currently compiling the latest available (3.1.90 r4702) for lucid
and
will see if that solves the "Segmentation fault" error when using
SocketServer.

/CJ


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-07 Thread Christer Johansson

...
> this will give you a home directory full of .deb files, you can copy
> across the ones you want to the NAS and install
>
>dpkg -i 

With Ian's help and a long hours last night I managed to compile the debian
packages for ARMEL within QEMU (compilation took 6+ hours).

Today I verified dependencies and installed them without errors on my NAS,
so
far so good! It works with simple "Hello World!" programs but after trying
with
a program using the SocketServer I get the following error...

  Segmentation fault

I got the exact same error message when trying Gambas2 version 2.21.0-2 a
couple
of days ago but the problem was fixed by using Gambas2 version 2.23.1.

Can I use the exact same procedure with the latest development version? I.e
grab the latest source from the trunk and then start compile using...

  debian/rules binary

/CJ



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Christer Johansson

> ON the emulated RasPi install kendek's
> ubuntu packages from https://launchpad.net/~nemh/+archive/gambas3 to
> your sources.list.
> 
> then grab all the dependencies
>   apt-get build-dep gambas3
> 
> then grab the source code itself
> 
>  apt-get source gambas3
> 
> you may have to try different ubuntu versions of the packages to find
> one compatible with your debian, I suggest you start with the oldest
> (lucid)
> 
> you can then compile the debian packages for armel inside the source
> directory like so
> 
>   debian/rules binary
> 
> this will give you a home directory full of .deb files, you can copy
> across the ones you want to the NAS and install
> 
>dpkg -i 

Thank you very much, I will give it a go and see if I sort things out!

I noticed in the "latest news" frame at the Gambas homepage they mention
the following...

  "Beware: The very last development version must be used. "

How do I make sure I get the latest dev. version when grabbing the
source code via apt-get or maybe it doesn't matter?

/CJ



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Ian Haywood
On Sun, May 6, 2012 at 7:55 PM, Christer Johansson  wrote:

> I also have RasPi's Debian 6 image running in QEMU ARM emulator so maybe
> another option could be to compile it there and them somehow manually
> "lift over" the gambas3-runtime and gambas3-gb-net components to the NAS,
> any thoughts or maybe things aren't that easy?
ON the emulated RasPi install kendek's
ubuntu packages from https://launchpad.net/~nemh/+archive/gambas3 to
your sources.list.

then grab all the dependencies
  apt-get build-dep gambas3

then grab the source code itself

 apt-get source gambas3

you may have to try different ubuntu versions of the packages to find
one compatible with your debian, I suggest you start with the oldest
(lucid)

you can then compile the debian packages for armel inside the source
directory like so

  debian/rules binary

this will give you a home directory full of .deb files, you can copy
across the ones you want to the NAS and install

   dpkg -i 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Christer Johansson

> gambas3 packages for debian are "close to release", hopefully 
> a matter of weeks.

Thanks for the heads-up and looking forward to the release.

> > I'm looking for the following two basic components so I can 
> get Gambas 3
> > CLI programs running on my NAS running Debian Lenny on ARM...

> can you compile it on the NAS?

I doubt I'm able to install all the required packages to compile
the whole Gambas3 source code on the NAS due to very little space
on my rootfs.

Is it somehow possible to only compile selected parts of Gambas3
(i.e the gambas3-runtime and gambas3-gb-net)? When compiling 3.1.1
last night in Xubuntu I couldn't notice such options but since I'm
pretty new to all this Linux thing I ask...

I also have RasPi's Debian 6 image running in QEMU ARM emulator so maybe
another option could be to compile it there and them somehow manually
"lift over" the gambas3-runtime and gambas3-gb-net components to the NAS,
any thoughts or maybe things aren't that easy?

/CJ


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-05 Thread Ian Haywood
On Sat, May 5, 2012 at 10:13 PM, Christer Johansson  wrote:

> I wonder if any Debian ARMEL *.deb packages for the Gambas 3 components
> exists somewhere? I've searched high and low over at Debian.org etc. but
> there is only for Gambas 2.
gambas3 packages for debian are "close to release", hopefully a matter of weeks.
> I'm looking for the following two basic components so I can get Gambas 3
> CLI programs running on my NAS running Debian Lenny on ARM...
can you compile it on the NAS?

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user