From owner-freebsd-ports@FreeBSD.ORG Wed Apr 15 07:41:16 2015 Return-Path: Delivered-To: ports@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 689032CF for ; Wed, 15 Apr 2015 07:41:16 +0000 (UTC) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7EFBDEF for ; Wed, 15 Apr 2015 07:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=H3QbkZN0dE+186mUC6mb2LEiO/xMN+JFNyVlNEgIqsI=; b=EYjzxasVxSI/L2Q7O7Eeg/prOIp44VB6j+Qy0cbUKOKuTKavVZvd+cqejFGGiaVWBoNdI5VkuuP49F01B0N6oM1NH6rdQTv3it/F9nfH01rlVHTvr1ElFtnI8GMYBp2VlZ4Com6xLCuH6AdeP8ervRAGKehPb2j+p/+2JFvom1o=; Received: from paris.xoc.tele2net.at ([213.90.36.7]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1YiHwd-0007KJ-I3 for ports@FreeBSD.org; Wed, 15 Apr 2015 09:41:11 +0200 Received: from 188-23-14-223.adsl.highway.telekom.at ([188.23.14.223] helo=[10.0.0.36]) by paris.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1YiHwd-0007bt-F1 for ports@FreeBSD.org; Wed, 15 Apr 2015 09:41:11 +0200 Message-ID: <552E1612.50208@utanet.at> Date: Wed, 15 Apr 2015 09:41:06 +0200 From: Walter Schwarzenfeld User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: graphics/goom Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 07:41:16 -0000 Hallo !! does not compile with clang (but compiles fine with gcc). Error Message: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/goom2 -Wl,-rpath -Wl,/usr/local/lib frame_rate_tester.o gmtimer.o gtk-callbacks.o gtk-interface.o gtk-support.o pixeldoubler.o readme.o sdl_goom.o sdl_pixeldoubler.o surface.o -L/usr/local/lib -lSDL -pthread -lgtk -lgdk -lgmodule -lglib -lintl /usr/local/lib/libXi.so /usr/local/lib/libXext.so /usr/local/lib/libX11.so -lm ../src/.libs/libgoom2.so -Wl,--rpath -Wl,/usr/local/lib gtk-callbacks.o: In function `g_bit_nth_lsf': gtk-callbacks.c:(.text+0x0): multiple definition of `g_bit_nth_lsf' gmtimer.o:gmtimer.c:(.text+0x0): first defined here gtk-callbacks.o: In function `g_bit_nth_msf': gtk-callbacks.c:(.text+0x30): multiple definition of `g_bit_nth_msf' gmtimer.o:gmtimer.c:(.text+0x30): first defined here gtk-callbacks.o: In function `g_bit_storage': gtk-callbacks.c:(.text+0x60): multiple definition of `g_bit_storage' gmtimer.o:gmtimer.c:(.text+0x60): first defined here gtk-interface.o: In function `g_bit_nth_lsf': gtk-interface.c:(.text+0x0): multiple definition of `g_bit_nth_lsf' gmtimer.o:gmtimer.c:(.text+0x0): first defined here gtk-interface.o: In function `g_bit_nth_msf': gtk-interface.c:(.text+0x30): multiple definition of `g_bit_nth_msf' gmtimer.o:gmtimer.c:(.text+0x30): first defined here gtk-interface.o: In function `g_bit_storage': gtk-interface.c:(.text+0x60): multiple definition of `g_bit_storage' gmtimer.o:gmtimer.c:(.text+0x60): first defined here gtk-support.o: In function `g_bit_nth_lsf': gtk-support.c:(.text+0x0): multiple definition of `g_bit_nth_lsf' gmtimer.o:gmtimer.c:(.text+0x0): first defined here gtk-support.o: In function `g_bit_nth_msf': gtk-support.c:(.text+0x30): multiple definition of `g_bit_nth_msf' gmtimer.o:gmtimer.c:(.text+0x30): first defined here gtk-support.o: In function `g_bit_storage': gtk-support.c:(.text+0x60): multiple definition of `g_bit_storage' gmtimer.o:gmtimer.c:(.text+0x60): first defined here sdl_goom.o: In function `g_bit_nth_lsf': sdl_goom.c:(.text+0x0): multiple definition of `g_bit_nth_lsf' gmtimer.o:gmtimer.c:(.text+0x0): first defined here sdl_goom.o: In function `g_bit_nth_msf': sdl_goom.c:(.text+0x30): multiple definition of `g_bit_nth_msf' gmtimer.o:gmtimer.c:(.text+0x30): first defined here sdl_goom.o: In function `g_bit_storage': sdl_goom.c:(.text+0x60): multiple definition of `g_bit_storage' gmtimer.o:gmtimer.c:(.text+0x60): first defined here cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [goom2] Error code 1 make[2]: stopped in /usr/ports/graphics/goom/work/goom2k4-0/sdl-goom 1 error make[2]: stopped in /usr/ports/graphics/goom/work/goom2k4-0/sdl-goom *** [all-recursive] Error code 1 make[1]: stopped in /usr/ports/graphics/goom/work/goom2k4-0 1 error make[1]: stopped in /usr/ports/graphics/goom/work/goom2k4-0 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 - on FreeBSD-10.1 amd64. greetings Walter Schwarzenfeld