From owner-freebsd-emulation@freebsd.org Tue May 3 10:00:03 2016 Return-Path: Delivered-To: freebsd-emulation@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 2DB9DB29E74 for ; Tue, 3 May 2016 10:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 15E5817F0 for ; Tue, 3 May 2016 10:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 11A1EB29E73; Tue, 3 May 2016 10:00:03 +0000 (UTC) Delivered-To: emulation@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 11450B29E72 for ; Tue, 3 May 2016 10:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 012D317EE for ; Tue, 3 May 2016 10:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u43A02BQ095740 for ; Tue, 3 May 2016 10:00:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 209163] x11-toolkits/linux-c6-qt47-x11 and graphics/linux-c6-glx-utils RUN_DEPENDS missing USE_LINUX variable Date: Tue, 03 May 2016 10:00:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marc.priggemeyer@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 10:00:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209163 --- Comment #7 from marc.priggemeyer@gmail.com --- (In reply to Johannes Jost Meixner from comment #6) Please see the attachments. I'm wondering about these lines: "It looks like the /compat/linux/usr/lib64/libGLU.so.1:/usr/ports/graphics/linux-c6-libGLU dep= ends line has an absolute port origin, make sure to remove ${PORTSDIR}/ from it." It appears that in Mk/bsd.linux-apps.mk ${PORTSDIR} is prepended to all lin= ux ports dependencies. For a test (see below), removing it once from the line = for the libGLU dependency results in a successful build and no warning message. Could ${PORTSDIR}/ they be removed for all of them or is there some edge ca= se I did not notice that might break everything? Change libglu_PORT=3D ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-= libGLU to libglu_PORT=3D graphics/linux${LINUX_BASEPORT_NAME}-libGLU in Mk/bsd.linux-apps.mk (New ticket, btw.?) --=20 You are receiving this mail because: You are the assignee for the bug.=