Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
@ 2020-08-10 19:17 martnnw
  2020-08-10 19:24 ` ericonr
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 19:17 UTC (permalink / raw)
  To: ml

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

New issue by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204

Description:
I tried to prepare a template for this but didn't figure out how to get it working... so I opened this issue instead of a proper PR.

Package: https://gitlab.com/news-flash/news_flash_gtk

My attempt at a template:
```sh
# Template file for news-flash-gtk
pkgname=news_flash_gtk
wrksrc="${pkgname}-1.0-rc1"
version=1.0+rc1
revision=1
build_style=meson
short_desc="A modern gtk feed-reader written in rust"
hostmakedepends="rust"
makedepends="gtk+-devel webkit2gtk-devel libhandy-devel sqlite-devel"
license="GPL-3.0-or-later"
maintainer="*******************************"
homepage="https://gitlab.com/news-flash/news_flash_gtk"
distfiles="${homepage}/-/archive/1.0-rc1/${pkgname}-1.0-rc1.tar.gz"
checksum="9c5d65699c9aba582e0c7b453d28e5bf430f449b4e7369958970947164f99ccb"
```
I hope this proves to be useful (even though it is not working). 
Maybe I can learn a thing or two once this is packaged :smile: 
 

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
@ 2020-08-10 19:24 ` ericonr
  2020-08-10 19:40 ` martnnw
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 19:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671542147

Comment:
It's probably best if you explain what went wrong in the template as well.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
  2020-08-10 19:24 ` ericonr
@ 2020-08-10 19:40 ` martnnw
  2020-08-10 19:47 ` ericonr
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 19:40 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671549838

