Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69240 - INN 2.4.1 crashes when compiled with tcltk in USE
Summary: INN 2.4.1 crashes when compiled with tcltk in USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-28 01:51 UTC by Patrick Beckmann
Modified: 2005-01-23 14:18 UTC (History)
0 users

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


Attachments
Patch to ebuild to disable broken TCL support. (innpatch,1.15 KB, patch)
2004-12-29 23:18 UTC, Anthony de Boer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Beckmann 2004-10-28 01:51:25 UTC
If Inn 2.4.1 (net-news/inn) was compiled with tcltk in USE, the process "innd" disappears when the first new article arrives.

Reproducible: Always
Steps to Reproduce:
1. Have tcltk in USE for inn
2. emerge inn, do configurations etc.
3. /etc/init.d/inn start
4. Send an article to the server or use pullnews to get new articles

Actual Results:  
The process innd stops without reporting any error, when it receives the first
new article.

Expected Results:  
Inn should do its service.

Portage 2.0.51-r2 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9 i686)
=================================================================
System uname: 2.6.9 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer -ffast-math -funroll-loops
-fforce-addr -falign-functions=4"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer -ffast-math
-funroll-loops -fforce-addr -falign-functions=4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks fixpackages sandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo
http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow apache2 apm avi berkdb bitmap-fonts cdr crypt encode f77 foomaticdb
gdbm gif gpm gtk2 imlib java jpeg kerberos libg++ libwww mad mikmod mmx mpeg
mysql ncurses nls nptl oggvorbis pam pdflib perl png python quicktime readline
samba sasl sdl slang snmp spell ssl tcpd tetex threads truetype x86 xml xml2
xmms xprint zlib"
Comment 1 Anthony de Boer 2004-12-29 23:17:35 UTC
I ran into this one myself, and research finds that the 2.4.2 release (which
unfortunately isn't fully released) does fix this by disabling the broken TCL
linkage code.  See:

http://marc.10east.com/?l=inn-workers&m=109771922330271&w=2

Alternately, the patch I'll attach produces a functional innd.
Comment 2 Anthony de Boer 2004-12-29 23:18:54 UTC
Created attachment 47191 [details, diff]
Patch to ebuild to disable broken TCL support.
Comment 3 Sven Wegener gentoo-dev 2005-01-23 14:18:31 UTC
Thanks, in CVS.