Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 786492 - media-plugins/vdr-burn-0.3.0 - genindex/pes.c: error: min was not declared in this scope
Summary: media-plugins/vdr-burn-0.3.0 - genindex/pes.c: error: min was not declared in...
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: gcc-11
  Show dependency tree
 
Reported: 2021-04-28 15:53 UTC by Toralf Förster
Modified: 2021-05-02 18:25 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.83 KB, text/plain)
2021-04-28 15:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,414.91 KB, text/plain)
2021-04-28 15:53 UTC, Toralf Förster
Details
environment (environment,96.71 KB, text/plain)
2021-04-28 15:53 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,44.86 KB, application/x-bzip)
2021-04-28 15:53 UTC, Toralf Förster
Details
media-plugins:vdr-burn-0.3.0:20210428-152252.log (media-plugins:vdr-burn-0.3.0:20210428-152252.log,32.10 KB, text/plain)
2021-04-28 15:53 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.46 KB, application/x-bzip)
2021-04-28 15:53 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 2021-04-28 15:53:11 UTC
x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color  -Og -g  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o genindex/pes.o genindex/pes.c
genindex/pes.c: In member function ‘int cPES::Process(const uchar*, int, int)’:
genindex/pes.c:337:13: error: ‘min’ was not declared in this scope; did you mean ‘std::min’?
  337 |           n=min(need-have,rest);
      |             ^~~
      |             std::min
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/specfun.h:45,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20210415-101632

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.1
 [3] x86_64-pc-linux-gnu-10.3.0
 [4] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.18.0 [icedtea-8]
2)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   jamvm 
  [3]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr 28 14:05:14 UTC 2021

emerge -qpvO media-plugins/vdr-burn
[ebuild  N    ] media-plugins/vdr-burn-0.3.0  USE="-dvdarchive"
Comment 1 Toralf Förster gentoo-dev 2021-04-28 15:53:12 UTC
Created attachment 703296 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-28 15:53:14 UTC
Created attachment 703299 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-28 15:53:15 UTC
Created attachment 703302 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-28 15:53:17 UTC
Created attachment 703305 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-28 15:53:18 UTC
Created attachment 703308 [details]
media-plugins:vdr-burn-0.3.0:20210428-152252.log
Comment 6 Toralf Förster gentoo-dev 2021-04-28 15:53:19 UTC
Created attachment 703311 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-05-02 18:25:07 UTC
The bug has been closed via the following commit(s):

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

commit f69bb8bd66bdbaf61feff454c8b933335fd7278f
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2021-05-02 18:24:15 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2021-05-02 18:24:52 +0000

    media-plugins/vdr-burn: gcc-11 compilefix added
    
    Closes: https://bugs.gentoo.org/786492
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 .../vdr-burn/{vdr-burn-0.3.0.ebuild => vdr-burn-0.3.0-r1.ebuild}     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)