Date: Thu, 04 Jun 2015 20:53:34 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 200646] [patch] mark www/chromium broken on FreeBSD 8 Message-ID: <bug-200646-28929@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200646 Bug ID: 200646 Summary: [patch] mark www/chromium broken on FreeBSD 8 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: chromium@FreeBSD.org Reporter: truckman@FreeBSD.org Keywords: patch Assignee: chromium@FreeBSD.org Flags: maintainer-feedback?(chromium@FreeBSD.org) Created attachment 157417 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157417&action=edit patch to mark chromium broken on FreeBSD 8 The chromium build fails on FreeBSD 8 because of the lack of locale_t. This is unlikely to be fixed before the FreeBSD 8 EOL, so mark the port broken on FreeBSD 8. [3831/16858] CXX obj/third_party/skia/src/gpu/gl/builders/skia_library.GrGLProgramBuilder.o FAILED: g++48 -MMD -MF obj/third_party/skia/src/gpu/gl/builders/skia_library.GrGLProgramBuilder.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=233105-1 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DDONT_EMBED_BUILD_METADATA -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_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DSK_SUPPORT_GPU=1 -DSK_LEGACY_DRAWPICTURECALLBACK -DSK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS '-DSK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)' -DSK_GAMMA_EXPONENT=1.2 -DSK_GAMMA_CONTRAST=0.2 -DSK_HIGH_QUALITY_IS_LANCZOS -DU_USING_ICU_NAMESPACE=0 -DUSE_LIBPCI=1 -DUSE_GLIB=1 -DUSE_NSS=1 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen/shim_headers/icuuc/target -Igen -I../../third_party/skia/include/c -I../../third_party/skia/include/core -I../../third_party/skia/include/effects -I../../third_party/skia/include/images -I../../third_party/skia/include/lazy -I../../third_party/skia/include/pathops -I../../third_party/skia/include/pdf -I../../third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../../third_party/skia/include/record -I../../third_party/skia/include/utils -I../../third_party/skia/src/core -I../../third_party/skia/src/opts -I../../third_party/skia/src/image -I../../third_party/skia/src/pdf -I../../third_party/skia/src/ports -I../../third_party/skia/src/sfnt -I../../third_party/skia/src/utils -I../../third_party/skia/src/lazy -I../.. -I../../skia/config -I../../third_party/skia/include/gpu -I../../third_party/skia/src/gpu -I../../third_party/zlib -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -Wno-unused -Wno-unused-function -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libpng16 -D_THREAD_SAFE -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -Wno-format -m64 -march=x86-64 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -isystem/usr/local/include -I/usr/local/include/atk-1.0 -fno-omit-frame-pointer -fno-stack-protector -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wno-deprecated -std=gnu++11 -Wno-narrowing -Wno-literal-suffix -c ../../third_party/skia/src/gpu/gl/builders/GrGLProgramBuilder.cpp -o obj/third_party/skia/src/gpu/gl/builders/skia_library.GrGLProgramBuilder.o In file included from ../../third_party/skia/src/gpu/gl/builders/GrGLProgramBuilder.cpp:17:0: ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:58:5: error: 'locale_t' does not name a type locale_t fOldLocale; ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:59:5: error: 'locale_t' does not name a type locale_t fLocale; ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h: In constructor 'GrAutoLocaleSetter::GrAutoLocaleSetter(const char*)': ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:32:9: error: 'fLocale' was not declared in this scope fLocale = newlocale(LC_ALL, name, 0); ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:32:44: error: 'newlocale' was not declared in this scope fLocale = newlocale(LC_ALL, name, 0); ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:34:13: error: 'fOldLocale' was not declared in this scope fOldLocale = uselocale(fLocale); ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:34:43: error: 'uselocale' was not declared in this scope fOldLocale = uselocale(fLocale); ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h: In destructor 'GrAutoLocaleSetter::~GrAutoLocaleSetter()': ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:46:13: error: 'fLocale' was not declared in this scope if (fLocale) { ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:47:24: error: 'fOldLocale' was not declared in this scope uselocale(fOldLocale); ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:47:34: error: 'uselocale' was not declared in this scope uselocale(fOldLocale); ^ ../../third_party/skia/src/gpu/GrAutoLocaleSetter.h:48:32: error: 'freelocale' was not declared in this scope freelocale(fLocale); ^ ninja: build stopped: subcommand failed. *** Error code 1 Stop in /usr/ports/www/chromium. -- 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-200646-28929>