Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] icewm: update to 2.9.9.
@ 2022-08-30 20:38 glaulher
  2022-08-30 20:59 ` [PR PATCH] [Updated] " glaulher
  2022-09-02 16:30 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: glaulher @ 2022-08-30 20:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages icewm
https://github.com/void-linux/void-packages/pull/38994

icewm: update to 2.9.9.
I ask for help, the compiler is generating the error on my local machine:

```shell

Traceback (most recent call last):
  File "/usr/armv7l-linux-gnueabihf/usr/bin/markdown_py", line 33, in <module>
    sys.exit(load_entry_point('Markdown==3.3.4', 'console_scripts', 'markdown_py')())
  File "/usr/armv7l-linux-gnueabihf/usr/bin/markdown_py", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 957, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for Markdown
make[2]: *** [doc/CMakeFiles/build_html_docs.dir/build.make:73: icewm.html] Error 1
make[2]: *** Deleting file 'icewm.html'
make[1]: *** [CMakeFiles/Makefile2:3845: doc/CMakeFiles/build_html_docs.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
=> ERROR: icewm-2.9.9_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/cmake.sh:92

```

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

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

From a619f7202b019b769b45bb86984612ebb3002c61 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 30 Aug 2022 17:31:55 -0300
Subject: [PATCH] icewm: update to 2.9.9.

---
 srcpkgs/icewm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index bfa83ab2a6d7..954e2b4e93b7 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=2.9.8
+version=2.9.9
 revision=1
 build_style=cmake
 make_cmd=make
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=970ff5234e0176054016a40accc8d80a865993366177d12567de56aa089eb7c9
+checksum=533314e5464a7340b8891cb6a2906b6b69b52dcd80d4d2fc15900adcc1950a41
 # broken tests
 make_check=no
 

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

* Re: [PR PATCH] [Updated] icewm: update to 2.9.9.
  2022-08-30 20:38 [PR PATCH] icewm: update to 2.9.9 glaulher
@ 2022-08-30 20:59 ` glaulher
  2022-09-02 16:30 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: glaulher @ 2022-08-30 20:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages icewm
https://github.com/void-linux/void-packages/pull/38994

icewm: update to 2.9.9.
I ask for help, the compiler is generating the error on my local machine:

```shell

Traceback (most recent call last):
  File "/usr/armv7l-linux-gnueabihf/usr/bin/markdown_py", line 33, in <module>
    sys.exit(load_entry_point('Markdown==3.3.4', 'console_scripts', 'markdown_py')())
  File "/usr/armv7l-linux-gnueabihf/usr/bin/markdown_py", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 957, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for Markdown
make[2]: *** [doc/CMakeFiles/build_html_docs.dir/build.make:73: icewm.html] Error 1
make[2]: *** Deleting file 'icewm.html'
make[1]: *** [CMakeFiles/Makefile2:3845: doc/CMakeFiles/build_html_docs.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
=> ERROR: icewm-2.9.9_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/cmake.sh:92

```

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

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

From c45407dca54305ecdc164e70dcd1388f93b15255 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 30 Aug 2022 17:58:41 -0300
Subject: [PATCH] icewm: update to 2.9.9.

---
 srcpkgs/icewm/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index bfa83ab2a6d7..a46de55800ed 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,12 +1,12 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=2.9.8
+version=2.9.9
 revision=1
 build_style=cmake
 make_cmd=make
 configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
  -DCONFIG_XPM=ON -DCONFIG_LIBJPEG=ON -DCFGDIR=/etc/icewm"
-hostmakedepends="asciidoc gettext-devel libtool mkfontdir perl
+hostmakedepends="python3-Markdown gettext-devel libtool mkfontdir perl
  pkg-config"
 makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel
  libXrandr-devel libao-devel librsvg-devel libsndfile-devel
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=970ff5234e0176054016a40accc8d80a865993366177d12567de56aa089eb7c9
+checksum=533314e5464a7340b8891cb6a2906b6b69b52dcd80d4d2fc15900adcc1950a41
 # broken tests
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: icewm: update to 2.9.9.
  2022-08-30 20:38 [PR PATCH] icewm: update to 2.9.9 glaulher
  2022-08-30 20:59 ` [PR PATCH] [Updated] " glaulher
@ 2022-09-02 16:30 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-09-02 16:30 UTC (permalink / raw)
  To: ml

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

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

icewm: update to 2.9.9.
https://github.com/void-linux/void-packages/pull/38994

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 

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

end of thread, other threads:[~2022-09-02 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 20:38 [PR PATCH] icewm: update to 2.9.9 glaulher
2022-08-30 20:59 ` [PR PATCH] [Updated] " glaulher
2022-09-02 16:30 ` [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).