Displaying 8 results from an estimated 8 matches for "toolybird".
2020 Aug 30
5
Meson build
Hi,
Just a heads up on my experiences with the new build system.
Arch Linux
meson-0.55.1
Overall, it looks good, so well done!
Just a couple of minor things I noted:
1. Arch uses a meson wrapper script (arch-meson) that sets:
--buildtype plain
This seems to trigger a bug in meson that results in copious bogus compiler warnings:
cc1: warning: ‘-Wformat-y2k’ ignored without ‘-Wformat’
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> Hi,
>>
>> Just a heads up on my experiences with the new build system.
>>
>> Arch Linux
>> meson-0.55.1
>>
>> Overall, it looks good, so well done!
>>
>> Just a couple of minor things I noted:
>>
>> 1. Arch uses a mes...
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
>> On a Tuesday in 2020, Pavel Hrdina wrote:
>> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> > > Hi,
>> > >
>> > > Just a heads up on my experiences with the new build system.
>> > >
>> > > Arch Linux
>> > > meson-0.55.1
>> > >
>> > > Overall, it looks good, so well done!
>> >...
2019 Nov 26
0
[PATCH supermin] ext2: Build symbolic links correctly (RHBZ#1770304).
...nel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/readdir.c?id=8a23eb804ca4f2be909e372cf5a9e7b30ae476cd
It's unnecessary to create the empty inode since ext2fs_symlink can
create the inode for us perfectly fine if we simply pass ino == 0, and
it creates them correctly too.
Thanks: Toolybird for identifying the problem and kernel patch.
---
src/ext2fs-c.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/src/ext2fs-c.c b/src/ext2fs-c.c
index e8ab972..8903f74 100644
--- a/src/ext2fs-c.c
+++ b/src/ext2fs-c.c
@@ -782,12 +782,6 @@ ext2_copy_file (struct ext2_data...
2020 Sep 01
0
Re: Meson build
On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
> Hi,
>
> Just a heads up on my experiences with the new build system.
>
> Arch Linux
> meson-0.55.1
>
> Overall, it looks good, so well done!
>
> Just a couple of minor things I noted:
>
> 1. Arch uses a meson wrapper script (arch-meson) that sets:
&...
2020 Sep 01
0
Re: Meson build
On a Sunday in 2020, Toolybird wrote:
>Hi,
>
>Just a heads up on my experiences with the new build system.
>
>Arch Linux
>meson-0.55.1
>
>Overall, it looks good, so well done!
>
>Just a couple of minor things I noted:
>
>1. Arch uses a meson wrapper script (arch-meson) that sets:
>
>? --...
2020 Sep 01
0
Re: Meson build
On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
> On a Tuesday in 2020, Pavel Hrdina wrote:
> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
> > > Hi,
> > >
> > > Just a heads up on my experiences with the new build system.
> > >
> > > Arch Linux
> > > meson-0.55.1
> > >
> > > Overall, it looks good, so well done!
> > >
> > > Just a coup...
2020 Sep 01
0
Re: Meson build
...+0200, Ján Tomko wrote:
> > > On a Tuesday in 2020, Pavel Hrdina wrote:
> > > > On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
> > > > > On a Tuesday in 2020, Pavel Hrdina wrote:
> > > > > > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > Just a heads up on my experiences with the new build system.
> > > > > > >
> > > > > > > Arch Linux
> > > > > > > meso...