Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: perl-Text-Template-1.60
@ 2021-10-02 14:06 egorenar
  2021-11-10  9:22 ` egorenar
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: egorenar @ 2021-10-02 14:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages perl-Text-Template
https://github.com/void-linux/void-packages/pull/33266

New package: perl-Text-Template-1.60
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

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

#### General
- [x] 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

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/33266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Text-Template-33266.patch --]
[-- Type: text/x-diff, Size: 1229 bytes --]

From 514f82b8f1026880bcbab926a57338354f2c3d1d Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 2 Oct 2021 16:03:26 +0200
Subject: [PATCH] New package: perl-Text-Template-1.60

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Text-Template/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/perl-Text-Template/template

diff --git a/srcpkgs/perl-Text-Template/template b/srcpkgs/perl-Text-Template/template
new file mode 100644
index 000000000000..4de9f41f5a03
--- /dev/null
+++ b/srcpkgs/perl-Text-Template/template
@@ -0,0 +1,15 @@
+# Template file for 'perl-Text-Template'
+pkgname=perl-Text-Template
+version=1.60
+revision=1
+wrksrc="${pkgname/perl-/}-${version}"
+build_style=perl-module
+hostmakedepends="perl"
+makedepends="perl"
+depends="$makedepends"
+short_desc="Expand template text with embedded Perl"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Text-Template"
+distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
+checksum=d9d57fb3f432b4f100e6ceb06c8363bbaee0ad85d53d728f6ba15a330248501c

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

* Re: New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
@ 2021-11-10  9:22 ` egorenar
  2021-11-11  1:45 ` [PR REVIEW] " ericonr
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-10  9:22 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#issuecomment-964935546

Comment:
polite ping :) 

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
  2021-11-10  9:22 ` egorenar
@ 2021-11-11  1:45 ` ericonr
  2021-11-20  9:34 ` [PR PATCH] [Updated] " egorenar
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-11-11  1:45 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r747140705

Comment:
Please write perl directly 

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

* Re: [PR PATCH] [Updated] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
  2021-11-10  9:22 ` egorenar
  2021-11-11  1:45 ` [PR REVIEW] " ericonr
@ 2021-11-20  9:34 ` egorenar
  2021-11-20  9:34 ` [PR REVIEW] " egorenar
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-20  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages perl-Text-Template
https://github.com/void-linux/void-packages/pull/33266

New package: perl-Text-Template-1.60
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

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

#### General
- [x] 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

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/33266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Text-Template-33266.patch --]
[-- Type: text/x-diff, Size: 1221 bytes --]

From aea7b4ff11a542c5a1b3cbf54f0c5eafe8af1073 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 2 Oct 2021 16:03:26 +0200
Subject: [PATCH] New package: perl-Text-Template-1.60

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Text-Template/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/perl-Text-Template/template

diff --git a/srcpkgs/perl-Text-Template/template b/srcpkgs/perl-Text-Template/template
new file mode 100644
index 000000000000..53b507b73f35
--- /dev/null
+++ b/srcpkgs/perl-Text-Template/template
@@ -0,0 +1,15 @@
+# Template file for 'perl-Text-Template'
+pkgname=perl-Text-Template
+version=1.60
+revision=1
+wrksrc="${pkgname/perl-/}-${version}"
+build_style=perl-module
+hostmakedepends="perl"
+makedepends="perl"
+depends="perl"
+short_desc="Expand template text with embedded Perl"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Text-Template"
+distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
+checksum=d9d57fb3f432b4f100e6ceb06c8363bbaee0ad85d53d728f6ba15a330248501c

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (2 preceding siblings ...)
  2021-11-20  9:34 ` [PR PATCH] [Updated] " egorenar
@ 2021-11-20  9:34 ` egorenar
  2021-11-21  4:21 ` ericonr
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-20  9:34 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753656090

Comment:
Fixed.

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (3 preceding siblings ...)
  2021-11-20  9:34 ` [PR REVIEW] " egorenar
