Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642936 - dev-util/trinity-1.7 : ioctls/autofs.c:241:8: error: AUTOFS_IOC_EXPIRE_INDIRECT undeclared here (not in a function)
Summary: dev-util/trinity-1.7 : ioctls/autofs.c:241:8: error: AUTOFS_IOC_EXPIRE_INDIRE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-01 10:53 UTC by Toralf Förster
Modified: 2018-10-20 12:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.15 KB, text/plain)
2018-01-01 10:53 UTC, Toralf Förster
Details
dev-util:trinity-1.7:20171231-200609.log (dev-util:trinity-1.7:20171231-200609.log,24.28 KB, text/plain)
2018-01-01 10:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,111.56 KB, text/plain)
2018-01-01 10:53 UTC, Toralf Förster
Details
environment (environment,44.34 KB, text/plain)
2018-01-01 10:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.81 KB, application/x-bzip)
2018-01-01 10:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,14.38 KB, application/x-bzip)
2018-01-01 10:53 UTC, Toralf Förster
Details
emerge-info.txt (emerge-info.txt,16.76 KB, text/plain)
2018-01-04 17:45 UTC, Toralf Förster
Details
dev-util:trinity-1.8:20180104-141418.log (dev-util:trinity-1.8:20180104-141418.log,26.35 KB, text/plain)
2018-01-04 17:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,322.58 KB, text/plain)
2018-01-04 17:45 UTC, Toralf Förster
Details
environment (environment,45.08 KB, text/plain)
2018-01-04 17:45 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.87 KB, application/x-bzip)
2018-01-04 17:46 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,14.43 KB, application/x-bzip)
2018-01-04 17:46 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-01-01 10:53:03 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wall -Wextra -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -std=gnu11  -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wnested-externs -Wpacked -Wshadow -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Wlogical-op -Wstrict-aliasing=3 -Wno-maybe-uninitialized -o ioctls/autofs.o -c ioctls/autofs.c
In file included from ioctls/autofs.c:4:0:
ioctls/autofs.c:241:8: error: ‘AUTOFS_IOC_EXPIRE_INDIRECT’ undeclared here (not in a function); did you mean ‘AUTOFS_IOC_EXPIRE_CMD’?
  IOCTL(AUTOFS_IOC_EXPIRE_INDIRECT),
        ^
include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl_20171229-190412

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-util/trinity
[ebuild  N    ] dev-util/trinity-1.7  USE="-examples"
Comment 1 Toralf Förster gentoo-dev 2018-01-01 10:53:06 UTC
Created attachment 512390 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-01-01 10:53:09 UTC
Created attachment 512392 [details]
dev-util:trinity-1.7:20171231-200609.log
Comment 3 Toralf Förster gentoo-dev 2018-01-01 10:53:11 UTC
Created attachment 512394 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-01-01 10:53:14 UTC
Created attachment 512396 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-01-01 10:53:17 UTC
Created attachment 512398 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-01-01 10:53:20 UTC
Created attachment 512400 [details]
temp.tbz2
Comment 7 Pacho Ramos gentoo-dev 2018-01-04 10:33:42 UTC
1.8 should fix this (and it works in my setup)
Comment 8 Toralf Förster gentoo-dev 2018-01-04 17:45:46 UTC
got at the unstable amd64 chroot image 17.0-no-multilib-hardened_libressl_20171227-170709 this : ioctls/autofs.c:241:8: error: AUTOFS_IOC_EXPIRE_INDIRECT undeclared here (not in a function)
Comment 9 Toralf Förster gentoo-dev 2018-01-04 17:45:50 UTC
Created attachment 513306 [details]
emerge-info.txt
Comment 10 Toralf Förster gentoo-dev 2018-01-04 17:45:53 UTC
Created attachment 513308 [details]
dev-util:trinity-1.8:20180104-141418.log
Comment 11 Toralf Förster gentoo-dev 2018-01-04 17:45:56 UTC
Created attachment 513310 [details]
emerge-history.txt
Comment 12 Toralf Förster gentoo-dev 2018-01-04 17:45:59 UTC
Created attachment 513312 [details]
environment
Comment 13 Toralf Förster gentoo-dev 2018-01-04 17:46:02 UTC
Created attachment 513314 [details]
etc.portage.tbz2
Comment 14 Toralf Förster gentoo-dev 2018-01-04 17:46:05 UTC
Created attachment 513316 [details]
temp.tbz2
Comment 15 Larry the Git Cow gentoo-dev 2018-10-20 12:17:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fb235948d859e2c248f68bc92644412a7f8a1b

commit 13fb235948d859e2c248f68bc92644412a7f8a1b
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-20 11:57:59 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-20 12:16:49 +0000

    dev-util/trinity: Apply Fedora/Debian fixes
    
    Closes: https://bugs.gentoo.org/642936
    Closes: https://bugs.gentoo.org/648962
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/trinity/files/trinity-autofs.patch        | 53 +++++++++++++++
 dev-util/trinity/files/trinity-irda.patch          | 47 +++++++++++++
 dev-util/trinity/files/trinity-memfd.patch         | 79 ++++++++++++++++++++++
 dev-util/trinity/files/trinity-net-protocols.patch | 11 +++
 dev-util/trinity/trinity-1.8.ebuild                | 15 +++-
 5 files changed, 202 insertions(+), 3 deletions(-)