Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829346 - media-sound/vbrfixc-0.24 - vbrfix.cpp: error: uint was not declared in this scope
Summary: media-sound/vbrfixc-0.24 - vbrfix.cpp: error: uint was not declared in this s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 15:34 UTC by Toralf Förster
Modified: 2022-01-30 11:05 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.72 KB, text/plain)
2021-12-16 15:34 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,146.96 KB, text/plain)
2021-12-16 15:34 UTC, Toralf Förster
Details
environment (environment,16.92 KB, text/plain)
2021-12-16 15:34 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,35.54 KB, application/x-bzip)
2021-12-16 15:34 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.59 KB, application/x-bzip)
2021-12-16 15:34 UTC, Toralf Förster
Details
media-sound:vbrfixc-0.24:20211216-143921.log (media-sound:vbrfixc-0.24:20211216-143921.log,19.95 KB, text/plain)
2021-12-16 15:34 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,9.69 KB, application/x-bzip)
2021-12-16 15:34 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-12-16 15:34:19 UTC
vbrfix.cpp:253:52: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  253 |     logf(wps("checking id3v1 tag at") &mp3.getpos()-4);
      |                                        ~~~~~~~~~~~~^~
vbrfix.cpp: In member function 'bool VbrFix::checkLyrics3()':
vbrfix.cpp:299:36: error: 'uint' was not declared in this scope; did you mean 'int'?
  299 |       bool e=false;unsigned char c;uint correctv1=0,correctv2=0,p=0;char ev1[]="LYRICSEND";char ev2[]="LYRICS200";
      |                                    ^~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20211215-000030

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.0 *
clang version 13.0.0
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Rust versions:
  [1]   rust-1.57.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)

php cli:

  HEAD of ::gentoo
commit 7882855dbcdfaabb5372f4ec8c08fe18f801bdaa
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Dec 16 13:51:47 2021 +0000

    2021-12-16 13:51:45 UTC

emerge -qpvO media-sound/vbrfixc
[ebuild  N    ] media-sound/vbrfixc-0.24
Comment 1 Toralf Förster gentoo-dev 2021-12-16 15:34:20 UTC
Created attachment 759332 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-16 15:34:21 UTC
Created attachment 759333 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-16 15:34:22 UTC
Created attachment 759334 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-16 15:34:23 UTC
Created attachment 759335 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-16 15:34:24 UTC
Created attachment 759336 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-16 15:34:26 UTC
Created attachment 759337 [details]
media-sound:vbrfixc-0.24:20211216-143921.log
Comment 7 Toralf Förster gentoo-dev 2021-12-16 15:34:27 UTC
Created attachment 759338 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-01-30 11:05:03 UTC
The bug has been closed via the following commit(s):

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

commit 1025e894d5ba0b088a768bd9cb135e19e8c492e9
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-01-30 11:04:45 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-01-30 11:04:45 +0000

    media-sound/vbrfixc: update EAPI 6 -> 8
    
    Closes: https://bugs.gentoo.org/699916
    Closes: https://bugs.gentoo.org/713090
    Closes: https://bugs.gentoo.org/829346
    Signed-off-by: David Seifert <soap@gentoo.org>

 media-sound/vbrfixc/files/vbrfixc-0.24-gcc43.patch | 28 ++++++++++++++++++----
 ...{vbrfixc-0.24.ebuild => vbrfixc-0.24-r1.ebuild} | 14 ++++-------
 2 files changed, 29 insertions(+), 13 deletions(-)