simple src_configure implementation inspired by cmake.eclass
Closes: https://bugs.gentoo.org/721936
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 77 -
1 file changed, 70 insertions(+), 7 deletions(-)
diff --git a/eclass/cargo.eclass b/ecl
On Fri, 12 Jun 2020 17:43:10 -0400
Mike Gilbert wrote:
> On Fri, Jun 12, 2020 at 5:25 PM Sergei Trofimovich wrote:
> >
> > x11-libs/libdrm and media-libs/libglvnd fail to find 'nm'
> > tool on sys-devel/binutils-config[-native-symlinks] system as:
> > `meson.build:40:0: ERROR: Program(s) ['nm']
On Fri, Jun 12, 2020 at 5:25 PM Sergei Trofimovich wrote:
>
> x11-libs/libdrm and media-libs/libglvnd fail to find 'nm'
> tool on sys-devel/binutils-config[-native-symlinks] system as:
> `meson.build:40:0: ERROR: Program(s) ['nm'] not found or not executable`
>
> It's caused by the code that locat
x11-libs/libdrm and media-libs/libglvnd fail to find 'nm'
tool on sys-devel/binutils-config[-native-symlinks] system as:
`meson.build:40:0: ERROR: Program(s) ['nm'] not found or not executable`
It's caused by the code that locates the tool as:
`prog_nm = find_program('nm')`.
The change adds 'nm'
All,
this patch is being committed today.
Thanks,
William
signature.asc
Description: PGP signature
On 6/12/20 10:54 AM, Jaco Kroon wrote:
> Hi Aisha,
>
> On 2020/06/12 13:44, Aisha Tammy wrote:
>> On 6/12/20 6:55 AM, Jaco Kroon wrote:
>>> Hi,
>>>
>>> Can we possibly include the concept of "helping to file bug reports" here?
>>>
>>> For example, I've got an issue (which hasn't annoyed me just qu
On 6/12/20 11:59 AM, Luca Barbato wrote:
> On 12/06/2020 18:24, Georgy Yakovlev wrote:
>> On 6/12/20 4:16 AM, Luca Barbato wrote:
>>> On 12/06/2020 11:04, Georgy Yakovlev wrote:
+# cargo_src_configure --no-default-features
>>>
>>> Shall we default in not-defaulting so we can spare some boi
On Fri, Jun 12, 2020 at 2:37 PM Sergei Trofimovich wrote:
>
> x11-libs/libdrm and media-libs/libglvnd fail to find 'nm'
> tool on sys-devel/binutils-config[-native-symlinks] system as:
> `meson.build:40:0: ERROR: Program(s) ['nm'] not found or not executable`
>
> It's caused by the code that locat
On 12/06/2020 18:24, Georgy Yakovlev wrote:
On 6/12/20 4:16 AM, Luca Barbato wrote:
On 12/06/2020 11:04, Georgy Yakovlev wrote:
+# cargo_src_configure --no-default-features
Shall we default in not-defaulting so we can spare some boilerplate?
I don't think so. Let me explain.
First of al
x11-libs/libdrm and media-libs/libglvnd fail to find 'nm'
tool on sys-devel/binutils-config[-native-symlinks] system as:
`meson.build:40:0: ERROR: Program(s) ['nm'] not found or not executable`
It's caused by the code that locates the tool as:
`prog_nm = find_program('nm')`.
The change adds 'nm'
On 6/11/20 8:11 PM, Georgy Yakovlev wrote:
> no consumers left in the tree
>
> Signed-off-by: Georgy Yakovlev
> ---
> eclass/cargo.eclass | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
> index ad90a0c7dd8..ccbf87aa9a6 100644
> --- a/eclass/carg
On 6/12/20 6:03 AM, Kent Fredric wrote:
I've replied privately by mistake, replying to the list again.
> On Fri, 12 Jun 2020 02:04:51 -0700
> Georgy Yakovlev wrote:
>
>> +# cargo_src_configure --no-default-features
>
> Looking at the source, I don't see how this is passed from this command to
On 6/12/20 4:16 AM, Luca Barbato wrote:
> On 12/06/2020 11:04, Georgy Yakovlev wrote:
>> +# cargo_src_configure --no-default-features
>
> Shall we default in not-defaulting so we can spare some boilerplate?
I don't think so. Let me explain.
First of all, this will force to explicitly micro-ma
On Fri, 12 Jun 2020 10:58:24 -0400
Rich Freeman wrote:
> On Fri, Jun 12, 2020 at 10:33 AM Alexis Ballier
> wrote:
> >
> > What about /j #gentoo-media, discuss, join the current projects,
> > get a few things done (there is a lot of choice there ;) ), maybe
> > orphan unmaintained players/viewers
On Fri, Jun 12, 2020 at 10:33 AM Alexis Ballier wrote:
>
> What about /j #gentoo-media, discuss, join the current projects, get a
> few things done (there is a lot of choice there ;) ), maybe orphan
> unmaintained players/viewers, or check if they are maintained and hand
> them to a specific maint
Hi Aisha,
On 2020/06/12 13:44, Aisha Tammy wrote:
> On 6/12/20 6:55 AM, Jaco Kroon wrote:
>> Hi,
>>
>> Can we possibly include the concept of "helping to file bug reports" here?
>>
>> For example, I've got an issue (which hasn't annoyed me just quite
>> enough yet to put effort in) where on bootup
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Wed, 10 Jun 2020 20:25:20 +0200
Michał Górny wrote:
> Hi,
>
> Let's split this from [1] as I suppose having it in middle of
> high-noise 'up for grabs' might prevent some interested people from
> seeing it.
>
> The general purpose of codec pro
On Fri, 12 Jun 2020 02:04:51 -0700
Georgy Yakovlev wrote:
> +#cargo_src_configure --no-default-features
Looking at the source, I don't see how this is passed from this command to
anything.
> + # transform array from simple feature list
> + # to multiple cargo args:
> + # --feat
On 6/12/20 6:55 AM, Jaco Kroon wrote:
> Hi,
>
> Can we possibly include the concept of "helping to file bug reports" here?
>
> For example, I've got an issue (which hasn't annoyed me just quite
> enough yet to put effort in) where on bootup after xdm init script
> starts it takes ~2 minutes befor
On 12/06/2020 11:04, Georgy Yakovlev wrote:
+# cargo_src_configure --no-default-features
Shall we default in not-defaulting so we can spare some boilerplate?
lu
On 12/06/2020 05:15, Georgy Yakovlev wrote:
This will also allow me to start adding cross support to cargo.eclass
with new cross-friendly variables.
experimental cross support landed in rust-1.44.0 today [1]
Yes please :)
lu
Hi,
Can we possibly include the concept of "helping to file bug reports" here?
For example, I've got an issue (which hasn't annoyed me just quite
enough yet to put effort in) where on bootup after xdm init script
starts it takes ~2 minutes before slim login is displayed. But I don't
know enough
On 6/12/20 2:04 AM, Georgy Yakovlev wrote:
> simple src_configure implementation inspired by cmake.eclass
>
> Closes: https://bugs.gentoo.org/721936
>
> Signed-off-by: Georgy Yakovlev
> ---
> eclass/cargo.eclass | 51 ++---
> 1 file changed, 44 insertions
On 6/12/20 2:04 AM, Georgy Yakovlev wrote:
> Signed-off-by: Georgy Yakovlev
> ---
> x11-terms/alacritty/alacritty-0.4.3.ebuild | 9 +
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild
> b/x11-terms/alacritty/alacritty-0.4.3.ebu
Add simple src_configure implementation, based on cmake.eclass.
2nd patch is an example of migrated ebuild.
simple src_configure implementation inspired by cmake.eclass
Closes: https://bugs.gentoo.org/721936
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 51 ++---
1 file changed, 44 insertions(+), 7 deletions(-)
diff --git a/eclass/cargo.eclass b/ecl
Signed-off-by: Georgy Yakovlev
---
x11-terms/alacritty/alacritty-0.4.3.ebuild | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild
b/x11-terms/alacritty/alacritty-0.4.3.ebuild
index ac4d768d09b..2efc1a6dd0a 100644
--- a/x11-terms
27 matches
Mail list logo