From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 21 20:42:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8921D91C for ; Thu, 21 May 2015 20:42:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 568B11535 for ; Thu, 21 May 2015 20:42:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LKgZGG061496 for ; Thu, 21 May 2015 20:42:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200374] editors/vim: 3.7.729 installation fails if NLS is deactivated with missing files rview.1.gz and rvim.1.gz Date: Thu, 21 May 2015 20:42:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nullptr@keksdie.be X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 20:42:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200374 Bug ID: 200374 Summary: editors/vim: 3.7.729 installation fails if NLS is deactivated with missing files rview.1.gz and rvim.1.gz Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: nullptr@keksdie.be Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org When installing vim with deactivated NLS the build fails with following message: ``` ===> Installing for vim-7.4.729 ===> vim-7.4.729 depends on file: /usr/local/bin/cscope - found ===> vim-7.4.729 depends on file: /usr/local/bin/exctags - found ===> vim-7.4.729 depends on file: /usr/local/bin/python2.7 - found ===> vim-7.4.729 depends on file: /usr/local/bin/perl5.18.4 - found ===> Checking if vim already installed ===> Registering installation for vim-7.4.729 pkg-static: Unable to access file /usr/ports/editors/vim/work/stage/usr/local/man/man1/rview.1.gz: No such file or directory pkg-static: Unable to access file /usr/ports/editors/vim/work/stage/usr/local/man/man1/rvim.1.gz: No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/editors/vim *** Error code 1 Stop. make: stopped in /usr/ports/editors/vim ``` Complete configuration: ``` # This file is auto-generated by 'make config'. # Options for vim-7.4.729 _OPTIONS_READ=vim-7.4.729 _FILE_COMPLETE_OPTIONS_LIST=CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS LUA NLS PERL PYTHON RUBY TCL XTERM_SAVE ATHENA CONSOLE GNOME GTK2 MOTIF X11 OPTIONS_FILE_SET+=CSCOPE OPTIONS_FILE_SET+=DEFAULT_VIMRC OPTIONS_FILE_SET+=EXUBERANT_CTAGS OPTIONS_FILE_UNSET+=LUA OPTIONS_FILE_UNSET+=NLS OPTIONS_FILE_SET+=PERL OPTIONS_FILE_SET+=PYTHON OPTIONS_FILE_UNSET+=RUBY OPTIONS_FILE_UNSET+=TCL OPTIONS_FILE_UNSET+=XTERM_SAVE OPTIONS_FILE_UNSET+=ATHENA OPTIONS_FILE_SET+=CONSOLE OPTIONS_FILE_UNSET+=GNOME OPTIONS_FILE_UNSET+=GTK2 OPTIONS_FILE_UNSET+=MOTIF OPTIONS_FILE_UNSET+=X11 ``` -- You are receiving this mail because: You are the assignee for the bug.