<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="+2">Hi all,<br>
      <br>
      I have problems publishing the physfs package. The 64 Bits build
      seem to have problem.<br>
      I have created a sample-manifest that reveals the problem:<br>
      <br>
      diff sample-manifest.p5m sample-manifest.p5m.orig<br>
      13c13<br>
      < # Copyright 2018 <contributor><br>
      ---<br>
      > # Copyright 2016 <contributor><br>
      28,30c28,30<br>
      < link path=usr/lib/$(MACH64)/amd64/libphysfs.so
      target=libphysfs.so.1<br>
      < file
      path=usr/lib/$(MACH64)/amd64/libphysfs.so.$(COMPONENT_VERSION)<br>
      < link path=usr/lib/$(MACH64)/amd64/libphysfs.so.1 \<br>
      ---<br>
      > link path=usr/lib/$(MACH64)/libphysfs.so
      target=libphysfs.so.1<br>
      > file path=usr/lib/$(MACH64)/libphysfs.so.$(COMPONENT_VERSION)<br>
      > link path=usr/lib/$(MACH64)/libphysfs.so.1 \<br>
      <br>
      <br>
      So, there is an extra "amd64" in the path. And if I check my
      installed versions of libphysfs.so.2.0.3 in<br>
      /usr/lib and /usr/lib/amd64 the time stamps differ:<br>
      ll /usr/lib/libphysfs.so.2.0.3<br>
      -r-xr-xr-x   1 root     bin         618K May 27 07:49
      /usr/lib/libphysfs.so.2.0.3<br>
      ll /usr/lib/amd64/libphysfs.so.2.0.3<br>
      -r-xr-xr-x   1 root     bin         804K Feb 12 17:15
      /usr/lib/amd64/libphysfs.so.2.0.3<br>
      <br>
      <br>
      IMO the time stamps should be equal and thus for me this is an
      indication that the package contains amd64 files<br>
      from a previous build of the library.<br>
      Alas, I don't know how to fix the build.<br>
      <br>
      Regards,<br>
      Andreas<br>
    </font>
  </body>
</html>