Opened 13 years ago

Closed 12 years ago

#31713 closed defect (fixed)

honeyd @1.5c fails to build against libevent 2.x

Reported by: zzzee.me@… Owned by: markd@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: nonstop.server@…
Port: honeyd

Description

honeyd fails to build on mac os x 10.6.8

giving error

--->  Building honeyd
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for honeyd is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
X:~ z33$ open /opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/main.log

log :

:info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/work/honeyd-1.5c'
:info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -I./ -I./compat -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/include -I/opt/local/include -I/opt/local/include   -I/opt/local/include  -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"/opt/local/include/honeyd\"" -DPATH_HONEYDDATA="\"/opt/local/share/honeyd\"" -DPATH_HONEYDLIB="\"/opt/local/lib/honeyd\"" -DHONEYD_PLUGINS_DECLARE="" -DHONEYD_PLUGINS="" -DPATH_RRDTOOL="\"/opt/local/bin/rrdtool\"" -c honeyd.c
:info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -I./ -I./compat -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/include -I/opt/local/include -I/opt/local/include   -I/opt/local/include  -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"/opt/local/include/honeyd\"" -DPATH_HONEYDDATA="\"/opt/local/share/honeyd\"" -DPATH_HONEYDLIB="\"/opt/local/lib/honeyd\"" -DHONEYD_PLUGINS_DECLARE="" -DHONEYD_PLUGINS="" -DPATH_RRDTOOL="\"/opt/local/bin/rrdtool\"" -c command.c
:info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -I./ -I./compat -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/include -I/opt/local/include -I/opt/local/include   -I/opt/local/include  -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"/opt/local/include/honeyd\"" -DPATH_HONEYDDATA="\"/opt/local/share/honeyd\"" -DPATH_HONEYDLIB="\"/opt/local/lib/honeyd\"" -DHONEYD_PLUGINS_DECLARE="" -DHONEYD_PLUGINS="" -DPATH_RRDTOOL="\"/opt/local/bin/rrdtool\"" -c parse.c
:info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -I./ -I./compat -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/include -I/opt/local/include -I/opt/local/include   -I/opt/local/include  -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"/opt/local/include/honeyd\"" -DPATH_HONEYDDATA="\"/opt/local/share/honeyd\"" -DPATH_HONEYDLIB="\"/opt/local/lib/honeyd\"" -DHONEYD_PLUGINS_DECLARE="" -DHONEYD_PLUGINS="" -DPATH_RRDTOOL="\"/opt/local/bin/rrdtool\"" -c lex.c
:info:build In file included from honeyd.c:97:
:info:build tagging.h:89: error: expected declaration specifiers or ‘...’ before ‘(’ token
:info:build tagging.h:89: error: expected declaration specifiers or ‘...’ before ‘(’ token
:info:build In file included from stats.h:36,
:info:build                  from honeyd.c:98:
:info:build ./compat/sha1.h:23: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:23: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:26: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:28: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:30: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:32: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:35: warning: ‘__bounded__’ attribute directive ignored
:info:build ./compat/sha1.h:35: warning: ‘__bounded__’ attribute directive ignored
:info:build lex.c:1684: warning: ‘yyunput’ defined but not used
:info:build In file included from /opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/Python.h:8,
:info:build                  from honeyd.c:106:
:info:build /opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pyconfig.h:931:1: warning: "_GNU_SOURCE" redefined
:info:build In file included from /opt/local/include/evutil.h:37,
:info:build                  from /opt/local/include/event.h:57,
:info:build                  from honeyd.c:73:
:info:build /opt/local/include/event2/util.h:61:1: warning: this is the location of the previous definition
:info:build honeyd.c: In function ‘main’:
:info:build honeyd.c:3403: warning: ‘daemon’ is deprecated (declared at /usr/include/stdlib.h:289)
:info:build make[2]: *** [honeyd.o] Error 1
:info:build make[2]: *** Waiting for unfinished jobs....
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/work/honeyd-1.5c'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/work/honeyd-1.5c'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/work/honeyd-1.5c'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/work/honeyd-1.5c" && /usr/bin/make -j4 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for honeyd): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for honeyd is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_net_honeyd/honeyd/main.log

Change History (5)

comment:1 Changed 13 years ago by zzzee.me@…

Cc: zzzee.me@… added

Cc Me!

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: zzzee.me@… removed
Keywords: honeyd mac osx build fail removed
Milestone: MacPorts 2.0.4
Owner: changed from macports-tickets@… to markd@…

comment:3 Changed 12 years ago by nonstop.server@…

Cc: nonstop.server@… added

Cc Me!

comment:4 Changed 12 years ago by nonstop.server@…

FYI:
This error also occurs when upgrading honeyd from revision 1.5c_1 to 1.5c_2.
A bug report has been filled against honeyd-1.5c see Issue 19 for more information.

comment:5 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Summary: honeyd @1.5c fails buildhoneyd @1.5c fails to build against libevent 2.x
Note: See TracTickets for help on using tickets.