Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630492 - net-misc/nx-3.5.0.32 : ./.../printver.c:13:22: fatal error: xf86Date.h: No such file or directory
Summary: net-misc/nx-3.5.0.32 : ./.../printver.c:13:22: fatal error: xf86Date.h: No su...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 16:14 UTC by Toralf Förster
Modified: 2017-11-08 12:58 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.33 KB, text/plain)
2017-09-09 16:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,160.42 KB, text/plain)
2017-09-09 16:15 UTC, Toralf Förster
Details
environment (environment,90.90 KB, text/plain)
2017-09-09 16:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.04 KB, application/x-bzip)
2017-09-09 16:15 UTC, Toralf Förster
Details
net-misc:nx-3.5.0.32:20170909-102406.log.bz2 (net-misc:nx-3.5.0.32:20170909-102406.log.bz2,39.71 KB, application/x-bzip)
2017-09-09 16:15 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-09-09 16:14:57 UTC
>>> Compiling source in /var/tmp/portage/net-misc/nx-3.5.0.32/work/nx-libs-3.5.0.32 ...
make -j1 World WORLDOPTS= MAKE=make 'AR=x86_64-pc-linux-gnu-ar clq' RANLIB=x86_64-pc-linux-gnu-ranlib CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 
./config/util/printver.c:13:22: fatal error: xf86Date.h: No such file or directory
 #include "xf86Date.h"
                      ^
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_20170905-225247

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

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)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-misc/nx
[ebuild  N    ] net-misc/nx-3.5.0.32
Comment 1 Toralf Förster gentoo-dev 2017-09-09 16:15:00 UTC
Created attachment 493544 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-09 16:15:04 UTC
Created attachment 493546 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-09-09 16:15:07 UTC
Created attachment 493548 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-09-09 16:15:11 UTC
Created attachment 493550 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-09-09 16:15:14 UTC
Created attachment 493552 [details]
net-misc:nx-3.5.0.32:20170909-102406.log.bz2
Comment 6 Bernard Cafarelli gentoo-dev 2017-11-08 11:32:22 UTC
xf86Date.h should be generated at compile time, new ebuild has rewritten steps to make sure things are run in order

> ConnDis.c:826:21: fatal error: rpc/rpc.h: No such file or directory
>  #include <rpc/rpc.h>
There is also that error in log, which is bug #370767

Both will be fixed with new version net-misc/nx-3.5.0.33
Comment 7 Larry the Git Cow gentoo-dev 2017-11-08 12:57:59 UTC
The bug has been referenced in the following commit(s):

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

commit b7f4405d0aad895d17346e9ab22eb9538f12e3d2
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2017-11-08 12:55:53 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2017-11-08 12:57:51 +0000

    net-misc/nx: 3.5.0.33 bump
    
    Update ebuild EAPI, safe directory changes
    Follow upstream compilation steps
    Limit X11 elements build list
    Drop obsolete patches and warning
    Disable SunRPC build, not used for NX and not supporting libtirpc
    
    Bug: https://bugs.gentoo.org/370767
    Bug: https://bugs.gentoo.org/630492
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-misc/nx/Manifest           |   1 +
 net-misc/nx/nx-3.5.0.33.ebuild | 102 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+)}