From owner-freebsd-ports@freebsd.org Fri Sep 21 06:31:35 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 97F7C1090934 for ; Fri, 21 Sep 2018 06:31:35 +0000 (UTC) (envelope-from sengupta.amit@gmail.com) Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) (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 1593970F95 for ; Fri, 21 Sep 2018 06:31:35 +0000 (UTC) (envelope-from sengupta.amit@gmail.com) Received: by mail-wr1-x435.google.com with SMTP id j26-v6so11656078wre.2 for ; Thu, 20 Sep 2018 23:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=qYzBcbUCjFtFZPaZOq6SJttZOdwgW1iZWqemyQavWaM=; b=WPvEYQ8mlJhNYrVuydcq0E2ucK7QwadHrB0gNmMGsAHn+4NpVda70cSFPZfsDL/sSJ dsJ9ZUVOclRVge0l5Ff3BR8v69SZUrmYsU6g+qF8sgMQD+tWjlTIufffuDp7my7zWIBW CHS2MB/SV0xb6b4N0gFf/Jgi/3RvCtGokQtmC1x1X8x4uCA9cjtu2PDfQ00BMb3T/RH/ ztiju/SHYjaqwp3pVJ/ZAG/isgQkLACEyo0H92SoWXl1wR1W0gwvVPHdOsPN8CPyNdiH eECuUXzKMDcl4amKUf9Eylq1Qbx4GXFrkm25SxmwGt0LcTiAkLKp6nMtfyEVZ6qigqxP mGaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qYzBcbUCjFtFZPaZOq6SJttZOdwgW1iZWqemyQavWaM=; b=HDIagMWqxxeAAbwJO4/n67ZQSbhrdnq0qXegNb316xFYTMoNfij4pan4Jx2WctuRnp vJCZWoGS8I67KojpWH4M701mop5NiH7nJRR1wHl3bG+KWiqK6rqZk1fn5cGoaR5VUqk7 FJFJGINPtHgcCJzyHf4osahXmZOSLP3sb02Cg6FETZZsS2IENsrctr36urvyJx8suEqj QuCLwcynu66w7IPmuilNNsTdhZTFr7JwMO+XFohhqCZi9sXD04yR/04MT/tV4JJ9CY3D YzQkcV0fjnZspAer1hEs+Km9u5RsaMYCRtmve908gSE0wq+TPTRfjqyrNmo6ILLBZDge JZ6w== X-Gm-Message-State: APzg51AeFOo/WGeklhkJ0Zu7+I2y1exI1IbJwKnui/Gk5LttHsaPZDGt DNrFgjFCc4Fhf0BBgImVQV7tzSofF7DIiSODhJ8GcMNV X-Google-Smtp-Source: ANB0VdbfOtMjGxTGwGnyjGhkcPBQCG+URQz5+CO32GvM4kd3QIzFW20/EetYoCvH0hdHX60xRNRcW7NSsceSplbIr3w= X-Received: by 2002:adf:9366:: with SMTP id 93-v6mr17484716wro.60.1537511493559; Thu, 20 Sep 2018 23:31:33 -0700 (PDT) MIME-Version: 1.0 From: Amit Sengupta Date: Fri, 21 Sep 2018 12:01:21 +0530 Message-ID: Subject: Gkrellm not building To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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: Fri, 21 Sep 2018 06:31:35 -0000 I am using Freebsd 11.1 Release. Recently I wanted to upgrade gkrellm which I use on my fluxbox desktop. I normally build everything from ports and for the last week I have been trying to build gkrellm but it keeps giving the following error and quits: *portmaster sysutils/gkrellm===>>> Port directory: /usr/ports/sysutils/gkrellm===>>> Gathering distinfo list for installed ports===>>> Launching 'make checksum' for sysutils/gkrellm in background===>>> Gathering dependency list for sysutils/gkrellm from ports===>>> Initial dependency check complete for sysutils/gkrellm===>>> Starting build for sysutils/gkrellm <<<======>>> All dependencies are up to date===> Cleaning for gkrellm-1.2.13_11===> gkrellm-1.2.13_11 cannot install: Unknown component imlib.*** Error code 1Stop.make: stopped in /usr/ports/sysutils/gkrellm===>>> make build failed for sysutils/gkrellm===>>> Aborting update===>>> You can restart from the point of failure with this command line: portmaster sysutils/gkrellm * I tried looking up imlib in the ports and I got graphics/imlib2 which I built. But it has no effect on gkrellm. I cant find anything on imlib on google either. So I have no idea what should be done to get the code to build. I run portsnap everyday so my ports list is up to date. Any pointers are most welcome. Amit