Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144265 - sys-apps/iproute2 doesn't find iptables libraries
Summary: sys-apps/iproute2 doesn't find iptables libraries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 17:51 UTC by Malte Starostik
Modified: 2006-08-20 00:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix iptables library path (iproute2-2.6.16.20060323.ebuild.diff,581 bytes, patch)
2006-08-17 17:53 UTC, Malte Starostik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Malte Starostik 2006-08-17 17:51:30 UTC
tc ... action ipt doesn't find the corresponding iptables library as it looks in /usr/local/lib/iptables. Attached patch fixes this.

Portage 2.1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 Pentium II (Klamath)
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=i686 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="de_DE.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 acl apache2 apm arts avi berkdb bidi bitmap-fonts bzip2 calendar caps cdr cli crypt cups dlloader dri eds emboss encode fam firebird foomaticdb fortran ftp gd gdbm gif gnome gpm gstreamer gtk2 iconv idn imap imlib ipv6 isdnlog jpeg kde ldap libg++ libwww mad maildir mikmod mmap motif mp3 mpeg mysql mysqli ncurses nls ogg oggvorbis opengl oss pam pcre pdflib perl php png posix pppd python qt3 qt4 quicktime readline reflection samba sasl sdl session sharedext sharedmem sox spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts unicode vhosts vorbis xml xml2 xmms xorg xv zlib elibc_glibc fritzcapi_cards_fcclassic input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Malte Starostik 2006-08-17 17:53:58 UTC
Created attachment 94491 [details, diff]
Fix iptables library path
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-08-18 03:21:33 UTC
Better to patch the header file than the Makefile I think. Fixed anyway

Thanks for the patch :)