From owner-freebsd-questions@freebsd.org Wed Aug 24 13:04:35 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D2CEBC4924 for ; Wed, 24 Aug 2016 13:04:35 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-yb0-x235.google.com (mail-yb0-x235.google.com [IPv6:2607:f8b0:4002:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 613D0151D for ; Wed, 24 Aug 2016 13:04:35 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-yb0-x235.google.com with SMTP id d10so5175557ybi.1 for ; Wed, 24 Aug 2016 06:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=H2AWL5Q1sHJGeO736EeBZBMmOj3K7SvI67B/cbCZe2Y=; b=SmvhicB8snWvISfXSV2ePr3pG2LVhMn7kA2Uo98sHmR9HAKU5JpWM0MhZ9otzphvS3 4oNPo1hohXl03t3U1NfCbq+Cs1TpXMdR8od3DACrWc3yA1/IZVQlpm7dzNgyzttsLGt2 qs/eJG4AHfc6UYHI9VGA1jd+4DsjmWoIpge18LpFJ17kvPoUa6kjbnFaGkrUV4W9esG9 /BV2FSD2a9O6klPDqouYUY8GrZvJ2j+8PPO42uL3XV556z4iXoQYHdLP9b3xtmQ6pDnO ROKKbusXBVj3UfZY1XiVZZA0KKmwm3H4VJZywfY7VCIqALO9YQquutZFYFeiZWPo+Qi1 52yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=H2AWL5Q1sHJGeO736EeBZBMmOj3K7SvI67B/cbCZe2Y=; b=LmIf96utDBFzPUbCeMWG6PoCP5B2nr28f02WXZJwEohlW25D9ndSj6LxCw5aBHTnUT 4yupwlO+elzpkel/gqPD9hBVeuh9UUa9S/GZD5MFhfxD2DMBirRHN1ymoem0pHhS9Nr4 +5LaaIETtbuSDgunANhuP+MhSEEDWIzuigws4eXHd4RT1vMMBz2dnWtzJjbPzquS4HF4 rJD43+KGokBcV6XIcOII/7xUo9qAhlKXdbu2GNOnzfWoVJeFX26aAvsZvp9L/SgM6b2/ hEmJYylMxavMAlp8fU2ksjeIhaSgL4yhyj88Yucw9yF7aBAnoi2c71rtBH8tuGUKHo5S se3A== X-Gm-Message-State: AEkoouvjcY9JtRfTAe4IeK0cdFVmFtzUUkrQe+cLhft80P4/0zTayzoK/ZMH5YGc+zWvhtciMi2jGj+VjnkJWA== X-Received: by 10.37.161.103 with SMTP id z94mr2162110ybh.47.1472043874536; Wed, 24 Aug 2016 06:04:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.199.16 with HTTP; Wed, 24 Aug 2016 06:04:34 -0700 (PDT) In-Reply-To: References: From: Ben Woods Date: Wed, 24 Aug 2016 21:04:34 +0800 Message-ID: Subject: Re: multimedia/quodlibet fails to build on AMD64 To: eteep Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 13:04:35 -0000 On 22 August 2016 at 06:56, eteep wrote: > Hello, > > I tried searching for previous occurrences of the issue but found > nothing so far. It is with the port multimedia/quodlibet. It fails build > but I'm not so much more than an ordinary schuck and it doesn't clearly > indicate what is up(to me anyway). Looks like it is an issue relating to > python and it > looks like I have both python 27 and 34 installed. I've had to resolve > version conflicts before in ports and it has occurred to me there might > be one here and yet the port py27-six-1.10.0 seems to indicate thats not > the case. > > So rather than spinning my wheels on this I figured I would post to see > if more experienced eyes can see what I can't. > Hi eteep, I was the last person to make a change to the audio/quodlibet port, but I cannot repeat your error. I assume it must be something to do with building the port in an environment which has both python 2 and python 3 installed. Have you tried building it in a "clean" environment (e.g. using poudriere)? Anyone else know what this error means? File "gdist/gettextutil.py", line 42, in update_pot raise GettextError(e) gdist.gettextutil.GettextError: Command '['intltool-update', '--pot', '--gettext-package', 'quodlibet']' returned non-zero exit status 1 *** Error code 1 Regards, Ben