You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to enter the chroot (haikuporter -E packagename) fails when the recipe has a PATCH() function and the build directory is clean. The output is the following:
[...]
Running patch function ...
opening chroot shell for PATCH
HEAD ist jetzt bei 1f9025e import
'PS1'
Workaround: run haikuporter -b packagename first so that the PATCH() function is run normally before entering the chroot.
Edit: trying to enter the chroot for the BUILD stage still doesn't work. It activates build packages, says that it enters the chroot and then exits normally (not failing this time though).
I was using lilypond_x86 as example here.
The text was updated successfully, but these errors were encountered:
Trying to enter the chroot (
haikuporter -E packagename
) fails when the recipe has a PATCH() function and the build directory is clean. The output is the following:Workaround: run
haikuporter -b packagename
first so that the PATCH() function is run normally before entering the chroot.Has this something to do with #168?
Edit: trying to enter the chroot for the BUILD stage still doesn't work. It activates build packages, says that it enters the chroot and then exits normally (not failing this time though).
I was using lilypond_x86 as example here.
The text was updated successfully, but these errors were encountered: