[Users] Git builds of 3.18.0 broken

Brian Morrison bdm at fenrir.org.uk
Fri Sep 10 12:40:30 CEST 2021


On Fri, 2021-09-10 at 10:26 +0000, Paul via Users wrote:
> On Fri, 10 Sep 2021 11:19:17 +0100
> Brian Morrison <bdm at fenrir.org.uk> wrote: 
> 
> > Several files have had chmod -x applied, this breaks autogen.sh and
> > some subsequent steps.
> 
> Such as?
> 
> > Just thought I should mention it.
> 
> Obviously it doesn't happen for most, or perhaps everyone but you. So
> can you
> tell more?
> 
> The release was, of course, a git build. etc etc

Yes, of course, I just thought you would like to know.

This was my git pull output


Fetching origin
remote: Enumerating objects: 191, done.
remote: Counting objects: 100% (185/185), done.
remote: Compressing objects: 100% (143/143), done.
remote: Total 143 (delta 116), reused 0 (delta 0)
Receiving objects: 100% (143/143), 15.98 KiB | 4.00 MiB/s, done.
Resolving deltas: 100% (116/116), completed with 34 local objects.
>From https://git.claws-mail.org/readonly/claws
   8589ae35c..6f604e06b  master     -> origin/master
   882bb4d6f..ef5c197cf  gtk3       -> origin/gtk3
Updating 8589ae35c..6f604e06b
Fast-forward
 autogen.sh                                                        | 0
 config/test-driver                                                | 0
 src/common/file-utils.c                                           | 9
++++++---
 src/etpan/imap-thread.c                                           | 3
++-
 src/main.c                                                        | 3
++-
 src/plugins/archive/libarchive_archive.c                          | 8
+++++---
 src/plugins/clamd/clamav_plugin.c                                 | 3
++-
 src/plugins/notification/gtkhotkey/Makefile.am                    | 1
+
 src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c | 7
+++++--
 src/plugins/tnef_parse/tnef_parse.c                               | 6
++++--
 src/plugins/vcalendar/vcal_folder.c                               | 3
++-
 src/procmime.c                                                    | 3
++-
 tools/check-appstream.sh                                          | 0
 tools/claws.get.tlds.pl                                           | 0
 tools/gitlog2changelog.py                                         | 0
 15 files changed, 31 insertions(+), 15 deletions(-)
 mode change 100755 => 100644 autogen.sh
 mode change 100755 => 100644 config/test-driver
 mode change 100755 => 100644 tools/check-appstream.sh
 mode change 100755 => 100644 tools/claws.get.tlds.pl
 mode change 100755 => 100644 tools/gitlog2changelog.py

As you can see there are 5 mode changes at the end, the files
themselves appear to be unchanged. This didn't happen for the gtk3
branch.

chmod +x on autogen.sh and gitlog2changelog.py allowed me to build
without problems.

-- 

Brian





More information about the Users mailing list