Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640874 - net-fs/openafs-1.6.22 : volinodes.h:109:45: error: uintptr_t undeclared (first use in this function); did you mean intptr_t ?
Summary: net-fs/openafs-1.6.22 : volinodes.h:109:45: error: uintptr_t undeclared (firs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adam Feldman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-12 20:26 UTC by Toralf Förster
Modified: 2019-01-05 14:02 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.17 KB, text/plain)
2017-12-12 20:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,163.17 KB, text/plain)
2017-12-12 20:26 UTC, Toralf Förster
Details
environment (environment,124.52 KB, text/plain)
2017-12-12 20:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.54 KB, application/x-bzip)
2017-12-12 20:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,25.21 KB, application/x-bzip)
2017-12-12 20:26 UTC, Toralf Förster
Details
net-fs:openafs-1.6.22:20171212-004514.log (net-fs:openafs-1.6.22:20171212-004514.log,199.56 KB, text/plain)
2017-12-12 20:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,41.69 KB, application/x-bzip)
2017-12-12 20:26 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-12-12 20:26:16 UTC
In file included from vutil.c:55:0:
volinodes.h: In function ‘init_inode_info’:
volinodes.h:109:45: error: ‘uintptr_t’ undeclared (first use in this function); did you mean ‘intptr_t’?
  stuff[i].inode = (Inode*)((char*)header + (uintptr_t)stuff[i].inode);
                                             ^~~~~~~~~
                                             intptr_t

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

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

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

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]   pypy3 (fallback)
  [4]   pypy (fallback)

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 net-fs/openafs
[ebuild  N    ] net-fs/openafs-1.6.22  USE="ncurses pam supergroups -bitmap-later -debug -doc -fuse -kerberos (-modules) -pthreaded-ubik"
Comment 1 Toralf Förster gentoo-dev 2017-12-12 20:26:19 UTC
Created attachment 509728 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-12-12 20:26:22 UTC
Created attachment 509730 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-12-12 20:26:25 UTC
Created attachment 509732 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-12-12 20:26:28 UTC
Created attachment 509734 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-12-12 20:26:31 UTC
Created attachment 509736 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-12-12 20:26:34 UTC
Created attachment 509738 [details]
net-fs:openafs-1.6.22:20171212-004514.log
Comment 7 Toralf Förster gentoo-dev 2017-12-12 20:26:37 UTC
Created attachment 509740 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-01-05 14:02:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee38441e0210b8d43f22bb8afe100d5c2a1c58c

commit 2ee38441e0210b8d43f22bb8afe100d5c2a1c58c
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2019-01-05 13:51:54 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2019-01-05 14:00:13 +0000

    net-fs/openafs: 1.8.2 version bump
    
    - Update to upstream version 1.8.2 and patches from 1_8_x branch
      till 20181001. This fixes some open Gentoo bugs:
        472184 (probably), 544162, 603890 (likely), 640874, 642542.
    - Merge openafs-kernel back into openafs:
      - save lots of build time (configure, compilling common code);
      - original split was required due to problems in the build system
        (e.g. -j1) which are fixed now.
      Now kernels < 4.21 are supported.
    - Add support for new features:
      - enable gssapi via kerberos;
      - allow to choose between namei and inode file servers;
      - add Tivoli TSM API support;
      - conrol ubik-read-while-write mode;
      - deprecate kauth tools (may be enabled via flag);
      - add support for perl bindings via swig;
    - Docs:
      - build api docs (using doxygen);
      - Build PDF docs, support all three generators (fop, dblatex,
        docbook2pdf).
    - Avoid file collision with heimdal (bug 631584).
    
    The client is tested on various configurations, the server is not.
    
    Closes: https://bugs.gentoo.org/472184
    Closes: https://bugs.gentoo.org/544162
    Closes: https://bugs.gentoo.org/603890
    Closes: https://bugs.gentoo.org/631584
    Closes: https://bugs.gentoo.org/640874
    Closes: https://bugs.gentoo.org/642542
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
    Package-Manager: Portage-2.3.53, Repoman-2.3.11

 net-fs/openafs/Manifest             |   3 +
 net-fs/openafs/metadata.xml         |  16 +-
 net-fs/openafs/openafs-1.8.2.ebuild | 341 ++++++++++++++++++++++++++++++++++++
 3 files changed, 358 insertions(+), 2 deletions(-)