Github messages for voidlinux
 help / color / mirror / Atom feed
From: egorenar <egorenar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nyxt: fix missing runtime dependencies
Date: Mon, 07 Jun 2021 18:38:43 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31346@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]

There is a new pull request by egorenar against master on the void-packages repository

https://github.com/egorenar/void-packages nyxt
https://github.com/void-linux/void-packages/pull/31346

nyxt: fix missing runtime dependencies
* libfixposix

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



A patch file from https://github.com/void-linux/void-packages/pull/31346.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nyxt-31346.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From 3e4c490c0f454620f9b2c33305df91a140946645 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Mon, 7 Jun 2021 18:28:44 +0200
Subject: [PATCH] nyxt: fix missing runtime dependencies

* libfixposix

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/nyxt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 1dc2cb3e2a66..561037e82a83 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,13 +1,13 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.0.0
-revision=1
+revision=2
 wrksrc=nyxt
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl curl pkg-config git"
 makedepends="webkit2gtk-devel libfixposix-devel openssl-devel libgirepository-devel"
-depends="dbus sqlite xclip webkit2gtk-devel libgirepository-devel"
+depends="dbus sqlite xclip webkit2gtk-devel libfixposix-devel libgirepository-devel"
 short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"

             reply	other threads:[~2021-06-07 16:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 16:38 egorenar [this message]
2021-06-07 16:45 ` Chocimier
2021-06-07 17:03 ` [PR PATCH] [Updated] " egorenar
2021-06-07 17:17 ` [PR PATCH] [Updated] nyxt: fix dependencies egorenar
2021-06-07 17:46 ` ericonr
2021-06-07 18:10 ` [PR PATCH] [Updated] " egorenar
2021-06-07 18:11 ` egorenar
2021-06-07 18:30 ` Chocimier
2021-06-07 18:36 ` egorenar
2021-06-07 18:41 ` egorenar
2021-06-08  3:04 ` ericonr
2021-06-08  5:49 ` egorenar
2021-06-08 17:07 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31346@inbox.vuxu.org \
    --to=egorenar@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).