Summary: | media-video/camserv-0.5.1-r2 failed w/ libtool-1.5.23b | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Zillode <zillode> |
Component: | New packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cbm, edward.hades, paulo, transacid |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 169581 | ||
Attachments: |
A complete build log
Use system libtool. Include string.h for 'memcpy'. |
Description
Zillode
2007-08-08 19:19:37 UTC
Created attachment 127315 [details]
A complete build log
(same result without -O2 -pipe -msse) /me had the same error. seems that some of child libtool files lacks SED variable worked around this way: # export SED=sed # emerge camserv Same here with libtool 1.5.24. Created attachment 141527 [details, diff]
Use system libtool.
Fix building by using system libtool.
Possible problem: I'm hardcoding -lltdl in camserv/Makefile.am, but I'm not sure is that right thing to do.
Created attachment 141530 [details, diff]
Include string.h for 'memcpy'.
jpg_filter.c is calling memcpy but isn't including string.h, do it now.
bah, committed -- if anyone has better (and tested!) suggestions instead of hardcoding -lltdl feel free to reopen builds cleanly now |