Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637360 - dev-util/trinity-1.7 : net/proto-ipv4.c:231:49: error: UIO_MAXIOV undeclared (first use in this function)
Summary: dev-util/trinity-1.7 : net/proto-ipv4.c:231:49: error: UIO_MAXIOV undeclared ...
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: 2017-11-13 18:51 UTC by Toralf Förster
Modified: 2018-01-04 10:33 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.93 KB, text/plain)
2017-11-13 18:51 UTC, Toralf Förster
Details
dev-util:trinity-1.7:20171113-163637.log (dev-util:trinity-1.7:20171113-163637.log,48.06 KB, text/plain)
2017-11-13 18:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,260.71 KB, text/plain)
2017-11-13 18:51 UTC, Toralf Förster
Details
environment (environment,46.04 KB, text/plain)
2017-11-13 18:51 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.66 KB, application/x-bzip)
2017-11-13 18:51 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,15.07 KB, application/x-bzip)
2017-11-13 18:51 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 2017-11-13 18:51:09 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 net/proto-ipv4.o -c net/proto-ipv4.c
net/proto-ipv4.c: In function ‘ip_setsockopt’:
net/proto-ipv4.c:231:49: error: ‘UIO_MAXIOV’ undeclared (first use in this function)
   so->optlen = rnd() % sizeof(unsigned long)*(2*UIO_MAXIOV+512);
                                                 ^~~~~~~~~~
net/proto-ipv4.c:231:49: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_abi32+64_20171105-130729

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
  [6]   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 2017-11-13 18:51:12 UTC
Created attachment 503948 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-13 18:51:16 UTC
Created attachment 503950 [details]
dev-util:trinity-1.7:20171113-163637.log
Comment 3 Toralf Förster gentoo-dev 2017-11-13 18:51:19 UTC
Created attachment 503952 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-11-13 18:51:22 UTC
Created attachment 503954 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-11-13 18:51:25 UTC
Created attachment 503956 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-13 18:51:28 UTC
Created attachment 503958 [details]
temp.tbz2
Comment 7 Pacho Ramos gentoo-dev 2018-01-04 10:33:37 UTC
1.8 should fix this (and it works in my setup)