Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29019 - net-misc/rol : depends on libxml1 not libxml2 + version bump
Summary: net-misc/rol : depends on libxml1 not libxml2 + version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-17 17:06 UTC by Stephane Loeuillet
Modified: 2003-09-21 19:54 UTC (History)
1 user (show)

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 Stephane Loeuillet 2003-09-17 17:06:24 UTC
uses xml-config not xml2-config while compiling

so, would not compile with libxml2 only

and 0.3 is out (0.2 in portage)

Reproducible: Always
Steps to Reproduce:




make[1]: Entering directory `/var/tmp/portage/rol-0.2.2/work/rol-0.2.2/src'
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config
--cflags` `pkg-config --cflags gconf-2.0`  -c rol.c -o rol.o
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config
--cflags` `pkg-config --cflags gconf-2.0`  -c backend.c -o backend.o
/bin/sh: line 1: xml-config: command not found
/bin/sh: line 1: xml-config: command not found
Dans le fichier inclus 
Comment 1 Stephane Loeuillet 2003-09-17 17:06:24 UTC
uses xml-config not xml2-config while compiling

so, would not compile with libxml2 only

and 0.3 is out (0.2 in portage)

Reproducible: Always
Steps to Reproduce:




make[1]: Entering directory `/var/tmp/portage/rol-0.2.2/work/rol-0.2.2/src'
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config
--cflags` `pkg-config --cflags gconf-2.0`  -c rol.c -o rol.o
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config
--cflags` `pkg-config --cflags gconf-2.0`  -c backend.c -o backend.o
/bin/sh: line 1: xml-config: command not found
/bin/sh: line 1: xml-config: command not found
Dans le fichier inclus à partir de backend.c:19:
rol.h:30:30: libxml/xmlmemory.h : Aucun fichier ou répertoire de ce type
rol.h:31:27: libxml/parser.h : Aucun fichier ou répertoire de ce type
Dans le fichier inclus à partir de rol.c:19:
rol.h:30:30: libxml/xmlmemory.h : Aucun fichier ou répertoire de ce type
rol.h:31:27: libxml/parser.h : Aucun fichier ou répertoire de ce type
...
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-21 19:54:56 UTC
merci Stephane