Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803353 - [TEST] net-libs/libaxc-0.3.4-r2 - mv: cannot stat *.g*: No such file or directory
Summary: [TEST] net-libs/libaxc-0.3.4-r2 - mv: cannot stat *.g*: No such file or direc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL: https://github.com/gkdr/axc/issues/26
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-07-22 08:50 UTC by Toralf Förster
Modified: 2021-09-20 19:18 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.94 KB, text/plain)
2021-07-22 08:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,290.83 KB, text/plain)
2021-07-22 08:50 UTC, Toralf Förster
Details
environment (environment,22.81 KB, text/plain)
2021-07-22 08:50 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.85 KB, application/x-bzip)
2021-07-22 08:50 UTC, Toralf Förster
Details
net-libs:libaxc-0.3.4-r2:20210722-081927.log (net-libs:libaxc-0.3.4-r2:20210722-081927.log,8.61 KB, text/plain)
2021-07-22 08:50 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,8.96 KB, application/x-bzip)
2021-07-22 08:50 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-07-22 08:50:10 UTC
[  PASSED  ] 36 test(s).
mv *.g* test
mv: cannot stat '*.g*': No such file or directory
make: *** [Makefile:149: test_store] Error 1
 * ERROR: net-libs/libaxc-0.3.4-r2::gentoo failed (test phase):
 *   emake failed
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j3_test-20210715-115044

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  HEAD of ::gentoo
commit de41c0a3d692c89b925cbfa3e6166acc83549703
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Jul 22 07:22:57 2021 +0000

    2021-07-22 07:22:56 UTC

emerge -qpvO net-libs/libaxc
[ebuild  N    ] net-libs/libaxc-0.3.4-r2  USE="test -static-libs"
Comment 1 Toralf Förster gentoo-dev 2021-07-22 08:50:13 UTC
Created attachment 725692 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-22 08:50:14 UTC
Created attachment 725695 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-22 08:50:16 UTC
Created attachment 725698 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-22 08:50:17 UTC
Created attachment 725701 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-22 08:50:18 UTC
Created attachment 725704 [details]
net-libs:libaxc-0.3.4-r2:20210722-081927.log
Comment 6 Toralf Förster gentoo-dev 2021-07-22 08:50:19 UTC
Created attachment 725707 [details]
temp.tar.bz2
Comment 7 Sebastian Pipping gentoo-dev 2021-07-22 16:37:25 UTC
Hi Toralf,

what is "cc" in this environment?  For me it's GCC 9.3.0 and over here it does put some *.g* files to move into the current working directory.  When I add -v to the mv call (at two places) I get this output:

  [..]
  mv -v *.g* test
  renamed 'axc_crypto.gcda' -> 'test/axc_crypto.gcda'
  renamed 'axc_crypto.gcno' -> 'test/axc_crypto.gcno'
  renamed 'test_store.gcda' -> 'test/test_store.gcda'
  renamed 'test_store.gcno' -> 'test/test_store.gcno'
  [..]
  mv -v *.g* test
  renamed 'axc_crypto.gcda' -> 'test/axc_crypto.gcda'
  renamed 'axc_crypto.gcno' -> 'test/axc_crypto.gcno'
  renamed 'test_client.gcda' -> 'test/test_client.gcda'
  renamed 'test_client.gcno' -> 'test/test_client.gcno'
  [..]

Any ideas why these files are not generated in your environment?

Thanks and best, Sebastian
Comment 8 Toralf Förster gentoo-dev 2021-07-22 16:47:08 UTC
(In reply to Sebastian Pipping from comment #7)
> Hi Toralf,
> 
> what is "cc" in this environment? 

The tinderbox updates GCC at the beginning to ~æmd64, in this case as seen in attached emerge-history..txt:

2021-07-15T12:47:12 >>> sys-devel/gcc-11.1.0-r2
2021-07-15T14:13:00 <<< sys-devel/gcc-10.3.0-r1
Comment 9 Sebastian Pipping gentoo-dev 2021-07-22 17:34:15 UTC
I have tried with GCC 11 now which is putting the *.g* files straight into the test/ folder and hence there is nothing to move.  Okay!
Comment 10 Sebastian Pipping gentoo-dev 2021-07-22 17:47:15 UTC
Reported upstream now
Comment 11 Larry the Git Cow gentoo-dev 2021-08-22 23:09:53 UTC
The bug has been closed via the following commit(s):

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

commit 33fa09b0dc127aba68a045f84032ed2fd1811cd2
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2021-08-22 23:07:45 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2021-08-22 23:09:22 +0000

    net-libs/libaxc: 0.3.5 + GCC 11 test fix
    
    Closes: https://bugs.gentoo.org/803353
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.22, Repoman-3.0.3

 net-libs/libaxc/Manifest            |  1 +
 net-libs/libaxc/libaxc-0.3.5.ebuild | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)