I've been using rain intensively for a couple of day now on an Ultrasparc IIi computer and I got 0 error/crash either at complile time or usage. I got some warnings durring compilation, they didn't fit in the comment boxe so if you want to have a look at them just ask me. They are all like this : source/rain_igmp.c:54: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness I think you can safely add the ~sparc keyword. Reproducible: Always Steps to Reproduce: 1.emerge net-analyzer/rain 2.rain -t 192.168.128.1 --dport 25 --sport 0 --tcp --ack 3. Actual Results: works fine, I tried a couple of other options and I always got expected behavior. Expected Results: works fine # emerge --info Portage 2.1.4.4 (default/linux/sparc/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r9 sparc64) ================================================================= System uname: 2.6.23-gentoo-r9 sparc64 sun4u Timestamp of tree: Wed, 25 Jun 2008 00:35:01 +0000 app-shells/bash: 3.2_p33 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.24 ACCEPT_KEYWORDS="sparc" CBUILD="sparc-unknown-linux-gnu" CFLAGS="-O2 -mcpu=ultrasparc -pipe" CHOST="sparc-unknown-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -mcpu=ultrasparc -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LINGUAS="en" PKGDIR="/opt/pkgdir" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X X509 a52 aac acl alsa apache2 bash-completion berkdb bzip2 clamav cli cracklib crypt cups dbus dri dts dvd dvdread encode esd ffmpeg fftw fortran ftp gcc64 gdbm gif gpm hal iconv ieee1394 ipv6 isdnlog jpeg jpeg2k mad mailwrapper md5sum midi mp3 mudflap mysql ncurses network nls nptl nptlonly odbc offensive ogg opengl openmp pam pcre pdf perl php png posix pppd python readline reflection rle rsync ruby samba session slp snmp sockets sparc speex spl sqlite ssl subversion syslog tcpd theora threads tiff truetype unicode v4l vim vim-syntax vorbis x264 xml xorg xscreensaver xvid zip zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev ati aty r128" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Added ~sparc and closing. Seems to work fine. Thanks, Thomas, for the report.