[Shipwright] Shipwright Builder errors

Wenck, Samuel samuel.wenck at lmco.com
Mon Dec 8 16:56:46 EST 2014


Hello,

I am using the new version Shipwright (2.4.40) on CentOS 6.5 with a GIT repository as my back end store. I am using the following commands to export the repository:

RT_VERSION="4.2.9"
export SHIP_BASE="/opt/rt_build/rt${RT_VERSION}_vessel/shipwright/"
export REPO=/opt/rt_build/rt${RT_VERSION}_vessel/shipwright/repo/rt${RT_VERSION}.git
cd $REPO
git archive --format=tar --prefix=yard/ HEAD | (cd $SHIP_BASE && tar xf -)

This creates a shipwright area at /opt/rt_build/rt4.2.9_vessel/shipwright/yard  with no issues. However, when I attempt to issue the shipwright builder command I get the following errors:

+ RT_VERSION=4.2.9
+ rm -Rf /opt/rt_build/rt4.2.9_vessel/shipwright/vessel
+ mkdir /opt/rt_build/rt4.2.9_vessel/shipwright/vessel
+ cd /opt/rt_build/rt4.2.9_vessel/shipwright/yard
+ ./bin/shipwright-builder --verbose --flags mysql --install-base ../vessel
Unknown PerlIO layer "encoding" at inc/YAML/Tiny.pm line 184.
flock() on closed filehandle $fh at inc/YAML/Tiny.pm line 191.
Couldn't lock 'shipwright/order.yml' for reading: Bad file descriptor at inc/YAML/Tiny.pm line 191.
readline() on closed filehandle $fh at inc/YAML/Tiny.pm line 199.

I would appreciate any help or direction on this issue, thanks in advance, Sam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/shipwright/attachments/20141208/b68b3d83/attachment.html>


More information about the Shipwright mailing list