pkgsrc-Bugs archive

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

Re: PR/44480 CVS commit: pkgsrc/lang/ruby



On Tue, 1 Feb 2011, Takahiro Kambe wrote:

Apply patch provided by obache@, fixing build problem on Solaris.
Should be fix PR pkg/44480.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/ruby/rubyversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
This doesn't solve the problem.

I'm now getting

pkg_create: can't stat `/opt/pkg/lib/libruby19.so.1.9.2'
=> Registering installation for ruby19-base-1.9.2pl136
pkg_admin: ruby19-base-1.9.2pl136: File `/opt/pkg/lib/libruby19.so.1.9.2' is in +CONTENTS but not on filesystem!
ruby19-base-1.9.2pl136 requires installed package db4-4.8.30
ruby19-base-1.9.2pl136 requires installed package libiconv-1.13.1
ruby19-base-1.9.2pl136 requires installed package openssl-0.9.8q
===> Building binary package for ruby19-base-1.9.2pl136
=> Creating binary package /unix/packages/sun4w/5.10/All/ruby19-base-1.9.2pl136.tgz
pkg_create: can't stat `/opt/pkg/lib/libruby19.so.1.9.2'
pkg_create: lstat failed for file lib/libruby19.so.1.9.2: No such file or directory

For me worked this

.elif ${OPSYS} == "SunOS" _RUBY_SHLIBALIAS= ${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}

Best regards,
Uwe


Home | Main Index | Thread Index | Old Index