[Gambas-user] Make instalation package don't work

José Luis Redrejo jredrejo at ...626...
Tue Jun 3 10:16:52 CEST 2008


The problem is that your project name begins with "gambas".
Somewhere in the packaging code it removes "gambas" from the project name,so
it does not found it:
...
dpkg-source: construyendo gambas-t1-algoritmoconmutacion en
gambas-t1-algoritmoconmutacion_0.0.orig.tar.gz
...
/usr/local/bin/gbc2 -a  src/T1-AlgoritmoConmutacion
..

It's clear that the tar.gz contains gambas-t1-algoritmoconmutacion ,but the
compiler looks for T1-AlgoritmoConmutacion, not
gambas-T1-AlgoritmoConmutacion.

Try changing your project name. But before doing so, please, try creating a
rpm package and tell us if it works right,  to know if this is a problem of
the debian packaging or a problem of the common routines for all the
packaging projects. It would make easier debugging the problem.

Regards.
José L.






2008/6/3 Alejandro Uribe <al_ur30 at ...67...>:

>
> Here is the log, i note a problem in the line "dpkg-buildpackage: fallo:
> debian/rules build gave error exit status 2", but i don't know why this
> error appears.
>
> Creando paquete para Ubuntu.
> Creando el directorio de construcción.
> Creando archivo de escritorio...
> Se están debianizando los fuentes.
> Creando paquete...
> dpkg-buildpackage: set CPPFLAGS to default value:
> dpkg-buildpackage: set CFLAGS to default value: -g -O2
> dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
> dpkg-buildpackage: set FFLAGS to default value: -g -O2
> dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
> dpkg-buildpackage: Paquete fuente gambas-t1-algoritmoconmutacion
> dpkg-buildpackage: Versión fuente 0.0-1
> dpkg-buildpackage: Fuente cambiadas por Hecho por Benny Busnego y Alejandro
> Uribe. Seccion A. Telecomunicaciones UNEFA. Venezuela. <
> sakura_bb30 at ...67..., al_ur30 at ...67...>
> dpkg-buildpackage: arquitectura de anfitrión i386
>  debian/rules clean
> dh_testdir
> dh_testroot
> rm -Rf `find . -name ".gambas"`
> rm -Rf `find . -name "*.gambas"`
> rm -f build-stamp install-stamp
> dh_clean
> dpkg-source: construyendo gambas-t1-algoritmoconmutacion en
> gambas-t1-algoritmoconmutacion_0.0.orig.tar.gz
>  dpkg-source -b gambas-t1-algoritmoconmutacion-0.0
> dpkg-source: construyendo gambas-t1-algoritmoconmutacion en
> gambas-t1-algoritmoconmutacion_0.0-1.diff.gz
> dpkg-source: construyendo gambas-t1-algoritmoconmutacion en
> gambas-t1-algoritmoconmutacion_0.0-1.dsc
> dpkg-source: aviso: ignorando borrado del arachivo
> src/T1_AlgoritmoConmutacion/T1_AlgoritmoConmutacion.gambas
> dpkg-source: aviso: ignorando borrado del directorio
> src/T1_AlgoritmoConmutacion/.gambas
> dh_testdir
>  debian/rules build
> touch build-stamp
> /usr/local/bin/gbc2 -a  src/T1-AlgoritmoConmutacion
> gbc: project file not found:
> /home/alejandro/gambas-t1-algoritmoconmutacion-0.0/.project
> make: *** [build-stamp] Error 1
> dpkg-buildpackage: fallo: debian/rules build gave error exit status 2
> Guardando archivo CHANGELOG.
> Los paquetes han sido creados con éxito.
>
> I hope you can determine what's the problem here.
>
> Thanks again!
>
> > From: gambas at ...1...
> > To: gambas-user at lists.sourceforge.net
> > Date: Sun, 1 Jun 2008 14:27:26 +0200
> > Subject: Re: [Gambas-user] Make instalation package don't work
> >
> > On samedi 31 mai 2008, tsakaji30 wrote:
> > > Hello again, another question: i wanted to pack an application that i
> have
> > > made in gambas2 but when i try to use the option "Make instalation
> package"
> > > (there is in the tools bar), i complete the assistant (i have
> deb-helper
> > > installed) but it don't generate a .deb, only a .tar.gz (with the
> program
> > > and the source code).
> > >
> > > Is this option not implemented yet in Gambas 2-2.5.0?
> > >
> > > Thanks for your answers ;)
> >
> > Can you send the log of the packager? It is written if the textbox of the
> > wizard final step.
> >
> > --
> > Benoit Minisini
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > 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
>
> _________________________________________________________________
> News, entertainment and everything you care about at Live.com. Get it now!
> http://www.live.com/getstarted.aspx
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> 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
>


More information about the User mailing list