[MacPorts] #39629: gobject-introspection 1.36.1 sometimes builds files differently for each arch (webkit-gtk)

MacPorts noreply at macports.org
Wed Jul 3 21:34:49 PDT 2013


#39629: gobject-introspection 1.36.1 sometimes builds files differently for each
arch (webkit-gtk)
------------------------------------+--------------------------------
  Reporter:  jeremyhu@…             |      Owner:  macports-tickets@…
      Type:  defect                 |     Status:  new
  Priority:  Normal                 |  Milestone:
 Component:  ports                  |    Version:  2.1.3
Resolution:                         |   Keywords:
      Port:  gobject-introspection  |
------------------------------------+--------------------------------

Comment (by jeremyhu@…):

 Looks like those bytes are garbage since both represent the same GIR:
 {{{
 $ g-ir-generate
 work/destroot-i386/opt/local/lib/girepository-1.0/JSCore-1.0.typelib
 <?xml version="1.0"?>
 <repository version="1.0"
             xmlns="http://www.gtk.org/introspection/core/1.0"
             xmlns:c="http://www.gtk.org/introspection/c/1.0"
             xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
   <namespace name="JSCore" version="1.0" shared-library="webkitgtk-1.0">
     <function name="EvaluateScript" c:identifier="JSEvaluateScript">
       <return-value transfer-ownership="none">
         <type name="none"/>
       </return-value>
     </function>
   </namespace>
 </repository>

 $ g-ir-generate work/destroot-
 x86_64/opt/local/lib/girepository-1.0/JSCore-1.0.typelib
 <?xml version="1.0"?>
 <repository version="1.0"
             xmlns="http://www.gtk.org/introspection/core/1.0"
             xmlns:c="http://www.gtk.org/introspection/c/1.0"
             xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
   <namespace name="JSCore" version="1.0" shared-library="webkitgtk-1.0">
     <function name="EvaluateScript" c:identifier="JSEvaluateScript">
       <return-value transfer-ownership="none">
         <type name="none"/>
       </return-value>
     </function>
   </namespace>
 </repository>
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/39629#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list