Bug 144265 - sys-apps/iproute2 doesn't find iptables libraries
Bug#: 144265 Product:  Gentoo Linux Version: 2005.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: m-starostik@versanet.de
Component: Core system
URL: 
Summary: sys-apps/iproute2 doesn't find iptables libraries
Keywords:  
Status Whiteboard: 
Opened: 2006-08-17 17:51 0000
Description:   Opened: 2006-08-17 17:51 0000
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 From Malte Starostik 2006-08-17 17:53:58 0000 -------
Created an attachment (id=94491) [details]
Fix iptables library path

------- Comment #2 From Roy Marples (RETIRED) 2006-08-18 03:21:33 0000 -------
Better to patch the header file than the Makefile I think. Fixed anyway

Thanks for the patch :)