From owner-freebsd-ports@freebsd.org Tue Sep 25 09:26:14 2018 Return-Path: Delivered-To: freebsd-ports@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 8567210ACD17 for ; Tue, 25 Sep 2018 09:26:14 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Received: from mail-40132.protonmail.ch (mail-40132.protonmail.ch [185.70.40.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.protonmail.ch", Issuer "QuoVadis Global SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7E98A459 for ; Tue, 25 Sep 2018 09:26:13 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Date: Tue, 25 Sep 2018 09:26:03 +0000 To: FreeBSD Ports From: Lorenzo Salvadore Reply-To: Lorenzo Salvadore Subject: Re: error: undefined symbol: main in poudriere jail Message-ID: <8kOQ7j3r5oiQBEhZPRxAfHhN48SOQnjRQI366657W_HGLGSwxHgSQyBqcZzdpaBGgnLKSdVnyVx3dTJJzj0CP5kyxQ2FK59pY-nRJ1B4vrg=@protonmail.ch> In-Reply-To: References: <80YyfudNFYVUtc4P60c1AMVhIjsVj7XHpJe0-aRigq3pHBOfzIz43bX1PGoxSUVid2fc_hqmWVPEIDbkm2zasAvEzhKppit4gbiRhgsP85o=@protonmail.ch> Feedback-ID: X6az_D2smWSR8MT5MHqXnWF0upxehDyHia7Id1cbayHNBUkRu3CIeusDsZHiivIIjmaKB1_OofpALrRUYjNz3w==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.protonmail.ch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 09:26:14 -0000 > > That's the problem, the same code works for earlier version of FreeBSD. > > You can try switching back to the old GNU ld via something like "ln > -fs ld.bfd /usr/bin/ld" and building the port on 12. (Or, set > WITHOUT_LLD_IS_LD in src.conf.) If that works I'll try to suggest some > further steps. I will repeat the test for current: this will need some time. However I fea= r that I will only confirm that I receive the same error and probably the bes= t solution is to try something like Ed Maste's suggestion. Lorenzo Salvadore.