You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should rebuild the tar.gz with the missing doc/list_config.pod file
Actual behavior
Make command fails with error: pod2man: unable to format list_config.pod
See detailed output below
I checked the doc/ content and it appears that list_config.pod and has a different owner, see below
Additional information
$ make
Making all in src
make[1] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src »
Making all in bin
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/bin »
GEN arc2webarc.pl
GEN sympa_test_ldap.pl
GEN p12topem.pl
GEN init_comment.pl
GEN testlogs.pl
GEN mod2html.pl
GEN tpl2tt2.pl
GEN sympa_soap_client.pl
GEN upgrade_bulk_spool.pl
GEN upgrade_send_spool.pl
GEN upgrade_shared_repository.pl
GEN upgrade_sympa_password.pl
GEN mod2html.1
GEN sympa_test_ldap.1
GEN upgrade_bulk_spool.1
GEN upgrade_send_spool.1
GEN upgrade_shared_repository.1
GEN upgrade_sympa_password.1
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/bin »
Making all in cgi
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/cgi »
CC wwsympa_wrapper_fcgi-wwsympa-wrapper.fcgi.o
CCLD wwsympa-wrapper.fcgi
CC sympa_soap_server_wrapper_fcgi-sympa_soap_server-wrapper.fcgi.o
CCLD sympa_soap_server-wrapper.fcgi
GEN wwsympa.fcgi
GEN sympa_soap_server.fcgi
GEN wwsympa.8
GEN sympa_soap_server.8
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/cgi »
Making all in etc
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/etc »
Making all in script
make[3] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/etc/script »
GEN sympasoap.service
GEN wwsympa.service
GEN sympa-tmpfiles.conf
GEN sympa-archive.service
GEN sympa-bounce.service
GEN sympa-outgoing.service
GEN sympa-task.service
GEN sympa.service
make[3] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/etc/script »
make[3] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/etc »
make[3]: Rien à faire pour « all-am ».
make[3] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/etc »
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/etc »
Making all in lib
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/lib »
GEN Sympa/Internals.pod
GEN Sympa/Constants.pm
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/lib »
Making all in libexec
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/libexec »
CC queue-queue.o
CCLD queue
CC bouncequeue-bouncequeue.o
CCLD bouncequeue
CC familyqueue-familyqueue.o
CCLD familyqueue
CC sympa_newaliases_wrapper-sympa_newaliases-wrapper.o
CCLD sympa_newaliases-wrapper
GEN alias_manager.pl
GEN ldap_alias_manager.pl
GEN mysql_alias_manager.pl
GEN alias_manager.8
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/libexec »
Making all in sbin
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/sbin »
GEN archived.pl
GEN bounced.pl
GEN bulk.pl
GEN sympa.pl
GEN sympa_automatic.pl
GEN sympa_msg.pl
GEN sympa_newaliases.pl
GEN sympa_wizard.pl
GEN task_manager.pl
GEN sympa.1
GEN sympa_newaliases.1
GEN sympa_wizard.1
GEN archived.8
GEN bounced.8
GEN bulk.8
GEN sympa_automatic.8
GEN sympa_msg.8
GEN task_manager.8
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src/sbin »
make[2] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/src »
make[2]: Rien à faire pour « all-am ».
make[2] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src »
make[1] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/src »
Making all in default
make[1] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/default »
GEN list_aliases.tt2
make[1] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/default »
Making all in doc
make[1] : on entre dans le répertoire « /usr/local/sympa/src/sympa-6.2.36/doc »
GEN sympa_toc.1
GEN auth.conf.5
GEN automatic_lists_description.conf.5
GEN charset.conf.5
GEN crawlers_detection.conf.5
GEN edit_list.conf.5
GEN ldap_alias_manager.conf.5
GEN list_config.5
pod2man: unable to format list_config.pod
make[1]: *** [list_config.5] Erreur 1
make[1] : on quitte le répertoire « /usr/local/sympa/src/sympa-6.2.36/doc »
make: *** [all-recursive] Erreur 1
However, list_config.pod file already exists in your source tree (it is obviously not included in source tarball) would be better to be removed before you retry, you may have to remove this file.
Version
6.2.36
Installation method
from sources
Expected behavior
You should rebuild the tar.gz with the missing doc/list_config.pod file
Actual behavior
Make command fails with error: pod2man: unable to format list_config.pod
See detailed output below
I checked the doc/ content and it appears that list_config.pod and has a different owner, see below
Additional information
The text was updated successfully, but these errors were encountered: