<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/cmdftp/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/cmdftp/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/cmdftp/bugs/</id><updated>2006-12-01T11:42:38Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>missing readline support (reminder)</title><link href="https://sourceforge.net/p/cmdftp/bugs/6/" rel="alternate"/><published>2006-12-01T11:42:38Z</published><updated>2006-12-01T11:42:38Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net884ea78e96d6490f4398947b620958a42ecc1895</id><summary type="html">&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;</summary></entry><entry><title>problem with new configure</title><link href="https://sourceforge.net/p/cmdftp/bugs/5/" rel="alternate"/><published>2003-11-19T15:43:24Z</published><updated>2003-11-19T15:43:24Z</updated><author><name>Claudio Fontana</name><uri>https://sourceforge.net/u/userid-790036/</uri></author><id>https://sourceforge.netae266cae70329d21027b111b88a5d6414650a627</id><summary type="html">&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;</summary></entry><entry><title>compilation errors under OpenBSD 3.4</title><link href="https://sourceforge.net/p/cmdftp/bugs/4/" rel="alternate"/><published>2003-11-16T16:53:36Z</published><updated>2003-11-16T16:53:36Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net8d90201d12b026758402fd69a162ee0b05e672d7</id><summary type="html">&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;</summary></entry><entry><title>incorrect C declarations</title><link href="https://sourceforge.net/p/cmdftp/bugs/3/" rel="alternate"/><published>2003-10-29T23:35:34Z</published><updated>2003-10-29T23:35:34Z</updated><author><name>Claudio Fontana</name><uri>https://sourceforge.net/u/userid-790036/</uri></author><id>https://sourceforge.net7a874144709aea3837abfd73cf00e4ede626780c</id><summary type="html">&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;</summary></entry><entry><title>ls seems to block after successful listing if PAGER not set</title><link href="https://sourceforge.net/p/cmdftp/bugs/2/" rel="alternate"/><published>2003-10-14T05:50:30Z</published><updated>2003-10-14T05:50:30Z</updated><author><name>Claudio Fontana</name><uri>https://sourceforge.net/u/userid-790036/</uri></author><id>https://sourceforge.net0526eb7e8aecb809e7438316bf77440ddeaadaf3</id><summary type="html">&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;</summary></entry><entry><title>cmdftp buzzes in connect(2) on ftp.slackware.com</title><link href="https://sourceforge.net/p/cmdftp/bugs/1/" rel="alternate"/><published>2003-08-31T15:22:23Z</published><updated>2003-08-31T15:22:23Z</updated><author><name>Claudio Fontana</name><uri>https://sourceforge.net/u/userid-790036/</uri></author><id>https://sourceforge.net50ba9d91a043fe7a3783144a06dcc5925960cef6</id><summary type="html">&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;</summary></entry></feed>