Bugzilla – Bug 115803
gambas splitup
Last modified: 2006-05-30 12:33:39 UTC
gambas has to be splitted, because it generates .spec files on the fly which refer to gambas-runtime, a package we don't have. therefore, gambas is broken on our CD set. see also the note at the bottom of http://gambas.sourceforge.net/download.html
Today!
FYI, currently we include an old development release of Gambas2 (dunno why). But even when looking at the current development release of Gambas2 (gambas2-1.9.30/app/src/gambas2-with-editor/Package.module) it generates .spec files with content like PRINT #hFile, "Requires: gambas-runtime >= 0.95,gambas-runtime <= 1.0"; FOR EACH sLib IN Project.Libraries PRINT #hFile, ",gambas-"; Replace(sLib, ".", "-"); " >= 0.95"; PRINT #hFile, ",gambas-"; Replace(sLib, ".", "-"); " <= 1.0"; NEXT so it will still fail IMHO to work even if splitted now.
Splitted as gambas2-*