(dropping misc@ from CCs) I've tried reproducing on a 7.2 snapshot on a fresh VM under FVWM and was unable to do so - though couldn't install the full set of packages from your list there.
Might be able to give it a spin on 7.1 later .. On 2022/09/26 22:19, Cal Ledsham wrote: > Dear Stuart, > I tried the two things you suggested - the same libreoffice problems & same > message occurred with a freshly-created default user. > The pkg_info list you indicated as helpful is attached. > I have cc'ed this to ports as you suggested. > regards with gratitude, > cal. > > PS the original email describing the problem is appended below for interested > ports@ readers. > > _______ > > From: [email protected] <[email protected]> on behalf of Stuart > Henderson <[email protected]> > Sent: Monday, 26 September 2022 11:27 PM > To: [email protected] <[email protected]> > Subject: Re: Libreoffice crashing on Thinkcentre m92p 7.1 FVWM - seems to be > a python problem > > On 2022-09-25, Luke A. Call <[email protected]> wrote: > > Details in case it helps: > > https://marc.info/?l=openbsd-misc&m=161280915705719&w=2 > > https://marc.info/?l=openbsd-bugs&m=164814366002554&w=2 > > I think I tried to read that bugs@ report before but got totally bogged down > in all the detail about how you use a special script for pkg_add etc > > The packages you talked about as being necessary were I think devhelp > and gsettings-desktop-schemas > > libreoffice's chain of dependencies already includes gsettings-desktop-schemas > and libreoffice is running fine here without devhelp, so there must be > something > other than just those involved > > It would be helpful to have a list of all packages installed on a > machine where it is failing. (full output of "pkg_info -q"). > > Also try to replicate with a newly created user i.e. so it is isolated from > the contents of config files in your home directory. > > Please send reports about ports to [email protected] and/or the port > maintainer. They are more likely to get seen there than on bugs@, and > *much* more likely to get seen there than on misc. > > > _______________ > > Original message: > > _______________ > > Dear OBSDer's - > I am running 7.1 with out of the box FVWM. Since this Sunday morning > libreoffice has crashed whenever I try to either open an existing file or > create a new file in libreoffice writer. When opening it allows file > selection but then crashes. > > (Below I have put the crash message ex launching terminal, the messages from > a pkg_add -u, and a dmesg). > > I have tried the following remedies with the same result: opening different > files, updating all packages with doas pkg_add -u (looked promising as there > was a libreoffice update), rebooting a few times, syspatching again (first > attempt at using libreoffice since applying patch 10_expat yesterday? or > Friday?), and also opening the safe mode of libreoffice. The same result > seems to occur. I tried to run an doas EXPORT PYTHONHOME > <prefix>[:<exec_prefix>] > but have no idea what should be set as <prefix> and <exec_prefix> and how the > grammar should quite be. > > In accord with requested convention, there is a dmesg at the end of the file. > > Any help gratefully received. > > (Sorry if this is a stupid problem or if the information here is unhelpfully > insufficient.) > > regards, > Cal > > message in terminal screen from which libreoffice was invoked: > > cfl$ libreoffice > Warning: failed to launch javaldx - java may not function correctly > Could not find platform independent libraries <prefix> > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > Python path configuration: > PYTHONHOME = (not set) > PYTHONPATH = '/usr/local/lib/libreoffice/program/../program' > program name = 'python3' > isolated = 0 > environment = 1 > user site = 1 > import site = 1 > sys._base_executable = '/usr/local/bin/python3' > sys.base_prefix = '/usr/local' > sys.base_exec_prefix = '/usr/local' > sys.platlibdir = 'lib' > sys.executable = '/usr/local/bin/python3' > sys.prefix = '/usr/local' > sys.exec_prefix = '/usr/local' > sys.path = [ > '/usr/local/lib/libreoffice/program/../program', > '/usr/local/lib/python39.zip', > '/usr/local/lib/python3.9', > '/usr/local/lib/python3.9/lib-dynload', > ] > Fatal Python error: init_fs_encoding: failed to get the Python codec of the > filesystem encoding > Python runtime state: core initialized > LookupError: no codec search functions registered: can't find encoding > > Current thread 0x000000b1d90594e8 (most recent call first): > <no Python frame> > pthread_mutex_destroy on mutex with waiters! > > > _______@@@@@@ > > The results of the pkg_add process - libreoffice was indeed updated: > > cfl$ doas pkg_add -u > doas ([email protected]) password: > quirks-5.5 signed on 2022-09-24T12:39:42Z > Collision in partial-webkitgtk4-2.36.8->webkitgtk4-2.36.8: the following > files already exist > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JSBase.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JSObjectRef.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JSStringRef.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JSTypedArray.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JSValueRef.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/JavaScript.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/JavaScriptCore/WebKitAvailability.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCAutocleanups.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h from webkitgtk4-2.36.8 > (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCContext.h from webkitgtk4-2.36.8 > (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCDefines.h from webkitgtk4-2.36.8 > (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCException.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCOptions.h from webkitgtk4-2.36.8 > (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h from webkitgtk4-2.36.8 > (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCVirtualMachine.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/JSCWeakValue.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/jsc/jsc.h from webkitgtk4-2.36.8 (same > checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitApplicationInfo.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitAuthenticationRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitAutocleanups.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitAutomationSession.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitBackForwardList.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitBackForwardListItem.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitColorChooserRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitConsoleMessage.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitContextMenu.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitContextMenuActions.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitContextMenuItem.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitCookieManager.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitCredential.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitDefines.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitDeviceInfoPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitDownload.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitEditingCommands.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitEditorState.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitEnumTypes.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitError.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitFaviconDatabase.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitFileChooserRequest.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitFindController.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitFormSubmissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitForwardDeclarations.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitFrame.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitGeolocationManager.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitGeolocationPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitInputMethodContext.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitMediaKeySystemPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitMemoryPressureSettings.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitNavigationAction.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitNavigationPolicyDecision.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitNetworkProxySettings.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitNotification.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitNotificationPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitOptionMenu.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitOptionMenuItem.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitPermissionRequest.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitPlugin.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitPointerLockPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitPolicyDecision.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitPrintCustomWidget.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitPrintOperation.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitResponsePolicyDecision.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitScriptDialog.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitScriptWorld.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitSecurityManager.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitSecurityOrigin.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitSettings.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitURIRequest.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitURIResponse.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitURISchemeRequest.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitURISchemeResponse.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitURIUtilities.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContent.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentManager.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserMediaPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserMessage.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebContext.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebEditor.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebExtension.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebExtensionAutocleanups.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebHitTestResult.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebInspector.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebPage.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebProcessEnumTypes.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebResource.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebView.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebViewBase.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebViewSessionState.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebsiteData.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebsiteDataAccessPermissionRequest.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebsiteDataManager.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWebsitePolicies.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/WebKitWindowProperties.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/webkit-web-extension.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkit2/webkit2.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMAttr.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMBlob.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCDATASection.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRule.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleList.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleDeclaration.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleSheet.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCSSValue.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterData.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMClientRect.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMClientRectList.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMComment.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCustom.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMCustomUnstable.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDOMImplementation.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSelection.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDOMTokenList.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindow.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowUnstable.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDeprecated.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDocument.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragment.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragmentUnstable.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentType.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentUnstable.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMElement.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMElementUnstable.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMEvent.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMEventTarget.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMFile.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMFileList.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAppletElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBRElement.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBodyElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCanvasElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCollection.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDListElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDirectoryElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDivElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDocument.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElement.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElementUnstable.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLEmbedElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFieldSetElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFontElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameSetElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHRElement.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadingElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHtmlElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLIElement.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLegendElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMapElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMenuElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMetaElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLModElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOListElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptGroupElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionsCollection.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParagraphElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParamElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLPreElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLQuoteElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLScriptElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCellElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableColElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableRowElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableSectionElement.h > from webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTextAreaElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTitleElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLUListElement.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMKeyboardEvent.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMNamedNodeMap.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMNode.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMNodeFilter.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMNodeIterator.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMNodeList.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMObject.h from > webkitgtk4-2.36.8 (same checksum) > > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMProcessingInstruction.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMRange.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMRangeUnstable.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheet.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheetList.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMText.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMTreeWalker.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMUIEvent.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEvent.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMXPathExpression.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMXPathNSResolver.h > from webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/WebKitDOMXPathResult.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/webkitdom.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/include/webkitgtk-4.0/webkitdom/webkitdomdefines.h from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ar/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/as/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/bg/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ca/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/cs/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/da/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/de/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/el/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/en_CA/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/en_GB/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/eo/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/es/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/et/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/eu/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/fi/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/fr/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/gl/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/gu/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/he/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/hi/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/hr/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/hu/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/id/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/it/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ja/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/kn/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ko/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/lt/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/lv/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ml/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/mr/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/nb/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/nl/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/or/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/pa/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/pl/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/pt/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/pt_BR/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ro/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ru/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/sl/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/sr/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/sr@latin/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/sv/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/ta/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/te/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/tr/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/uk/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/vi/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > /usr/local/share/locale/zh_CN/LC_MESSAGES/WebKit2GTK-4.0.mo from > webkitgtk4-2.36.8 (same checksum) > It seems to be a missing package registration > Repair ? [y/N/a] y > atril-1.26.0p0:partial-webkitgtk4-2.36.8->webkitgtk4-2.36.8: ok > libreoffice-7.3.2.2v0:mariadb-client-10.6.9v1->10.6.10v1: ok > Read shared items: ok > > _______@@@@@@@@@@ > > DMESG > > OpenBSD 7.1 (GENERIC.MP) #3: Sun May 15 10:27:01 MDT 2022 > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP > real mem = 34114093056 (32533MB) > avail mem = 33062916096 (31531MB) > random: good seed from bootblocks > mpath0 at root > scsibus0 at mpath0: 256 targets > mainbus0 at root > bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xed9d0 (92 entries) > bios0: vendor LENOVO version "9SKT76AUS" date 11/14/2013 > bios0: LENOVO 3212B52 > acpi0 at bios0: ACPI 5.0 > acpi0: sleep states S0 S3 S4 S5 > acpi0: tables DSDT FACP APIC FPDT MCFG SLIC HPET SSDT SSDT SSDT ASF! BGRT TCPA > acpi0: wakeup devices UAR1(S4) PS2K(S3) PS2M(S3) P0P1(S4) USB1(S3) USB2(S3) > USB3(S3) USB4(S3) USB5(S3) USB6(S3) USB7(S3) RP01(S4) PXSX(S4) RP02(S4) > PXSX(S4) RP03(S4) [...] > acpitimer0 at acpi0: 3579545 Hz, 24 bits > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > cpu0 at mainbus0: apid 0 (boot processor) > cpu0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.88 MHz, 06-3a-09 > cpu0: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu0: 256KB 64b/line 8-way L2 cache > cpu0: smt 0, core 0, package 0 > mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges > cpu0: apic clock running at 99MHz > cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE > cpu1 at mainbus0: apid 2 (application processor) > cpu1: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.31 MHz, 06-3a-09 > cpu1: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu1: 256KB 64b/line 8-way L2 cache > cpu1: smt 0, core 1, package 0 > cpu2 at mainbus0: apid 4 (application processor) > cpu2: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.31 MHz, 06-3a-09 > cpu2: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu2: 256KB 64b/line 8-way L2 cache > cpu2: smt 0, core 2, package 0 > cpu3 at mainbus0: apid 6 (application processor) > cpu3: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.32 MHz, 06-3a-09 > cpu3: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu3: 256KB 64b/line 8-way L2 cache > cpu3: smt 0, core 3, package 0 > cpu4 at mainbus0: apid 1 (application processor) > cpu4: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.30 MHz, 06-3a-09 > cpu4: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu4: 256KB 64b/line 8-way L2 cache > cpu4: smt 1, core 0, package 0 > cpu5 at mainbus0: apid 3 (application processor) > cpu5: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.31 MHz, 06-3a-09 > cpu5: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu5: 256KB 64b/line 8-way L2 cache > cpu5: smt 1, core 1, package 0 > cpu6 at mainbus0: apid 5 (application processor) > cpu6: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.31 MHz, 06-3a-09 > cpu6: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu6: 256KB 64b/line 8-way L2 cache > cpu6: smt 1, core 2, package 0 > cpu7 at mainbus0: apid 7 (application processor) > cpu7: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3392.30 MHz, 06-3a-09 > cpu7: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > cpu7: 256KB 64b/line 8-way L2 cache > cpu7: smt 1, core 3, package 0 > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins > acpimcfg0 at acpi0 > acpimcfg0: addr 0xf8000000, bus 0-63 > acpihpet0 at acpi0: 14318179 Hz > acpiprt0 at acpi0: bus 0 (PCI0) > acpiprt1 at acpi0: bus 3 (P0P1) > acpiprt2 at acpi0: bus 1 (RP01) > acpiprt3 at acpi0: bus -1 (RP02) > acpiprt4 at acpi0: bus -1 (RP03) > acpiprt5 at acpi0: bus -1 (RP04) > acpiprt6 at acpi0: bus 2 (RP05) > acpiprt7 at acpi0: bus -1 (RP06) > acpiprt8 at acpi0: bus -1 (RP07) > acpiprt9 at acpi0: bus -1 (RP08) > acpiprt10 at acpi0: bus -1 (PEG0) > acpiprt11 at acpi0: bus -1 (PEG1) > acpiprt12 at acpi0: bus -1 (PEG2) > acpiprt13 at acpi0: bus -1 (PEG3) > acpiec0 at acpi0: not present > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 > acpicmos0 at acpi0 > com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo > tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, WEC WPCT200 rev 0x47 > acpibtn0 at acpi0: PWRB > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "LBA0001" at acpi0 not configured > acpicpu0 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu1 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu2 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu3 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu4 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu5 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu6 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu7 at acpi0: C3(350@80 mwait.1@0x20), C2(500@59 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpipwrres0 at acpi0: FN00, resource for FAN0 > acpipwrres1 at acpi0: FN01, resource for FAN1 > acpipwrres2 at acpi0: FN02, resource for FAN2 > acpipwrres3 at acpi0: FN03, resource for FAN3 > acpipwrres4 at acpi0: FN04, resource for FAN4 > acpitz0 at acpi0: critical temperature is 106 degC > acpitz1 at acpi0: critical temperature is 106 degC > acpivideo0 at acpi0: GFX0 > acpivout0 at acpivideo0: DD01 > acpivout1 at acpivideo0: DD02 > acpivout2 at acpivideo0: DD03 > acpivout3 at acpivideo0: DD04 > acpivout4 at acpivideo0: DD05 > acpivout5 at acpivideo0: DD06 > acpivout6 at acpivideo0: DD07 > acpivout7 at acpivideo0: DD08 > cpu0: using VERW MDS workaround (except on vmm entry) > cpu0: Enhanced SpeedStep 3392 MHz: speeds: 3401, 3400, 3300, 3100, 3000, > 2900, 2800, 2600, 2500, 2400, 2200, 2100, 2000, 1900, 1700, 1600 MHz > pci0 at mainbus0 bus 0 > pchb0 at pci0 dev 0 function 0 "Intel Core 3G Host" rev 0x09 > inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09 > drm0 at inteldrm0 > inteldrm0: msi, IVYBRIDGE, gen 7 > xhci0 at pci0 dev 20 function 0 "Intel 7 Series xHCI" rev 0x04: msi, xHCI 1.0 > usb0 at xhci0: USB revision 3.0 > uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 > addr 1 > "Intel 7 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured > puc0 at pci0 dev 22 function 3 "Intel 7 Series KT" rev 0x04: ports: 16 com > com4 at puc0 port 0 apic 2 int 19: ns16550a, 16 byte fifo > com4: probed fifo depth: 0 bytes > em0 at pci0 dev 25 function 0 "Intel 82579LM" rev 0x04: msi, address > fc:4d:d4:f0:f4:42 > ehci0 at pci0 dev 26 function 0 "Intel 7 Series USB" rev 0x04: apic 2 int 16 > usb1 at ehci0: USB revision 2.0 > uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 > addr 1 > azalia0 at pci0 dev 27 function 0 "Intel 7 Series HD Audio" rev 0x04: msi > azalia0: codecs: Realtek ALC662, Intel/0x2806, using Realtek ALC662 > audio0 at azalia0 > ppb0 at pci0 dev 28 function 0 "Intel 7 Series PCIE" rev 0xc4: msi > pci1 at ppb0 bus 1 > ppb1 at pci0 dev 28 function 4 "Intel 7 Series PCIE" rev 0xc4: msi > pci2 at ppb1 bus 2 > iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless-AC 9260" rev 0x29, > msix > ehci1 at pci0 dev 29 function 0 "Intel 7 Series USB" rev 0x04: apic 2 int 23 > usb2 at ehci1: USB revision 2.0 > uhub2 at usb2 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 > addr 1 > ppb2 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa4 > pci3 at ppb2 bus 3 > pcib0 at pci0 dev 31 function 0 vendor "Intel", unknown product 0x1e47 rev > 0x04 > ahci0 at pci0 dev 31 function 2 "Intel 7 Series AHCI" rev 0x04: msi, AHCI 1.3 > ahci0: port 0: 6.0Gb/s > ahci0: port 1: 6.0Gb/s > ahci0: port 2: 1.5Gb/s > scsibus1 at ahci0: 32 targets > sd0 at scsibus1 targ 0 lun 0: <ATA, ST4000DM004-2CV1, 0001> > naa.5000c500bae7ca30 > sd0: 3815447MB, 512 bytes/sector, 7814037168 sectors > sd1 at scsibus1 targ 1 lun 0: <ATA, PNY CS900 120GB, CS90> > naa.5f8db4c213603f67 > sd1: 114473MB, 512 bytes/sector, 234441648 sectors, thin > cd0 at scsibus1 targ 2 lun 0: <PLDS, DVD-RW DH16AESH, 3L31> removable > ichiic0 at pci0 dev 31 function 3 "Intel 7 Series SMBus" rev 0x04: apic 2 int > 18 > iic0 at ichiic0 > spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 > spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-12800 > spdmem2 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-12800 > spdmem3 at iic0 addr 0x53: 8GB DDR3 SDRAM PC3-12800 > isa0 at pcib0 > isadma0 at isa0 > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > pckbd0 at pckbc0 (kbd slot) > wskbd0 at pckbd0: console keyboard > pms0 at pckbc0 (aux slot) > wsmouse0 at pms0 mux 0 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" > rev 2.00/0.00 addr 2 > ugen0 at uhub3 port 4 "Intel Bluetooth" rev 2.00/0.02 addr 3 > uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" > rev 2.00/0.00 addr 2 > vscsi0 at root > scsibus2 at vscsi0: 256 targets > softraid0 at root > scsibus3 at softraid0: 256 targets > root on sd1a (8c7eae30c96a30b1.a) swap on sd1b dump on sd1b > inteldrm0: 1920x1080, 32bpp > wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 > wsdisplay0: screen 1-5 added (std, vt100 emulation) > iwm0: hw rev 0x320, fw ver 46.4e1ceb39.0, address b4:6b:fc:6c:70:cd > > DevIL-1.7.8p18 > GraphicsMagick-1.3.37 > ImageMagick-6.9.12.38 > Imath-3.1.5 > OpenEXR-3.1.4 > ProFont-2.2p2 > TeXmacs-2.1.1 > aalib-1.4p7 > accountsservice-0.6.55p1 > adobe-source-code-pro-2.030p0 > adwaita-icon-theme-41.0 > agg-2.5p8 > amigafonts-1.02p1 > aom-3.3.0p1 > apl-fonts-1.0p0 > aqualung-1.1v0 > arandr-0.1.10p2 > argon2-20190702 > aspell-0.60.6.1p11 > at-spi2-atk-2.38.0 > at-spi2-core-2.42.0 > atari800-4.2.0p0 > atk-2.36.0 > atk2mm-2.28.2 > atril-1.26.0p0 > audacity-2.4.2p1 > avahi-0.8p6 > avahi-glib-0.8p1 > avahi-libs-0.8p2 > b612-font-1.008 > babl-0.1.92 > bash-5.1.16 > birdfont-2.29.4p3 > blackout-2.002pre1p0 > blas-3.8.0p0 > boehm-gc-8.0.4 > bombadillo-2.3.3.20201120p0 > boost-1.78.0v0 > boost-md-1.78.0v0 > botan2-2.19.1p1 > breeze-icons-5.91.0 > brotli-1.0.9p0 > bzip2-1.0.8p0 > cairo-1.17.6 > cairomm-1.14.3 > caja-1.26.0p1 > caja-extensions-1.26.0p0 > calibre-5.39.1 > calligra-3.2.1p8 > cantarell-fonts-0.303.1 > castor-0.8.18 > catfish-4.16.3p0 > cblas-1.0p7 > cdparanoia-3.a9.8p4 > chmlib-0.40p2 > chromium-100.0.4896.75 > chunk-1.001pre1p0 > clisp-2.49p5 > clucene-core-2.3.3.4p3 > cmixer-0.3 > cmus-2.9.1 > consolekit2-1.2.4p0 > crimson-0.5.3p2 > cups-libs-2.4.1p0 > curl-7.85.0 > cvsps-2.1p2 > cyrus-sasl-2.1.28 > dav1d-1.0.0 > db-4.6.21p7v0 > dbus-1.14.0v0 > dbus-daemon-launch-helper-1.14.0 > dbus-glib-0.112p0v0 > dbusmenu-qt5-0.9.3p6 > dconf-0.40.0 > dd2-0.2.2p1 > desktop-file-utils-0.26 > desmume-0.9.11p10 > detex-2.8.1 > devhelp-41.2p0 > dina-fonts-2.92p5 > discount-2.2.7 > djvulibre-3.5.28p0 > dmenu-5.0 > docbook-4.5p4 > docbook-dsssl-1.79 > docbook-xsl-1.68.1p7 > dotconf-1.3p0 > double-conversion-3.1.5 > duplicity-0.8.21 > dvi2tty-5.3.1p0 > dwm-6.2p2 > e2fsprogs-1.46.2p0 > ebook-tools-0.2.2 > ecoliercourt-fonts-0.1p2 > enca-1.19p0 > enchant2-2.3.2 > engrampa-1.26.0p0 > enscript-1.6.6p2 > eom-1.26.0p0 > epoll-shim-0.0.20210418 > espeak-1.48.04p1 > evolution-3.42.4 > evolution-data-server-3.42.4 > exempi-2.6.1p0 > exiv2-0.27.5p1v0 > exo-4.16.4 > faad-2.7p2 > faenza-icon-theme-1.3p5 > fanwood-1.1p0 > farsifonts-ttf-0.4p3 > femail-1.0p1 > femail-chroot-1.0p3 > ffcall-1.10p5 > ffmpeg-4.4.1p3v1 > ffmpegthumbnailer-2.2.0 > fftw3-3.3.8p1 > fftw3-common-3.3.8p1 > fftw3-float-3.3.8p1 > fillets-ng-1.0.1p2 > fira-fonts-4.202p0v0 > firefox-100.0.2 > flac-1.3.4p0 > foliate-2.6.4 > font-awesome-6.1.0 > fontforge-20120731p5 > foomatic-db-4.0.20201104 > foomatic-db-engine-4.0.13p1 > freealut-1.1.0p3 > freedroid-1.2.1 > freefont-ttf-20120503 > freeglut-3.2.2 > freetype-1.3.1p4 > fribidi-1.0.11 > galculator-2.1.4p6 > gamin-0.1.10p25 > garcon-4.16.1p1 > gawk-5.1.0 > gb1911-2010.07.03p0 > gcc-libs-8.4.0p11 > gconf2-3.2.6p13 > gcr-3.41.0 > gd-2.3.2 > gdbm-1.23 > gdk-pixbuf-2.42.8 > gdk-pixbuf-xlib-2.40.2 > gedit-41.0p0 > gegl04-0.4.36 > generaluser-gs-soundfont-1.44p1 > gentium-6.001 > geoclue2-2.6.0p1 > geocode-glib-3.26.2 > gettext-runtime-0.21p1 > gforth-0.7.3p3 > ghostscript-9.55.0p1 > ghostscript-fonts-8.11p3 > giflib-5.1.6 > gimp-2.10.30p1 > git-2.35.1p0 > gjs-1.70.2 > glade-3.38.2p1 > gle-3.1.0p1 > glew-2.2.0 > glib2-2.70.5 > glib2-networking-2.70.1 > glib2mm-2.66.2 > glm-0.9.8.5 > gmp-6.2.1p0 > gnome-autoar-0.4.3 > gnome-backgrounds-41.0 > gnome-desktop-41.5 > gnome-devel-docs-40.3 > gnome-icon-theme-3.12.0p5 > gnome-icon-theme-symbolic-3.12.0p3 > gnome-online-accounts-3.40.1p0 > gnumeric-1.12.51p0 > gnupg-2.2.36 > gnutls-3.7.4p1 > go-fonts-20170401 > gobject-introspection-1.70.0p1 > goffice-0.10.51p0 > gohufont-2.1p2 > goudy-3.1p0 > gperf-3.1p0 > gpicview-0.2.5p4 > gpsd-3.23.1p0 > graphene-1.10.8 > graphite2-1.3.14 > greybird-3.22.14 > gsed-4.8 > gsettings-desktop-schemas-41.0 > gsl-1.15p3 > gsm-1.0.19 > gsound-1.0.3 > gspell-1.8.4p0 > gssdp-1.4.0.1p0 > gstreamer1-1.20.1 > gstreamer1-plugins-bad-1.20.1 > gstreamer1-plugins-base-1.20.1 > gstreamer1-plugins-good-1.20.1 > gstreamer1-plugins-libav-1.20.1 > gstreamer1mm-1.10.0p7 > gtar-1.34 > gtk+2-2.24.33p1 > gtk+2-cups-2.24.33p0 > gtk+3-3.24.33 > gtk+3-cups-3.24.33p0 > gtk+4-4.6.2 > gtk+4-cups-4.6.2 > gtk-engines2-2.20.2p12 > gtk-update-icon-cache-3.24.33 > gtk2-murrine-engine-0.98.2p10 > gtk2mm-2.24.5p3 > gtk3mm-3.24.5 > gtksourceview4-4.8.3 > guile-1.8.8p9 > gupnp-1.4.3 > gvfs-1.48.1p1 > hack-fonts-3.003 > harfbuzz-4.2.0 > harfbuzz-icu-4.2.0 > hermit-font-2.0p0 > hicolor-icon-theme-0.17 > highlight-3.62 > hping-3.0.0pre1p0 > htop-3.1.2 > hunspell-1.7.0 > hwdata-0.357 > hyphen-2.8.8 > icu4c-70.1v0 > ijs-0.35p3 > imlib2-1.4.10p0 > inconsolata-font-0.1v0 > inkscape-1.1.2 > intel-firmware-20220207v0 > inteldrm-firmware-20211027 > iridium-2022.04.100.0p0 > iso-codes-4.5.0 > iso8879-1986p1 > iview-1.4p3 > iwm-firmware-20220111 > ja-fonts-funet-19911117p2 > ja-fonts-gnu-1.2.1p0 > jansson-2.13.1 > jasper-3.0.3 > javaPathHelper-2.2 > jbig2dec-0.19 > jbigkit-2.1 > jdk-1.8.0.322.b06.1v0 > jed-0.99.19p2 > jmk-fonts-3.0p6 > jpeg-2.1.3v0 > json-c-0.13.1p0 > json-glib-1.6.6 > junction-1.001pre1p0 > karchive-5.91.0 > kauth-5.91.0 > kbookmarks-5.91.0 > kcmutils-5.91.0 > kcodecs-5.91.0 > kcompletion-5.91.0 > kconfig-5.91.0 > kconfigwidgets-5.91.0 > kcoreaddons-5.91.0 > kcrash-5.91.0 > kdbusaddons-5.91.0 > kdeclarative-5.91.0 > kded-5.91.0 > kdegraphics-mobipocket-kf5-21.12.2 > kdelibs4support-5.91.0 > kdesignerplugin-5.91.0 > kdnssd-5.91.0 > kdoctools-5.91.0 > kemoticons-5.91.0 > kf5-attica-5.91.0 > kf5-kactivities-5.91.0 > kf5-kirigami2-5.91.0 > kf5-kwallet-5.91.0 > kf5-qqc2-desktop-style-5.91.0 > kglobalaccel-5.91.0 > kguiaddons-5.91.0 > khtml-5.91.0 > ki18n-5.91.0 > kiconthemes-5.91.0 > kidletime-5.91.0 > kinit-5.91.0 > kio-5.91.0 > kitemmodels-5.91.0 > kitemviews-5.91.0 > kjobwidgets-5.91.0 > kjs-5.91.0 > knewave-2.000pre1p0 > knewstuff-5.91.0 > knotifications-5.91.0 > knotifyconfig-5.91.0 > ko-baekmuk-fonts-2.0p6 > ko-hanterm-fonts-3.1p3 > kona-3.2.0.20201026 > kpackage-5.91.0 > kparts-5.91.0 > kpty-5.91.0 > kristall-2021111500 > krunner-5.91.0 > kservice-5.91.0 > ksirk-21.12.2 > ktexteditor-5.91.0 > ktextwidgets-5.91.0 > kunitconversion-5.91.0 > kwayland-5.91.0 > kwidgetsaddons-5.91.0 > kwindowsystem-5.91.0 > kxmlgui-5.91.0 > lagrange-1.10.6 > lame-3.100p1 > lapack-3.8.0p1 > latexmk-452cp0 > lcdf-typetools-2.108p0 > lcms-1.19p1 > lcms2-2.12 > leafpad-0.8.18.1p8 > league-fonts-0.1p3 > league-gothic-1.601p0 > league-mono-2.220p0 > league-script-number-one-1.001pre1p0 > league-spartan-2.220p0 > lgeneral-1.4.4 > lib2geom-1.1 > libao-1.2.0p1 > libarchive-3.6.1p0 > libart-2.3.21p0 > libass-0.15.2 > libassuan-2.5.5 > libb2-0.98.1v0 > libbluray-1.3.1 > libbs2b-3.1.0p4 > libcanberra-0.30p4 > libcanberra-gtk3-0.30p9 > libcddb-1.3.2p0 > libcdio-2.1.0 > libcdio-paranoia-2.0.0 > libcue-2.2.1 > libdaemon-0.14p1 > libdbusmenu-16.04.0p3 > libde265-1.0.7p0 > libdiscid-0.6.2p0 > libdv-1.0.0p3 > libdvbpsi-1.3.3 > libdvdcss-1.4.3 > libdvdnav-6.1.1v0 > libdvdread-6.1.2p0 > libebml-1.4.2 > liberation-fonts-2.00.1p1 > libevent-2.1.12 > libexif-0.6.24 > libffi-3.3p1 > libfm-extra-1.3.2 > libfm-qt-1.0.0 > libgadu-1.12.2v0 > libgcrypt-1.10.1 > libgdata-0.18.1 > libgdiplus-6.0.5p0 > libgee-0.20.5 > libgexiv2-0.14.0p0 > libglade2-2.6.4p19v0 > libgnomecanvas-2.30.3p9 > libgpg-error-1.44 > libgphoto-2.5.29 > libgsf-1.14.49 > libgtop2-2.40.0p1 > libgweather-40.0p0 > libgxps-0.3.2 > libhandy-1.6.1 > libheif-1.12.0 > libical-3.0.14 > libical-glib-3.0.14 > libiconv-1.16p0 > libid3tag-0.15.1bp5 > libidn-1.38 > libidn2-2.3.0p0 > libimagequant-2.13.1 > libinotify-20211018 > libiptcdata-1.0.4p2 > libkdegames-kf5-21.12.2 > libkexiv2-kf5-21.12.2 > libksba-1.6.0 > liblrdf-0.5.0p6 > libltdl-2.4.2p2 > libmad-0.15.1bp7 > libmagic-5.43 > libmatekbd-1.26.0p0 > libmatemixer-1.26.0 > libmateweather-1.26.0p0 > libmatroska-1.6.3 > libmikmod-3.3.11.1p0 > libmms-0.6.2p4 > libmng-1.0.10p3 > libmodplug-0.8.9.0p0 > libmpc-1.1.0 > libmspack-0.10.1alphav2 > libmypaint-1.6.1 > libmysofa-1.2 > libnatpmp-20150609p2 > libnettle-3.7.3 > libnfs-5.0.1 > libnotify-0.7.9 > libogg-1.3.5 > libosinfo-1.10.0 > libpaper-1.1.28 > libpeas-1.30.0p0 > libphonenumber-8.12.28 > libplacebo-4.192.1 > libproxy-0.4.17p0 > libpsl-0.21.1 > libpst-0.6.76 > libpurple-2.14.8p0 > libqtxdg-3.8.0 > libraw-0.20.2 > librcps-0.3p0 > libreoffice-7.3.2.2v0 > librest-0.8.1p1 > librsvg-2.52.8 > librsync-2.3.2p0 > libsamplerate-0.2.2p0 > libsecret-0.20.5 > libshout-2.4.5 > libsigc++-2.10.8 > libsigsegv-2.12 > libslang-2.3.2 > libsmb2-4.0.0 > libsndfile-1.1.0 > libsodium-1.0.18p1 > libsoup-2.74.2 > libsoup3-3.0.6 > libsoxr-0.1.3 > libspectre-0.2.10p0 > libspiro-20200505 > libstatgrab-0.91p5 > libstemmer-2.1.0 > libsysstat-0.4.6 > libtar-1.2.20 > libtasn1-4.18.0 > libtheora-1.2.20190601p0 > libudfread-1.1.2 > libunbound-1.15.0 > libunistring-0.9.7 > libusb-compat-0.1.5p0 > libusb1-1.0.23p2 > libv4l-1.20.0p1 > libvidstab-1.1.0 > libvncserver-0.9.13p0 > libvorbis-1.3.7 > libvpx-1.11.0p1v0 > libwebp-1.2.2 > libwmf-0.2.8.4p6 > libwnck3-40.1 > libxfce4ui-4.16.1p1 > libxfce4util-4.16.0p0 > libxkbcommon-1.3.1 > libxklavier-5.4 > libxml-2.9.13p1 > libxmlbird-1.2.0p0 > libxslt-1.1.35 > libyajl-2.1.0 > libytnef-1.9.3p1 > libzip-1.8.0p0 > liferea-1.12.9p2 > lindenhill-1.2p0 > linuxlibertine-fonts-otf-5.3.0p0 > linuxlibertine-fonts-ttf-5.3.0p0 > llvm-13.0.0p2 > lohit-fonts-2.5.3p2 > lua-5.1.5p7 > lua-5.3.6 > luajit-2.0.5pl20210608 > lxappearance-0.6.3p2 > lxqt-themes-1.0.0 > lynx-2.8.9rel1p0 > lyx-2.3.6.1p0 > lz4-1.9.3p0 > lzlib-1.13 > lzo2-2.10p2 > mac-3.99.4.5p5 > magicpoint-1.09ap3v0 > maim-5.7.4 > marble-kf5-21.12.2 > marco-1.26.0p0 > mariadb-client-10.6.10v1 > mars-0.7.5p8 > mate-calc-1.26.0 > mate-control-center-1.26.0p2 > mate-desktop-1.26.0p0 > mate-icon-theme-1.26.0 > mate-menus-1.26.0 > mate-polkit-1.26.0p0 > mate-settings-daemon-1.26.0 > mate-system-monitor-1.26.0p0 > mate-terminal-1.26.0p0 > mate-themes-3.22.22 > meandmyshadow-0.4.1p4 > meanwhile-1.0.2p6 > menu-cache-1.1.0p1 > midori-9.0p0 > miniupnpc-2.1p0 > mixfont-mplus-ipa-20060520p7 > mono-6.12.0.122p1 > moria-5.5.2p5 > mousepad-0.5.9p0 > mozilla-dicts-en-GB-1.3p1 > mpfr-4.1.0 > mpg123-1.29.3 > mplayer-20211106p0 > mplus-fonts-063a > mpv-0.34.1p0 > musepack-475p5 > mypaint-brushes-1.3.1 > ncdu-1.16 > ncftp-3.2.6p2 > neofetch-7.1.0p0 > netpbm-10.97.04 > newsboat-2.26 > nghttp2-1.47.0 > nitrogen-1.6.1p2 > nnn-4.4 > nomacs-3.17.2206 > noto-emoji-20211101 > noto-fonts-20201206 > npth-1.6 > nspr-4.33p0 > nss-3.77 > obconf-2.0.4p5 > obconf-qt-0.16.1 > obmenu-1.0p6 > oggz-1.1.1p3 > okular-21.12.2 > oniguruma-6.9.7.1 > openal-1.21.1p3v0 > openarena-data-0.8.8 > openbox-3.6.1p9 > openbsd-backgrounds-2.9 > openbsdisks2-0.3.1 > opencv-4.5.5 > openjp2-2.4.0 > openldap-client-2.4.59p1v0 > opus-1.3.1 > opusfile-0.12 > orbitron-1.000pre1p0 > orc-0.4.32 > osd_clock-0.5p3 > osinfo-db-20220214 > ostrich-sans-1.000pre1p0 > oxygen-icons-5.91.0 > p11-kit-0.24.1 > p5-Clone-0.45 > p5-Convert-BinHex-1.125p0 > p5-Curses-1.32p1 > p5-Curses-UI-0.9609p1 > p5-DBI-1.643p0 > p5-Error-0.17029 > p5-FreezeThaw-0.5001p0 > p5-IO-stringy-2.113 > p5-IPC-Run3-0.048p0 > p5-MIME-tools-5.509p0 > p5-MLDBM-2.05p0 > p5-Mail-Tools-2.21p0 > p5-Math-Base-Convert-0.11p0 > p5-Module-Runtime-0.016p0 > p5-Net-Daemon-0.49 > p5-Params-Util-1.07p2 > p5-PlRPC-0.2020p0 > p5-SQL-Statement-1.414 > p5-Time-TimeDate-2.33 > p5-URI-5.10 > p7zip-16.02p6 > pango-1.50.6 > pangomm-2.46.2 > pcmanfm-qt-1.0.0 > pcre-8.44 > pcre2-10.37 > pdf2djvu-0.9.18.2 > pdftk-3.3.2 > phonon-4.11.1 > php-7.4.30 > php-gd-7.4.30 > php-pdo_pgsql-7.4.30 > physfs-3.0.2p0 > pidgin-2.14.8p0 > pinentry-1.2.0p0 > pinentry-gnome3-1.2.0p0 > pkglocatedb-1.5 > plasma-framework-5.91.0 > pluma-1.26.0p0 > png-1.6.37 > podofo-0.9.7 > polkit-0.120p2 > polkit-qt5-0.114.0p0 > poppler-21.12.0 > poppler-data-0.4.11 > poppler-qt5-21.12.0 > poppler-utils-21.12.0 > popt-1.16p2 > portaudio-svn-1970 > portmidi-217p0 > portslist-7.36 > postgresql-client-14.5 > potrace-1.16 > prociono-2.3p0 > protobuf-3.19.3 > ps2eps-1.68p0 > psutils-2.08p0 > pugixml-1.12.1 > pulseaudio-15.0p0 > purpose-5.91.0 > pv-1.6.6 > py-cairo-1.18.2p2 > py-dbus-common-1.2.18p0 > py-gobject-2.28.7v0 > py-gtk2-2.24.0p11 > py-setuptools-44.1.1p0v0 > py-xdg-0.27p1 > py3-CherryPy-18.4.0 > py3-MarkupSafe-2.1.1 > py3-Pillow-9.0.1 > py3-PyNaCl-1.4.0p4 > py3-apsw-3.35.4p0 > py3-asn1-0.4.8p3v0 > py3-bcrypt-3.2.0p0 > py3-beaker-1.10.0p4 > py3-beautifulsoup4-4.10.0p0 > py3-brotli-1.0.9p1 > py3-cairo-1.21.0 > py3-certifi-2021.10.8 > py3-cffi-1.13.2p4 > py3-chardet-4.0.0p2 > py3-cheroot-8.2.1p5 > py3-cparser-2.19p2 > py3-cryptodome-3.14.1 > py3-cryptography-36.0.1 > py3-css-parser-1.0.7 > py3-cssselect-1.1.0p0 > py3-cssutils-2.4.0 > py3-dateutil-2.8.2p1 > py3-dbus-1.2.18p0 > py3-dnspython-2.1.0p0 > py3-fasteners-0.15p3 > py3-future-0.18.2 > py3-gobject3-3.42.0p0 > py3-html2text-2020.1.16p1 > py3-html5-parser-0.4.10p0 > py3-html5lib-1.1p0 > py3-idna-2.10p1 > py3-ifaddr-0.1.7p0 > py3-importlib_metadata-4.8.1p0 > py3-jaraco-functools-3.4.0 > py3-jeepney-0.7.1p0 > py3-lxml-4.8.0 > py3-mako-1.2.0 > py3-markdown-3.3.6p0 > py3-mechanize-0.4.7 > py3-more-itertools-8.12.0 > py3-msgpack-1.0.3v0 > py3-netifaces-0.11.0 > py3-numpy-1.19.5p1 > py3-packaging-20.9p1 > py3-paramiko-2.8.0p0 > py3-parsing-2.4.0p2 > py3-pexpect-4.8.0 > py3-portend-3.1.0 > py3-ptyprocess-0.7.0p1 > py3-pyqt5_sip-12.9.0p1 > py3-qt5-5.15.6p0 > py3-qtwebengine-5.15.5p0 > py3-regex-2022.3.2 > py3-requests-2.27.1 > py3-serial-3.4p2 > py3-setproctitle-1.2.2p0 > py3-setuptools-57.4.0p0v0 > py3-sip-6.4.0p0v0 > py3-six-1.16.0p0 > py3-soupsieve-2.3.1 > py3-tempora-4.1.2p0 > py3-toml-0.10.2p0 > py3-tz-2022.1 > py3-urllib3-1.26.9 > py3-webencodings-0.5.1p5 > py3-wheel-0.36.2p1 > py3-xdg-0.27p1 > py3-xlib-0.31p0 > py3-zc-lockfilezc.lockfile-2.0p3 > py3-zeroconf-0.28.8p0 > py3-zipp-3.5.0p0 > python-2.7.18p7 > python-3.9.14 > qca-qt5-2.3.4 > qpdf-10.6.3p0 > qtbase-5.15.2p9 > qtconnectivity-5.15.2p0 > qtdeclarative-5.15.2 > qterminal-1.0.0 > qtermwidget-1.0.0 > qtgraphicaleffects-5.15.2 > qtimageformats-5.15.2 > qtlocation-5.15.2p1 > qtmultimedia-5.15.2p0 > qtnetworkauth-5.15.2p0 > qtquickcontrols-5.15.2p0 > qtquickcontrols2-5.15.2p0 > qtremoteobjects-5.15.2p0 > qtscript-5.15.2p0 > qtsensors-5.15.2p0 > qtserialport-5.15.2p0 > qtspeech-5.15.2p0 > qtsvg-5.15.2p0 > qttools-5.15.2 > qtwayland-5.15.2 > qtwebchannel-5.15.2 > qtwebengine-5.15.2p5 > qtwebkit-5.212.0alpha4p7v0 > qtwebsockets-5.15.2p0 > qtx11extras-5.15.2 > qtxmlpatterns-5.15.2p0 > quazip-qt5-0.8.1 > quirks-5.5 > qwt-6.1.6p1 > raleway-4.101p0 > raptor-2.0.15p4 > rasqal-0.9.33p3 > recode-3.6p12 > redland-1.0.17p9 > roboto-fonts-2.138v0 > rocksndiamonds-4.3.1.1 > rsync-3.2.5pl0 > sclock-0.6p3 > scorched3d-44p2 > scrot-1.7 > sdl-1.2.15p12 > sdl-gfx-2.0.25p1 > sdl-image-1.2.12p5 > sdl-mixer-1.2.12p5 > sdl-net-1.2.8p4 > sdl-sound-1.0.3p3 > sdl-ttf-2.0.11p3 > sdl2-2.0.20 > sdl2-image-2.0.5p0 > sdl2-mixer-2.0.4p0 > sdl2-net-2.0.1p1 > sdl2-ttf-2.0.15p0 > sdlpop-1.22v0 > selfoss-2.18p6 > sfml-2.5.1p0 > shapelib-1.5.0 > shared-mime-info-2.2 > shotwell-0.30.14p0 > silc-toolkit-1.1.12p5 > slib-3b4p0 > slop-7.6 > smpeg-0.4.4p17 > snappy-1.1.9 > sniglet-1.000pre1p0 > snobol4-2.2.1 > solarus-1.6.0p1 > solid-5.91.0 > sonnet-5.91.0 > sound-theme-freedesktop-0.8p0 > soundtouch-2.3.1 > speech-dispatcher-0.11.1 > speex-1.2.0 > speexdsp-1.2.0 > spidermonkey78-78.15.0p0v1 > spleen-1.9.1 > sqlite3-3.38.3 > startup-notification-0.12p8 > stfl-0.24p1 > stixfonts-2.13b171 > suitesparse-4.4.6p3 > syntax-highlighting-5.91.0 > sysclean-3.2 > t1utils-1.42 > taglib-1.12 > tamsyn-font-1.11 > tdb-1.4.5 > terminus-font-4.47p2 > texlive_base-2021p0 > texlive_mktexlsr-2021 > texlive_synctex-2021 > texlive_texmf-buildset-2021 > texlive_texmf-full-2021 > texlive_texmf-minimal-2021 > threadweaver-5.91.0 > thunar-4.16.11p0 > tiff-4.4.0p1 > tor-0.4.7.10 > totem-pl-parser-3.26.6p0 > tracker3-3.2.1 > tracker3-miners-3.2.2 > transfig-3.2.7bp1 > transmission-3.00p0 > transmission-gtk-3.00p0 > transmission-qt-3.00p0 > tumbler-4.16.0p1 > twolame-0.3.13p2 > ubuntu-fonts-0.83p2 > uchardet-0.0.7 > unrar-6.12v2 > unzip-6.0p16 > upower-0.99.13 > vamp-plugin-sdk-2.9.0 > vlc-3.0.17.3p0 > vte3-0.66.2 > vulkan-headers-1.3.204.1 > vulkan-loader-1.3.204.1 > wavpack-5.4.0p0 > wayland-1.19.0p0 > webkitgtk4-2.36.8 > wesnoth-1.16.2 > wget-1.21.3 > wmclock-1.0.14 > woff2-1.0.2p0 > wordgrinder-0.7.2 > wv-1.2.9p0 > wxWidgets-gtk3-3.0.5.1p2 > x264-20220205 > x265-3.5p0 > xarchiver-0.5.4.17p0 > xbreaky-0.0.5p6 > xdg-user-dirs-0.17p1 > xdg-utils-1.1.3p1 > xfce4-panel-4.16.3p1 > xfce4-terminal-1.0.0p0 > xfconf-4.16.0 > xfwm4-4.16.1p1 > xfwm4-themes-4.10.0p0 > xgalaga-sdl-2.1.1.0 > xmahjongg-3.7p7 > xosd-2.2.14p1 > xournal-0.4.8p5 > xscrabble-2.12p3-en > xscreensaver-6.03 > xvidcore-1.3.7 > xwallpaper-0.7.3 > xz-5.2.5p1 > xzgv-0.9p8 > yelp-41.2 > yelp-xsl-41.1 > yt-dlp-2022.09.01 > zelda_roth_se-1.1.0p1 > zenity-3.32.0p1 > zip-3.0p1 > zsdx-1.11.0p1 > zstd-1.5.2 > zziplib-0.13.62p1
