From owner-freebsd-ports@freebsd.org Tue Sep 25 01:11:18 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 1665F109A3F4 for ; Tue, 25 Sep 2018 01:11:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A376679577 for ; Tue, 25 Sep 2018 01:11:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-xd36.google.com with SMTP id y12-v6so19130903ioj.13 for ; Mon, 24 Sep 2018 18:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=sPXIGJ1WgaHxrPlmPnIgU3TTbvjxNDT3aLuGHeIT38c=; b=rXF+7wIZqypL0h7sKC0zB6DRlT4fbs2c0qe7ryEnczRtX7GjdlypaiWcruZ7+Gq5I6 pcg0TnTyv+6ujt3nwE2DSDwcnC7PXk+67OyfsPy7QriK8gCA86OehNNQnUhGtbKmpYhv IXoj235bnrhD7MxbUnsYpmWWtuAwfzc5Vy8nIxi/j3+guMc0w7YngXCSskDr0DSK28bX q87FRv43bEVRy/RqMlcYn4xWPSUgSelGxNieDTlWNRtex8930X4M/Es0Nwoohhc4A1La rS0mM0ZmfOoUDENd5uEdKblG55xPxFGV3/Q4qBGt6E7U2dRUoN0wVksefJLdVWb2v7TC Natw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=sPXIGJ1WgaHxrPlmPnIgU3TTbvjxNDT3aLuGHeIT38c=; b=NySooTv27GZTqlCOTbpn+u6j4QN1XzuJ+slg6Ib58ah580H6zVWLn8+fonhzOwTbdS B+V+yelbykgZIM9FwNhQqlHnrZoFfZzUle+2ECTDsRhp3blvMJE2W6mF9ksBboIBCXtD untBMaNTZ3dbN6J8rE6gxtihKN2anfZWnNy7xQ3HJpWjuaRr4JyZJInTFWRs8TreJNbg zX6QwSE9iX6oLDgdiQkq8J2r5ANfE2L7sCCUqXufECNnV4wpedtK+hW/XCR9TrZQ7/+z JI/u9Y1rewoaeB8ZeHM3xMzYRX9yKUPUyJksjq6S1+NsEuwV8CxvcD7CWg1un+iugIAK ECAQ== X-Gm-Message-State: ABuFfohS/u7AGxtrkv7nuOFQkv1Sb4C43vDFjs7LAyiEvJvgu3kideBC Yk0a6+uyzqR8ednm7jLNUk5I6b3AeiqJeCzlQMo= X-Google-Smtp-Source: ACcGV616IJ/SQPcYjBhQhrHTs4XrOVPntu7SCKZScOfH87tOrgtaAzNntcsjeGNsFy6FCqqc3VPCkLThwworPm+p1pg= X-Received: by 2002:a6b:ac45:: with SMTP id v66-v6mr1304230ioe.66.1537837876850; Mon, 24 Sep 2018 18:11:16 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:fd15:0:0:0:0:0 with HTTP; Mon, 24 Sep 2018 18:10:56 -0700 (PDT) In-Reply-To: References: <80YyfudNFYVUtc4P60c1AMVhIjsVj7XHpJe0-aRigq3pHBOfzIz43bX1PGoxSUVid2fc_hqmWVPEIDbkm2zasAvEzhKppit4gbiRhgsP85o=@protonmail.ch> From: Ed Maste Date: Mon, 24 Sep 2018 21:10:56 -0400 X-Google-Sender-Auth: U4I2zd1ZTRHG0q6HONCWXi6A1hE Message-ID: Subject: Re: error: undefined symbol: main in poudriere jail To: blubee blubeeme Cc: Lorenzo Salvadore , FreeBSD Ports Content-Type: text/plain; charset="UTF-8" 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 01:11:18 -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.