Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 May 2016 10:00:03 +0000
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
Message-ID:  <bug-209163-4077-hXo4IxXw1U@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209163-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209163-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209163-4077-hXo4IxXw1U>