Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1740] window "capture->Interfaces" cannot be closed

Date: Fri, 19 Dec 2008 05:41:48 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1740





--- Comment #21 from Balint Reczey <balint.reczey@xxxxxxxxxxxx>  2008-12-19 05:41:45 PDT ---
I tried to reproduce the problem with a freshly installed Gentoo.

First, i installed the latest Gentoo using the live CD iso (Man, it took ages!
:-)) in a virtal machine then i preformed the following steps:

emerge sync
emerge portage

# set USE="X gtk gnome -alsa" in /etc/make.conf

# followed instructions on http://bugs.gentoo.org/show_bug.cgi?id=234907

emerge -NuDav --fetchonly world
emerge -C ss com_err e2fsprogs
emerge -NuDav --nodeps e2fsprogs-libs e2fsprogs
echo "sys-libs/com_err" >>/etc/portage/package.mask
echo "sys-libs/ss" >>/etc/portage/package.mask
echo "sys-libs/com_err-1.40.11" >>/etc/portage/profile/package.provided
echo "sys-libs/ss-1.40.11" >>/etc/portage/profile/package.provided

# full update to avoid problems caused by outdated software
emerge -NuDav world

emerge wireshark subversion elinks
adduser -m virtual
gpasswd -a  virtual wheel
passwd virtual

# logged in as virtual (a normal user)
su -c wireshark # works
sudo wireshark # works

svn co http://anonsvn.wireshark.org/wireshark/trunk/ wireshark

./autogen.sh
./configure
make
make install

su -c "bash -c 'LD_LIBRARY_PATH=/usr/local/bin /usr/local/bin/wireshark'" #
works
sudo bash -c 'LD_LIBRARY_PATH=/usr/local/bin /usr/local/bin/wireshark' # works


I suspect that there is some special configuration in your system or the
problem is caused by outdated software.
Could you perform a deep update, install Gentoo's wireshark and try to
reproduce the problem again?


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.