[Gambas-user] gb.curl.net not found
ewin
winarto at ...1780...
Mon Sep 24 19:33:48 CEST 2007
Hi all
Iam beginner with gambas. I have installed gambas ver 1.0.14 on my mandriva
2007. but when I try run server-socket(example project), always raise
message box who tell me gb.curl.net not found. When install process I can
see the component not properly installed because that file not found on
/opt/gambas/....
And then I try install with the higher version of gambas(1.0.19), hope this
version include fix the problem. But the result still same with the older
version.
Thanks , I need help for my situation.
regards
ewin
-----Original Message-----
From: gambas-user-bounces at lists.sourceforge.net
[mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of
gambas-user-request at lists.sourceforge.net
Sent: 23 September 2007 12:33
To: gambas-user at lists.sourceforge.net
Subject: Gambas-user Digest, Vol 16, Issue 23
Send Gambas-user mailing list submissions to
gambas-user at lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gambas-user
or, via email, send a message with subject or body 'help' to
gambas-user-request at lists.sourceforge.net
You can reach the person managing the list at
gambas-user-owner at lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gambas-user digest..."
Today's Topics:
1. Re: failed Slackware package building. (Benoit Minisini)
2. Re: minor bug in RPM building (Benoit Minisini)
3. project Slack package (Stefano Palmeri)
4. Re: minor bug in RPM building (Stefano Palmeri)
5. Re: minor bug in RPM building (Stefano Palmeri)
6. Re: failed Slackware package building. (Stefano Palmeri)
7. Re: failed Slackware package building. (Benoit Minisini)
8. Re: failed Slackware package building. (Stefano Palmeri)
9. Re: failed Slackware package building. (Benoit Minisini)
10. Re: failed Slackware package building. (Stefano Palmeri)
----------------------------------------------------------------------
Message: 1
Date: Sun, 23 Sep 2007 19:26:17 +0200
From: Benoit Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] failed Slackware package building.
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709231926.17530.gambas at ...1...>
Content-Type: text/plain; charset="iso-8859-1"
On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> Alle 16:20, domenica 23 settembre 2007, Stefano Palmeri ha scritto:
> > I'm running Gambas2 1.9.51. I tried to make a Slackware package
> > of a project and I get an error:
> >
> >
> > Creating package for Slackware.
> > Making build directory.
> > The package build has failed.
> > Package.MakeTgzPackage.840: File or directory does not exist
> >
> >
> > There's no problem when I build a Fedora package.
> >
> > Regards,
> >
> > Stefano Palmeri
>
> Well, I get the bug. The missing file is the compiled
> project. If I make the project executable before making the Slack
> package, the bug disappears.
> It seems that when creating a Slack package
> the project executable in not compiled before.
>
> Regards,
>
> Stefano Palmeri
>
Can you try with the latest svn version?
I have fixed a bug in the routine that makes the project executable, and
maybe
your bug is related to that fix. But I'm not sure.
Regards,
--
Benoit Minisini
------------------------------
Message: 2
Date: Sun, 23 Sep 2007 19:27:30 +0200
From: Benoit Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] minor bug in RPM building
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709231927.30349.gambas at ...1...>
Content-Type: text/plain; charset="iso-8859-1"
On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> I noticed a little error in RPM naming. If my project
> version is 0.0.73, the RPM version becomes 0.0-73.
> This affects Fedora, Mandriva and openSuse packages building.
>
> Bye,
>
> Stefano
>
I thought it was the standard way of naming versions...
Or maybe the version number after the dash is the package version, and must
not be used for the program version?
--
Benoit Minisini
------------------------------
Message: 3
Date: Sun, 23 Sep 2007 19:29:33 +0200
From: Stefano Palmeri <rospolosco at ...152...>
Subject: [Gambas-user] project Slack package
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709231929.33842.rospolosco at ...152...>
Content-Type: text/plain; charset="us-ascii"
I tracked the bug.
This is the problem:
if you, for some reason, create an executable of the project *outside* the
project directory, e.g your /home/bin/ folder, the next time the IDE tries
to
build the Slackware package it makes the executable in /home/bin (instead of
the project directory) and fails the building process.
Regards,
Stefano Palmeri
------------------------------
Message: 4
Date: Sun, 23 Sep 2007 19:43:10 +0200
From: Stefano Palmeri <rospolosco at ...152...>
Subject: Re: [Gambas-user] minor bug in RPM building
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709231943.10789.rospolosco at ...152...>
Content-Type: text/plain; charset="iso-8859-1"
Alle 19:27, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> > I noticed a little error in RPM naming. If my project
> > version is 0.0.73, the RPM version becomes 0.0-73.
> > This affects Fedora, Mandriva and openSuse packages building.
> >
> > Bye,
> >
> > Stefano
>
> I thought it was the standard way of naming versions...
>
> Or maybe the version number after the dash is the package version, and
must
> not be used for the program version?
Sorry, Benoit.
I probably was not clear.
I've a project "foobar". In project properties I set 0.0.73.
Then I build a Slackware package and the IDE names it:
foobar-0.0.71-noarch-1.tgz
Then I build a Mandriva package and the IDE names it:
foobar-0.0-71mdv.noarch.rpm
I expect it names it:
foobar-0.0.71-mdv.noarch.rpm
or
foobar-0.0.75.mdv.noarch.rpm
Regards,
Stefano Palmeri
------------------------------
Message: 5
Date: Sun, 23 Sep 2007 20:01:35 +0200
From: Stefano Palmeri <rospolosco at ...152...>
Subject: Re: [Gambas-user] minor bug in RPM building
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709232001.35460.rospolosco at ...152...>
Content-Type: text/plain; charset="iso-8859-1"
Alle 19:27, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> > I noticed a little error in RPM naming. If my project
> > version is 0.0.73, the RPM version becomes 0.0-73.
> > This affects Fedora, Mandriva and openSuse packages building.
> >
> > Bye,
> >
> > Stefano
>
> I thought it was the standard way of naming versions...
>
> Or maybe the version number after the dash is the package version, and
must
> not be used for the program version?
Arghhhh! 0.0.71 for all!
Sorry, Benoit.
I probably was not clear.
I've a project "foobar". In project properties I set 0.0.71.
Then I build a Slackware package and the IDE names it:
foobar-0.0.71-noarch-1.tgz
Then I build a Mandriva package and the IDE names it:
foobar-0.0-71mdv.noarch.rpm
I expect it names it:
foobar-0.0.71-mdv.noarch.rpm
or
foobar-0.0.71.mdv.noarch.rpm
Regards,
Stefano Palmeri
------------------------------
Message: 6
Date: Sun, 23 Sep 2007 20:23:57 +0200
From: Stefano Palmeri <rospolosco at ...152...>
Subject: Re: [Gambas-user] failed Slackware package building.
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709232023.57290.rospolosco at ...152...>
Content-Type: text/plain; charset="iso-8859-1"
Alle 19:26, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> Can you try with the latest svn version?
>
> I have fixed a bug in the routine that makes the project executable, and
> maybe your bug is related to that fix. But I'm not sure.
>
> Regards,
>
> --
I tried rev 659, but when I try to create the installation package
the IDE crashes.
WARNING: circular references detected
CClassInfo (155)
CSymbolInfo (2319)
CPropertyInfo (864)
FToolBar (3)
FDebugInfo (1)
FOutput (1)
FOption (1)
FToolBox (1)
FMain (1)
FFind (1)
FCompletion (1)
FGambas (1)
FProperty (1)
FMakeInstall (1)
CComponent (38)
FFormStack (1)
FToolBar (5)
FWorkspace (1)
ToolBar (5)
Workspace (1)
FWizard (1)
WizardContainer (7)
FFontChooser (1)
FBalloon (1)
FSidePanel (5)
FDirChooser (1)
Wizard (1)
FontChooser (1)
ListContainer (2)
FileView (1)
DirView (1)
SidePanel (5)
DirChooser (1)
Mutex destroy failure: Dispositivo o risorsa occupata
WARNING: 1879 allocation(s) non freed.
Bye,
Stefano
> Benoit Minisini
------------------------------
Message: 7
Date: Sun, 23 Sep 2007 20:37:08 +0200
From: Benoit Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] failed Slackware package building.
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709232037.08925.gambas at ...1...>
Content-Type: text/plain; charset="iso-8859-1"
On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> Alle 19:26, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> > Can you try with the latest svn version?
> >
> > I have fixed a bug in the routine that makes the project executable, and
> > maybe your bug is related to that fix. But I'm not sure.
> >
> > Regards,
> >
> > --
>
> I tried rev 659, but when I try to create the installation package
> the IDE crashes.
>
> WARNING: circular references detected
> CClassInfo (155)
> CSymbolInfo (2319)
> CPropertyInfo (864)
> FToolBar (3)
> FDebugInfo (1)
> FOutput (1)
> FOption (1)
> FToolBox (1)
> FMain (1)
> FFind (1)
> FCompletion (1)
> FGambas (1)
> FProperty (1)
> FMakeInstall (1)
> CComponent (38)
> FFormStack (1)
> FToolBar (5)
> FWorkspace (1)
> ToolBar (5)
> Workspace (1)
> FWizard (1)
> WizardContainer (7)
> FFontChooser (1)
> FBalloon (1)
> FSidePanel (5)
> FDirChooser (1)
> Wizard (1)
> FontChooser (1)
> ListContainer (2)
> FileView (1)
> DirView (1)
> SidePanel (5)
> DirChooser (1)
> Mutex destroy failure: Dispositivo o risorsa occupata
> WARNING: 1879 allocation(s) non freed.
>
> Bye,
>
> Stefano
>
Where is the error message?
--
Benoit Minisini
------------------------------
Message: 8
Date: Sun, 23 Sep 2007 20:45:53 +0200
From: Stefano Palmeri <rospolosco at ...152...>
Subject: Re: [Gambas-user] failed Slackware package building.
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709232045.53755.rospolosco at ...152...>
Content-Type: text/plain; charset="iso-8859-1"
Alle 20:37, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> > Alle 19:26, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> > > Can you try with the latest svn version?
> > >
> > > I have fixed a bug in the routine that makes the project executable,
> > > and maybe your bug is related to that fix. But I'm not sure.
> > >
> > > Regards,
> > >
> > > --
> >
> > I tried rev 659, but when I try to create the installation package
> > the IDE crashes.
> >
> > WARNING: circular references detected
> > CClassInfo (155)
> > CSymbolInfo (2319)
> > CPropertyInfo (864)
> > FToolBar (3)
> > FDebugInfo (1)
> > FOutput (1)
> > FOption (1)
> > FToolBox (1)
> > FMain (1)
> > FFind (1)
> > FCompletion (1)
> > FGambas (1)
> > FProperty (1)
> > FMakeInstall (1)
> > CComponent (38)
> > FFormStack (1)
> > FToolBar (5)
> > FWorkspace (1)
> > ToolBar (5)
> > Workspace (1)
> > FWizard (1)
> > WizardContainer (7)
> > FFontChooser (1)
> > FBalloon (1)
> > FSidePanel (5)
> > FDirChooser (1)
> > Wizard (1)
> > FontChooser (1)
> > ListContainer (2)
> > FileView (1)
> > DirView (1)
> > SidePanel (5)
> > DirChooser (1)
> > Mutex destroy failure: Dispositivo o risorsa occupata
> > WARNING: 1879 allocation(s) non freed.
> >
> > Bye,
> >
> > Stefano
>
> Where is the error message?
This is all I get when type on console gambas2.gambas.
I open a project, then choose Make-->Installation package-->Crash
stefano at ...1536...:~$ gambas2.gambas
WARNING: circular references detected
CClassInfo (155)
CSymbolInfo (2319)
CPropertyInfo (864)
FToolBar (3)
FDebugInfo (1)
FOutput (1)
FOption (1)
FToolBox (1)
FMain (1)
FFind (1)
FCompletion (1)
FGambas (1)
FProperty (1)
FMakeInstall (1)
CComponent (38)
FFormStack (1)
FToolBar (5)
FWorkspace (1)
ToolBar (5)
Workspace (1)
FWizard (1)
WizardContainer (7)
FFontChooser (1)
FBalloon (1)
FSidePanel (5)
FDirChooser (1)
Wizard (1)
FontChooser (1)
ListContainer (2)
FileView (1)
DirView (1)
SidePanel (5)
DirChooser (1)
Mutex destroy failure: Dispositivo o risorsa occupata
WARNING: 1879 allocation(s) non freed.
stefano at ...1536...:~$
------------------------------
Message: 9
Date: Sun, 23 Sep 2007 20:57:32 +0200
From: Benoit Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] failed Slackware package building.
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709232057.33026.gambas at ...1...>
Content-Type: text/plain; charset="iso-8859-1"
On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> > Where is the error message?
>
> This is all I get when type on console gambas2.gambas.
>
> I open a project, then choose Make-->Installation package-->Crash
>
>
You don't see the packager wizard?
--
Benoit Minisini
------------------------------
Message: 10
Date: Sun, 23 Sep 2007 21:32:52 +0200
From: Stefano Palmeri <rospolosco at ...152...>
Subject: Re: [Gambas-user] failed Slackware package building.
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <200709232132.53194.rospolosco at ...152...>
Content-Type: text/plain; charset="iso-8859-1"
Alle 20:57, domenica 23 settembre 2007, Benoit Minisini ha scritto:
> On dimanche 23 septembre 2007, Stefano Palmeri wrote:
> > > Where is the error message?
> >
> > This is all I get when type on console gambas2.gambas.
> >
> > I open a project, then choose Make-->Installation package-->Crash
>
> You don't see the packager wizard?
No.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
End of Gambas-user Digest, Vol 16, Issue 23
*******************************************
More information about the User
mailing list