Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 23:51:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193648] New: www/seamonkey requires event.h header file
Message-ID:  <bug-193648-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193648

            Bug ID: 193648
           Summary: www/seamonkey requires event.h header file
           Product: Ports Tree
           Version: Latest
          Hardware: i386
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: cary@sdf.org
          Assignee: gecko@FreeBSD.org
             Flags: maintainer-feedback?(gecko@FreeBSD.org)

Created attachment 147335
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147335&action=edit
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 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer gecko@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193648-13>