~alpine/devel

1

[alpine-devel] [PATCH] testing/heimdal: new aport, broken

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<9334be8a0905130509l4bdeeff8s90c69bab5e1a85ae@mail.gmail.com>
Sender timestamp
1242216561
DKIM signature
missing
Download raw message
This aport is almost ready i think.

It just fails to build at a certain point:

In file included from ftp_locl.h:126,
                 from cmdtab.c:34:
extern.h:120: error: conflicting types for 'ruserpass'
/usr/include/netdb.h:449: error: previous declaration of 'ruserpass' was
here

Can you have a look?
Thanks
leo
Details
Message ID
<1242226560.10810.57.camel@nc>
In-Reply-To
<9334be8a0905130509l4bdeeff8s90c69bab5e1a85ae@mail.gmail.com> (view parent)
Sender timestamp
1242226560
DKIM signature
missing
Download raw message
On Wed, 2009-05-13 at 14:09 +0200, Leonardo Arena wrote:
> This aport is almost ready i think.
> 
> It just fails to build at a certain point:
> 
> In file included from ftp_locl.h:126,
>                  from cmdtab.c:34:
> extern.h:120: error: conflicting types for 'ruserpass'
> /usr/include/netdb.h:449: error: previous declaration of 'ruserpass'
> was here
> 

its a name clash. They have used a function name that they shouldn't.

fix:
sed -i -e 's/ruserpass/ruserpw/g' appl/ftp/ftp/*.[ch]

I have committed that. Its in testing. An apk will be uploaded any
minute.

I think we might want rename the /usr/bin/ftp to kftp or similar. Maybe
we want separate pacakges for those too.

Thanks!

-nc



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)