[Gambas-user] 4182 compile issues

Laurent Carlier lordheavym at ...626...
Mon Oct 10 12:58:40 CEST 2011


Le dimanche 9 octobre 2011 19:28:07, Benoît Minisini a écrit :
> > I get the same problem with oneiric today...
> > I can't use gambas3
> > Henri
> > 
> > Le 09/10/2011 17:20, John Spikowski a écrit :
> > > On Sat, 2011-10-08 at 21:13 -0700, John Spikowski wrote:
> > >> || Unable to compile gb.form
> > >> || Unable to compile gb.form.dialog
> > >> || Unable to compile gb.form.mdi
> > >> || Unable to compile gb.db.form
> > >> || Unable to compile gb.report
> > >> || Unable to compile gb.chart
> > >> || Unable to compile gambas3
> 
> If noone provides the full output of the compilation process, I can't guess
> what is wrong!

Got similar problem when trying to built rc5 in a clean chroot (but not the 
svn tree in my computer)

build log: http://pkgbuild.com/~lcarlier/gambas3-2.99.5-1-x86_64-build.log
install log showing the problem: http://pkgbuild.com/~lcarlier/gambas3-
fail.log

installing script;
package_gambas3-gb-chart() {
  depends=('gambas3-gb-form')
  pkgdesc="Gambas3 chart component"

  ## Workaround for splitting
  cd ${srcdir}/${pkgbase}-${pkgver}/main
  make XDG_UTILS='' DESTDIR="${pkgdir}" install
  cd ${srcdir}/${pkgbase}-${pkgver}/gb.qt4
  make XDG_UTILS='' DESTDIR="${pkgdir}" install
  ##

  cd ${srcdir}/${pkgbase}-${pkgver}/comp
  make DESTDIR="${pkgdir}" install

  ## Workaround for splitting
  cd ${srcdir}/${pkgbase}-${pkgver}/main
  make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall
  cd ${srcdir}/${pkgbase}-${pkgver}/gb.qt4
  make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall
  rm -r ${pkgdir}/usr/share/gambas3/control
  rm -r ${pkgdir}/usr/lib/gambas3/gb.[d-w]*
  rm -r ${pkgdir}/usr/share/gambas3/info/gb.[d-w]*
  ##
}

++





More information about the User mailing list