Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] evolution: fix expose shared lib
@ 2023-04-11  9:15 paxet
  2023-04-11 18:20 ` oreo639
  2023-04-11 20:20 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paxet @ 2023-04-11  9:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paxet/void-packages master
https://github.com/void-linux/void-packages/pull/43388

evolution: fix expose shared lib
The package 'evolution-ews' cannot neither be installed nor updated because cannot resolve a shared lib.
In the [evolution: update to 3.48.0](https://github.com/void-linux/void-packages/commit/e8be9699344508280a43193b9a7e20b2632e4aae) an evolution lib was included in common/shlibs but is not exposed in the package template, thus 'evolution-ews' cannot find the package that provides it.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From 139bb68577233835a27756ea4132f28c1b7314b2 Mon Sep 17 00:00:00 2001
From: Javier Caballero <jacallo@protonmail.com>
Date: Tue, 11 Apr 2023 11:04:47 +0200
Subject: [PATCH] evolution: fix expose shared lib

---
 srcpkgs/evolution/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index f271618e8976..b306b79e349d 100644
--- a/srcpkgs/evolution/template
+++ b/srcpkgs/evolution/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution'
 pkgname=evolution
 version=3.48.0
-revision=1
+revision=2
 build_style=cmake
 build_helper="qemu"
 configure_args="-DSYSCONF_INSTALL_DIR=/etc
@@ -22,7 +22,8 @@ changelog="https://gitlab.gnome.org/GNOME/evolution/-/raw/gnome-44/NEWS"
 distfiles="${GNOME_SITE}/evolution/${version%.*}/evolution-${version}.tar.xz"
 checksum=2d8472819589e92efcce4f2dc3bd124e93d379d3300978f69a9653c592a60ef6
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
- libevolution-mail.so libevolution-shell.so libevolution-mail-formatter.so"
+ libevolution-mail.so libevolution-shell.so libevolution-mail-formatter.so
+ libevolution-mail-composer.so"
 
 evolution-devel_package() {
 	depends="libwebkit2gtk41-devel gtk+3-devel libglib-devel evolution-data-server-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: evolution: fix expose shared lib
  2023-04-11  9:15 [PR PATCH] evolution: fix expose shared lib paxet
@ 2023-04-11 18:20 ` oreo639
  2023-04-11 20:20 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2023-04-11 18:20 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/43388#issuecomment-1503877881

Comment:
Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: evolution: fix expose shared lib
  2023-04-11  9:15 [PR PATCH] evolution: fix expose shared lib paxet
  2023-04-11 18:20 ` oreo639
@ 2023-04-11 20:20 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-04-11 20:20 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

evolution: fix expose shared lib
https://github.com/void-linux/void-packages/pull/43388

Description:
The package 'evolution-ews' cannot neither be installed nor updated because cannot resolve a shared lib.
In the [evolution: update to 3.48.0](https://github.com/void-linux/void-packages/commit/e8be9699344508280a43193b9a7e20b2632e4aae) an evolution lib was included in common/shlibs but is not exposed in the package template, thus 'evolution-ews' cannot find the package that provides it.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-11 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11  9:15 [PR PATCH] evolution: fix expose shared lib paxet
2023-04-11 18:20 ` oreo639
2023-04-11 20:20 ` [PR PATCH] [Merged]: " paper42

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).