[arch] gmerlin dependencies

Issue #1 resolved
Former user created an issue

Hi there

I was trying to install purr-data and come across some issue:

  1. If modify the pacman.conf and then use pacman -S to install, it would prompt warning: cannot resolve "gmerlin", a dependency of "purr-data"su

  2. If download the package and try pacman -U to do an offline install, pacman would prompt

error: missing package metadata in l2orkaur-l2orkaur.bitbucket.org-23452f888ff7.zip
error: 'l2orkaur-l2orkaur.bitbucket.org-23452f888ff7.zip': invalid or corrupted package
  1. If try aur packages, gmerlin would be resolved. However, while compiling gmerlin, it would prompt
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include  -D_FORTIFY_SOURCE=2 -I/usr/include -DLOCALE_DIR=\"/usr/share/locale\" -DPLUGIN_DIR=\"/usr/lib/gmerlin/plugins\" -DDOC_DIR=\"/usr/share/doc/gmerlin\" -DDATA_DIR=\"/usr/share/gmerlin\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -D_FILE_OFFSET_BITS=64   -O3 -funroll-all-loops -fomit-frame-pointer -ffast-math -Wall -Wmissing-declarations -Wdeclaration-after-statement -I/usr/include/libxml2  -MT x11_window.lo -MD -MP -MF .deps/x11_window.Tpo -c -o x11_window.lo x11_window.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -D_FORTIFY_SOURCE=2 -I/usr/include -DLOCALE_DIR=\"/usr/share/locale\" -DPLUGIN_DIR=\"/usr/lib/gmerlin/plugins\" -DDOC_DIR=\"/usr/share/doc/gmerlin\" -DDATA_DIR=\"/usr/share/gmerlin\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O3 -funroll-all-loops -fomit-frame-pointer -ffast-math -Wall -Wmissing-declarations -Wdeclaration-after-statement -I/usr/include/libxml2 -MT x11_window.lo -MD -MP -MF .deps/x11_window.Tpo -c x11_window.c  -fPIC -DPIC -o .libs/x11_window.o
x11_window.c:312:3: error: unknown type name 'CARD32'
   CARD32 flags;
   ^~~~~~
x11_window.c:313:3: error: unknown type name 'CARD32'
   CARD32 functions;
   ^~~~~~
x11_window.c:314:3: error: unknown type name 'CARD32'
   CARD32 decorations;
   ^~~~~~
x11_window.c:315:3: error: unknown type name 'INT32'
   INT32 inputMode;
   ^~~~~
x11_window.c:316:5: error: unknown type name 'CARD32'
     CARD32 status;
     ^~~~~~

Any hint on how to solve this ?

Comments (2)

  1. Albert Graef

    I don't even know which external uses this, Gem maybe? I'll try removing that dependency and see what happens.

  2. Log in to comment