Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 769802 Details for
Bug 837614
app-emacs/bbdb-3.2_pre20180106 - bbdb-sc.el: Error: Wrong number of arguments: (3 . 4), 2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-emacs:bbdb-3.2_pre20180106:20220410-025011.log
app-emacs:bbdb-3.2_pre20180106:20220410-025011.log (text/plain), 15.88 KB, created by
Toralf Förster
on 2022-04-10 09:50:02 UTC
(
hide
)
Description:
app-emacs:bbdb-3.2_pre20180106:20220410-025011.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-04-10 09:50:02 UTC
Size:
15.88 KB
patch
obsolete
> * Package: app-emacs/bbdb-3.2_pre20180106 > * Repository: gentoo > * Maintainer: gnu-emacs@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Emacs version: 28.1 >>>> Unpacking source... >>>> Unpacking bbdb-3.2.tar.gz to /var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work >>>> Source unpacked in /var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work >>>> Preparing source in /var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2 ... > * Running eautoreconf in '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'automake --add-missing --copy --foreign --force-missing' ... > [ ok ] > * Running elibtoolize in: bbdb-3.2/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2 ... > * econf: updating bbdb-3.2/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating bbdb-3.2/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --docdir=/usr/share/doc/bbdb-3.2_pre20180106 --htmldir=/usr/share/doc/bbdb-3.2_pre20180106/html --libdir=/usr/lib64 --with-lispdir=/usr/share/emacs/site-lisp/bbdb --without-vm-dir >checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking for emacs... emacs >checking where .elc files should go... /usr/share/emacs/site-lisp/bbdb >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating lisp/Makefile >config.status: creating lisp/bbdb-pkg.el >config.status: creating doc/Makefile >config.status: creating tex/Makefile >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2 ... >make -j4 -C lisp >make: Entering directory '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2/lisp' >sed -e "s=[@]pkgdatadir[@]=/usr/share/bbdb=" \ > -e "s=[@]PACKAGE_VERSION[@]=3.2=" \ > < bbdb-site.el.in > bbdb-site.el >make all-am >make[1]: Entering directory '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2/lisp' >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb.elc in */*) \ > am__dir=`echo 'bbdb.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb.elc")) (defun byte-compile-dest-file (_) "bbdb.elc") )' \ > -f batch-byte-compile 'bbdb.el'; \ >else :; fi >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-anniv.elc in */*) \ > am__dir=`echo 'bbdb-anniv.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-anniv.elc")) (defun byte-compile-dest-file (_) "bbdb-anniv.elc") )' \ > -f batch-byte-compile 'bbdb-anniv.el'; \ >else :; fi >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-com.elc in */*) \ > am__dir=`echo 'bbdb-com.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-com.elc")) (defun byte-compile-dest-file (_) "bbdb-com.elc") )' \ > -f batch-byte-compile 'bbdb-com.el'; \ >else :; fi >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-gnus.elc in */*) \ > am__dir=`echo 'bbdb-gnus.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-gnus.elc")) (defun byte-compile-dest-file (_) "bbdb-gnus.elc") )' \ > -f batch-byte-compile 'bbdb-gnus.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. > >In toplevel form: >bbdb.el:1090:1: Warning: Alias for âbbdb-ignore-redundant-mailsâ should be > declared before its referent >bbdb.el:1298:1: Warning: Alias for âbbdb-mua-pop-upâ should be declared before > its referent >bbdb.el:1336:1: Warning: Alias for âbbdb-xfields-sort-orderâ should be > declared before its referent >bbdb.el:1346:1: Warning: Alias for âbbdb-merge-xfield-function-alistâ should > be declared before its referent >bbdb.el:1349:1: Warning: custom-declare-variable > `bbdb-mua-summary-unification-list' docstring wider than 80 characters >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-gnus-aux.elc in */*) \ > am__dir=`echo 'bbdb-gnus-aux.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-gnus-aux.elc")) (defun byte-compile-dest-file (_) "bbdb-gnus-aux.elc") )' \ > -f batch-byte-compile 'bbdb-gnus-aux.el'; \ >else :; fi > >In bbdb-read-name: >bbdb-com.el:854:8: Warning: docstring wider than 80 characters >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-ispell.elc in */*) \ > am__dir=`echo 'bbdb-ispell.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-ispell.elc")) (defun byte-compile-dest-file (_) "bbdb-ispell.elc") )' \ > -f batch-byte-compile 'bbdb-ispell.el'; \ >else :; fi >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-message.elc in */*) \ > am__dir=`echo 'bbdb-message.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-message.elc")) (defun byte-compile-dest-file (_) "bbdb-message.elc") )' \ > -f batch-byte-compile 'bbdb-message.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-mhe.elc in */*) \ > am__dir=`echo 'bbdb-mhe.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-mhe.elc")) (defun byte-compile-dest-file (_) "bbdb-mhe.elc") )' \ > -f batch-byte-compile 'bbdb-mhe.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-migrate.elc in */*) \ > am__dir=`echo 'bbdb-migrate.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-migrate.elc")) (defun byte-compile-dest-file (_) "bbdb-migrate.elc") )' \ > -f batch-byte-compile 'bbdb-migrate.el'; \ >else :; fi > >In bbdb/gnus-nnimap-folder-list-from-bbdb: >bbdb-gnus-aux.el:320:8: Warning: docstring wider than 80 characters >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-mua.elc in */*) \ > am__dir=`echo 'bbdb-mua.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-mua.elc")) (defun byte-compile-dest-file (_) "bbdb-mua.elc") )' \ > -f batch-byte-compile 'bbdb-mua.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-pgp.elc in */*) \ > am__dir=`echo 'bbdb-pgp.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-pgp.elc")) (defun byte-compile-dest-file (_) "bbdb-pgp.elc") )' \ > -f batch-byte-compile 'bbdb-pgp.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-tex.elc in */*) \ > am__dir=`echo 'bbdb-tex.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-tex.elc")) (defun byte-compile-dest-file (_) "bbdb-tex.elc") )' \ > -f batch-byte-compile 'bbdb-tex.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. > >In bbdb-mua-summary-unify: >bbdb-mua.el:1003:8: Warning: docstring wider than 80 characters >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-rmail.elc in */*) \ > am__dir=`echo 'bbdb-rmail.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-rmail.elc")) (defun byte-compile-dest-file (_) "bbdb-rmail.elc") )' \ > -f batch-byte-compile 'bbdb-rmail.el'; \ >else :; fi >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-sc.elc in */*) \ > am__dir=`echo 'bbdb-sc.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-sc.elc")) (defun byte-compile-dest-file (_) "bbdb-sc.elc") )' \ > -f batch-byte-compile 'bbdb-sc.el'; \ >else :; fi > >In end of data: >bbdb-tex.el:414:6: Warning: the function âcl-progvâ is not known to be > defined. >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-snarf.elc in */*) \ > am__dir=`echo 'bbdb-snarf.elc' | sed 's,/[^/]*$,,'`; \ > am__subdir_includes="-L $am__dir -L ./$am__dir"; \ > esac; \ > test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ > emacs --batch \ > --no-init-file --no-site-file \ > $am__subdir_includes -L . -L . \ > --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "bbdb-snarf.elc")) (defun byte-compile-dest-file (_) "bbdb-snarf.elc") )' \ > -f batch-byte-compile 'bbdb-snarf.el'; \ >else :; fi >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. >Warning (bytecomp): Changing âbyte-compile-dest-fileâ is obsolete (as of 23.2); >set âbyte-compile-dest-file-functionâ instead. > >In toplevel form: >bbdb-sc.el:78:1: Error: Wrong number of arguments: (3 . 4), 2 >make[1]: *** [Makefile:357: bbdb-sc.elc] Error 1 >make[1]: *** Waiting for unfinished jobs.... >make[1]: Leaving directory '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2/lisp' >make: *** [Makefile:320: all] Error 2 >make: Leaving directory '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2/lisp' > * ERROR: app-emacs/bbdb-3.2_pre20180106::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-emacs/bbdb-3.2_pre20180106::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-emacs/bbdb-3.2_pre20180106::gentoo'`. > * The complete build log is located at '/var/log/portage/app-emacs:bbdb-3.2_pre20180106:20220410-025011.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/temp/environment'. > * Working directory: '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2' > * S: '/var/tmp/portage/app-emacs/bbdb-3.2_pre20180106/work/bbdb-3.2' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 837614
:
769799
| 769802 |
769805
|
769808
|
769811
|
769814
|
769817