Bug 193648 - www/seamonkey requires event.h header file
Summary: www/seamonkey requires event.h header file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Some People
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-14 23:51 UTC by cary
Modified: 2014-10-14 07:27 UTC (History)
0 users

See Also:
cary: maintainer-feedback? (gecko)


Attachments
www/seamonkey Makefile to require devel/libevent2 (804 bytes, patch)
2014-09-14 23:51 UTC, cary
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cary 2014-09-14 23:51:19 UTC
Created attachment 147335 [details]
www/seamonkey Makefile to require devel/libevent2

On OS version, FreeBSD 9.3-RELEASE #0 r268512:

Seamonkey needed files from the most recent devel/libevent2 port before it would compile.   

libevent2-2.0.21_1, the previous version of the port, was installed on my system when the seamonkey build halted.  The console messages below were printed when the build failed.

Also attached is a rough patch.



-----
g++5 -o message_pump_libevent.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers 
-include - /usr/ports/www/seamonkey/work/comm-release/mozilla/config/gcc_hidden.h
 -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1 -DMOZ_GLUE_IN_PROGRAM
-DMOZILLA _INTERNAL_API -DIMPL_LIBXUL  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT
- -I/usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chromium -I.
- - -I/usr/ports/ www/seamonkey/work/comm-release/mozilla/ipc/chromium/src
-I/usr/ports/www/seamon key/work/comm-release/mozilla/ipc/glue - -I/usr/ports/www/seamonkey/work/comm-rele
ase/obj-i386-portbld-freebsd9.3/mozilla/ipc/ipdl/_ipdlheaders
-I../../dist/inclu de  -I/usr/local/include/nspr -I/usr/local/include/nss - -I/usr/local/include/nss/
nss -I/usr/local/include -I/usr/local/include  -I/usr/local/include/pixman-1
 -fPIC  -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT
 - -inclu de ../../mozilla-config.h -MD -MP -MF .deps/message_pump_libevent.o.pp
 -isystem/ usr/local/include  -I/usr/local/include -Wall -Wpointer-arith - -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits
-Wempty-body -W sign-compare -Wno-invalid-offsetof -Wcast-align -O2 -pipe -O3 - -Wl,-rpath=/usr/lo
cal/lib/gcc5 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc5
-fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections
 - -fno-exceptions -fno-math-errno -std=gnu++0x -pipe -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/harfbuzz - -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
-I/usr/local/in clude/pixman-1  -I/usr/local/include/freetype2 -D_THREAD_SAFE
- -I/usr/local/inclu de/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0
-I/usr/local/include -I /usr/local/include/libpng15    -DNDEBUG -DTRIMMED -O2 -O3- -fomit-frame-pointer /usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chromium/src/base/message_pump_libevent.cc



In file included from ./third_party/libevent/event.h:1:0,
                 from
/usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chr
omium/src/base/message_pump_libevent.cc:19:
../../dist/system_wrappers/event.h:3:24: fatal error: event.h: No such file
or directory compilation terminated.

gmake[5]: *** [message_pump_libevent.o] Error 1
gmake[5]: Leaving directory
/usr/ports/www/seamonkey/work/comm-release/obj-i386
-portbld-freebsd9.3/mozilla/ipc/chromium'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory
/usr/ports/www/seamonkey/work/comm-release/obj-i386
-portbld-freebsd9.3/mozilla/ipc'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
/usr/ports/www/seamonkey/work/comm-release/obj-i386
-portbld-freebsd9.3/mozilla'
gmake[2]: *** [default] Error 2
gmake[2]: Leaving directory
/usr/ports/www/seamonkey/work/comm-release/obj-i386
-portbld-freebsd9.3'
gmake: *** [build] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/www/seamonkey.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-09-14 23:51:19 UTC
Auto-assigned to maintainer gecko@FreeBSD.org
Comment 2 cary 2014-10-14 07:27:03 UTC
Fixed in Makefile 369730 2014-10-01