From owner-freebsd-x11@FreeBSD.ORG Wed Apr 1 13:06:31 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D5CB378; Wed, 1 Apr 2015 13:06:31 +0000 (UTC) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (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 37EFFAE1; Wed, 1 Apr 2015 13:06:31 +0000 (UTC) Received: by qcrf4 with SMTP id f4so27410749qcr.0; Wed, 01 Apr 2015 06:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=8Z3ES1odFmt6EIoGFA/JoDStksxbz56EqIzVIm180JY=; b=bQxYTgxA2zIDpPHnuL+wkfYL3TYGkpDlspsqibKDdwSQBuBCXyJGTIvVlqaF+PKUWJ SK51qRgP+oy2vJZ1WyQ6eHERBj2apeHpNsxUSyLSHmVAMAaFW/mtZTuo8FnoPRlxBeco 2Cgd/Rk4mByDOy5DhnU+D6z/KK2qYsPj3QDbzhQj1hq8VA3mOt05bRMTnR42+yH3Q6CP /S/gvbhj8E0lIgLeoG7Q3UxodBPijSalIL8awSJ54IatGflqojN0Gj6ke02TbqHCdCyM N1v3fihyBYzKSLiTFzReDTs2HwvLhaOFk+NLXIQ8xwlAu1XnjMgskU8DmvT9LK88vye+ gtrA== MIME-Version: 1.0 X-Received: by 10.140.232.15 with SMTP id d15mr56451949qhc.52.1427893590256; Wed, 01 Apr 2015 06:06:30 -0700 (PDT) Received: by 10.229.125.195 with HTTP; Wed, 1 Apr 2015 06:06:30 -0700 (PDT) Date: Wed, 1 Apr 2015 15:06:30 +0200 Message-ID: Subject: libdrm 2.4.58 upgrade fails From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 13:06:31 -0000 Upgrading libdrm to version 2.4.58 fails: root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 10.1-STABLE FreeBSD 10.1-STABLE #0 r278322: Fri Feb 6 21:36:01 CET 2015 root@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-v7# pv libdrm* [Reading data from pkg(8) ... - 488 packages found - done] libdrm-2.4.50 < needs updating (port has 2.4.58_1,1) root@kg-v7# portupgrade -R libdrm [...] buffers.c:163:15: warning: packed attribute is unnecessary for 'value' [-Wpacked] unsigned int value:24; ^ 1 warning generated. 1 warning generated. CCLD modetest libtool: link: cannot find the library `/usr/local/lib/libfontconfig.la' or unhandled argument `/usr/local/lib/libfontconfig.la' Makefile:418: recipe for target 'modetest' failed gmake[5]: *** [modetest] Error 1 gmake[5]: Leaving directory '/usr/ports/graphics/libdrm/work/libdrm-2.4.58/tests/modetest' Makefile:824: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/usr/ports/graphics/libdrm/work/libdrm-2.4.58/tests' Makefile:742: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/graphics/libdrm/work/libdrm-2.4.58' Makefile:500: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/ports/graphics/libdrm/work/libdrm-2.4.58' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/libdrm *** Error code 1 Stop. make: stopped in /usr/ports/graphics/libdrm ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20150401-46550-1b6s0of env UPGRADE_TOOL=portupgrade UPGRADE_PORT=libdrm-2.4.50 UPGRADE_PORT_VER=2.4.50 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! graphics/libdrm (libdrm-2.4.50) (unknown build error) Perhaps the port is looking for the wrong file? root@kg-v7# ll /usr/local/lib/libfontc* lrwxr-xr-x 1 root wheel 22 Feb 6 23:47 /usr/local/lib/libfontconfig.so@ -> libfontconfig.so.1.8.0 lrwxr-xr-x 1 root wheel 22 Feb 6 23:47 /usr/local/lib/libfontconfig.so.1@ -> libfontconfig.so.1.8.0 -rwxr-xr-x 1 root wheel 262024 Feb 6 23:47 /usr/local/lib/libfontconfig.so.1.8.0* Trying a 'make' (after make clean) in the ports directory doesn't work either -- Regards, Torfinn Ingolfsen, Norway