tech-pkg archive

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

bug in ruby plist generation



In geography/gpsd, rubyversion.mk is included so the ruby-default
version of asciidoctor can be depended on.  That's mostly fine.

print-PLIST is changing (diff from PLIST to print-PLIST):

  -lib/libgps.so
  +lib/libgps.${RUBY_DLEXT}
   lib/libgps.so.29
   lib/libgps.so.29.0.0

and this is buggy because libgps is not a ruby object.   This caused the
mac build to fail because libgps.bundle didn't exist.  That's the wrong
error; it should have failed because it was libgps.dylib instead!




Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index