Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 769904 Details for
Bug 837716
app-emacs/bbdb-3.2.2a - make: [Makefile:<snip>: bbdb.pdf] Error 1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-emacs:bbdb-3.2.2a:20220410-184427.log
app-emacs:bbdb-3.2.2a:20220410-184427.log (text/plain), 17.49 KB, created by
Toralf Förster
on 2022-04-10 20:16:33 UTC
(
hide
)
Description:
app-emacs:bbdb-3.2.2a:20220410-184427.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-04-10 20:16:33 UTC
Size:
17.49 KB
patch
obsolete
> * Package: app-emacs/bbdb-3.2.2a > * 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.2a.tar.gz to /var/tmp/portage/app-emacs/bbdb-3.2.2a/work >>>> Source unpacked in /var/tmp/portage/app-emacs/bbdb-3.2.2a/work >>>> Preparing source in /var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a ... > * Running eautoreconf in '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/app-emacs/bbdb-3.2.2a/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'automake --add-missing --copy --foreign --force-missing' ... > [ ok ] > * Running elibtoolize in: bbdb-3.2.2a/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a ... > * econf: updating bbdb-3.2.2a/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating bbdb-3.2.2a/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 --datarootdir=/usr/share --disable-silent-rules --docdir=/usr/share/doc/bbdb-3.2.2a --htmldir=/usr/share/doc/bbdb-3.2.2a/html --libdir=/usr/lib64 --with-lispdir=/usr/share/emacs/site-lisp/bbdb --without-vm-dir --without-wl-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 enable_docs... 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.2a/work/bbdb-3.2.2a ... >make -j4 -C lisp >make: Entering directory '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/lisp' >sed -e "s=[@]pkgdatadir[@]=/usr/share/bbdb=" \ > -e "s=[@]PACKAGE_VERSION[@]=3.2.2a=" \ > < bbdb-site.el.in > bbdb-site.el >make all-am >make[1]: Entering directory '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/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. >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 >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 >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-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. >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 >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-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 >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. >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 >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 >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-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 >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 >if test 'emacs' != no; then \ > am__dir=. am__subdir_includes=''; \ > case bbdb-site.elc in */*) \ > am__dir=`echo 'bbdb-site.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-site.elc")) (defun byte-compile-dest-file (_) "bbdb-site.elc") )' \ > -f batch-byte-compile 'bbdb-site.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. >abs_target=`echo /var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/lisp/bbdb-loaddefs.el | sed 's/\\\\/\\\\\\\\/g'`; \ >emacs --batch --no-init-file --no-site-file \ > --load autoload \ > --eval '(setq generated-autoload-file "'"$abs_target"'")' \ > --eval '(setq make-backup-files nil)' \ > --funcall batch-update-autoloads . > SCRAPE . > INFO Scraping files for bbdb-loaddefs.el... > INFO Scraping files for bbdb-loaddefs.el...done >make[1]: Leaving directory '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/lisp' >make: Leaving directory '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/lisp' >make -j4 -C doc >make: Entering directory '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/doc' >restore=: && backupdir=".am$$" && \ >am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ >rm -rf $backupdir && mkdir $backupdir && \ >if (/bin/sh '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/missing' makeinfo --version) >/dev/null 2>&1; then \ > for f in bbdb.info bbdb.info-[0-9] bbdb.info-[0-9][0-9] bbdb.i[0-9] bbdb.i[0-9][0-9]; do \ > if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ > done; \ >else :; fi && \ >cd "$am__cwd"; \ >if /bin/sh '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/missing' makeinfo -I . \ > -o bbdb.info bbdb.texi; \ >then \ > rc=0; \ > CDPATH="${ZSH_VERSION+.}:" && cd .; \ >else \ > rc=$?; \ > CDPATH="${ZSH_VERSION+.}:" && cd . && \ > $restore $backupdir/* `echo "./bbdb.info" | sed 's|[^/]*$||'`; \ >fi; \ >rm -rf $backupdir; exit $rc >TEXINPUTS=".:$TEXINPUTS" \ >MAKEINFO='/bin/sh '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/missing' makeinfo -I .' \ >texi2dvi --pdf --batch --build-dir=bbdb.t2p -o bbdb.pdf \ >bbdb.texi >You don't have a working TeX binary (tex) installed anywhere in >your PATH, and texi2dvi cannot proceed without one. If you want to use >this script, you'll need to install TeX (if you don't have it) or change >your PATH or TEX environment variable (if you do). See the --help >output for more details. > >For information about obtaining TeX, please see http://tug.org/texlive, >or do a web search for TeX and your operating system or distro. >make: *** [Makefile:359: bbdb.pdf] Error 1 >make: *** Waiting for unfinished jobs.... >make: Leaving directory '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a/doc' > * ERROR: app-emacs/bbdb-3.2.2a::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-emacs/bbdb-3.2.2a::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-emacs/bbdb-3.2.2a::gentoo'`. > * The complete build log is located at '/var/log/portage/app-emacs:bbdb-3.2.2a:20220410-184427.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emacs/bbdb-3.2.2a/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-emacs/bbdb-3.2.2a/temp/environment'. > * Working directory: '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a' > * S: '/var/tmp/portage/app-emacs/bbdb-3.2.2a/work/bbdb-3.2.2a' >
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 837716
:
769901
| 769904 |
769907
|
769910
|
769913
|
769916
|
769919