[MacPorts] #63892: id3lib is broken on M1

MacPorts noreply at macports.org
Tue Nov 9 18:30:48 UTC 2021


#63892: id3lib is broken on M1
--------------------+--------------------
 Reporter:  catap   |      Owner:  (none)
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:
 Keywords:          |       Port:  id3lib
--------------------+--------------------
 {{{
 catap at Kirills-mini-m1 /tmp % cat test.c
 #include <id3.h>
 #include <stdio.h>


 int main (void)
 {

      FILE *output;
      output=fopen("conftest.id3","w");
 fprintf(output,"ID3LIB_MAJOR=%d\nID3LIB_MINOR=%d\nID3LIB_PATCH=%d\n",ID3LIB_MAJOR_VERSION,ID3LIB_MINOR_VERSION,ID3LIB_PATCH_VERSION);
      fclose(output);
      return 0;
  }
 catap at Kirills-mini-m1 /tmp % clang -I/opt/local/include -L/opt/local/lib
 -l id3 test.c
 catap at Kirills-mini-m1 /tmp % ./a.out
 dyld[18908]: symbol not found in flat namespace '_compress'
 zsh: abort      ./a.out
 catap at Kirills-mini-m1 /tmp %
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/63892>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list