qemu RSB bset with gcc 6.3.0

Chris Johns chrisj at rtems.org
Fri Feb 17 00:14:59 UTC 2017


On 16/2/17 2:19 am, Joel Sherrill wrote:
> Hi again,
> 
> I am taking a shot at fixing this and fetching the patches from the
> Freedesktop
> ticket.
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=95326
> 

Is this fixed in a later glib?

> When I use wget to fetch the patch link, the file names are of the form:
> 
> gdate.c?id=0817af40e8c74c721c30f6ef482b1f53d12044c7
> 52ecda6335add96494a178186bf7d490
> 
> And the RSB is fetching both as "gdate.c" 
> 
> How do I fetch these patches and specify the md5 sum?
> 
> %patch add glib
> https://git.gnome.org/browse/glib/patch/glib/gdate.c?id=0817af40e8c74c721c30f6ef482b1f53d12044c7
> %hash md5 gdate.c?id=0817af40e8c74c721c30f6ef482b1f53d12044c7
> 52ecda6335add96494a178186bf7d490
> 
> %patch add glib
> https://git.gnome.org/browse/glib/patch/glib/gdate.c?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486
> %hash md5 gdate.c?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486
> 16bc0b96bbfa7c2b350df6f4aff2db29

The hash should be against the actual file name. There is a setting that
allows you to override the auto-detection of the file. Add --rsb-file to
the patch command, see
rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg for an example.

Chris


More information about the devel mailing list