* [gentoo-dev] gconf-1.0.7 ebuild fails
@ 2001-11-06 4:18 Collins Richey
2001-11-06 10:34 ` Martin Schlemmer
0 siblings, 1 reply; 5+ messages in thread
From: Collins Richey @ 2001-11-06 4:18 UTC (permalink / raw
To: gentoo
I'm trying to emerge galeon-0.12.6 which has a dependancy for
gconf-1.0.7. Gconf fails with
xml-dir.c: In function `dir_load_doc':
xml-dir.c:841: structure has no member named `root
(lots of these lines)
xml-dir.c: In function `dir_make_new_entry':
xml-dir.c:896: structure has no member named `root'
xml-dir.c: In function `dir_fill_cache_from_doc':
xml-dir.c:929: structure has no member named `root'
xml-dir.c:930: structure has no member named `root'
xml-dir.c:936: structure has no member named `root'
make[2]: *** [xml-dir.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gconf-1.0.7/work/GConf-1.0.7/backends'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gconf-1.0.7/work/GConf-1.0.7'
make: *** [all-recursive-am] Error 2
Thanks,
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] gconf-1.0.7 ebuild fails
2001-11-06 4:18 [gentoo-dev] gconf-1.0.7 ebuild fails Collins Richey
@ 2001-11-06 10:34 ` Martin Schlemmer
2001-11-06 10:41 ` Bart Verwilst
0 siblings, 1 reply; 5+ messages in thread
From: Martin Schlemmer @ 2001-11-06 10:34 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]
On Tue, 2001-11-06 at 13:17, Collins Richey wrote:
> I'm trying to emerge galeon-0.12.6 which has a dependancy for
> gconf-1.0.7. Gconf fails with
>
> xml-dir.c: In function `dir_load_doc':
> xml-dir.c:841: structure has no member named `root
> (lots of these lines)
> xml-dir.c: In function `dir_make_new_entry':
> xml-dir.c:896: structure has no member named `root'
> xml-dir.c: In function `dir_fill_cache_from_doc':
> xml-dir.c:929: structure has no member named `root'
> xml-dir.c:930: structure has no member named `root'
> xml-dir.c:936: structure has no member named `root'
> make[2]: *** [xml-dir.lo] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/gconf-1.0.7/work/GConf-1.0.7/backends'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/gconf-1.0.7/work/GConf-1.0.7'
> make: *** [all-recursive-am] Error 2
>
> Thanks,
> --
> Collins Richey
> Denver Area
> gentoo_rc6 xfce+sylpheed
>
Hi
Have a look at our new list, gentoo-user, as this issue is discussed
there. to fix, do the following:
unmerge all libxml versions like:
find /var/db/pkg -iname 'libxml*.ebuild' |xargs -i \
ebuild {} unmerge
then remerge libxml:
emerge dev-libs/libxml
NOTE: do not merge libxml2 again !!
PS: please use our new gentoo-user list for user related questions, and
help, thanks :)
Greetings
--
Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] gconf-1.0.7 ebuild fails
2001-11-06 10:34 ` Martin Schlemmer
@ 2001-11-06 10:41 ` Bart Verwilst
2001-11-07 4:02 ` Achim Gottinger
0 siblings, 1 reply; 5+ messages in thread
From: Bart Verwilst @ 2001-11-06 10:41 UTC (permalink / raw
To: gentoo-dev
On Tuesday 06 November 2001 18:35, you wrote:
<snip>
||
|| NOTE: do not merge libxml2 again !!
One last remark:
libxml2 is needed by KDE 2.2.x, so it's necessary te merge libxml2 again as
well after doing the "find /var/db/pkg -iname 'libxml*.ebuild' |xargs -i \
ebuild {} unmerge" command. libxml2 installs in a different location than
libxml, so there really is no problem... I did the same, and it works for
me... (i installed libxml2 after gconf was compiled successfully...)
||
||
|| PS: please use our new gentoo-user list for user related questions, and
|| help, thanks :)
||
||
|| Greetings
--
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] gconf-1.0.7 ebuild fails
2001-11-06 10:41 ` Bart Verwilst
@ 2001-11-07 4:02 ` Achim Gottinger
2001-11-07 5:46 ` Mikael Hallendal
0 siblings, 1 reply; 5+ messages in thread
From: Achim Gottinger @ 2001-11-07 4:02 UTC (permalink / raw
To: gentoo-dev
Bart Verwilst wrote:
>
> On Tuesday 06 November 2001 18:35, you wrote:
>
> <snip>
> ||
> || NOTE: do not merge libxml2 again !!
>
> One last remark:
> libxml2 is needed by KDE 2.2.x, so it's necessary te merge libxml2 again as
> well after doing the "find /var/db/pkg -iname 'libxml*.ebuild' |xargs -i \
> ebuild {} unmerge" command. libxml2 installs in a different location than
> libxml, so there really is no problem... I did the same, and it works for
> me... (i installed libxml2 after gconf was compiled successfully...)
>
libxml stores it's headers in /usr/include/gnome-xml and has a symlink
to that dir called libxml in that dir
libxml2 stores it's headers directly in /usr/include/libxml
gconf uses headers in a way like <libxml/[whatever.h]> so I guess it's
just a problem of the include paths order
passed to gcc.
Well I tried to patch gconf by replacing all <libxml'x with <gnome-xml's
in the backends subfolder. After that
it builded. I just commited the patch to cvs.
achim~
> ||
> ||
> || PS: please use our new gentoo-user list for user related questions, and
> || help, thanks :)
> ||
> ||
> || Greetings
>
> --
>
> Bart Verwilst
> Gentoo Linux Developer, Desktop Team
> Gent, Belgium
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] gconf-1.0.7 ebuild fails
2001-11-07 4:02 ` Achim Gottinger
@ 2001-11-07 5:46 ` Mikael Hallendal
0 siblings, 0 replies; 5+ messages in thread
From: Mikael Hallendal @ 2001-11-07 5:46 UTC (permalink / raw
To: Gentoo Dev.
ons 2001-11-07 klockan 11.53 skrev Achim Gottinger:
> Bart Verwilst wrote:
> >
> > On Tuesday 06 November 2001 18:35, you wrote:
> >
> > <snip>
> > ||
> > || NOTE: do not merge libxml2 again !!
> >
> > One last remark:
> > libxml2 is needed by KDE 2.2.x, so it's necessary te merge libxml2 again as
> > well after doing the "find /var/db/pkg -iname 'libxml*.ebuild' |xargs -i \
> > ebuild {} unmerge" command. libxml2 installs in a different location than
> > libxml, so there really is no problem... I did the same, and it works for
> > me... (i installed libxml2 after gconf was compiled successfully...)
> >
> libxml stores it's headers in /usr/include/gnome-xml and has a symlink
> to that dir called libxml in that dir
> libxml2 stores it's headers directly in /usr/include/libxml
>
> gconf uses headers in a way like <libxml/[whatever.h]> so I guess it's
> just a problem of the include paths order
> passed to gcc.
> Well I tried to patch gconf by replacing all <libxml'x with <gnome-xml's
> in the backends subfolder. After that
> it builded. I just commited the patch to cvs.
I updated the revision to -r1 instead. Otherwise thanks. I'll try to get
hold of the gconf author to solve the issue.
Regards,
Mikael Hallendal
> achim~
>
> > ||
> > ||
> > || PS: please use our new gentoo-user list for user related questions, and
> > || help, thanks :)
> > ||
> > ||
> > || Greetings
> >
> > --
> >
> > Bart Verwilst
> > Gentoo Linux Developer, Desktop Team
> > Gent, Belgium
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@cvs.gentoo.org
> > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
--
Mikael Hallendal micke@codefactory.se
CodeFactory AB http://www.codefactory.se/
Office: +46 (0)8 587 583 05 Cell: +46 (0)709 718 918
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-11-07 12:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-06 4:18 [gentoo-dev] gconf-1.0.7 ebuild fails Collins Richey
2001-11-06 10:34 ` Martin Schlemmer
2001-11-06 10:41 ` Bart Verwilst
2001-11-07 4:02 ` Achim Gottinger
2001-11-07 5:46 ` Mikael Hallendal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox