* Native patch appears broken on Fedora 21
@ 2015-10-28 23:48 Philip Balister
2015-10-29 0:06 ` Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2015-10-28 23:48 UTC (permalink / raw)
To: openembedded-core
I've been chasing an annoying build failure in a clients u-boot recipe.
One of the patches adds an executable python script to the u-boot tools
directory and runs it as part of the build.
With recent master on a Fedora 20 system, it works.
Recent master on Fedora 21, the script does not end up marked as
executable so build fails.
After much thinking and poking and remembering how this is supposed to
work I get the brilliant idea to copy the patch binary from the F20
machine to the F21 machine. Problem goes away.
Something is weird here, I can't believe this is the only patch in the
system that marks a file executable and runs it, but maybe it is.
Versions of patch.
F20 GNU patch 2.7.1
F21 GNU patch 2.7.5
Looking at the patch changelog didn't help.
Anyone have any ideas what to do about this?
Philip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Native patch appears broken on Fedora 21
2015-10-28 23:48 Native patch appears broken on Fedora 21 Philip Balister
@ 2015-10-29 0:06 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2015-10-29 0:06 UTC (permalink / raw)
To: openembedded-core
On 10/28/15 6:48 PM, Philip Balister wrote:
> I've been chasing an annoying build failure in a clients u-boot recipe.
>
> One of the patches adds an executable python script to the u-boot tools
> directory and runs it as part of the build.
>
> With recent master on a Fedora 20 system, it works.
>
> Recent master on Fedora 21, the script does not end up marked as
> executable so build fails.
>
> After much thinking and poking and remembering how this is supposed to
> work I get the brilliant idea to copy the patch binary from the F20
> machine to the F21 machine. Problem goes away.
>
> Something is weird here, I can't believe this is the only patch in the
> system that marks a file executable and runs it, but maybe it is.
Most of the time I patch things in, and then run a chmod to ensure it's
executable. Then I'm sure it will work. (Patch doing mode changes is 'fairly
new'...)
--Mark
> Versions of patch.
>
> F20 GNU patch 2.7.1
> F21 GNU patch 2.7.5
>
> Looking at the patch changelog didn't help.
>
> Anyone have any ideas what to do about this?
>
> Philip
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-29 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 23:48 Native patch appears broken on Fedora 21 Philip Balister
2015-10-29 0:06 ` Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox