<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/cmdftp/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/cmdftp/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Dec 2006 11:42:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cmdftp/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>missing readline support (reminder)</title><link>https://sourceforge.net/p/cmdftp/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;(reminder to self)&lt;br /&gt;
implement readline support, and offer configure option&lt;br /&gt;
for it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 01 Dec 2006 11:42:38 -0000</pubDate><guid>https://sourceforge.net884ea78e96d6490f4398947b620958a42ecc1895</guid></item><item><title>problem with new configure</title><link>https://sourceforge.net/p/cmdftp/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I inadvertedly used bash only features in the new&lt;br /&gt;
configure script, and I'm now correcting it to become&lt;br /&gt;
POSIX.2 compliant. In the meantime, users which&lt;br /&gt;
experience problems using ./configure can get away by&lt;br /&gt;
compiling directly using&lt;/p&gt;
&lt;p&gt;cc -o cmdftp -O2 -ansi -pedantic -Wall -s cmdftp.c&lt;/p&gt;
&lt;p&gt;or something similar.&lt;/p&gt;
&lt;p&gt;Sorry for the inconvenience, it will be corrected in&lt;br /&gt;
the next release.&lt;/p&gt;
&lt;p&gt;Claudio&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claudio Fontana</dc:creator><pubDate>Wed, 19 Nov 2003 15:43:24 -0000</pubDate><guid>https://sourceforge.netae266cae70329d21027b111b88a5d6414650a627</guid></item><item><title>compilation errors under OpenBSD 3.4</title><link>https://sourceforge.net/p/cmdftp/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;compilation errors under OpenBSD 3.4:&lt;/p&gt;
&lt;p&gt;seems like _XOPEN_SOURCE macro causes the exclusion of&lt;br /&gt;
u_char, u_int, ... declarations, which are then used in&lt;br /&gt;
inet.h . It's a problem of OpenBSD's standard libraries&lt;br /&gt;
implementation in my opinion. &lt;/p&gt;
&lt;p&gt;I don't have an OpenBSD system on which to test, but&lt;br /&gt;
the solution could be to remove #define _XOPEN_SOURCE&lt;br /&gt;
600 in cmdftp.h,&lt;br /&gt;
OR to #define the missing aliases for unsigned types.&lt;/p&gt;
&lt;p&gt;I would like someone with OpenBSD to help me with this&lt;br /&gt;
issue.&lt;/p&gt;
&lt;p&gt;# ./configure&lt;br /&gt;
Done.&lt;br /&gt;
# make&lt;br /&gt;
gcc -O2 -s -Wall -ansi -pedantic -o ./cmdftp ./cmdftp.c&lt;br /&gt;
In file included from cmdftp.h:36,&lt;br /&gt;
from ./cmdftp.c:25:&lt;br /&gt;
/usr/include/arpa/inet.h:89: syntax error before&lt;br /&gt;
`inet_nsap_addr'&lt;br /&gt;
/usr/include/arpa/inet.h:89: syntax error before `u_char'&lt;br /&gt;
/usr/include/arpa/inet.h:89: ANSI C forbids data&lt;br /&gt;
definition with no &lt;br /&gt;
type &lt;br /&gt;
or storage class&lt;br /&gt;
/usr/include/arpa/inet.h:90: syntax error before `*'&lt;br /&gt;
./cmdftp.c: In function `local_pwd':&lt;br /&gt;
./cmdftp.c:1132: warning: array size (257) is smaller&lt;br /&gt;
than minimum &lt;br /&gt;
required (1024)&lt;br /&gt;
*** Error code 1&lt;/p&gt;
&lt;p&gt;Stop in /root/cmdftp-0.7 (line 5 of makefile).&lt;br /&gt;
#&lt;/p&gt;
&lt;p&gt;# gcc -v&lt;br /&gt;
Reading specs from &lt;br /&gt;
/usr/lib/gcc-lib/i386-unknown-openbsd3.4/2.95.3/specs&lt;br /&gt;
gcc version 2.95.3 20010125 (prerelease, propolice)&lt;br /&gt;
#&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 16 Nov 2003 16:53:36 -0000</pubDate><guid>https://sourceforge.net8d90201d12b026758402fd69a162ee0b05e672d7</guid></item><item><title>incorrect C declarations</title><link>https://sourceforge.net/p/cmdftp/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There were incorrect C declarations in the code, which&lt;br /&gt;
were not catched  by my gcc 3.2.2 compiler and caused&lt;br /&gt;
problems in compilation for other compiler versions (as&lt;br /&gt;
reported by zhap (Tuukka Lehtinen)  with gcc 2.95.4)&lt;/p&gt;
&lt;p&gt;The changes have been committed to CVS, and you may get&lt;br /&gt;
a patch in the form of a diff -u file here (see below)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claudio Fontana</dc:creator><pubDate>Wed, 29 Oct 2003 23:35:34 -0000</pubDate><guid>https://sourceforge.net7a874144709aea3837abfd73cf00e4ede626780c</guid></item><item><title>ls seems to block after successful listing if PAGER not set</title><link>https://sourceforge.net/p/cmdftp/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;bug (versions 0.65, 0.651)&lt;/p&gt;
&lt;p&gt;the ls command seems to block after a successful&lt;br /&gt;
listing if the PAGER environment variable is not set.&lt;/p&gt;
&lt;p&gt;What really happens is fclose(stdout)!&lt;/p&gt;
&lt;p&gt;This bug has been fixed inverting two lines in the code&lt;br /&gt;
(944 and 946).&lt;br /&gt;
Changes have been committed to CVS, a patch as a diff&lt;br /&gt;
-u file is attached.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claudio Fontana</dc:creator><pubDate>Tue, 14 Oct 2003 05:50:30 -0000</pubDate><guid>https://sourceforge.net0526eb7e8aecb809e7438316bf77440ddeaadaf3</guid></item><item><title>cmdftp buzzes in connect(2) on ftp.slackware.com</title><link>https://sourceforge.net/p/cmdftp/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When attempting to transfer data from&lt;br /&gt;
ftp.slackware.com, after successful PASV, the&lt;br /&gt;
connect(2) hangs forever.&lt;br /&gt;
I have no idea which could be the cause of this, error&lt;br /&gt;
does not happen with the other ftp servers I've tried.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claudio Fontana</dc:creator><pubDate>Sun, 31 Aug 2003 15:22:23 -0000</pubDate><guid>https://sourceforge.net50ba9d91a043fe7a3783144a06dcc5925960cef6</guid></item></channel></rss>