Summary: | wireshark 1.1.0 doesn't build because of undefined @LIBSMI_LDFLAGS@ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | splite <splite-gentoo> |
Component: | Current packages | Assignee: | Peter Volkov (RETIRED) <pva> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | netmon |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | wireshark-1.1.0.ebuild patch |
Description
splite
2008-09-19 13:56:31 UTC
Created attachment 165844 [details, diff]
wireshark-1.1.0.ebuild patch
Well, patch is a bit redudant as our autotools eclass should add required AT_M4DIR from Makefile.am. Makefile.am has: ACLOCAL_AMFLAGS = `./aclocal-flags` and our autotools.eclass has: local amflags_file for amflags_file in GNUmakefile.am Makefile.am GNUmakefile.in Makefile.in ; do [[ -e ${amflags_file} ]] || continue aclocal_opts=$(sed -n '/^ACLOCAL_AMFLAGS[[:space:]]*=/s:[^=]*=::p' ${amflags_file}) eval aclocal_opts=\"${aclocal_opts}\" break done Please, check that your /usr/portage/autotools.eclass has above code. If all in place, then please, show me full build output, USE flags, and other relevant information. Ok, resolving as WORKSFORME. If build still fails for you, please, reopen with additional information. I forgot that I was emerging on one of my "legacy" machines that my customer won't let me update. I'm sure it works fine on current systems. Sorry for the noise. (Maybe someone else stuck maintaining an older system will find it useful. :) |