![]() |
|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
I took a stab at building an updated LXQt from a Git download from Rafael Sadowski't wip-ports git repo. He knock it off on a Sunday afternoon and is looking for community interest/support/validation. I initially extracted his work into /usr/ports/mystuff/.
His code builds readily but I'm running into packaging issues that I do not know how to deal with. I've reviewed the porter's guide and did see this issue addressed. Here is the error message for one port, Code:
Tigger# make install ===> Checking files for qterminal-1.4.0 `/usr/ports/distfiles/lxqt/qterminal-1.4.0.tar.xz' is up to date. >> (SHA256) lxqt/qterminal-1.4.0.tar.xz: OK ===> qterminal-1.4.0 depends on: qtermwidget->=1.4.0 - default qtermwidget-1.0.0p0 does not match *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2384 '/usr/ports/pobj/qterminal-1.4.0/.dep-STEM-ge-1.4.0-x11-lxqt-qtermwidget': @...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2794 '/usr/ports/pobj/qterminal-1.4.0/.extract_done': @cd /usr/ports/mystuff/x11/...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2233 '/usr/ports/packages/amd64/all/qterminal-1.4.0.tgz': @cd /usr/ports/mystuff/...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2723 '_internal-package': @case X${_DEPENDS_CACHE} in X) _DEPENDS_CACHE=$( mktem...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2702 'package': @:; cd /usr/ports/mystuff/x11/lxqt/qterminal && PKGPATH=x11/lxqt/...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2254 '/var/db/pkg/qterminal-1.4.0/+CONTENTS': @cd /usr/ports/mystuff/x11/lxqt/qte...) *** Error 2 in /usr/ports/mystuff/x11/lxqt/qterminal (/usr/ports/infrastructure/mk/bsd.port.mk:2702 'install': @lock=qterminal-1.4.0; expor...) |
|
|||
![]() Code:
qterminal-1.4.0 depends on: qtermwidget->=1.4.0 Code:
qtermwidget-1.0.0p0 does not match So somehow you need to compile or install qtermwidget-1.4.0 CAVEAT: I have not been messing around with ports a lot, but IIRC there are include files, that defines shortcuts for file names. For example: Code:
firefox = firefox-100.1.4 You could try to locate this include file and update the version number of qtermwidget to 1.4.0. Cannot guarantee success though ![]()
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
|||
![]()
I started with a new current install and thought that I had previously built the qtermwidget port. There is a build order that I was roughly trying to follow:
https://github.com/lxqt/lxqt/wiki/Building-from-source I did try to pre-install cmake and qt5. I'll try again and will lets the code build the qt5 libaries. This thread is gonna hang for a while. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building only kernel by new build infrastructure OpenBSD-current | e1-531g | OpenBSD General | 2 | 29th October 2016 09:16 PM |
Ports don't build | Brainfsck | FreeBSD Ports and Packages | 3 | 20th September 2011 05:47 PM |
Enlightenment e17 on OpenBSD (Question about current ports) | uptonm | OpenBSD Packages and Ports | 2 | 17th June 2009 09:12 PM |
Questions, Ports / current|stable | ax0 | OpenBSD Installation and Upgrading | 42 | 16th April 2009 08:23 PM |
ports: stable or current? | schrodinger | OpenBSD Packages and Ports | 4 | 11th August 2008 01:18 PM |