Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libxml2: update to 2.12.1.
@ 2023-11-28 21:31 mhmdanas
  2023-12-01 13:20 ` leahneukirchen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mhmdanas @ 2023-11-28 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libxml2-2.12.1
https://github.com/void-linux/void-packages/pull/47473

libxml2: update to 2.12.1.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/47473.patch is attached

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

From 1dd55e9503e24ee06c393589ee7a4663b6215bc0 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Tue, 28 Nov 2023 21:30:52 +0000
Subject: [PATCH] libxml2: update to 2.12.1.

---
 srcpkgs/libxml2/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index bd8304cb825af..47e53b1e27df6 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
-version=2.11.4
-revision=4
+version=2.12.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu
  --with-legacy --with-ftp --with-xptr-locs --enable-static"
@@ -12,8 +12,9 @@ short_desc="Library providing XML and HTML support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.gnome.org/GNOME/libxml2"
+changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
-checksum=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7
+checksum=8982b9ccdf7f456e30d8f7012d50858c6623e495333b6191def455c7e95427eb
 python_version=3
 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
 

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

* Re: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
@ 2023-12-01 13:20 ` leahneukirchen
  2023-12-01 23:08 ` [PR PATCH] [Merged]: " Duncaen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2023-12-01 13:20 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47473#issuecomment-1836109507

Comment:
musl tests were broken before.

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

* Re: [PR PATCH] [Merged]: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
  2023-12-01 13:20 ` leahneukirchen
@ 2023-12-01 23:08 ` Duncaen
  2023-12-02  8:53 ` classabbyamp
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-12-01 23:08 UTC (permalink / raw)
  To: ml

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

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

libxml2: update to 2.12.1.
https://github.com/void-linux/void-packages/pull/47473

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

* Re: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
  2023-12-01 13:20 ` leahneukirchen
  2023-12-01 23:08 ` [PR PATCH] [Merged]: " Duncaen
@ 2023-12-02  8:53 ` classabbyamp
  2023-12-02 14:32 ` mhmdanas
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-12-02  8:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47473#issuecomment-1837092174

Comment:
reverted: https://github.com/void-linux/void-packages/commit/343da92d12bafa2a7b43f91b92760016946958b0

breaks inkscape build:
```
../src/object/uri.cpp: In constructor 'Inkscape::URI::URI(const gchar*, const char*)':
../src/object/uri.cpp:86:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'?
   86 |         xmlFree(full);
      |         ^~~~~~~
      |         xmlFreeURI
../src/object/uri.cpp:89:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'?
   89 |         xmlFree(escaped);
      |         ^~~~~~~
      |         xmlFreeURI
../src/object/uri.cpp: In member function 'std::string Inkscape::URI::str(const char*) const':
../src/object/uri.cpp:292:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'?
  292 |         xmlFree(saveuri);
      |         ^~~~~~~
      |         xmlFreeURI
```

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

* Re: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
                   ` (2 preceding siblings ...)
  2023-12-02  8:53 ` classabbyamp
@ 2023-12-02 14:32 ` mhmdanas
  2023-12-02 16:03 ` leahneukirchen
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-12-02 14:32 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47473#issuecomment-1837162127

Comment:
Oops, I'll take a look at it later

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

* Re: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
                   ` (3 preceding siblings ...)
  2023-12-02 14:32 ` mhmdanas
@ 2023-12-02 16:03 ` leahneukirchen
  2023-12-02 17:56 ` leahneukirchen
  2023-12-03 20:41 ` mhmdanas
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2023-12-02 16:03 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47473#issuecomment-1837190443

Comment:
Fix for inkscape:

```
--- a/src/object/uri.h
+++ b/src/object/uri.h
@@ -13,6 +13,7 @@
 #define INKSCAPE_URI_H
 
 #include <libxml/uri.h>
+#include <libxml/xmlmemory.h>
 #include <memory>
 #include <string>
 
```

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

* Re: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
                   ` (4 preceding siblings ...)
  2023-12-02 16:03 ` leahneukirchen
@ 2023-12-02 17:56 ` leahneukirchen
  2023-12-03 20:41 ` mhmdanas
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2023-12-02 17:56 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47473#issuecomment-1837215908

Comment:
s3fs-fuse has similar issues, and needs `<libxml/xmlmemory.h>` and `<libxml/parser.h>`.

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

* Re: libxml2: update to 2.12.1.
  2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
                   ` (5 preceding siblings ...)
  2023-12-02 17:56 ` leahneukirchen
@ 2023-12-03 20:41 ` mhmdanas
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-12-03 20:41 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47473#issuecomment-1837594308

Comment:
I did some mass builds, the bump breaks at least dozens of packages in a similar way. :/



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

end of thread, other threads:[~2023-12-03 20:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28 21:31 [PR PATCH] libxml2: update to 2.12.1 mhmdanas
2023-12-01 13:20 ` leahneukirchen
2023-12-01 23:08 ` [PR PATCH] [Merged]: " Duncaen
2023-12-02  8:53 ` classabbyamp
2023-12-02 14:32 ` mhmdanas
2023-12-02 16:03 ` leahneukirchen
2023-12-02 17:56 ` leahneukirchen
2023-12-03 20:41 ` mhmdanas

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