Re: git semd-email - Unknown callback: 'authname'. (user|auth|language|pass)

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

 



On Sat, Sep 4, 2010 at 07:41, Mike Galbraith <efault@xxxxxx> wrote:
> Greetings,
>
> Trying to convince send-email to send a series isn't working out for me
> at all, and I'm wondering what I'm doing wrong.
>
> (using git 1.7.2.3 now , was 1.7.2.2 yesterday)
>
> git send-email --compose --from='Mike Galbraith <efault@xxxxxx>' --to='Mike Galbraith <efault@xxxxxx>' --subject='el-testo' --suppress-cc=all --thread v2.6.32.21...
>
> From: Mike Galbraith <efault@xxxxxx>
> To: Mike Galbraith <efault@xxxxxx>
> Subject: [PATCH 01/50] sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEAD
> Date: Sat,  4 Sep 2010 09:03:26 +0200
> Message-Id: <1283583855-23333-1-git-send-email-efault@xxxxxx>
> X-Mailer: git-send-email 1.7.2.3
>
> Send this email? ([y]es|[n]o|[q]uit|[a]ll): y
> Unknown callback: 'authname'. (user|auth|language|pass)

No idea what that's about.

> Also, with sendemail.smtpencryption = ssl
>
> Send this email? ([y]es|[n]o|[q]uit|[a]ll): y
> Can't locate Net/SMTP/SSL.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/lib/git/git-send-email line 1037.
>
> Linking /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/Net/SSL.pm so it can find/include it didn't help much..
>
> From: Mike Galbraith <efault@xxxxxx>
> To: Mike Galbraith <efault@xxxxxx>
> Subject: [PATCH 01/50] sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEAD
> Date: Sat,  4 Sep 2010 09:19:09 +0200
> Message-Id: <1283584798-23449-1-git-send-email-efault@xxxxxx>
> X-Mailer: git-send-email 1.7.2.3
>
> Send this email? ([y]es|[n]o|[q]uit|[a]ll): y
> Can't locate object method "new" via package "Net::SMTP::SSL" at /usr/lib/git/git-send-email line 1039.

You can't just symlink a single .pm file like that to use it. It
likely ends up using some .so in the perl module tree to include
libssl, it can't find that (and probably random other stuff) if you
symlink a single file.

The right way to do this is to include the paths you need in your @INC
(see perldoc -q '@INC'), but even then perhaps the path isn't in @INC
for a reason, e.g. it may be compiled for a different perl than yours.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]