[Users] [Bug 4074] New: Warnings during building from source

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Tue Aug 21 12:10:18 CEST 2018


https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4074

            Bug ID: 4074
           Summary: Warnings during building from source
    Classification: Unclassified
           Product: Claws Mail
           Version: GIT
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Other
          Assignee: users at lists.claws-mail.org
          Reporter: removed-gdpr at example.com

Created attachment 1904
  -->
https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1904&action=edit
warnings during make

STR:

1.

mkdir -p /tmp/download
cd /tmp/download
git clone git://git.claws-mail.org/claws.git claws
cd claws
./autogen.sh --quiet --enable-silent-rules

Gives warning:

...
configure.ac:49: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are
deprecated.  For more info, see:
configure.ac:49:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:86: installing 'config/compile'
...


2.

export CFLAGS="-O2 -pipe -march=native"
export CXXFLAGS="${CFLAGS}"
./configure \
    --quiet \
    --build=$(uname -m)-suse-linux-gnu \
    --prefix=/opt/claws-mail \
    --disable-jpilot \
    --disable-maintainer-mode \
    --disable-manual \
    --disable-static \
    --enable-bogofilter-plugin \
    --enable-crash-dialog \
    --enable-enchant \
    --enable-gnutls \
    --enable-ldap \
    --enable-pgpmime-plugin \
    --enable-silent-rules \
    --enable-spamassassin-plugin \
    --disable-dillo-plugin \
    --disable-fancy-plugin

3.

make --jobs=$(nproc) --quiet

Gives warnings (see attachment)



Regardless of those everything works in the final build.

version 3.17.0git8

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list