Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lttng-ust: update to 2.12.2.
@ 2021-05-28 19:02 ailiop-git
  2021-06-12  2:35 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2021-05-28 19:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages lttng-ust
https://github.com/void-linux/void-packages/pull/31190

lttng-ust: update to 2.12.2.
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31190.patch is attached

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

From e942258c12a8d5b53a7bc9c2049da2888b98b9fe Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 28 May 2021 20:40:51 +0200
Subject: [PATCH] lttng-ust: update to 2.12.2.

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

diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template
index a5822e2be977..47d1acf25b94 100644
--- a/srcpkgs/lttng-ust/template
+++ b/srcpkgs/lttng-ust/template
@@ -1,6 +1,6 @@
 # Template file for 'lttng-ust'
 pkgname=lttng-ust
-version=2.12.0
+version=2.12.2
 revision=1
 build_style=gnu-configure
 makedepends="liburcu-devel libnuma-devel"
@@ -11,8 +11,7 @@ license="LGPL-2.1-only"
 homepage="http://lttng.org"
 changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
 distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528
-python_version=2 #unverified
+checksum=bcd0f064b6ca88c72d84e760eac3472ae5c828411c634435922bee9fce359fc7
 
 lttng-ust-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} liburcu-devel"

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

* Re: lttng-ust: update to 2.12.2.
  2021-05-28 19:02 [PR PATCH] lttng-ust: update to 2.12.2 ailiop-git
@ 2021-06-12  2:35 ` ericonr
  2021-06-12 12:50 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-12  2:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31190#issuecomment-859985334

Comment:
Why did you remove the `python_version` line?

```
 => lttng-ust-2.12.2_1: running pre-pkg hook: 03-rewrite-python-shebang ...
=> ERROR: python_version missing in template: unable to convert shebang in /usr/bin/lttng-gen-tp
=> ERROR: lttng-ust-2.12.2_1: pre-pkg_03-rewrite-python-shebang: 'grep -rlIZ -m1 '^#!.*python' "${PKGDESTDIR}"' exited with 1
```

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

* Re: [PR PATCH] [Updated] lttng-ust: update to 2.12.2.
  2021-05-28 19:02 [PR PATCH] lttng-ust: update to 2.12.2 ailiop-git
  2021-06-12  2:35 ` ericonr
@ 2021-06-12 12:50 ` ailiop-git
  2021-06-12 12:54 ` ailiop-git
  2021-06-17  5:35 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-06-12 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages lttng-ust
https://github.com/void-linux/void-packages/pull/31190

lttng-ust: update to 2.12.2.
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31190.patch is attached

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

From 5c1f11579522154be467275cb44149c965140a13 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 28 May 2021 20:40:51 +0200
Subject: [PATCH] lttng-ust: update to 2.12.2.

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

diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template
index a5822e2be977..801954d8ac48 100644
--- a/srcpkgs/lttng-ust/template
+++ b/srcpkgs/lttng-ust/template
@@ -1,6 +1,6 @@
 # Template file for 'lttng-ust'
 pkgname=lttng-ust
-version=2.12.0
+version=2.12.2
 revision=1
 build_style=gnu-configure
 makedepends="liburcu-devel libnuma-devel"
@@ -11,8 +11,8 @@ license="LGPL-2.1-only"
 homepage="http://lttng.org"
 changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
 distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528
-python_version=2 #unverified
+checksum=bcd0f064b6ca88c72d84e760eac3472ae5c828411c634435922bee9fce359fc7
+python_version=2
 
 lttng-ust-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} liburcu-devel"

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

* Re: [PR PATCH] [Updated] lttng-ust: update to 2.12.2.
  2021-05-28 19:02 [PR PATCH] lttng-ust: update to 2.12.2 ailiop-git
  2021-06-12  2:35 ` ericonr
  2021-06-12 12:50 ` [PR PATCH] [Updated] " ailiop-git
@ 2021-06-12 12:54 ` ailiop-git
  2021-06-17  5:35 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-06-12 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages lttng-ust
https://github.com/void-linux/void-packages/pull/31190

lttng-ust: update to 2.12.2.
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31190.patch is attached

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

From 45a1140330127e0cc2a495f38e472ecf2e5a2082 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 28 May 2021 20:40:51 +0200
Subject: [PATCH] lttng-ust: update to 2.12.2.

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

diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template
index a5822e2be977..801954d8ac48 100644
--- a/srcpkgs/lttng-ust/template
+++ b/srcpkgs/lttng-ust/template
@@ -1,6 +1,6 @@
 # Template file for 'lttng-ust'
 pkgname=lttng-ust
-version=2.12.0
+version=2.12.2
 revision=1
 build_style=gnu-configure
 makedepends="liburcu-devel libnuma-devel"
@@ -11,8 +11,8 @@ license="LGPL-2.1-only"
 homepage="http://lttng.org"
 changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
 distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528
-python_version=2 #unverified
+checksum=bcd0f064b6ca88c72d84e760eac3472ae5c828411c634435922bee9fce359fc7
+python_version=2
 
 lttng-ust-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} liburcu-devel"

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

* Re: [PR PATCH] [Closed]: lttng-ust: update to 2.12.2.
  2021-05-28 19:02 [PR PATCH] lttng-ust: update to 2.12.2 ailiop-git
                   ` (2 preceding siblings ...)
  2021-06-12 12:54 ` ailiop-git
@ 2021-06-17  5:35 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-17  5:35 UTC (permalink / raw)
  To: ml

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

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

lttng-ust: update to 2.12.2.
https://github.com/void-linux/void-packages/pull/31190

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

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 5+ messages in thread

end of thread, other threads:[~2021-06-17  5:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 19:02 [PR PATCH] lttng-ust: update to 2.12.2 ailiop-git
2021-06-12  2:35 ` ericonr
2021-06-12 12:50 ` [PR PATCH] [Updated] " ailiop-git
2021-06-12 12:54 ` ailiop-git
2021-06-17  5:35 ` [PR PATCH] [Closed]: " 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).