From owner-freebsd-ports@freebsd.org Fri Sep 21 13:57:24 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 E41E6109B0D2 for ; Fri, 21 Sep 2018 13:57:23 +0000 (UTC) (envelope-from sengupta.amit@gmail.com) Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) (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 479128054A for ; Fri, 21 Sep 2018 13:57:23 +0000 (UTC) (envelope-from sengupta.amit@gmail.com) Received: by mail-wr1-x429.google.com with SMTP id u12-v6so12960849wrr.4 for ; Fri, 21 Sep 2018 06:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XLOJXkhi2fKOOw38fBXZaFLjwRUnrueCyAFgeDxbHzs=; b=KPKGw0dZwf+SbkgwDtCXxJCncJSRZJZO7rawrvQblyZnCsVD3t2fkLyU9YbIhtcjFG 4AP2oM2fojIyxU5l8jAsMkajeqdgZ+hnBmVSfVKwlkCvNEV1Ub0P+r0UfZGhg8vEFKb1 cvpJc59DKhff9fU3VjPt2SAj7Bw3w1Pds9G366Fw9nkwlasav5j0LMge6URGoDyEV274 88B7+kGP6+93iVk5ddlok+NqFgZu3Ic8374A/BzYVyK7V1XHiWSyv/ED8ywZs90QJT8t SfZWOWfHnLUp+LfmJBIYQ0EQZUxAu2Sl+iqG9SMZzkiAEa/CiLNUfQmGDPAInGtjbm8+ y4NQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XLOJXkhi2fKOOw38fBXZaFLjwRUnrueCyAFgeDxbHzs=; b=rPVHSLcXCBoMSs5+HK1wYOVk+JmiPJLbXZKttl3X6zj8UTdtzBDSMaGCtLgJLz9IYj F+Xi6tWUxCUg35vhH4Lbb/vKwP7J5VS2EAGUhEKXVPB1BMHVUAXerYtx0sxxizroqFEX D87e8N91UNdmIimEeVImTQx4Q7upsnjIKd19ptBjbygKXntfr81wAryonCu4KgJo5+yt 7KJNRP88dmsv1lZ/+F3XAlhqvmaRE9SM4CABr+6ds4CkgXvkAvcUa0sKkgOnnskEBjmA KzyxlaIxAto1WUIWbuuM4/W/r/aOB1LlJ4bqu6VTTbCtjE/rMd53htS17+VfjsFvamBd 9dFw== X-Gm-Message-State: APzg51BoeCewd8YFOVvyE/w9Za6FQ8chatYKsK5WEitKDgEz00bBKP5m MUUHT9Yh/B7CZaypr8LF92/b4RaZOhntiI83b5M= X-Google-Smtp-Source: ANB0Vdallam6XgMuRtJ02mf0lrkrUu9Oli7sD/V4lQ2UUwg3elbuNTg1kn6mJ3Y2nOP31elvQdLgGo/phYgVnaOrfys= X-Received: by 2002:adf:9366:: with SMTP id 93-v6mr19208617wro.60.1537538241923; Fri, 21 Sep 2018 06:57:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Amit Sengupta Date: Fri, 21 Sep 2018 19:27:09 +0530 Message-ID: Subject: Re: Gkrellm not building To: Adam Weinberger Cc: 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 13:57:24 -0000 Awesome. Thanks a lot Adam. Will follow your advice. On Fri, 21 Sep 2018 at 19:24, Adam Weinberger wrote: > On Fri, Sep 21, 2018 at 7:47 AM Amit Sengupta > wrote: > > > > Thanks a lot Adam . I do run portsnap fetch update every morning so I > guess my ports are up to date. I had no idea gkrellm had become gkrellm2 > because I have been using gkrellm for many years and only recently decided > to update it. Is there something which I should do to know that a port has > changed names? I couldnt find anything in UPDATING but as you said the > switch happened a long time back it wouldnt make sense to check UPDATING. > > Something isn't right with portsnap on your machine, because those > gkrellm port files shouldn't even be on your system anymore (portsnap > should have deleted them). You might try deleting your ports tree and > re-extracting the snapshot (portsnap fetch extract). > > Removed files only get an annotation in /usr/port/MOVED, but that file > isn't very end-user-friendly. > > # Adam > > > > > > On Fri, 21 Sep 2018 at 19:08, Adam Weinberger wrote: > >> > >> On Fri, Sep 21, 2018 at 12:31 AM Amit Sengupta > wrote: > >> > > >> > 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 > >> > >> Amit, > >> > >> The gkrellm port was removed over 4 years ago. You need to update your > >> ports tree. There are updating instructions at > >> > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > >> > >> Once you've updated, you can install /usr/ports/sysutils/gkrellm2. > >> > >> # Adam > >> > >> > >> -- > >> Adam Weinberger > >> adamw@adamw.org > >> https://www.adamw.org > > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org >