Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647158 - dev-db/postgresql-10.1 : copy_fetch.c:159:1: error: conflicting types for copy_file_range
Summary: dev-db/postgresql-10.1 : copy_fetch.c:159:1: error: conflicting types for cop...
Status: RESOLVED DUPLICATE of bug 646498
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-09 20:16 UTC by Toralf Förster
Modified: 2018-02-11 03:20 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.12 KB, text/plain)
2018-02-09 20:16 UTC, Toralf Förster
Details
dev-db:postgresql-10.1:20180208-235354.log (dev-db:postgresql-10.1:20180208-235354.log,510.00 KB, text/plain)
2018-02-09 20:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,58.20 KB, text/plain)
2018-02-09 20:16 UTC, Toralf Förster
Details
environment (environment,190.32 KB, text/plain)
2018-02-09 20:16 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.06 KB, application/x-bzip)
2018-02-09 20:16 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,19.95 KB, application/x-bzip)
2018-02-09 20:16 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,62.09 KB, application/x-bzip)
2018-02-09 20:16 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-02-09 20:16:34 UTC
x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -pipe -march=native -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include  -D_GNU_SOURCE   -c -o file_ops.o file_ops.c
x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -pipe -march=native -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include  -D_GNU_SOURCE   -c -o copy_fetch.o copy_fetch.c
copy_fetch.c:159:1: error: conflicting types for ‘copy_file_range’
 copy_file_range(const char *path, off_t begin, off_t end, bool trunc)
 ^~~~~~~~~~~~~~~
In file included from copy_fetch.c:15:0:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_20180207-191057

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (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-db/postgresql
[ebuild  N    ] dev-db/postgresql-10.0-r1  USE="nls pam readline server ssl tcl zlib -doc -kerberos -ldap -libressl -perl -python (-selinux) -static-libs -systemd -threads -uuid -xml" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-02-09 20:16:37 UTC
Created attachment 518788 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-09 20:16:40 UTC
Created attachment 518790 [details]
dev-db:postgresql-10.1:20180208-235354.log
Comment 3 Toralf Förster gentoo-dev 2018-02-09 20:16:43 UTC
Created attachment 518792 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-02-09 20:16:46 UTC
Created attachment 518794 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-02-09 20:16:49 UTC
Created attachment 518796 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-02-09 20:16:52 UTC
Created attachment 518798 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-02-09 20:16:56 UTC
Created attachment 518800 [details]
temp.tbz2
Comment 8 Aaron W. Swenson gentoo-dev 2018-02-11 03:20:59 UTC

*** This bug has been marked as a duplicate of bug 646498 ***