Hey there. I'm running OpenBSD current (tree from 2 days ago) and want
to compile the www/chromium port.
Doing so results in a compile error.

  /usr/bin/g++  -I. -pthread -fno-exceptions -Wall
-Wno-unused-parameter -Wno-missing-field-initializers
-D_FILE_OFFSET_BITS=64 -fvisibility=hidden -fno-strict-aliasing
-Wno-write-strings -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0
-I/usr/local/include/gio-unix-2.0/ -I/usr/X11R6/include
-I/usr/local/include/cairo -I/usr/local/include/atk-1.0
-I/usr/X11R6/include/pixman-1 -I/usr/include/dev/pci/drm
-I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng
-pthread -I/usr/X11R6/include/freetype2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I../net/third_party/nss/ssl
-Inet/third_party/nss/ssl -I/usr/local/include/nss
-I/usr/local/include/nspr -O2 -fno-ident -fdata-sections
-ffunction-sections -fno-rtti -fno-threadsafe-statics
-fvisibility-inlines-hidden -DNO_TCMALLOC -DDISABLE_NACL
-DCHROMIUM_BUILD -DUSE_SYMBOLIZE -D__STDC_FORMAT_MACROS -DNDEBUG
-DNVALGRIND -MMD -MF
out/Release/.deps/out/Release/obj.target/base/base/debug_util_posix.o.d.tmp
-c -o out/Release/obj.target/base/base/debug_util_posix.o
base/debug_util_posix.cc
In file included from base/debug_util_posix.cc:30:
./base/compat_execinfo.h:30:22: warning: execinfo.h: No such file or directory
base/debug_util_posix.cc: In constructor 'StackTrace::StackTrace()':
base/debug_util_posix.cc:272: error: 'backtrace' was not declared in this scope
gmake: *** [out/Release/obj.target/base/base/debug_util_posix.o] Error 1
*** Error code 2

Stop in /usr/ports/www/chromium (line 2451 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/chromium (line 2219 of
/usr/ports/infrastructure/mk/bsd.port.mk).

It complains about missing execinfo.h
/usr/local/include/execinfo.h however, is installed. Maybe this is due
to the missing parameter -l/usr/local/include
libexecinfo is installed.

Reply via email to