Comment:
```
news_flash_gtk-1.0+rc1_1: do_configure: '${meson_cmd} --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/bin --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --buildtype=plain --auto-features=enabled --wrap-mode=nodownload -Db_lto=true -Db_ndebug=true -Db_staticpic=true ${configure_args} . ${meson_builddir}' exited with 1
=> ERROR:   in do_configure() at common/build-style/meson.sh:96
```
This is the error output I got (I don't get it at all). 
But I still tried to define do_configure() so that similar to the build instructions on the GitLab page but got a similar error.

Here are the build instructions:
```sh
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
```
Meanwhile I updated the template to be easier to edit (added a variable for substitution) See template ^


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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
  2020-08-10 19:24 ` ericonr
  2020-08-10 19:40 ` martnnw
@ 2020-08-10 19:47 ` ericonr
  2020-08-10 19:47 ` martnnw
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 19:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671552641

Comment:
There must have been some output before that explaining the actual error. Can you show that?

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (2 preceding siblings ...)
  2020-08-10 19:47 ` ericonr
@ 2020-08-10 19:47 ` martnnw
  2020-08-10 19:47 ` ericonr
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 19:47 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671552643

Comment:
Hold up I probably missing ninja ... right?

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (3 preceding siblings ...)
  2020-08-10 19:47 ` martnnw
@ 2020-08-10 19:47 ` ericonr
  2020-08-10 19:49 ` martnnw
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 19:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671552814

Comment:
No, build style meson implies ninja

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (4 preceding siblings ...)
  2020-08-10 19:47 ` ericonr
@ 2020-08-10 19:49 ` martnnw
  2020-08-10 20:22 ` ericonr
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 19:49 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671553599

Comment:
Rust linker for the host machine: rustc ld.bfd 2.34
```
Host machine cpu family: x86_64
Host machine cpu: x86_64
Using 'PKG_CONFIG' from environment with value: 'pkg-config'
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency glib-2.0 found: NO

meson.build:11:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.
```

Ok that makes things a lot clearer.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (5 preceding siblings ...)
  2020-08-10 19:49 ` martnnw
@ 2020-08-10 20:22 ` ericonr
  2020-08-10 20:25 ` martnnw
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 20:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671570757

Comment:
Add `pkg-config` to `hostmakedepends` and you might need `glib-devel` in `makedepends`.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (6 preceding siblings ...)
  2020-08-10 20:22 ` ericonr
@ 2020-08-10 20:25 ` martnnw
  2020-08-10 20:28 ` ericonr
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 20:25 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671572022

Comment:
already did it:
Next issue:
```+ cargo build --release --manifest-path=../Cargo.toml
    Updating crates.io index
    Updating git repository `http://gitlab.com/news-flash/news_flash_base.git`
error: failed to get `news-flash` as a dependency of package `news_flash_gtk v0.0.0 (/builddir/news_flash_gtk-1.0-rc1)`

Caused by:
  failed to load source for dependency `news-flash`

Caused by:
  Unable to update http://gitlab.com/news-flash/news_flash_base.git?branch=1-0-0-rc-1

Caused by:
  failed to find branch `1-0-0-rc-1`

Caused by:
  cannot locate local branch '1-0-0-rc-1'; class=Reference (4); code=NotFound (-3)
FAILED: src/com.gitlab.newsflash
/bin/bash /builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0-rc1/build ''
ninja: build stopped: subcommand failed.
```

it apparently also needed `cargo` and `gettext`


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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (7 preceding siblings ...)
  2020-08-10 20:25 ` martnnw
@ 2020-08-10 20:28 ` ericonr
  2020-08-10 20:53 ` martnnw
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 20:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671573182

Comment:
Add `build_helper=rust` and remove `rust` and `cargo` from `hostmakedepends`

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (8 preceding siblings ...)
  2020-08-10 20:28 ` ericonr
@ 2020-08-10 20:53 ` martnnw
  2020-08-10 20:55 ` martnnw
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 20:53 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671583992

Comment:
I forgot to mention that it requires openssl. However I built it before without xbps-src and it worked fine. I really sorry if that caused any inconvinece. 

here are the actual required dependencies:
devel of `gtk, webkit2gtk, libhandy, sqlite3, gettext and openssl` (replaced openssl-devel with libressl-devel)
I can not believe I missed some of these while writing the template. Never hurts to look twice.
I updated the template above so you can keep track of the changes I made.


New error:
```
+ cargo build --release --manifest-path=../Cargo.toml
/builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh: line 24: cargo: command not found
FAILED: src/com.gitlab.newsflash
/bin/bash /builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0-rc1/build ''
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0+rc1_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
```

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (9 preceding siblings ...)
  2020-08-10 20:53 ` martnnw
@ 2020-08-10 20:55 ` martnnw
  2020-08-10 20:56 ` ericonr
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 20:55 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671583992

Comment:
I forgot to mention that it requires openssl. However I built it before without xbps-src and it worked fine. I really sorry if that caused any inconvinece. 

here are the actual required dependencies:
devel of `gtk, webkit2gtk, libhandy, sqlite3, gettext and openssl` (replaced openssl-devel with libressl-devel)
I can not believe I missed some of these while writing the template. Never hurts to look twice.
I updated the template above so you can keep track of the changes I made.


New error:
```
+ cargo build --release --manifest-path=../Cargo.toml
/builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh: line 24: cargo: command not found
FAILED: src/com.gitlab.newsflash
/bin/bash /builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0-rc1/build ''
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0+rc1_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
```

probably still need cargo

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (10 preceding siblings ...)
  2020-08-10 20:55 ` martnnw
@ 2020-08-10 20:56 ` ericonr
  2020-08-10 21:00 ` ericonr
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 20:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671585226

Comment:
Damn, I was very mistaken, sorry. Keep the build helper, but do like the `fractal` template does for `rust`, `cargo` and `rust-std`.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (11 preceding siblings ...)
  2020-08-10 20:56 ` ericonr
@ 2020-08-10 21:00 ` ericonr
  2020-08-10 21:03 ` martnnw
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-08-10 21:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671587180

Comment:
Also, at this point, you should just open a PR. Make sure to follow the commit naming in `CONTRIBUTING.md`, and go ahead.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (12 preceding siblings ...)
  2020-08-10 21:00 ` ericonr
@ 2020-08-10 21:03 ` martnnw
  2020-08-10 21:13 ` martnnw
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 21:03 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671588317

Comment:
I'll do that tomorrow. 
But thank you for your help! Hopefully I'll be able to do it by myself soon.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (13 preceding siblings ...)
  2020-08-10 21:03 ` martnnw
@ 2020-08-10 21:13 ` martnnw
  2020-08-10 21:13 ` martnnw
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 21:13 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671583992

Comment:
I forgot to mention that it **requires openssl**. However I built it before without xbps-src and it worked fine. I really sorry if that caused any inconvinece. 

**here are the actual required dependencies:**
devel of `gtk, webkit2gtk, libhandy, sqlite3, gettext and openssl` (replaced openssl-devel with libressl-devel)
I can not believe I missed some of these while writing the template. Never hurts to look twice.
I updated the template above so you can keep track of the changes I made.


New error:
```
+ cargo build --release --manifest-path=../Cargo.toml
/builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh: line 24: cargo: command not found
FAILED: src/com.gitlab.newsflash
/bin/bash /builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0-rc1/build ''
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0+rc1_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
```

probably still need cargo

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (14 preceding siblings ...)
  2020-08-10 21:13 ` martnnw
@ 2020-08-10 21:13 ` martnnw
  2020-08-10 21:14 ` martnnw
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 21:13 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671583992

Comment:
I forgot to mention that it **requires openssl**. However I built it before without xbps-src and it worked fine. I really sorry if that caused any inconvinece. 

**here are the actual required dependencies:**
devel of `gtk, webkit2gtk, libhandy, sqlite3, gettext and openssl` (replaced openssl-devel with libressl-devel)
I can not believe I missed some of these while writing the template. Never hurts to look twice.
I updated the template above so you can keep track of the changes I made.


**New error:**
```
+ cargo build --release --manifest-path=../Cargo.toml
/builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh: line 24: cargo: command not found
FAILED: src/com.gitlab.newsflash
/bin/bash /builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0-rc1/build ''
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0+rc1_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
```

probably still need `cargo`

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (15 preceding siblings ...)
  2020-08-10 21:13 ` martnnw
@ 2020-08-10 21:14 ` martnnw
  2020-08-10 21:14 ` martnnw
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 21:14 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671583992

Comment:
I forgot to mention that it **requires openssl**. However I built it before without xbps-src and it worked fine. I really sorry if that caused any inconvinece. 

**here are the actual required dependencies:**
devel of `gtk, webkit2gtk, libhandy, sqlite3, gettext and openssl` (replaced openssl-devel with libressl-devel)

I can not believe I missed some of these while writing the template. Never hurts to look twice.
I updated the template above so you can keep track of the changes I made.


**New error:**
```
+ cargo build --release --manifest-path=../Cargo.toml
/builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh: line 24: cargo: command not found
FAILED: src/com.gitlab.newsflash
/bin/bash /builddir/news_flash_gtk-1.0-rc1/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0-rc1/build ''
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0+rc1_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
```

probably still need `cargo`

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (16 preceding siblings ...)
  2020-08-10 21:14 ` martnnw
@ 2020-08-10 21:14 ` martnnw
  2020-08-10 21:15 ` martnnw
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 21:14 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671553599

Comment:
```
Host machine cpu family: x86_64
Host machine cpu: x86_64
Using 'PKG_CONFIG' from environment with value: 'pkg-config'
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency glib-2.0 found: NO

meson.build:11:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.
```

Ok that makes things a lot clearer.

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (17 preceding siblings ...)
  2020-08-10 21:14 ` martnnw
@ 2020-08-10 21:15 ` martnnw
  2020-08-22  8:35 ` [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained martnnw
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-10 21:15 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-671552643

Comment:
Hold up I'm probably missing ninja ... right?

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (18 preceding siblings ...)
  2020-08-10 21:15 ` martnnw
@ 2020-08-22  8:35 ` martnnw
  2020-08-22  8:35 ` martnnw
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-22  8:35 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-678613890

Comment:
It seems to compile sucessfully on all platform now, but can't proceed building on ARM and the other non x86 and i686 platforms. It fails to copy a file and I don't understand why.

Here is the output:
```
+ cp /builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk src/com.gitlab.newsflash
cp: cannot stat '/builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk': No such file or directory
[2/3] Generating com.gitlab.newsflash.appdata.xml_data_merge with a custom command
FAILED: src/com.gitlab.newsflash 
/bin/bash /builddir/news_flash_gtk-1.0.5/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0.5/build '' '--features "readability"'
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0.5_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```
You can take a look at the pull request. I did not know github had a drafting feature so excuse the mess. Nexttime I'll try to build the package sucessfully locally before I submit a PR. I really terribly sorry...

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (19 preceding siblings ...)
  2020-08-22  8:35 ` [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained martnnw
@ 2020-08-22  8:35 ` martnnw
  2020-08-22  8:36 ` martnnw
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-22  8:35 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-678613890

Comment:
It seems to compile sucessfully on all platform now, but can't proceed building on ARM and the other non x86 and i686 platforms. It fails to copy a file and I don't understand why.

Here is the output:
```
+ cp /builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk src/com.gitlab.newsflash
cp: cannot stat '/builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk': No such file or directory
[2/3] Generating com.gitlab.newsflash.appdata.xml_data_merge with a custom command
FAILED: src/com.gitlab.newsflash 
/bin/bash /builddir/news_flash_gtk-1.0.5/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0.5/build '' '--features "readability"'
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0.5_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```
You can take a look at the pull request. I did not know github had a drafting feature so excuse the mess. Next time I'll try to build the package sucessfully locally before I submit a PR. I really terribly sorry...

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (20 preceding siblings ...)
  2020-08-22  8:35 ` martnnw
@ 2020-08-22  8:36 ` martnnw
  2020-08-22 10:22 ` martnnw
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-22  8:36 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-678613890

Comment:
It seems to compile sucessfully on all platform now, but can't proceed building on ARM and the other non x86 and i686 platforms. It fails to copy a file and I don't understand why.

Here is the output:
```
+ cp /builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk src/com.gitlab.newsflash
cp: cannot stat '/builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk': No such file or directory
[2/3] Generating com.gitlab.newsflash.appdata.xml_data_merge with a custom command
FAILED: src/com.gitlab.newsflash 
/bin/bash /builddir/news_flash_gtk-1.0.5/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0.5/build '' '--features "readability"'
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0.5_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```
You can take a look at the pull request. I did not know github had a drafting feature so excuse the mess. Next time I'll try to build the package sucessfully locally before I submit a PR. I'm really terribly sorry...

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (21 preceding siblings ...)
  2020-08-22  8:36 ` martnnw
@ 2020-08-22 10:22 ` martnnw
  2020-08-22 10:25 ` martnnw
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-22 10:22 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-678613890

Comment:
It seems to compile sucessfully on all platforms now, but can't proceed building on ARM and the other non x86 and i686 platforms. It fails to copy a file and I don't understand why.

Here is the output:
```
+ cp /builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk src/com.gitlab.newsflash
cp: cannot stat '/builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk': No such file or directory
[2/3] Generating com.gitlab.newsflash.appdata.xml_data_merge with a custom command
FAILED: src/com.gitlab.newsflash 
/bin/bash /builddir/news_flash_gtk-1.0.5/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0.5/build '' '--features "readability"'
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0.5_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```
You can take a look at the pull request. I did not know github had a drafting feature so excuse the mess. Next time I'll try to build the package sucessfully locally before I submit a PR. I'm really terribly sorry...

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (22 preceding siblings ...)
  2020-08-22 10:22 ` martnnw
@ 2020-08-22 10:25 ` martnnw
  2021-08-11 22:36 ` paper42
  2021-08-11 22:36 ` [ISSUE] [CLOSED] " paper42
  25 siblings, 0 replies; 27+ messages in thread
From: martnnw @ 2020-08-22 10:25 UTC (permalink / raw)
  To: ml

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

New comment by martnnw on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-678613890

Comment:
It seems to compile sucessfully on all platforms now, but can't proceed building on ARM and the other non x86 and i686 platforms. It fails and I don't understand why.

Here is the output:
```
+ cp /builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk src/com.gitlab.newsflash
cp: cannot stat '/builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk': No such file or directory
[2/3] Generating com.gitlab.newsflash.appdata.xml_data_merge with a custom command
FAILED: src/com.gitlab.newsflash 
/bin/bash /builddir/news_flash_gtk-1.0.5/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0.5/build '' '--features "readability"'
ninja: build stopped: subcommand failed.
=> ERROR: news_flash_gtk-1.0.5_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:122
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```
You can take a look at the pull request. I did not know github had a drafting feature so excuse the mess. Next time I'll try to build the package sucessfully locally before I submit a PR. I'm really terribly sorry...

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

* Re: [ISSUE] [CLOSED] [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (24 preceding siblings ...)
  2021-08-11 22:36 ` paper42
@ 2021-08-11 22:36 ` paper42
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-11 22:36 UTC (permalink / raw)
  To: ml

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

Closed issue by ghost on void-packages repository

https://github.com/void-linux/void-packages/issues/24204

Description:
I tried to prepare a template for this but didn't figure out how to get it working... so I opened this issue instead of a proper PR.

Package: https://gitlab.com/news-flash/news_flash_gtk

My attempt at a template:
```sh
# Template file for news-flash-gtk
pkgname=news_flash_gtk
version=1.0+rc1
_ver="${version/+/-}"
revision=1
wrksrc="${pkgname}-${_ver}"
build_style=meson
build_helper=rust
short_desc="A modern gtk feed-reader written in rust"
hostmakedepends="pkg-config glib-devel cargo"
makedepends="gtk+-devel webkit2gtk-devel libhandy-devel sqlite-devel gettext-devel libressl-devel rust-std"
license="GPL-3.0-only"
maintainer="******************************"
homepage="https://gitlab.com/news-flash/news_flash_gtk"
distfiles="${homepage}/-/archive/1.0-rc1/${pkgname}-${_ver}.tar.gz"
checksum="9c5d65699c9aba582e0c7b453d28e5bf430f449b4e7369958970947164f99ccb"
```
I hope this proves to be useful (even though it is not working). 
Maybe I can learn a thing or two once this is packaged :smile: 
 

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

* Re: [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained
  2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
                   ` (23 preceding siblings ...)
  2020-08-22 10:25 ` martnnw
@ 2021-08-11 22:36 ` paper42
  2021-08-11 22:36 ` [ISSUE] [CLOSED] " paper42
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-11 22:36 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/24204#issuecomment-897206520

Comment:
newsflash is now packaged: 0045ad74e93b765a88a9496f795122c6a1ad8598

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

end of thread, other threads:[~2021-08-11 22:36 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 19:17 [ISSUE] [Package Request] news_flash_gtk as FeedReader (predecessor) is deprecated martnnw
2020-08-10 19:24 ` ericonr
2020-08-10 19:40 ` martnnw
2020-08-10 19:47 ` ericonr
2020-08-10 19:47 ` martnnw
2020-08-10 19:47 ` ericonr
2020-08-10 19:49 ` martnnw
2020-08-10 20:22 ` ericonr
2020-08-10 20:25 ` martnnw
2020-08-10 20:28 ` ericonr
2020-08-10 20:53 ` martnnw
2020-08-10 20:55 ` martnnw
2020-08-10 20:56 ` ericonr
2020-08-10 21:00 ` ericonr
2020-08-10 21:03 ` martnnw
2020-08-10 21:13 ` martnnw
2020-08-10 21:13 ` martnnw
2020-08-10 21:14 ` martnnw
2020-08-10 21:14 ` martnnw
2020-08-10 21:15 ` martnnw
2020-08-22  8:35 ` [Package Request] news_flash_gtk as FeedReader (predecessor) is no longer actively maintained martnnw
2020-08-22  8:35 ` martnnw
2020-08-22  8:36 ` martnnw
2020-08-22 10:22 ` martnnw
2020-08-22 10:25 ` martnnw
2021-08-11 22:36 ` paper42
2021-08-11 22:36 ` [ISSUE] [CLOSED] " 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).