Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6230 - portsentry ebuild broken (strange segfault)
Summary: portsentry ebuild broken (strange segfault)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-08 19:52 UTC by Aycan IRICAN
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aycan IRICAN 2002-08-08 19:52:11 UTC
Hi,
I got this results when I was emerging portsentry:

Calculating dependencies ...done!
>>> emerge net-analyzer/portsentry-1.1-r6 to /
>>> md5 ;-) portsentry-1.1.tar.gz
>>> Unpacking source...
>>> Unpacking portsentry-1.1.tar.gz
sed: couldn't write 72 items to {standard output}: Broken pipe
/usr/sbin/ebuild.sh: line -167:  1128 Exit 4                  sed -e
's:^IGNORE_FILE.*:IGNORE_FILE="/etc/portsentry/portsentry.ignore":g' -e
's:^HISTORY_FILE.*:HISTORY_FILE="/etc/portsentry/portsentry.history":g' -e
's:^BLOCKED_FILE.*:BLOCKED_FILE="/etc/portsentry/portsentry.blocked":g'
portsentry.conf
      7438 Segmentation fault      | cat >portsentry.conf
>>> Source unpacked.
SYSTYPE=linux 
Making 
cc -march=i686 -O3 -pipe -DLINUX -DSUPPORT_STEALTH -o ./portsentry ./portsentry.c \
        ./portsentry_io.c ./portsentry_util.c 

>>> Install portsentry-1.1-r6 into /var/tmp/portage/portsentry-1.1-r6/image/
category net-analyzer
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-09 19:01:13 UTC
I have changed the ebuild slightly (should pull in sys-apps/supersed as a
dependency now  -- that's how you'll know if you've rsync'd and gotten the new
portsentry ebuild).  Please try that and report
Comment 2 Aycan IRICAN 2002-08-10 05:16:49 UTC
problem solved. tnx