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

Bug 717736

Summary: net-ftp/filezilla calls directly CC
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Bernard Cafarelli <voyageur>
Status: RESOLVED FIXED    
Severity: normal CC: polynomial-c, proxy-maint, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502, 717726    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-04-16 17:38:53 UTC
This is an auto-filled bug because net-ftp/filezilla calls directly CC. Attached build log and emerge --info
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-16 17:38:58 UTC
Created attachment 633258 [details]
build.log

build log and emerge --info
Comment 2 Bernard Cafarelli gentoo-dev 2020-05-09 13:58:38 UTC
This was only in a stray subdir configure call in src/fzshellext (a windows-only shell extension), which is never compiled after that on Linux.

Anyway, fixing this in 3.47.2.1 stable target and 3.48 bump
Comment 3 Larry the Git Cow gentoo-dev 2020-05-09 14:25:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4618488e5f1564a6b89aebe99c7e189a1a597d2

commit d4618488e5f1564a6b89aebe99c7e189a1a597d2
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2020-05-09 14:23:46 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2020-05-09 14:25:00 +0000

    net-ftp/filezilla: 3.48.0 bump
    
    Also patch build system to skip useless configure sub script (win-only
    shell extension) that used default CC. Apply same patch to stable
    candidate 3.47.2.1
    
    Closes: https://bugs.gentoo.org/717736
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 net-ftp/filezilla/Manifest                         |  1 +
 .../filezilla-3.47.0-disable-shellext_conf.patch   | 13 ++++
 net-ftp/filezilla/filezilla-3.47.2.1.ebuild        |  1 +
 net-ftp/filezilla/filezilla-3.48.0.ebuild          | 88 ++++++++++++++++++++++
 4 files changed, 103 insertions(+)