Hi list,
according to
http://www.gnu.org/software/guile/news.html
we will have guile 2.0 stable branch out soon and we should consider it for 11.4. Let's look on home:pgajdos:guile19x. There are some packages which are/could be involved.
gc: new version 7.1 needed by guile
gnucash: new (unstable) version 2.3.15 guile1.9-ready TODO: test if it works
guile: latest 1.9.12 as beta for stable 2.0 branch
inkscape: BuildRequires gc-devel, but builds fine with new version
libdbi: needed by new gnucash, nowdays not in Factory, but in devel:libraries:c_c++ and according to internal PDB database it is going to be in Factory (?) TODO: have it in Factory
slib: builds fine with new guile
autogen: not building with new guile so far
gnome-games: not building with new guile so far
graphviz: builds fine with new guile
trackballs: not building with new guile so far
lilypond: not building with new guile so far
That's all dependencies I am aware of, if you know some other, please let me know. I will work on not building packages, but help is appreciated of course.
If you have any suggestions, comments etc., please speak up.
Petr
Le mercredi 22 septembre 2010, à 15:27 +0200, Petr Gajdos a écrit :
gnome-games: not building with new guile so far
I filed https://bugzilla.gnome.org/show_bug.cgi?id=630334
Vincent
On Wed, 2010-09-22 at 15:27 +0200, Petr Gajdos wrote:
according to
http://www.gnu.org/software/guile/news.html
we will have guile 2.0 stable branch out soon and we should consider it for 11.4. Let's look on home:pgajdos:guile19x. There are some packages which are/could be involved.
That sounds like a good start to do...
gnucash: new (unstable) version 2.3.15 guile1.9-ready TODO: test if it works
This one will be a nasty one I predict (especially for debugging). I'm currently also busy preparing gnucash to integrate with aqbanking5/gwenhywfar and libchipcard5 (This is ready in home:dimstar:branches:GNOME:Apps).
We have to find a very good way in identifying what, if any, is causing the issues: * gnucash, because it's unstable itself * the aq5 stack? (aqbanking/gwenhywfar/libchipcard) * guile 2
autogen: not building with new guile so far
gnome-games: not building with new guile so far
graphviz: builds fine with new guile
trackballs: not building with new guile so far
lilypond: not building with new guile so far
for the 'not building': Do you have any information about what changes? API changes and migraiton paths for devs?
Then we could possibly start migrating applications and pushing patches upstream.
Dominique
On Wed, Sep 22, 2010 at 04:04:09PM +0200, Dominique Leuenberger wrote:
for the 'not building': Do you have any information about what changes? API changes and migraiton paths for devs?
I didn't see any document except NEWS file.
Then we could possibly start migrating applications and pushing patches upstream.
Yes.
Petr
On Thu, Sep 23, 2010 at 10:19:29AM +0200, Petr Gajdos wrote:
On Wed, Sep 22, 2010 at 04:04:09PM +0200, Dominique Leuenberger wrote:
for the 'not building': Do you have any information about what changes? API changes and migraiton paths for devs?
I didn't see any document except NEWS file.
See info 5.22.2 Transitioning away from GH in 1.8.7 documentation.
Petr