Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 647158

Summary: dev-db/postgresql-10.1 : copy_fetch.c:159:1: error: conflicting types for copy_file_range
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: PgSQL Bugs <pgsql-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-db:postgresql-10.1:20180208-235354.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

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 ***