Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 271649

Summary: net-ftp/vsftpd-2.1.1 errno compile fix patch
Product: Gentoo Linux Reporter: Sebastian Schuberth <sschuberth>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: SebastianLuther
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Compile fix in sysdeputil.c of vsftpd-2.1.1 due to missing include.
Output of "emerge --info" as requested

Description Sebastian Schuberth 2009-05-29 10:35:25 UTC
This is a patch for a compile error with vanilla vsftpd-2.1.1.

Reproducible: Always

Steps to Reproduce:
1. Copy "vsftpd-2.1.0.ebuild" to "vsftpd-2.1.1.ebuild".
2. Run "ebuild vsftpd-2.1.1.ebuild digest"
3. Run "ACCEPT_KEYWORDS="~x86" emerge -uv vsftpd".
4. Observe a build error in "sysdeputil.c" due to a missing "errno.h" include.


Expected Results:  
Compile without errors.
Comment 1 Sebastian Schuberth 2009-05-29 10:40:09 UTC
Created attachment 192850 [details, diff]
Compile fix in sysdeputil.c of vsftpd-2.1.1 due to missing include.
Comment 2 Sebastian Schuberth 2009-05-29 15:28:24 UTC
FYI, this fix will be part of soon-to-be-released upstream vsftpd-2.1.2.
Comment 3 Sebastian Luther (few) 2009-05-29 20:12:12 UTC
emerge --info please.
Comment 4 Sebastian Schuberth 2009-05-29 20:18:51 UTC
Created attachment 192912 [details]
Output of "emerge --info" as requested

Please note that my patch is not for an ebuild available from any repository, but for an ebuild for vsftpd-2.1.1 that I manually created in my own local overlay directory.
Comment 5 Sebastian Luther (few) 2009-05-29 20:38:43 UTC
Are versions in the tree affected?
Comment 6 Sebastian Schuberth 2009-05-29 20:48:23 UTC
Not that I know. The patch was merely meant as a convenience *if* an ebuild for vsftpd-2.1.1 is added to the tree. Sorry if I caused any confusion.
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2009-05-30 11:28:42 UTC
This is fixed on 2.1.2, which is now in the tree