Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266650 - net-analyzer/snort-2.6.1.4-r1 fails with dash as shell
Summary: net-analyzer/snort-2.6.1.4-r1 fails with dash as shell
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-18 14:27 UTC by Michael Schachtebeck
Modified: 2009-04-21 20:25 UTC (History)
1 user (show)

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 Michael Schachtebeck 2009-04-18 14:27:48 UTC
When I try to emerge net-analyzer/snort-2.6.1.4-r1 with /bin/sh as a symlink to /bin/dash, it fails:



eval: 1: finalize_command+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
libtool: link: i686-pc-linux-gnu-gcc  -L/usr/lib output-plugins/libspo.a detection-plugins/libspd.a dynamic-plugins/libdynamic.a preprocessors/libspp.a preprocessors/flow/portscan/libportscan.a preprocessors/flow/libflow.a parser/libparser.a preprocessors/HttpInspect/libhttp_inspect.a preprocessors/Stream5/libstream5.a sfutil/libsfutil.a -lpcre -lpcap -lm -lnsl -ldl
/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status



Using bash instead of dash, it works fine.

Reproducible: Always

Steps to Reproduce:
Comment 1 Patrick Lauer gentoo-dev 2009-04-18 15:01:53 UTC
Does this happen with snort 2.8.4-r1 ?
Comment 2 Michael Schachtebeck 2009-04-18 16:25:41 UTC
2.8.4-r1 works fine - I did not see that 2.8.x is in portage yet, although I'm using ~x86.
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2009-04-21 20:25:03 UTC
Michael it's already there:

http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.4-r1.ebuild?rev=1.2&view=log

Marking this bug as fixed.