From owner-svn-ports-head@freebsd.org Fri Feb 8 17:42:36 2019 Return-Path: Delivered-To: svn-ports-head@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 8BCEC14B7306; Fri, 8 Feb 2019 17:42:36 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 118938C0D1; Fri, 8 Feb 2019 17:42:35 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-39-254.hsd1.ca.comcast.net [24.4.39.254]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x18HgCmu048127 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 8 Feb 2019 09:42:28 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-39-254.hsd1.ca.comcast.net [24.4.39.254] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r492405 - in head/graphics: . xournalpp To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201902080244.x182igGg043350@repo.freebsd.org> <20190208134421.ezqoenmf47yhvxif@ogg.in.absolight.net> From: Yuri Message-ID: <1247ed2c-9db9-645e-c3ae-5901e3d313c1@freebsd.org> Date: Fri, 8 Feb 2019 09:42:11 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190208134421.ezqoenmf47yhvxif@ogg.in.absolight.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 118938C0D1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.86 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.87)[-0.868,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2019 17:42:36 -0000 On 2/8/19 5:44 AM, Mathieu Arnold wrote: > WITH_DEBUG is probably*not* what you want here. WITH_DEBUG does not > mean "don't strip" it also produces enormous object files with all > debugging enabled. You probably want to do this instead: > > STRIP= # Don't strip I tried STRIP= and it didn't work. For some mysterious reason the build fails with optimization. Perhaps with debug compiler leaves some weakly linked symbols, this is why. i hope that they will fix this soon, they promised to work on this over the weekend. Once they fix it, we can disable WITH_DEBUG there. Yuri