Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 12:50:31 -0400
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        freebsd-chromium@freebsd.org
Subject:   Re: chromium 37 up for testing (and polishing)
Message-ID:  <53F8C657.50905@egr.msu.edu>
In-Reply-To: <CADL2u4jCuEEaP1_rt86Oq0ucC7tQ2cqZyPSLNf7LQ5t6X%2B8JWA@mail.gmail.com>
References:  <CADL2u4jCuEEaP1_rt86Oq0ucC7tQ2cqZyPSLNf7LQ5t6X%2B8JWA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 08/23/2014 10:51, René Ladan wrote:
> Hi,
> 
> with some help/company from Carlos there is now a version 37 of Chromium
> available for testing. It  might need some cleaning up too, e.g. an
> implementation for fcvt() in pdfium which FreeBSD does not supply, or just
> making existing patches better.
> 
> The port is available at https://github.com/gliaskos/freebsd-chromium (beta
> branch)
> To avoid picking up things from random installed ports which might add
> surprises, it is recommended to build it using poudriere.
> 
> I haven't run-tested it yet, but hopefully it will behave better than 36.
> 
> Cheers,
> Rene
> 

Thanks for your work on the port as always.  I gave it a shot in
poudriere using a ports tree from Wednesday.

[2169/14924] CXX obj/base/json/base.json_parser.o
[2170/14924] CXX obj/base/json/base.json_reader.o
[2171/14924] CXX obj/base/json/base.json_string_value_serializer.o
[2172/14924] CXX obj/base/json/base.json_writer.o
[2173/14924] CXX obj/base/json/base.string_escape.o
[2174/14924] CXX obj/base/base.lazy_instance.o
[2175/14924] CXX obj/base/base.location.o
[2176/14924] CXX obj/base/base.logging.o
[2177/14924] AR obj/ipc/libipc.a
FAILED: c++ -MMD -MF obj/base/files/base.file_path_watcher_kqueue.o.d
-DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME
-D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD
-DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1
-DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1
-DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1
-DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1
-DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY
-DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1
-DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1
-DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1
-DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1
-DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1
-DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1
-DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1
'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"'
'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"'
'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"'
'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"'
'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DUSE_SYMBOLIZE
-DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-DBASE_IMPLEMENTATION -DNDEBUG -DNVALGRIND
-DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2
-Igen/shim_headers/libevent/target -Igen -I/usr/local/include -I../..
-fstack-protector --param=ssp-buffer-size=4  -pthread -fno-exceptions
-fno-strict-aliasing -Wall -Wno-unused-parameter
-Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC
-Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration
-Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing
-Wno-reserved-user-defined-literal -Wno-deprecated-register
-fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0
-I/usr/local/include -Wexit-time-destructors -m64 -march=x86-64 -O2
-fdata-sections -ffunction-sections -funwind-tables -O2 -pipe
-fno-stack-protector -Wno-unknown-warning-option -fstack-protector
-fno-strict-aliasing -fno-rtti -fno-threadsafe-statics
-fvisibility-inlines-hidden -Wsign-compare -std=gnu++11  -c
../../base/files/file_path_watcher_kqueue.cc -o
obj/base/files/base.file_path_watcher_kqueue.o
In file included from ../../base/files/file_path_watcher_kqueue.cc:5:
In file included from ../../base/files/file_path_watcher_kqueue.h:8:
/usr/include/sys/event.h:58:2: error: unknown type name 'uintptr_t'
        uintptr_t       ident;          /* identifier for this event */
        ^
/usr/include/sys/event.h:60:2: error: unknown type name 'u_short'; did
you mean 'short'?
        u_short         flags;
        ^
/usr/include/sys/event.h:61:2: error: unknown type name 'u_int'
        u_int           fflags;
        ^
/usr/include/sys/event.h:62:2: error: unknown type name 'intptr_t'
        intptr_t        data;
        ^
4 errors generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/chromium
===>  Cleaning for chromium-37.0.2062.94
build of /usr/ports/www/chromium ended at Sat Aug 23 12:45:52 EDT 2014
build time: 00:04:37




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F8C657.50905>