Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 593322 Details for
Bug 697986
app-emacs/gnuserv-3.12.8-r5 : make: *** [Makefile:<snip>: devices.elc] Error 255
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-emacs:gnuserv-3.12.8-r5:20191019-170548.log
app-emacs:gnuserv-3.12.8-r5:20191019-170548.log (text/plain), 8.38 KB, created by
Toralf Förster
on 2019-10-19 17:21:13 UTC
(
hide
)
Description:
app-emacs:gnuserv-3.12.8-r5:20191019-170548.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-10-19 17:21:13 UTC
Size:
8.38 KB
patch
obsolete
> * Package: app-emacs/gnuserv-3.12.8-r5 > * Repository: gentoo > * Maintainer: gnu-emacs@gentoo.org > * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Emacs version: 26.3 >>>> Unpacking source... >>>> Unpacking gnuserv-3.12.8.tar.gz to /var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work >>>> Source unpacked in /var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work >>>> Preparing source in /var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work/gnuserv-3.12.8 ... > * Applying gnuserv-3.12.8-backquotes.patch ... > [ ok ] > * Applying gnuserv-3.12.8-process-query.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work/gnuserv-3.12.8 ... >./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 --docdir=/usr/share/doc/gnuserv-3.12.8-r5 --htmldir=/usr/share/doc/gnuserv-3.12.8-r5/html --libdir=/usr/lib64 --enable-xauth --x-includes=/usr/include --x-libraries=/usr/lib64 >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking for an ANSI C-conforming const... yes >checking whether sys_siglist is declared... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/types.h... (cached) yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking libintl.h usability... yes >checking libintl.h presence... yes >checking for libintl.h... yes >checking sys/un.h usability... yes >checking sys/un.h presence... yes >checking for sys/un.h... yes >checking sgtty.h usability... yes >checking sgtty.h presence... yes >checking for sgtty.h... yes >checking bsd/sgtty.h usability... no >checking bsd/sgtty.h presence... no >checking for bsd/sgtty.h... no >checking for socklen_t... yes >checking for long... yes >checking size of long... 8 >checking for X... libraries /usr/lib64, headers /usr/include >checking X11/Xauth.h usability... yes >checking X11/Xauth.h presence... yes >checking for X11/Xauth.h... yes >checking for XauGetAuthByAddr in -lXau... yes >checking for socket in -lsocket... no >checking for inet_ntoa in -lnsl... yes >checking for gettext in -lintl... no >checking for getcwd... yes >checking for memcmp... yes >checking for strerror... yes >checking for internet-domain sockets... yes >checking "for sun_len member in struct sockaddr_un"... no >checking for unix-domain sockets... yes >checking for msgget... yes >checking for GNU libc... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work/gnuserv-3.12.8 ... >make -j1 >x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/include -O2 -pipe -march=native gnuserv.c >x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/include -O2 -pipe -march=native getopt.c >x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/include -O2 -pipe -march=native gnuslib.c >gnuslib.c: In function âconnect_to_internet_serverâ: >gnuslib.c:377:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > 377 | write (s, buf, strlen(buf)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >gnuslib.c:378:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > 378 | write (s, server_xauth->data, server_xauth->data_length); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gnuslib.c:386:3: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > 386 | write (s, buf, strlen(buf)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I/usr/include -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o gnuserv gnuserv.o gnuslib.o -lnsl -L/usr/lib64 -lXau >x86_64-pc-linux-gnu-gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/include -O2 -pipe -march=native gnuclient.c >x86_64-pc-linux-gnu-gcc -I/usr/include -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o gnuclient gnuclient.o gnuslib.o getopt.o -lnsl -L/usr/lib64 -lXau >emacs --no-site-file -batch \ > --eval "(add-to-list 'load-path \".\")" \ > -f batch-byte-compile gnuserv-compat.el > >In toplevel form: >gnuserv-compat.el:52:1:Warning: cl package required at runtime >emacs --no-site-file -batch \ >--eval "(add-to-list 'load-path \".\")" \ >-l gnuserv-compat -f batch-byte-compile gnuserv.el > >In gnuserv-visible-frame-function: >gnuserv.el:295:20:Warning: filtered-frame-list called with 2 arguments, but > accepts only 1 >gnuserv.el:300:41:Warning: filtered-frame-list called with 2 arguments, but > accepts only 1 > >In gnuserv-edit-files: >gnuserv.el:458:43:Warning: make-frame called with 2 arguments, but accepts > only 0-1 >gnuserv.el:479:22:Warning: âgoto-lineâ is for interactive use only; use > âforward-lineâ instead. >gnuserv.el:487:42:Warning: reference to free variable âcurrent-menubarâ > >In gnuserv-buffer-p: >gnuserv.el:540:18:Warning: function âmember*â from cl package called at > runtime > >In gnuserv-kill-emacs-query-function: >gnuserv.el:574:37:Warning: function âsomeâ from cl package called at runtime > >In gnuserv-kill-client: >gnuserv.el:629:36:Warning: function âmember*â from cl package called at > runtime > >In gnuserv-buffer-done-1: >gnuserv.el:640:8:Warning: Use âwith-current-bufferâ rather than > save-excursion+set-buffer >gnuserv.el:647:34:Warning: reference to free variable âcurrent-menubarâ > >In gnuserv-next-buffer: >gnuserv.el:667:55:Warning: function âmember*â from cl package called at > runtime >gnuserv.el:673:57:Warning: function âmember*â from cl package called at > runtime >gnuserv.el:679:39:Warning: function âmember-if-notâ from cl package called at > runtime > >In gnuserv-prepare-shutdown: >gnuserv.el:711:9:Warning: assignment to free variable > âallow-deletion-of-last-visible-frameâ > >In gnuserv-start-1: >gnuserv.el:742:11:Warning: assignment to free variable > âallow-deletion-of-last-visible-frameâ > >In end of data: >gnuserv.el:808:1:Warning: the following functions are not known to be defined: > make-gtk-device, make-mswindows-device, set-buffer-menubar, > add-menu-button, delete-menu-item >emacs -batch -f batch-byte-compile devices.el >Cannot open load file: No such file or directory, matlab-load >make: *** [Makefile:117: devices.elc] Error 255 > * ERROR: app-emacs/gnuserv-3.12.8-r5::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-emacs/gnuserv-3.12.8-r5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-emacs/gnuserv-3.12.8-r5::gentoo'`. > * The complete build log is located at '/var/log/portage/app-emacs:gnuserv-3.12.8-r5:20191019-170548.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/temp/environment'. > * Working directory: '/var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work/gnuserv-3.12.8' > * S: '/var/tmp/portage/app-emacs/gnuserv-3.12.8-r5/work/gnuserv-3.12.8'
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 697986
:
593166
|
593168
|
593170
|
593172
|
593174
|
593176
|
593178
|
593320
| 593322 |
593324
|
593326
|
593328
|
593330
|
593332