[Users] [Bug 4547] New: `--enable-tests` makes compilation fail with `No rule to make target '../pgpcore_la-pgp_utils.o', needed by 'pgp_utils_test'.`

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Thu Nov 11 16:20:17 CET 2021


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

            Bug ID: 4547
           Summary: `--enable-tests` makes compilation fail with `No rule
                    to make target '../pgpcore_la-pgp_utils.o', needed by
                    'pgp_utils_test'.`
           Product: Claws Mail (GTK 2)
           Version: GIT
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Other
          Assignee: users at lists.claws-mail.org
          Reporter: linux.felixbecker2 at gmx.de

If I compile claws-mail with `--enable-tests`, configuration fails with

    make[6]: *** No rule to make target '../pgpcore_la-pgp_utils.o', needed by
'pgp_utils_test'.  Stop.

If I specify `--disable-tests` instead it compiles fine.

Tested with Claws mail git checkout from git://git.claws-mail.org/claws.git,
latest commit hash 71e1e70a4 (commit date: 2021-11-06), on Artix Linux.

The full `./configure` command line is:

    ./configure \
      --prefix='/usr' \
      --disable-static \
      --enable-shared \
      --enable-nls \
      --enable-manual \
      --enable-libsm \
      --enable-ipv6 \
      --enable-gnutls \
      --enable-enchant \
      --enable-crash-dialog \
      --disable-generic-umpc \
      --enable-compface \
      --enable-pthread \
      --enable-startup-notification \
      --enable-dbus \
      --enable-ldap \
      --disable-jpilot \
      --disable-networkmanager \
      --enable-libetpan \
      --disable-valgrind \
      --disable-alternate-addressbook \
      --enable-svg \
      --enable-tests \
      --enable-deprecated \
      --enable-acpi_notifier-plugin \
      --enable-address_keeper-plugin \
      --enable-archive-plugin \
      --enable-att_remover-plugin \
      --enable-attachwarner-plugin \
      --enable-bogofilter-plugin \
      --enable-bsfilter-plugin \
      --enable-clamd-plugin \
      --enable-dillo-plugin \
      --disable-fancy-plugin \
      --enable-fetchinfo-plugin \
      --enable-gdata-plugin \
      --enable-libravatar-plugin \
      --enable-litehtml_viewer-plugin \
      --enable-mailmbox-plugin \
      --enable-managesieve-plugin \
      --enable-newmail-plugin \
      --enable-notification-plugin \
      --enable-pdf_viewer-plugin \
      --enable-perl-plugin \
      --enable-python-plugin \
      --enable-pgpcore-plugin \
      --enable-pgpmime-plugin \
      --enable-pgpinline-plugin \
      --enable-rssyl-plugin \
      --enable-smime-plugin \
      --enable-spamassassin-plugin \
      --enable-spam_report-plugin \
      --enable-tnef_parse-plugin \
      --enable-vcalendar-plugin \
      --enable-demo-plugin

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


More information about the Users mailing list