Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738830 - media-sound/audacity-2.4.2-r1 : /.../AboutDialog.cpp: fatal error: RevisionIdent.h: No such file or directory
Summary: media-sound/audacity-2.4.2-r1 : /.../AboutDialog.cpp: fatal error: RevisionId...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-24 15:55 UTC by Toralf Förster
Modified: 2020-09-07 08:59 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.99 KB, text/plain)
2020-08-24 15:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,70.34 KB, text/plain)
2020-08-24 15:55 UTC, Toralf Förster
Details
environment (environment,93.13 KB, text/plain)
2020-08-24 15:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.15 KB, application/x-bzip)
2020-08-24 15:55 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.21 KB, application/x-bzip)
2020-08-24 15:55 UTC, Toralf Förster
Details
media-sound:audacity-2.4.2-r1:20200824-063122.log (media-sound:audacity-2.4.2-r1:20200824-063122.log,509.99 KB, text/plain)
2020-08-24 15:55 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.92 KB, application/x-bzip)
2020-08-24 15:55 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 2020-08-24 15:55:06 UTC
/var/tmp/portage/media-sound/audacity-2.4.2-r1/work/audacity-Audacity-2.4.2/src/AboutDialog.cpp:66:10: fatal error: RevisionIdent.h: No such file or directory
   66 | #include <RevisionIdent.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20200822-061858

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

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

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Aug 24 06:05:47 AM UTC 2020

emerge -qpvO media-sound/audacity
[ebuild  N    ] media-sound/audacity-2.4.2-r1  USE="alsa flac ladspa lv2 mad ogg portmixer vorbis vst -doc -ffmpeg -id3tag -jack -oss -portmidi -portsmf -sbsms -twolame -vamp"
Comment 1 Toralf Förster gentoo-dev 2020-08-24 15:55:07 UTC
Created attachment 656460 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-24 15:55:09 UTC
Created attachment 656462 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-08-24 15:55:11 UTC
Created attachment 656464 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-08-24 15:55:13 UTC
Created attachment 656466 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-08-24 15:55:15 UTC
Created attachment 656468 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-08-24 15:55:17 UTC
Created attachment 656470 [details]
media-sound:audacity-2.4.2-r1:20200824-063122.log
Comment 7 Toralf Förster gentoo-dev 2020-08-24 15:55:19 UTC
Created attachment 656472 [details]
temp.tbz2
Comment 8 Miroslav Šulc gentoo-dev 2020-08-26 14:51:17 UTC
i tried to use the same use flags but cao't fail it:

USE="-* alsa flac ladspa lv2 mad ogg portmixer vorbis vst" emerge -va1 =audacity-2.4.2-r1

anybody able to reproduce this?
Comment 9 Andy Figueroa 2020-09-06 17:36:06 UTC
Yes, though I posted my info and build log etc at:
https://bugs.gentoo.org/740310
Comment 10 Miroslav Šulc gentoo-dev 2020-09-07 08:54:28 UTC
ok, so it seems when git is not installed the command that creates the file during compilation fails silently, the file is not created and then the compilation fails.
Comment 11 Larry the Git Cow gentoo-dev 2020-09-07 08:59:29 UTC
The bug has been closed via the following commit(s):

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

commit ab4c19d68105021ecf8e9d111bf76fea129205b9
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-09-07 08:59:06 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-09-07 08:59:22 +0000

    media-sound/audacity: fixed compilation of 2.4.2-r1
    
    Closes: https://bugs.gentoo.org/738830
    Package-Manager: Portage-3.0.5, Repoman-3.0.1
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/audacity/audacity-2.4.2-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)