@ 2021-11-21  4:21 ` ericonr
  2021-11-21  7:35 ` egorenar
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-11-21  4:21 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753744979

Comment:
Add `perl-Test-Warnings` to `checkdepends`:

> `t/warnings.t ........... skipped: [ Test::Warnings ] is required for testing`

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (4 preceding siblings ...)
  2021-11-21  4:21 ` ericonr
@ 2021-11-21  7:35 ` egorenar
  2021-11-21  7:36 ` [PR PATCH] [Updated] " egorenar
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21  7:35 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753759964

Comment:
Fixed, but getting this:
```
t/template-encoding.t .. skipped: [ Test::More::UTF8 ] is required for testing
t/warnings.t ........... ok
```

It seems Void has no perl-Test-More package.

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

* Re: [PR PATCH] [Updated] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (5 preceding siblings ...)
  2021-11-21  7:35 ` egorenar
@ 2021-11-21  7:36 ` egorenar
  2021-11-21  7:46 ` [PR REVIEW] " egorenar
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages perl-Text-Template
https://github.com/void-linux/void-packages/pull/33266

New package: perl-Text-Template-1.60
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

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

#### General
- [x] 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

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/33266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Text-Template-33266.patch --]
[-- Type: text/x-diff, Size: 1257 bytes --]

From 916a0b2b79de564291c45063f4ded91071a91907 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 2 Oct 2021 16:03:26 +0200
Subject: [PATCH] New package: perl-Text-Template-1.60

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Text-Template/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/perl-Text-Template/template

diff --git a/srcpkgs/perl-Text-Template/template b/srcpkgs/perl-Text-Template/template
new file mode 100644
index 000000000000..0c31bf12249d
--- /dev/null
+++ b/srcpkgs/perl-Text-Template/template
@@ -0,0 +1,16 @@
+# Template file for 'perl-Text-Template'
+pkgname=perl-Text-Template
+version=1.60
+revision=1
+wrksrc="${pkgname/perl-/}-${version}"
+build_style=perl-module
+hostmakedepends="perl"
+makedepends="perl"
+depends="perl"
+checkdepends="perl-Test-Warnings"
+short_desc="Expand template text with embedded Perl"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Text-Template"
+distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
+checksum=d9d57fb3f432b4f100e6ceb06c8363bbaee0ad85d53d728f6ba15a330248501c

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (6 preceding siblings ...)
  2021-11-21  7:36 ` [PR PATCH] [Updated] " egorenar
@ 2021-11-21  7:46 ` egorenar
  2021-11-21  7:46 ` egorenar
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21  7:46 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753761032

Comment:
Hmm, but this worls:

`perl -MTest::More::UTF8`.

Weird.

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (7 preceding siblings ...)
  2021-11-21  7:46 ` [PR REVIEW] " egorenar
@ 2021-11-21  7:46 ` egorenar
  2021-11-21 12:51 ` [PR PATCH] [Updated] " egorenar
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21  7:46 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753761032

Comment:
Hmm, but this works:

`perl -MTest::More::UTF8`.

Weird.

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

* Re: [PR PATCH] [Updated] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (8 preceding siblings ...)
  2021-11-21  7:46 ` egorenar
@ 2021-11-21 12:51 ` egorenar
  2021-11-21 12:55 ` [PR REVIEW] " egorenar
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21 12:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages perl-Text-Template
https://github.com/void-linux/void-packages/pull/33266

New package: perl-Text-Template-1.60
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

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

#### General
- [x] 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

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/33266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Text-Template-33266.patch --]
[-- Type: text/x-diff, Size: 1257 bytes --]

From 916a0b2b79de564291c45063f4ded91071a91907 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 2 Oct 2021 16:03:26 +0200
Subject: [PATCH] New package: perl-Text-Template-1.60

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Text-Template/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/perl-Text-Template/template

diff --git a/srcpkgs/perl-Text-Template/template b/srcpkgs/perl-Text-Template/template
new file mode 100644
index 000000000000..0c31bf12249d
--- /dev/null
+++ b/srcpkgs/perl-Text-Template/template
@@ -0,0 +1,16 @@
+# Template file for 'perl-Text-Template'
+pkgname=perl-Text-Template
+version=1.60
+revision=1
+wrksrc="${pkgname/perl-/}-${version}"
+build_style=perl-module
+hostmakedepends="perl"
+makedepends="perl"
+depends="perl"
+checkdepends="perl-Test-Warnings"
+short_desc="Expand template text with embedded Perl"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Text-Template"
+distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
+checksum=d9d57fb3f432b4f100e6ceb06c8363bbaee0ad85d53d728f6ba15a330248501c

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (9 preceding siblings ...)
  2021-11-21 12:51 ` [PR PATCH] [Updated] " egorenar
