Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659928 - media-radio/fldigi-4.0.17
Summary: media-radio/fldigi-4.0.17
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-03 08:17 UTC by Philippe Trottier
Modified: 2018-07-05 05:32 UTC (History)
1 user (show)

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


Attachments
new ebuild, repoman complains about IUSE (fldigi-4.0.17.ebuild,1.01 KB, text/plain)
2018-07-03 08:17 UTC, Philippe Trottier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Trottier 2018-07-03 08:17:38 UTC
Created attachment 538154 [details]
new ebuild, repoman complains about IUSE

Added 2 important use switches on fldigi
cpu optimizations and debug

I needed the later to find why is fldigi crashing right after the setup wizzard.

I also tried to use /tmp as home for fldigi and it will still fail. I am investagting some issues, so expect a new bug soon.

Maybe someone can help me figure out why repoman thing optimizations is not a valid IUSE ?
Comment 1 Jonas Stein gentoo-dev 2018-07-05 01:46:31 UTC
It is sad to read that you have problems with the software. The situation seems to be a bit more complicate and requires some analysis.
We can not help you efficiently via bug tracker. The bug tracker aims rather on specific problems in .ebuilds and less on individual systems. 

I have had very good experience on the gentoo IRC [1] with questions like this. Of course there are also forums and mailing lists [2,3].
I hope you understand, that I will close the bug here therefore and wish you good luck on one of the mentioned channels [4].
Please reopen the ticket in order to provide an indication for an specific error in an ebuild or any gentoo related product.

[1] https://www.gentoo.org/get-involved/irc-channels/
[2] https://forums.gentoo.org/
[3] https://www.gentoo.org/get-involved/mailing-lists/all-lists.html
[4] https://www.gentoo.org/support/
Comment 2 Philippe Trottier 2018-07-05 05:32:43 UTC
This bug was simply to add the 2 USE flags options. 

The issue is being handled in a different bug. These 2 flags are very needed for other purposes, optimizations will make this software a lot more usable on arch like ARMv7 single core.

The only issue with the attached ebuild is the --enable-optimizations=native turns into --disable-optimizations=native and fails. I will work on it today and re upload the ebuild when ready if you want to reopen this bug.