* g-wrap - apt-get installs 2 different versions ?
@ 2005-01-05 22:38 David Pirotte
2005-01-06 1:55 ` Andreas Rottmann
0 siblings, 1 reply; 5+ messages in thread
From: David Pirotte @ 2005-01-05 22:38 UTC (permalink / raw)
Hi guilers,
just upgraded all debian guile packages, and I'd like to ge trid of
my manually installed ones, since there is no more reason now.
a quick look to the /usr/share/guile tells me that we have 2 g-wrap
directories, an g-wrap.scm files (see below).
dates show that the version in /usr/share/guile/site is more recent.
should it not be taken care of by package developpers? here are the
packages installed on my deb box:
david@faust:~ 11 $ COLUMNS=140 dpkg -l | grep guile
ii guile-1.6 1.6.7-1
ii guile-1.6-dev 1.6.7-1
ii guile-1.6-doc 1.6.7-1
ii guile-1.6-libs 1.6.7-1
ii guile-1.6-slib 1.6.7-1
ii guile-common 1.4-26
ii guile-db 0.1-2
ii guile-library 0.1.2-1
ii guile-pg 0.16-1
ii guile-www 1.1.1-1
rc guile1.4 1.4-25
ii libguile-ltdl-1 1.6.7-1
ii libguilegtk-1.2-0 0.31-3
ii libguilegtk-1.2-dev 0.31-3
ii libgwrapguile-dev 1.3.4-12
ii libgwrapguile1 1.3.4-12
;; --
in here:
--------
/usr/share/guile:
total 108
drwxr-xr-x 9 root root 4096 Dec 31 15:32 .
drwxr-xr-x 266 root root 8192 Jan 5 11:05 ..
drwxr-xr-x 7 root root 4096 Dec 31 15:32 1.6
drwxr-xr-x 2 root root 4096 Dec 31 15:32 database
drwxr-xr-x 2 root root 4096 Sep 9 10:46 g-wrap
-rw-r--r-- 1 root root 62455 Aug 18 06:30 g-wrap.scm
...
and here:
---------
/usr/share/guile/site:
total 296
drwxr-xr-x 18 root root 4096 Dec 31 15:07 .
drwxr-xr-x 9 root root 4096 Dec 31 15:32 ..
...
drwxr-xr-x 4 root root 4096 Dec 31 15:07 g-wrap
-rw-r--r-- 1 root root 34733 Dec 9 18:15 g-wrap.scm
...
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: g-wrap - apt-get installs 2 different versions ?
2005-01-05 22:38 g-wrap - apt-get installs 2 different versions ? David Pirotte
@ 2005-01-06 1:55 ` Andreas Rottmann
2005-01-06 14:43 ` Greg Troxel
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Rottmann @ 2005-01-06 1:55 UTC (permalink / raw)
David Pirotte <david@altosw.be> writes:
> Hi guilers,
>
> just upgraded all debian guile packages, and I'd like to ge trid of
> my manually installed ones, since there is no more reason now.
>
> a quick look to the /usr/share/guile tells me that we have 2 g-wrap
> directories, an g-wrap.scm files (see below).
>
> dates show that the version in /usr/share/guile/site is more recent.
>
> should it not be taken care of by package developpers? here are the
> packages installed on my deb box:
>
The one in /usr/share/guile/site is from the new (1.9.3) G-Wrap
package (which is not yet in Debian, still stuck in NEW). To find out
where those files belong:
% dpkg -S /usr/share/guile/site/g-wrap.scm
g-wrap: /usr/share/guile/site/g-wrap.scm
% dpkg -S /usr/share/guile/g-wrap.scm
libgwrapguile1: /usr/share/guile/g-wrap.scm
g-wrap conflicts with libgwrapguile-dev, but not libgwrapguile1 (so it
can be parallel-install with e.g. GnuCash, which requires
libgwrapguile1). Those files in fact should be in libgwrapguile-dev,
as they are not needed at runtime; since the old G-Wrap package has no
maintainer ATM, and will be removed from the distribution pretty soon
anyway, this is unlikely to happen, and doesn't matter much, as
/usr/share/guile/site/ precedes /usr/share/guile/ in the %load-path.
Regards, Rotty
--
Andreas Rottmann | Rotty@ICQ | 118634484@ICQ | a.rottmann@gmx.at
http://yi.org/rotty | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62
It's *GNU*/Linux dammit!
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: g-wrap - apt-get installs 2 different versions ?
2005-01-06 1:55 ` Andreas Rottmann
@ 2005-01-06 14:43 ` Greg Troxel
2005-01-06 14:48 ` Andreas Rottmann
0 siblings, 1 reply; 5+ messages in thread
From: Greg Troxel @ 2005-01-06 14:43 UTC (permalink / raw)
Cc: guile-user
g-wrap conflicts with libgwrapguile-dev, but not libgwrapguile1 (so it
can be parallel-install with e.g. GnuCash, which requires
libgwrapguile1).
I have seen claims that GnuCash works with g-wrap 1.9.3 - what's up
here? (I can certainly understand that the Debian package requires
g-wrap1 still, especially with the new g-wrap not being in the system...)
On NetBSD with pkgsrc, gnucash uses guile 1.6.x and g-wrap 1.
Changing the Makefile to use g-wrap 1.9.3 instead results in the build
succeeding and startup failing with:
ERROR: no code for module (g-wrap gw-wct)
This is with gnucash 1.8.10.
This looks tantalizing close to working.
Is anyone able to build a working gnucash with g-wrap 1.9.3?
Does the new g-wrap need to provide that module, or is it a bug in
gnucahs to require it
--
Greg Troxel <gdt@ir.bbn.com>
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: g-wrap - apt-get installs 2 different versions ?
2005-01-06 14:43 ` Greg Troxel
@ 2005-01-06 14:48 ` Andreas Rottmann
2005-01-09 19:55 ` Andy Wingo
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Rottmann @ 2005-01-06 14:48 UTC (permalink / raw)
Cc: guile-user
Greg Troxel <gdt@ir.bbn.com> writes:
> g-wrap conflicts with libgwrapguile-dev, but not libgwrapguile1 (so it
> can be parallel-install with e.g. GnuCash, which requires
> libgwrapguile1).
>
> I have seen claims that GnuCash works with g-wrap 1.9.3 - what's up
> here? (I can certainly understand that the Debian package requires
> g-wrap1 still, especially with the new g-wrap not being in the system...)
>
> On NetBSD with pkgsrc, gnucash uses guile 1.6.x and g-wrap 1.
> Changing the Makefile to use g-wrap 1.9.3 instead results in the build
> succeeding and startup failing with:
>
> ERROR: no code for module (g-wrap gw-wct)
>
Yeah, that's a known bug in G-Wrap 1.9.3, which I didn't catch because
I had the old G-Wrap later in the %load-path.
> This is with gnucash 1.8.10.
>
> This looks tantalizing close to working.
>
Just drop some (possibly empty) module (g-wrap gw-wct) somewhere on
the %load-path, then it should work.
> Is anyone able to build a working gnucash with g-wrap 1.9.3?
> Does the new g-wrap need to provide that module, or is it a bug in
> gnucahs to require it
>
1.9.4 will come with that module, although there's a problem with
guile-gnome to be solved before I can release that.
Cheers, Rotty
--
Andreas Rottmann | Rotty@ICQ | 118634484@ICQ | a.rottmann@gmx.at
http://yi.org/rotty | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62
Make free software, not war!
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: g-wrap - apt-get installs 2 different versions ?
2005-01-06 14:48 ` Andreas Rottmann
@ 2005-01-09 19:55 ` Andy Wingo
0 siblings, 0 replies; 5+ messages in thread
From: Andy Wingo @ 2005-01-09 19:55 UTC (permalink / raw)
Cc: guile-gtk-general
Hi Andreas,
On Thu, 2005-01-06 at 15:48 +0100, Andreas Rottmann wrote:
> > Is anyone able to build a working gnucash with g-wrap 1.9.3?
>
> 1.9.4 will come with that module, although there's a problem with
> guile-gnome to be solved before I can release that.
What problem is that?
--
Andy Wingo
http://wingolog.org/
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-01-09 19:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-05 22:38 g-wrap - apt-get installs 2 different versions ? David Pirotte
2005-01-06 1:55 ` Andreas Rottmann
2005-01-06 14:43 ` Greg Troxel
2005-01-06 14:48 ` Andreas Rottmann
2005-01-09 19:55 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).