Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 632428 Details for
Bug 717188
net-nntp/sn-0.3.8 : group.c: error: too few arguments to function munmap
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-nntp:sn-0.3.8:20200412-064219.log
net-nntp:sn-0.3.8:20200412-064219.log (text/plain), 4.93 KB, created by
Toralf Förster
on 2020-04-12 08:05:57 UTC
(
hide
)
Description:
net-nntp:sn-0.3.8:20200412-064219.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-12 08:05:57 UTC
Size:
4.93 KB
patch
obsolete
> * Package: net-nntp/sn-0.3.8 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_musl kernel_linux pie split-usr ssp userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking sn-0.3.8.tar.bz2 to /var/tmp/portage/net-nntp/sn-0.3.8/work >>>> Source unpacked in /var/tmp/portage/net-nntp/sn-0.3.8/work >>>> Preparing source in /var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8 ... > * Applying sn-0.3.8-qa.patch ... > [ ok ] > * Applying sn-0.3.8-parallel-make.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8 ... >make -j1 cc-flags >echo ' -Wall -pedantic' >cc-flags.t >echo ' -I./lib' >>cc-flags.t >echo ' -DVERSION="0.3.8"' >>cc-flags.t >echo ' -DSNROOT="/var/spool/news"' >>cc-flags.t >echo ' -DBINDIR="/usr/local/sbin"' >>cc-flags.t >[ 'x-lz' = x ] || echo ' -DUSE_ZLIB' >>cc-flags.t >mv cc-flags.t cc-flags >make -j1 CC=x86_64-gentoo-linux-musl-gcc 'LD=x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' SNROOT=/var/spool/news BINDIR=/usr/sbin MANDIR=/usr/share/man >x86_64-gentoo-linux-musl-gcc -c `cat cc-flags` art.c -o art.o >art.c:29:19: warning: âver_ctrl_idâ defined but not used [-Wunused-const-variable=] > 29 | static const char ver_ctrl_id[] = "$Id: art.c 29 2004-04-24 23:02:38Z patrik $"; > | ^~~~~~~~~~~ >x86_64-gentoo-linux-musl-gcc -c `cat cc-flags` cache.c -o cache.o >cache.c:18:19: warning: âver_ctrl_idâ defined but not used [-Wunused-const-variable=] > 18 | static const char ver_ctrl_id[] = "$Id: cache.c 29 2004-04-24 23:02:38Z patrik $"; > | ^~~~~~~~~~~ >x86_64-gentoo-linux-musl-gcc -c `cat cc-flags` group.c -o group.o >group.c: In function âfreegroupâ: >group.c:76:15: error: âcaddr_tâ undeclared (first use in this function) > 76 | munmap((caddr_t) gop->lastf.f, sizeof (struct file)); > | ^~~~~~~ >group.c:76:15: note: each undeclared identifier is reported only once for each function it appears in >group.c:76:23: error: expected â)â before âgopâ > 76 | munmap((caddr_t) gop->lastf.f, sizeof (struct file)); > | ^~~~ > | ) >group.c:76:7: error: too few arguments to function âmunmapâ > 76 | munmap((caddr_t) gop->lastf.f, sizeof (struct file)); > | ^~~~~~ >In file included from group.c:22: >/usr/include/sys/mman.h:115:5: note: declared here > 115 | int munmap (void *, size_t); > | ^~~~~~ >group.c: In function ârefreshâ: >group.c:200:18: error: âcaddr_tâ undeclared (first use in this function) > 200 | munmap((caddr_t) lp->f, sizeof (struct file)); > | ^~~~~~~ >group.c:200:26: error: expected â)â before âlpâ > 200 | munmap((caddr_t) lp->f, sizeof (struct file)); > | ^~~ > | ) >group.c:200:10: error: too few arguments to function âmunmapâ > 200 | munmap((caddr_t) lp->f, sizeof (struct file)); > | ^~~~~~ >In file included from group.c:22: >/usr/include/sys/mman.h:115:5: note: declared here > 115 | int munmap (void *, size_t); > | ^~~~~~ >group.c: In function âgroup_infoâ: >group.c:278:15: error: âcaddr_tâ undeclared (first use in this function) > 278 | munmap((caddr_t) gop->lastf.f, sizeof (struct file)); > | ^~~~~~~ >group.c:278:23: error: expected â)â before âgopâ > 278 | munmap((caddr_t) gop->lastf.f, sizeof (struct file)); > | ^~~~ > | ) >group.c:278:7: error: too few arguments to function âmunmapâ > 278 | munmap((caddr_t) gop->lastf.f, sizeof (struct file)); > | ^~~~~~ >In file included from group.c:22: >/usr/include/sys/mman.h:115:5: note: declared here > 115 | int munmap (void *, size_t); > | ^~~~~~ >At top level: >group.c:31:19: warning: âver_ctrl_idâ defined but not used [-Wunused-const-variable=] > 31 | static const char ver_ctrl_id[] = "$Id: group.c 29 2004-04-24 23:02:38Z patrik $"; > | ^~~~~~~~~~~ >make: *** [Makefile:137: group.o] Error 1 > * ERROR: net-nntp/sn-0.3.8::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-nntp/sn-0.3.8::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-nntp/sn-0.3.8::gentoo'`. > * The complete build log is located at '/var/log/portage/net-nntp:sn-0.3.8:20200412-064219.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-nntp/sn-0.3.8/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-nntp/sn-0.3.8/temp/environment'. > * Working directory: '/var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8' > * S: '/var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.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 717188
:
632420
|
632422
|
632424
|
632426
| 632428 |
632430