Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702612 - media-plugins/vdr-freecell-0.0.2-r4 : cards.c:55:10: error: time_ms was not declared in this scope
Summary: media-plugins/vdr-freecell-0.0.2-r4 : cards.c:55:10: error: time_ms was not d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-12 19:35 UTC by Toralf Förster
Modified: 2019-12-12 20:42 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.20 KB, text/plain)
2019-12-12 19:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,18.29 KB, text/plain)
2019-12-12 19:35 UTC, Toralf Förster
Details
environment (environment,87.80 KB, text/plain)
2019-12-12 19:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.49 KB, application/x-bzip)
2019-12-12 19:35 UTC, Toralf Förster
Details
media-plugins:vdr-freecell-0.0.2-r4:20191212-055613.log (media-plugins:vdr-freecell-0.0.2-r4:20191212-055613.log,3.88 KB, text/plain)
2019-12-12 19:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.24 KB, application/x-bzip)
2019-12-12 19:35 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 2019-12-12 19:35:31 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -O2 -c -DCONFDIR=\"/etc/vdr\" -DUSE_PLUGINMISSING -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"freecell"' -I/usr/include -I/usr/include  -I. -o cards.o cards.c
cards.c: In constructor ‘cCardStack::cCardStack(int, int, bool)’:
cards.c:55:10: error: ‘time_ms’ was not declared in this scope; did you mean ‘timegm’?
   55 |  mSeed = time_ms();
      |          ^~~~~~~
      |          timegm

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl-20191211-213702

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

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


llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *




repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 12 Dec 2019 04:06:12 +0000

emerge -qpvO media-plugins/vdr-freecell
[ebuild  N    ] media-plugins/vdr-freecell-0.0.2-r4
Comment 1 Toralf Förster gentoo-dev 2019-12-12 19:35:34 UTC
Created attachment 599264 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-12 19:35:36 UTC
Created attachment 599266 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-12 19:35:39 UTC
Created attachment 599268 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-12 19:35:42 UTC
Created attachment 599270 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-12 19:35:45 UTC
Created attachment 599272 [details]
media-plugins:vdr-freecell-0.0.2-r4:20191212-055613.log
Comment 6 Toralf Förster gentoo-dev 2019-12-12 19:35:48 UTC
Created attachment 599274 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-12-12 20:42:22 UTC
The bug has been closed via the following commit(s):

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

commit 23b0d21a500c1b36d9df88ff30d3bc1491af208b
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2019-12-12 20:41:54 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2019-12-12 20:41:54 +0000

    media-plugins/vdr-freecell: fixed time_ms was not declared in this scope
    
    Bug: https://bugs.gentoo.org/702612
    Closes: https://bugs.gentoo.org/702612
    Package-Manager: Portage-2.3.81, Repoman-2.3.18
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 .../files/vdr-freecell-0.0.2_compilefix.patch           | 17 +++++++++++++++++
 media-plugins/vdr-freecell/vdr-freecell-0.0.2-r4.ebuild |  1 +
 2 files changed, 18 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 23b0d21a500c1b36d9df88ff30d3bc1491af208b
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2019-12-12 20:41:54 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2019-12-12 20:41:54 +0000

    media-plugins/vdr-freecell: fixed time_ms was not declared in this scope
    
    Bug: https://bugs.gentoo.org/702612
    Closes: https://bugs.gentoo.org/702612
    Package-Manager: Portage-2.3.81, Repoman-2.3.18
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 .../files/vdr-freecell-0.0.2_compilefix.patch           | 17 +++++++++++++++++
 media-plugins/vdr-freecell/vdr-freecell-0.0.2-r4.ebuild |  1 +
 2 files changed, 18 insertions(+)