@ 2021-11-21 12:55 ` egorenar
  2021-11-21 12:55 ` egorenar
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21 12:55 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753796164

Comment:
Very weird, adding perl-Test-Simple to checkdepends, makes the build fail. Any idea why ?

I also cannot install perl-Test-Simple:

```
➜  sudo xbps-install -Syu perl-Test-Simple
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
perf-5.10.4_6: broken, unresolvable shlib `libperl.so.5.34'
perl-Cairo-1.107_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Cairo-GObject-1.005_4: broken, unresolvable shlib `libperl.so.5.34'
perl-Class-XSAccessor-1.19_8: broken, unresolvable shlib `libperl.so.5.34'
perl-Curses-1.36_4: broken, unresolvable shlib `libperl.so.5.34'
perl-DBD-SQLite-1.66_3: broken, unresolvable shlib `libperl.so.5.34'
perl-DBI-1.643_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Data-MessagePack-1.00_7: broken, unresolvable shlib `libperl.so.5.34'
perl-Devel-NYTProf-6.10_1: broken, unresolvable shlib `libperl.so.5.34'
perl-Glib-1.3293_2: broken, unresolvable shlib `libperl.so.5.34'
perl-Glib-Object-Introspection-0.049_2: broken, unresolvable shlib `libperl.so.5.34'
perl-HTML-Parser-3.76_1: broken, unresolvable shlib `libperl.so.5.34'
perl-JSON-XS-4.03_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Net-SSLeay-1.90_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Package-Stash-XS-0.29_4: broken, unresolvable shlib `libperl.so.5.34'
perl-Params-Util-1.102_1: broken, unresolvable shlib `libperl.so.5.34'
perl-Sub-Identify-0.14_7: broken, unresolvable shlib `libperl.so.5.34'
perl-Sub-Name-0.26_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Term-ReadLine-Gnu-1.42_2: broken, unresolvable shlib `libperl.so.5.34'
perl-Unicode-LineBreak-2019.001_4: broken, unresolvable shlib `libperl.so.5.34'
perl-Variable-Magic-0.62_7: broken, unresolvable shlib `libperl.so.5.34'
perl-XML-LibXML-2.0134_7: broken, unresolvable shlib `libperl.so.5.34'
vim-huge-8.2.3565_1: broken, unresolvable shlib `libperl.so.5.34'
Transaction aborted due to unresolved shlibs.
```

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (10 preceding siblings ...)
  2021-11-21 12:55 ` [PR REVIEW] " egorenar
@ 2021-11-21 12:55 ` egorenar
  2021-11-21 13:54 ` newbluemoon
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21 12:55 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753796164

Comment:
Very weird, adding `perl-Test-Simple` to `checkdepends`, makes the build fail. Any idea why ?

I also cannot install perl-Test-Simple:

```
➜  sudo xbps-install -Syu perl-Test-Simple
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
perf-5.10.4_6: broken, unresolvable shlib `libperl.so.5.34'
perl-Cairo-1.107_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Cairo-GObject-1.005_4: broken, unresolvable shlib `libperl.so.5.34'
perl-Class-XSAccessor-1.19_8: broken, unresolvable shlib `libperl.so.5.34'
perl-Curses-1.36_4: broken, unresolvable shlib `libperl.so.5.34'
perl-DBD-SQLite-1.66_3: broken, unresolvable shlib `libperl.so.5.34'
perl-DBI-1.643_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Data-MessagePack-1.00_7: broken, unresolvable shlib `libperl.so.5.34'
perl-Devel-NYTProf-6.10_1: broken, unresolvable shlib `libperl.so.5.34'
perl-Glib-1.3293_2: broken, unresolvable shlib `libperl.so.5.34'
perl-Glib-Object-Introspection-0.049_2: broken, unresolvable shlib `libperl.so.5.34'
perl-HTML-Parser-3.76_1: broken, unresolvable shlib `libperl.so.5.34'
perl-JSON-XS-4.03_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Net-SSLeay-1.90_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Package-Stash-XS-0.29_4: broken, unresolvable shlib `libperl.so.5.34'
perl-Params-Util-1.102_1: broken, unresolvable shlib `libperl.so.5.34'
perl-Sub-Identify-0.14_7: broken, unresolvable shlib `libperl.so.5.34'
perl-Sub-Name-0.26_3: broken, unresolvable shlib `libperl.so.5.34'
perl-Term-ReadLine-Gnu-1.42_2: broken, unresolvable shlib `libperl.so.5.34'
perl-Unicode-LineBreak-2019.001_4: broken, unresolvable shlib `libperl.so.5.34'
perl-Variable-Magic-0.62_7: broken, unresolvable shlib `libperl.so.5.34'
perl-XML-LibXML-2.0134_7: broken, unresolvable shlib `libperl.so.5.34'
vim-huge-8.2.3565_1: broken, unresolvable shlib `libperl.so.5.34'
Transaction aborted due to unresolved shlibs.
```

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (11 preceding siblings ...)
  2021-11-21 12:55 ` egorenar
@ 2021-11-21 13:54 ` newbluemoon
  2021-11-21 13:57 ` [PR PATCH] [Updated] " egorenar
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2021-11-21 13:54 UTC (permalink / raw)
  To: ml

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

New review comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753803705

Comment:
You shouldn’t have to add `perl-Test-Simple` because it’s provided by perl itself:
```
$ corelist Test::Simple

