Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722204 - media-sound/mp3_check-1.98-r1 : mp3_check_misc.c:(.text+<snip>): undefined reference to move_to_next_frame
Summary: media-sound/mp3_check-1.98-r1 : mp3_check_misc.c:(.text+<snip>): undefined re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Deadline: 2021-02-18
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-05-10 19:03 UTC by Toralf Förster
Modified: 2021-02-21 10:57 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.67 KB, text/plain)
2020-05-10 19:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,342.41 KB, text/plain)
2020-05-10 19:03 UTC, Toralf Förster
Details
environment (environment,17.99 KB, text/plain)
2020-05-10 19:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.48 KB, application/x-bzip)
2020-05-10 19:03 UTC, Toralf Förster
Details
media-sound:mp3_check-1.98-r1:20200510-185109.log (media-sound:mp3_check-1.98-r1:20200510-185109.log,2.84 KB, text/plain)
2020-05-10 19:03 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,6.79 KB, application/x-bzip)
2020-05-10 19:03 UTC, Toralf Förster
Details
little changed patch for Makefile (mp3_check-1.98-makefile.patch,633 bytes, patch)
2020-05-14 11:42 UTC, Jiří Moravec
Details | Diff
another patch for move_to_next_frame and printf errors (mp3_check-1.98-c99.patch,1.59 KB, patch)
2020-05-14 11:43 UTC, Jiří Moravec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-05-10 19:03:14 UTC
cc -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L/usr/local/lib  mp3_check.o mp3_check_misc.o -o mp3_check
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: mp3_check_misc.o: in function scan_file:
mp3_check_misc.c:(.text+0x1d33): undefined reference to move_to_next_frame
collect2: error: ld returned 1 exit status
make: *** [Makefile:19: trim] Error 1
 * ERROR: media-sound/mp3_check-1.98-r1::gentoo failed (compile phase):

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-libressl-20200428-111526

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8
  [3]   python3.7
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.43.0 *
  [2]   rust-bin-1.43.1
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun 10 May 2020 05:37:16 PM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO media-sound/mp3_check
[ebuild  N    ] media-sound/mp3_check-1.98-r1
Comment 1 Toralf Förster gentoo-dev 2020-05-10 19:03:17 UTC
Created attachment 637718 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-10 19:03:20 UTC
Created attachment 637720 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-10 19:03:25 UTC
Created attachment 637722 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-10 19:03:30 UTC
Created attachment 637724 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-10 19:03:33 UTC
Created attachment 637726 [details]
media-sound:mp3_check-1.98-r1:20200510-185109.log
Comment 6 Toralf Förster gentoo-dev 2020-05-10 19:03:36 UTC
Created attachment 637728 [details]
temp.tbz2
Comment 7 Jiří Moravec 2020-05-14 11:42:30 UTC
Created attachment 638898 [details, diff]
little changed patch for Makefile
Comment 8 Jiří Moravec 2020-05-14 11:43:40 UTC
Created attachment 638900 [details, diff]
another patch for move_to_next_frame and printf errors
Comment 9 Jiří Moravec 2020-05-14 11:44:42 UTC
With these two patches I was able to build this package with both gcc-9.3 and gcc-10
Comment 10 Agostino Sarubbo gentoo-dev 2020-10-29 08:43:05 UTC
Dear treecleaner@:

I'm still able to reproduce this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 11 Larry the Git Cow gentoo-dev 2021-01-19 12:25:30 UTC
The bug has been referenced in the following commit(s):

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

commit 49eef5a15ee2a500616eb86b63cc8bd20c3f9089
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-01-19 12:23:05 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-01-19 12:23:05 +0000

    package.mask: Last rite media-sound/mp3_check
    
    Bug: https://bugs.gentoo.org/722204
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 12 Larry the Git Cow gentoo-dev 2021-02-21 10:57:07 UTC
The bug has been closed via the following commit(s):

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

commit d682046427bbfa553313e8091bcecda01d32a84f
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-21 10:56:31 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-21 10:56:31 +0000

    media-sound/mp3_check: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/722204
    
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 media-sound/mp3_check/Manifest                     |  1 -
 .../mp3_check/files/mp3_check-1.98-makefile.patch  | 23 --------------
 media-sound/mp3_check/metadata.xml                 | 12 -------
 media-sound/mp3_check/mp3_check-1.98-r1.ebuild     | 37 ----------------------
 profiles/package.mask                              |  5 ---
 5 files changed, 78 deletions(-)