From owner-freebsd-gnome@freebsd.org Sun Sep 30 15:55:57 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD3110C32DA for ; Sun, 30 Sep 2018 15:55:56 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3CA88776 for ; Sun, 30 Sep 2018 15:55:56 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: by mailman.ysv.freebsd.org (Postfix) id 4D12610C32D8; Sun, 30 Sep 2018 15:55:56 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1120410C32D7 for ; Sun, 30 Sep 2018 15:55:56 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (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 A3FA588774 for ; Sun, 30 Sep 2018 15:55:55 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from pam.xoc.tele2net.at ([213.90.36.6]) by taro.utanet.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1g6e4Y-0000G6-I0 for gnome@FreeBSD.org; Sun, 30 Sep 2018 17:55:54 +0200 Received: from 193-83-192-129.adsl.highway.telekom.at ([193.83.192.129] helo=[10.0.0.93]) by pam.xoc.tele2net.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1g6e4Y-0005G6-9C for gnome@FreeBSD.org; Sun, 30 Sep 2018 17:55:54 +0200 Subject: Re: FreeBSD Port: archivers/gcab From: Walter Schwarzenfeld To: gnome@FreeBSD.org References: <707e93a7-1c02-e720-313c-88aaab5ea731@utanet.at> Message-ID: <69f6a7d0-5d3b-e4c4-4218-4ea2fc36d2c1@utanet.at> Date: Sun, 30 Sep 2018 17:55:52 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: <707e93a7-1c02-e720-313c-88aaab5ea731@utanet.at> Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 15:55:57 -0000 On 30.09.18 17:51, Walter Schwarzenfeld wrote: > > Hallo! > > gcap update failes with > > html/gcab-GCabCabinet.html:177: warning: no link for: "GInputStream" > -> (GInputStream). > html/gcab-GCabCabinet.html:178: warning: no link for: "GCancellable" > -> (GCancellable). > html/gcab-GCabCabinet.html:179: warning: no link for: "GError" -> > (GError). > html/gcab-GCabCabinet.html:203: warning: no link for: "NULL:CAPS" -> > (NULL). > html/gcab-GCabCabinet.html:216: warning: no link for: "TRUE:CAPS" -> > (TRUE). > html/gcab-GCabCabinet.html:224: warning: no link for: "GFile" -> > (GFile). > html/gcab-GCabCabinet.html:226: warning: no link for: > "GFileProgressCallback" -> ( class="type">GFileProgressCallback). > html/gcab-GCabCabinet.html:256: warning: no link for: "FALSE:CAPS" -> > (FALSE). > html/gcab-GCabCabinet.html:425: warning: no link for: "GOutputStream" > -> (GOutputStream). > html/gcab-GCabCabinet.html:434: warning: no link for: "GSeekable" -> > (GSeekable). > html/gcab-GCabFile.html:229: warning: no link for: "GTimeVal" -> > (GTimeVal). > > greetings > > Walter Schwarzenfeld > Sorry, the really error seems cpp: error: unknown argument: '-fstack-protector-strong' Traceback (most recent call last):   File "/usr/local/lib/python3.6/distutils/unixccompiler.py", line 107, in preprocess     self.spawn(pp_args)   File "/usr/local/lib/python3.6/distutils/ccompiler.py", line 909, in spawn     spawn(cmd, dry_run=self.dry_run)   File "/usr/local/lib/python3.6/distutils/spawn.py", line 36, in spawn     _spawn_posix(cmd, search_path, dry_run=dry_run)   File "/usr/local/lib/python3.6/distutils/spawn.py", line 159, in _spawn_posix     % (cmd, exit_status)) greetings W.S.