[RTEMS Project] #2646: glib cfg file is missing hash. Fails in release mode

RTEMS trac trac at rtems.org
Mon Mar 14 18:25:40 UTC 2016


#2646: glib cfg file is missing hash. Fails in release mode
---------------------------+---------------------
 Reporter:  joel.sherrill  |       Owner:  chrisj
     Type:  defect         |      Status:  new
 Priority:  normal         |   Milestone:  4.11.1
Component:  RSB            |     Version:  4.10
 Severity:  normal         |  Resolution:
 Keywords:                 |
---------------------------+---------------------
Description changed by joel.sherrill:

Old description:

> glib is missing the hash. Following patch should fix it. Found on master,
> likely impacts all branches.
>
> diff --git a/bare/config/devel/glib-2.39.3-1.cfg
> b/bare/config/devel/glib-2.39.3-1.cfg
> index 405e511..bb25381 100644
> --- a/bare/config/devel/glib-2.39.3-1.cfg
> +++ b/bare/config/devel/glib-2.39.3-1.cfg
> @@ -11,6 +11,7 @@
>  %define glib_version_major 2.39
>  %define glib_version_minor 3
>  %define glib_version       %{glib_version_major}.%{glib_version_minor}
> +%hash md5 glib-%{glib_major_version}.%{glib_version_minor}.tar.xz
> c8ddc045e12cfafdea607c138f3f8429
>
>  #
>  # The GLib build instructions. We use 2.x.x Release 1.

New description:

 glib is missing the hash. Following patch should fix it. Found on master,
 likely impacts all branches.

 diff --git a/bare/config/devel/glib-2.39.3-1.cfg
 b/bare/config/devel/glib-2.39.3-1.cfg
 index 405e511..ab289db 100644
 --- a/bare/config/devel/glib-2.39.3-1.cfg
 +++ b/bare/config/devel/glib-2.39.3-1.cfg
 @@ -11,6 +11,7 @@
  %define glib_version_major 2.39
  %define glib_version_minor 3
  %define glib_version       %{glib_version_major}.%{glib_version_minor}
 +%hash md5 glib-%{glib_version}.tar.xz c8ddc045e12cfafdea607c138f3f8429

  #
  # The GLib build instructions. We use 2.x.x Release 1.

--

--
Ticket URL: <http://devel.rtems.org/ticket/2646#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list