Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#168 fixed Deal with multi-line zsigs andersk@mit.edu andersk@mit.edu
Description
unjdreed / html / jdreed  19:03  (This zephyr does not necessarily reflect the views of IS&T, MIT, its)
    Hey, it's not my fault your zephyr client can't deal with multi-line
    zsigs
#166 fixed warning: implicit declaration of function ‘pselect’ andersk@mit.edu
Description

If PERL_CFLAGS does not contain -D_GNU_SOURCE, then BarnOwl compiles with this warning:

select.c: In function ‘owl_select’:
select.c:416:3: warning: implicit declaration of function ‘pselect’

because pselect requires _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600, either of which would require C99 mode on Solaris.

This was discovered on Gentoo, but can be tested on Ubuntu with a stupid change to configure.ac:

-PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts`
+PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts | sed 's/-D_GNU_SOURCE/-D_LARGEFILE64_SOURCE/'`
#161 fixed commands in startup which request input fail oddly kevinr@mit.edu
Description

If I put, at the end of my ~/.owl/startup, a command which requests user input, eg.

jabberlogin kevinr@free-dissociation.com

(which doesn't do Kerberos authentication; it asks for a password), when I run BarnOwl, it appears to work (or at least doesn't error visibly).

I don't see the "you're now logged into kevinr@free-dissociation.com/owl" message, though, so I get suspicious and run it again by hand. This results in the error:

[Error] Error in connect: error not-authorized

That's odd, it never even asked for my password! So in a fit of insanity (technical definition) I run it again, and *this* time it asks me for my password and lets me log into Jabber successfully.

It used to be that including that line at the end of my startup file would cause the password prompt to appear and accept input when I started BarnOwl. We should either return to that behavior or completely prohibit input-requesting commands in the startup file.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.