Data for 2021-05-20
Test::Simple was first released with perl v5.6.2
```

The above error is because `perl` provides `perl-Test-Simple` (see the perl template) and installing `perl-Test-Simple` tries to replace the `perl` package with it, but the packages listed above depend on `libperl.so.5.34` which would then be missing and therefore `xbps-install` aborts.

The stand-alone `perl-Test-Simple` package has been removed in https://github.com/void-linux/void-packages/commit/ef5218bc12484eab1ecfcd6527eb07da39a0896b but was later re-added in https://github.com/void-linux/void-packages/commit/78d94807596081fa332c799058ca1a94a871d6d6; don’t know why, maybe to have an up-to-date version for some reasons; perhaps @zdykstra can shed some light on this. ;)

As for `perl -MTest::More::UTF8`: you probably have it installed somewhere on your system, but there is no Void package. So if you want to use it here, you have to package it too, and add it to this PR as a separate commit.

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

* Re: [PR PATCH] [Updated] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (12 preceding siblings ...)
  2021-11-21 13:54 ` newbluemoon
@ 2021-11-21 13:57 ` egorenar
  2021-11-21 16:06 ` [PR REVIEW] " zdykstra
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: egorenar @ 2021-11-21 13:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages perl-Text-Template
https://github.com/void-linux/void-packages/pull/33266

New package: perl-Text-Template-1.60
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

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

#### General
- [x] 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

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/33266.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Text-Template-33266.patch --]
[-- Type: text/x-diff, Size: 1274 bytes --]

From 63978b2c11ed54f260ea33ac704199143635151a Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 2 Oct 2021 16:03:26 +0200
Subject: [PATCH] New package: perl-Text-Template-1.60

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Text-Template/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/perl-Text-Template/template

