From owner-freebsd-chromium@FreeBSD.ORG Sun Jun 14 00:48:57 2015 Return-Path: Delivered-To: chromium@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 348C832F for ; Sun, 14 Jun 2015 00:48:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 181381D9 for ; Sun, 14 Jun 2015 00:48:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5E0muNi074741 for ; Sun, 14 Jun 2015 00:48:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 192843] www/chromium build failure openssl clash with cups Date: Sun, 14 Jun 2015 00:48:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tony@git-pull.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 00:48:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192843 Tony Narlock changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tony@git-pull.com --- Comment #2 from Tony Narlock --- Affects me also. FreeBSD 10.1-RELEASE-p10 make showconfig ===> The following configuration options are available for chromium-43.0.2357.125: CODECS=on: Compile and enable patented codecs like H.264 DEBUG=off: Build with debugging support GCONF=off: GConf configuration backend support KERBEROS=on: Kerberos support PULSEAUDIO=off: PulseAudio sound server support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings MAKE_JOBS_UNSAFE=yes make package ===> Building for chromium-43.0.2357.125 ninja: Entering directory `out/Debug' [1/1] LINK chrome FAILED: c++ -fstack-protector -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -pthread -Wl,-z,noexecstack -fPIC -Wl,--no-keep-memory -L. -Wl,--export-dynamic -L/usr/local/lib -L/usr/local/lib/nss -m64 -o chrome -Wl,--start-group obj/content/public/common/chrome_initial.content_switches.o obj/chrome/app/chrome_initial.chrome_exe_main_aura.o ... obj/third_party/pdfium/libfxcodec.a obj/third_party/pdfium/libfxcrt.a obj/third_party/pdfium/libfxedit.a obj/third_party/pdfium/libfxge.a obj/third_party/pdfium/libjavascript.a obj/third_party/pdfium/libjsapi.a obj/third_party/pdfium/libpdfwindow.a obj/third_party/pdfium/third_party/libfreetype.a -Wl,--end-group -L/usr/local/lib -lexecinfo -lkvm -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -levent -licui18n -licuuc -licudata -L/usr/local/lib -lexecinfo -lnss3 -lsmime3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lgio-2.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lcairo -lpthread -lpangoft2-1.0 -lpango-1.0 -lharfbuzz -lpng16 -ljpeg -lX11 -lXi -lXcursor -lXext -lXfixes -lXrender -lXss -lxml2 -lre2 -latk-1.0 -lXcomposite -lasound -lm -lXdamage -lXtst -lXrandr -lwebp -lwebpdemux -lxslt -lz -lsnappy -lexpat -lrt -lcups -lssl -lcrypto -lcrypt -lspeechd -lusb -lFLAC -lspeex -ldbus-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 /usr/bin/ld: warning: libssl.so.7, needed by /usr/local/lib/libcups.so, may conflict with libssl.so.8 /usr/bin/ld: warning: libcrypto.so.7, needed by /usr/local/lib/libcups.so, may conflict with libcrypto.so.8 c++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/chromium *** Error code 1 Stop. make: stopped in /usr/ports/www/chromium -- You are receiving this mail because: You are the assignee for the bug.