Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271649 - net-ftp/vsftpd-2.1.1 errno compile fix patch
Summary: net-ftp/vsftpd-2.1.1 errno compile fix patch
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 10:35 UTC by Sebastian Schuberth
Modified: 2009-05-30 11:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Compile fix in sysdeputil.c of vsftpd-2.1.1 due to missing include. (vsftpd-2.1.1-sysdeputil-include-errno.patch,311 bytes, patch)
2009-05-29 10:40 UTC, Sebastian Schuberth
Details | Diff
Output of "emerge --info" as requested (emerge.info.bz2,1.93 KB, application/octet-stream)
2009-05-29 20:18 UTC, Sebastian Schuberth
Details

Note You need to log in before you can comment on or make changes to this bug.
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