Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21633 - Ebuild request : Gambas (BASIC RAD tool)
Summary: Ebuild request : Gambas (BASIC RAD tool)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Marius Mauch (RETIRED)
URL: http://gambas.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-24 15:55 UTC by Jean-Francois Perreault
Modified: 2003-11-17 16:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Francois Perreault 2003-05-24 15:55:25 UTC
This is RAD tool very similar to MS Visual Basic 

This application does not build on a recent Gentoo x86 System 

The Gambas author (Benoit Minisini) suggest this is related to incompatibilities
between KDE malloc and Glibc malloc 

for some reason the configure script does not find KDE libs and KDE includes so
the --with-kde-libraries=/usr/kde/3.1/lib
--with-kde-includes=/usr/kde/3.1/include  options must be set

also if mysql is not present add --disable-mysql-driver
or if Postgresql is not present add --disable-pgsgl-driver

I was not able to install this application because it crashes at the "make install"

here's what I get :
------------------------------
Making symbolic links in /usr/bin...


Compiling and installing the development environment...

Compiling gambas...

OK

Compiling gambas-database-manager...

OK


Creating the library info files...

/opt/gambas/lib/info/gb.info

/opt/gambas/lib/info/gb.eval.info

/opt/gambas/lib/info/gb.example.info

/opt/gambas/lib/info/gb.db.info

/opt/gambas/lib/info/gb.qt.editor.info

/opt/gambas/lib/info/gb.qt.ext.info

make[2]: *** [install-exec-local] Segmentation fault

make[2]: Leaving directory /root/gambas-0.56'

make[1]: *** [install-am] Error 2

make[1]: Leaving directory /root/gambas-0.56'

make: *** [install-recursive] Error 1
-------------------------------

btw, here's some of the spec about my system if this could help 

glib 2.2.1
glibc 2.3.1-r4
gcc 3.2.2
gcc-config 1.3.1-r1
kdelibs 3.1.1a (most of kde is 3.1.1 but core packages are 3.1.1a)
I'm using compiler options (CFLAGS & CXXFLAGS) = "-mcpu=athlon-xp -03 -pipe" 

thanks,

(btw, this is the first time I submit a bug with bugzilla if I did anything
wrong to not hesitate to tell me at my address below)

-- 
--------------------
Jean-Francois Perreault
NanoTech Informatique

UIN 783056
cmcpero@megacom.net
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-11-17 16:25:55 UTC
0.71 committed to cvs.