On Sat, 11 Nov 2017, Johannes Lips wrote:
Hi all,
I ran into troubles updating gretl to the latest version in rawhide. It
appears that apparently the new build tools in fedora 28 are more picky and
they throw an error. Please find attached the build.log, mock_output.log and
the root.log. I don't know if that's a real issue on gretl's part, since
rawhide is often a bit broken.
https://koji.fedoraproject.org/koji/taskinfo?taskID=23051387
I see that Jack's patch has fixed this, good!
Additionally, I would like to add that some files are not installed
anymore
in the same location. Probably not a problem.
%{_datadir}/gtksourceview-3.0/language-specs/*.lang
%{_datadir}/bash-completion/completions/%{name}cli
Yes, that shouldn't be a problem. With our gtksourceview *.lang
files we decided it was better to install them under
$prefix/share/gretl rather than "invading" gtksourceview's own
file-space.
As for the gretlcli bash-completion file, I reckoned that it wasn't
actually clever enough; in some cases it seemed to block valid
completions rather than helping. So at present it's disabled by
default; you can activate it by passing --with-bash-completion to
the configure script. If anyone with real expertise in this area
wants to have a go at improving the source file (cli/gretlcli.bc),
please have a go!
Allin