packit / dist-git-to-source-git

Converting dist-git to source-git
MIT License
4 stars 9 forks source link

fg: no job control #65

Open dhodovsk opened 4 years ago

dhodovsk commented 4 years ago

packages:

fweimer commented 3 years ago

This is usually an unexpanded RPM macro, like this:

%do_something

bash sees the % and turns it into the fg command, hence the error message.

Often, missing build dependencies cause this, so there are likely multiple root cases for this one.

dhodovsk commented 3 years ago

Most of the packages moved to https://github.com/packit/dist-git-to-source-git/issues/75

dhodovsk commented 3 years ago

jasper fails on %cmake and %cargo_prep is the fail point for remaining packages. - supposed to be in rust-packaging but then fails with syntax error anyway