[Insight-developers] Runtime warning with TransformMeshFilter (with patch)

Tom Vercauteren tom.vercauteren at m4x.org
Thu Oct 7 04:12:34 EDT 2010


Hi all,

As I haven't quite managed to use Gerrit*, attached is a patch for a
runtime warning I get when using TransformMeshFilter with a standard
Transform type:
WARNING: In /usr/local/mkt-dev/src/ITK/Code/Common/itkTransform.txx, line 37
Transform (0x25be720): Using default transform constructor.  Should
specify NOutputDims and NParameters as args to constructor.

Some more information and a patch on the bug tracker:
http://www.itk.org/Bug/view.php?id=11297
http://www.itk.org/Bug/file_download.php?file_id=3436&type=bug

Could someone review and apply the patch?

Tom


*:  When trying to push to Gerrit, I get a
"Permission denied (publickey)"
even though I tried to put an ssh key on Gerrit. FYI, below is some
information that may be useful. Not sure what I did wrong.

tom at oahu:~/.ssh$ ssh -v git at review.source.kitware.com test
OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /home/tom/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to review.source.kitware.com [66.162.65.213] port 22.
debug1: Connection established.
debug1: identity file /home/tom/.ssh/identity type -1
debug1: identity file /home/tom/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/tom/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: Remote protocol version 2.0, remote software version
SSHD-CORE-0.4.0-R897374
debug1: no match: SSHD-CORE-0.4.0-R897374
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'review.source.kitware.com' is known and matches the RSA host key.
debug1: Found key in /home/tom/.ssh/known_hosts:63
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/tom/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Offering public key: /home/tom/.ssh/id_dsa
debug1: Authentications that can continue: publickey
debug1: Offering public key: /home/tom/.ssh/id_rsa_gerrit
debug1: Authentications that can continue: publickey
debug1: Offering public key: /home/tom/.ssh/id_rsa_inmkt
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/tom/.ssh/identity
debug1: No more authentication methods to try.
Permission denied (publickey).


More information about the Insight-developers mailing list