pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/py-qt5



Thomas Klausner <wiz%NetBSD.org@localhost> writes:

> On Mon, Jan 22, 2018 at 08:37:25AM -0800, Darrin B. Jewell wrote:
>> maya%netbsd.org@localhost writes:
>> 
>> > On Mon, Jan 22, 2018 at 04:36:08AM +0000, Darrin B. Jewell wrote:
>> >> Module Name:      pkgsrc
>> >> Committed By:     dbj
>> >> Date:             Mon Jan 22 04:36:08 UTC 2018
>> >> 
>> >> Modified Files:
>> >>   pkgsrc/x11/py-qt5: Makefile PLIST
>> >> Added Files:
>> >>   pkgsrc/x11/py-qt5: PLIST.qtwebkit
>> >> 
>> >> Log Message:
>> >> if PYPKGPREFIX is not py27, disable QtWebKit and remove it as a dependency
>> >> 
>> >
>> > What's the reason though?
>> 
>> 
>> Ah. I could have made that clearer in the commit message.
>> 
>> x11/qt5-qtwebkit/Makefile has 
>>   PYTHON_VERSIONS_ACCEPTED=       27
>> 
>> and only works with python 2.7
>
> pbulk doesn't handle the current situation well though:
>
> => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.54.2
> => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6
> => Tool dependency gmake>=3.81: found gmake-4.1nb3
> => Tool dependency pkgconf-[0-9]*: found pkgconf-1.3.5
> => Tool dependency checkperms>=1.1: found checkperms-1.12
> => Build dependency dbus-python-common>=1.1.1: found dbus-python-common-1.2.4
> => Build dependency dri2proto>=2.1: found dri2proto-2.8
> => Build dependency dri3proto>=1.0: found dri3proto-1.0
> => Build dependency xproto>=7.0.13: found xproto-7.0.31
> => Build dependency presentproto>=1.0: found presentproto-1.1
> => Build dependency glproto>=1.4.11: found glproto-1.4.17
> => Build dependency damageproto>=1.1.0: found damageproto-1.2.1
> => Build dependency fixesproto>=4.0.0: found fixesproto-5.0
> => Build dependency xextproto>=7.0.99.1: found xextproto-7.3.0
> => Build dependency inputproto>=2.3: found inputproto-2.3.2
> => Build dependency kbproto>=1.0.2: found kbproto-1.0.7
> => Build dependency xcb-proto>=1.4: found xcb-proto-1.12
> => Build dependency xf86vidmodeproto>=2.3: found xf86vidmodeproto-2.3.1
> => Build dependency xf86driproto>=2.0.3: found xf86driproto-2.1.1nb1
> => Build dependency renderproto>=0.9.3nb1: found renderproto-0.11.1
> => Build dependency randrproto>=1.4: found randrproto-1.5.0
> => Build dependency recordproto>=1.13.1: found recordproto-1.14.2
> => Build dependency compositeproto>=0.3.1: found compositeproto-0.4.2
> => Build dependency ruby23-base>=2.3.6: NOT found
> => Verifying /nonexistent for ../../lang/ruby23-base
> make[1]: don't know how to make /nonexistent. Stop
>
> make[1]: stopped in /usr/pkgsrc/lang/ruby23-base
> *** Error code 2
>
>  Thomas


Did my commit regress this?  If so I'm curious how or what the fix is.
I thought I was just letting py36-qt build in a case where it didn't before.
I've had hacks to disable qtwebkit in my tree for a while so I can
use a local uncommitted package (qspectrumanalyzer) that needs python 3 and qt.

I'm not that familiar with how pbulk works, nor do I understand the
dependencies you show.  It doesn't appear to be the dependency set of
py-qt5

Feel free to revert it or let me know if I need to do so until I can figure
what broke.

Darrin



Home | Main Index | Thread Index | Old Index