Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

valgrind not available for Fedora 31 #13950

Closed
Ciusss89 opened this issue Apr 25, 2020 · 1 comment
Closed

valgrind not available for Fedora 31 #13950

Ciusss89 opened this issue Apr 25, 2020 · 1 comment
Labels
Platform: native Platform: This PR/issue effects the native platform State: duplicate State: The issue/PR is a duplicate of another issue/PR Type: new feature The issue requests / The PR implemements a new feature for RIOT

Comments

@Ciusss89
Copy link
Contributor

Description

Valgrind fails to star on Fedora because Fedora 31 drops the 32-bit i686 support

Steps to reproduce the issue

~/mcu/RIOT/examples/hello-world (master) $ make BOARD=native all term-valgrind
Building application "hello-world" for "native" with MCU "native".

"make" -C /home/giuseppe/mcu/RIOT/boards/native
"make" -C /home/giuseppe/mcu/RIOT/boards/native/drivers
"make" -C /home/giuseppe/mcu/RIOT/core
^["make" -C /home/giuseppe/mcu/RIOT/cpu/native
"make" -C /home/giuseppe/mcu/RIOT/cpu/native/periph
"make" -C /home/giuseppe/mcu/RIOT/cpu/native/stdio_native
"make" -C /home/giuseppe/mcu/RIOT/cpu/native/vfs
"make" -C /home/giuseppe/mcu/RIOT/drivers
"make" -C /home/giuseppe/mcu/RIOT/drivers/periph_common
"make" -C /home/giuseppe/mcu/RIOT/sys
"make" -C /home/giuseppe/mcu/RIOT/sys/auto_init
   text	   data	    bss	    dec	    hex	filename
  21980	    376	  47728	  70084	  111c4	/home/giuseppe/mcu/RIOT/examples/hello-world/bin/native/hello-world.elf
valgrind --leak-check=full --track-origins=yes --fullpath-after=/home/giuseppe/mcu/RIOT/ --read-var-info=yes /home/giuseppe/mcu/RIOT/examples/hello-world/bin/native/hello-world.elf 
valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory
make: *** [/home/giuseppe/mcu/RIOT/boards/native/Makefile.include:143: term-valgrind] Error 1
~/mcu/RIOT/examples/hello-world (master) $ 

Expected results

Actual results

Versions

@miri64 miri64 added Platform: native Platform: This PR/issue effects the native platform Type: new feature The issue requests / The PR implemements a new feature for RIOT labels Apr 30, 2020
@miri64
Copy link
Member

miri64 commented Apr 30, 2020

[…] because Fedora 31 drops the 32-bit i686 support

So this is basically a duplicate of #6603

@miri64 miri64 closed this as completed Apr 30, 2020
@miri64 miri64 added the State: duplicate State: The issue/PR is a duplicate of another issue/PR label Apr 30, 2020
@miri64 miri64 added this to the Release 2020.07 milestone Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: native Platform: This PR/issue effects the native platform State: duplicate State: The issue/PR is a duplicate of another issue/PR Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

No branches or pull requests

2 participants