Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Manual.md: Document unresolvable shlib issue
@ 2022-01-18 11:21 Gigahawk
  2022-01-18 20:13 ` [PR REVIEW] " ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Gigahawk @ 2022-01-18 11:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gigahawk/void-packages unresolvable_shlib
https://github.com/void-linux/void-packages/pull/35107

Manual.md: Document unresolvable shlib issue
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 97ee8e9b9dd799e6fec3176349b050a72629486c Mon Sep 17 00:00:00 2001
From: Jasper Chan <jasperchan515@gmail.com>
Date: Tue, 18 Jan 2022 03:21:01 -0800
Subject: [PATCH] Manual.md: Document unresolvable shlib issue

---
 Manual.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Manual.md b/Manual.md
index da72bd97128d..32dfbe6397b9 100644
--- a/Manual.md
+++ b/Manual.md
@@ -8,6 +8,8 @@ packages for XBPS, the `Void Linux` native packaging system.
 * [Introduction](#Introduction)
 	* [Quality Requirements](#quality_requirements)
 	* [Package build phases](#buildphase)
+	* [Common Build Problems](#commonbuildproblems)
+		* [Unresolvable shlib](#unresolvableshlib)
 	* [Package naming conventions](#namingconventions)
 		* [Libraries](#libs)
 		* [Language Modules](#language_modules)
@@ -192,6 +194,22 @@ via `make install` or any other compatible method.
 successfully, the phase will be skipped later (unless its work directory
 `${wrksrc}` is removed with `xbps-src clean`).
 
+<a id="commonbuildproblems"></a>
+### Common Build Problems
+
+<a id="unresolvableshlib"></a>
+#### Unresolvable shlib
+
+If you get an error like the following while building:
+```
+enchant2-2.2.15_4: broken, unresolvable shlib `libicudata.so.69'
+```
+
+It's likely that the Void Buildbot has recently rebuilt a library and has not rebuilt some packages that depend on it.
+You can check https://build.voidlinux.org/ for the current status of the builders.
+
+Once the dependent packages have finished building on Buildbot your build should succeed.
+
 <a id="namingconventions"></a>
 ### Package naming conventions
 

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

end of thread, other threads:[~2022-07-07  2:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 11:21 [PR PATCH] Manual.md: Document unresolvable shlib issue Gigahawk
2022-01-18 20:13 ` [PR REVIEW] " ericonr
2022-01-18 20:13 ` ericonr
2022-01-18 20:13 ` ericonr
2022-01-19  0:35 ` [PR PATCH] [Updated] " Gigahawk
2022-01-19  0:37 ` Gigahawk
2022-01-19  0:41 ` [PR REVIEW] " Gigahawk
2022-01-19  0:47 ` [PR PATCH] [Updated] " Gigahawk
2022-01-19  1:30 ` [PR REVIEW] Documentation: " ericonr
2022-01-19  5:01 ` Gigahawk
2022-06-22  2:14 ` github-actions
2022-07-07  2:14 ` [PR PATCH] [Closed]: " github-actions

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