diff --git a/srcpkgs/perl-Text-Template/template b/srcpkgs/perl-Text-Template/template
new file mode 100644
index 000000000000..5a1e94974250
--- /dev/null
+++ b/srcpkgs/perl-Text-Template/template
@@ -0,0 +1,16 @@
+# Template file for 'perl-Text-Template'
+pkgname=perl-Text-Template
+version=1.60
+revision=1
+wrksrc="${pkgname/perl-/}-${version}"
+build_style=perl-module
+hostmakedepends="perl"
+makedepends="perl"
+depends="perl"
+checkdepends="perl-Test-Simple perl-Test-Warnings"
+short_desc="Expand template text with embedded Perl"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Text-Template"
+distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
+checksum=d9d57fb3f432b4f100e6ceb06c8363bbaee0ad85d53d728f6ba15a330248501c

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (13 preceding siblings ...)
  2021-11-21 13:57 ` [PR PATCH] [Updated] " egorenar
@ 2021-11-21 16:06 ` zdykstra
  2021-11-21 16:07 ` zdykstra
  2021-11-21 17:48 ` [PR PATCH] [Merged]: " ericonr
  16 siblings, 0 replies; 18+ messages in thread
From: zdykstra @ 2021-11-21 16:06 UTC (permalink / raw)
  To: ml

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

New review comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753820962

Comment:
I don't think there's any reason for perl-Test-Simple to be provided as a separate package any more. The version packaged now is identical to the version provided by perl_core. I picked the package up after it was orphaned; I didn't dig any deeper into why it was actually packaged.

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

* Re: [PR REVIEW] New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (14 preceding siblings ...)
  2021-11-21 16:06 ` [PR REVIEW] " zdykstra
@ 2021-11-21 16:07 ` zdykstra
  2021-11-21 17:48 ` [PR PATCH] [Merged]: " ericonr
  16 siblings, 0 replies; 18+ messages in thread
From: zdykstra @ 2021-11-21 16:07 UTC (permalink / raw)
  To: ml

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

New review comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33266#discussion_r753820962

Comment:
I don't think there's any reason for perl-Test-Simple to be provided as a separate package any more. The version packaged now is identical to the version provided by perl_core. No packages have `perl-Test-Simple` as a dependency, either.

I picked the package up after it was orphaned; I didn't dig any deeper into why it was actually packaged.

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

* Re: [PR PATCH] [Merged]: New package: perl-Text-Template-1.60
  2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
                   ` (15 preceding siblings ...)
  2021-11-21 16:07 ` zdykstra
@ 2021-11-21 17:48 ` ericonr
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-11-21 17:48 UTC (permalink / raw)
  To: ml

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

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

New package: perl-Text-Template-1.60
https://github.com/void-linux/void-packages/pull/33266

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

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

#### General
- [x] 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

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

end of thread, other threads:[~2021-11-21 17:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 14:06 [PR PATCH] New package: perl-Text-Template-1.60 egorenar
2021-11-10  9:22 ` egorenar
2021-11-11  1:45 ` [PR REVIEW] " ericonr
2021-11-20  9:34 ` [PR PATCH] [Updated] " egorenar
2021-11-20  9:34 ` [PR REVIEW] " egorenar
2021-11-21  4:21 ` ericonr
2021-11-21  7:35 ` egorenar
2021-11-21  7:36 ` [PR PATCH] [Updated] " egorenar
2021-11-21  7:46 ` [PR REVIEW] " egorenar
2021-11-21  7:46 ` egorenar
2021-11-21 12:51 ` [PR PATCH] [Updated] " egorenar
2021-11-21 12:55 ` [PR REVIEW] " egorenar
2021-11-21 12:55 ` egorenar
2021-11-21 13:54 ` newbluemoon
2021-11-21 13:57 ` [PR PATCH] [Updated] " egorenar
2021-11-21 16:06 ` [PR REVIEW] " zdykstra
2021-11-21 16:07 ` zdykstra
2021-11-21 17:48 ` [PR PATCH] [Merged]: " ericonr

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