Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vcdimager-ebuild doesnt compile vcdrip (xml2-trouble)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
tc
n00b
n00b


Joined: 16 Aug 2002
Posts: 59

PostPosted: Fri Jan 03, 2003 12:02 pm    Post subject: vcdimager-ebuild doesnt compile vcdrip (xml2-trouble) Reply with quote

Hi!
Im missing vcdrip which should come along with the vcdimager package.
The comments in the ebuild tell about xml2-trouble:
Code:

src_compile() {

        local myopts

        # We disable the xmltest because the configure script includes differently
        # than the actual XML-frontend C files.

        use xml2 \
        && myopts="${myopts} --with-xml-prefix=/usr --disable-xmltest" \
        || myopts="${myopts} --without-xml-frontend"

        econf ${myopts} || die
        emake || die
}


And indeed, if i try to compile it without any --disable or --witout flags it still wont compile vcdrip.
configure tells this:

Code:

checking for libxml - version >= 2.3.8... no
*** Could not run libxml test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means LIBXML was incorrectly installe
d
*** or that you have moved LIBXML since it was installed. In the latter case, yo
u
*** may want to edit the xml2-config script: /usr/bin/xml2-config


I also checked xml2-config, no problem there.
Looks like the ebuild comments are right, libxml2.4.24 doesnt seem to fit.

Did anyone get this solved? should I try downgrading to 2.3.xx?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum