pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: multimedia/vlc2 fails to compile



Re vlc build failure:
The following code is run from the modules directory:

  if test "x86_64--netbsd" = "x86_64--netbsd"; then \
          ../bin/vlc-cache-gen . ; \
  else \
          echo "Cross-compilation: cache generation skipped!" ; \
  fi

at which point, vlc-cache-gen dumps core withe a segmentation fault.

If I manually cd to the modules directory, and run "../bin/vlc-cache-gen .",
it succeeds and I see no core dump.

Thoughts on the difference between the pkgsrc build executing it and my
shell?


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index