pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/54072: x11/qt5-qtbase broken on Linux: assumes tslib and libdrm, PLIST failure



The following reply was made to PR pkg/54072; it has been noted by GNATS.

From: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54072: x11/qt5-qtbase broken on Linux: assumes tslib and
 libdrm, PLIST failure
Date: Wed, 27 Mar 2019 22:39:51 +1300

 On 26/03/19 5:05 am, thomas.orgs%uni-hamburg.de@localhost wrote:
 > I tried building qt5-qtbase from CVS and it failed because file
 > relating to libdrm and tslib are missing. I added
 > 
 > CONFIGURE_ARGS+=        -kms
 > CONFIGURE_ARGS+=        -tslib
 > .include                "../../x11/libdrm/buildlink3.mk"
 > .include                "../../wip/tslib/buildlink3.mk"
 > 
 > to fix this (the configure arguments to ensure early failure before
 > building). The change
 > 
 > https://github.com/NetBSD/pkgsrc/commit/20aa53ee4b4c2ce12f8ad27971f9508cb81a3f56
 > 
 > broke the build (or at least didn't fix it) for systems that don't
 > offer tslib. I am not sure about libdrm, it is present, but the build
 > was not able to pick it up. The explicit dependency should be used,
 > anyway.
 
 What was the actual error you were getting?  Some things not being built
 that are in PLIST.Linux?    Can't see how it would be an issue with
 libdrm as that dependency is being picked up indirectly.
 
 There may well be some bits of PLIST.Linux that depend on tslib as my
 linux systems have that in the base system.  Bit tricky for me to test
 at the moment as I need to catch up with the qt 5.12.2 commit.
 
 cheers
 mark
 
 
 


Home | Main Index | Thread Index | Old Index