From owner-freebsd-ports-bugs@freebsd.org Tue Aug 25 13:19:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A174499AAD1 for ; Tue, 25 Aug 2015 13:19:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 73BE1648 for ; Tue, 25 Aug 2015 13:19:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7PDJSWB007981 for ; Tue, 25 Aug 2015 13:19:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202653] emulators/i386-wine-devel: Latest version depends on old version of gecko msi file Date: Tue, 25 Aug 2015 13:19:28 +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 Some People X-Bugzilla-Who: linuxjustin@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dbn@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: Tue, 25 Aug 2015 13:19:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202653 Bug ID: 202653 Summary: emulators/i386-wine-devel: Latest version depends on old version of gecko msi file Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: dbn@FreeBSD.org Reporter: linuxjustin@gmail.com Flags: maintainer-feedback?(dbn@FreeBSD.org) Assignee: dbn@FreeBSD.org It seems that the latest version (1.7.49,1) of `emulators/i386-wine-devel` port still needs an old version of gecko msi file, say, `/usr/local/share/wine/gecko/wine_gecko-2.36-x86.msi`, while the up-to-date `emulators/wine-gecko-devel` port provides `wine_gecko-2.40-x86.msi`, which result in the failure of the build of `emulators/i386-wine-devel` port: =================================================== ===> i386-wine-devel-1.7.49,1 depends on file: /usr/local/share/wine/gecko/wine_gecko-2.36-x86.msi - not found ===> Installing existing package /packages/All/wine-gecko-devel-2.40.txz [10amd64-local-workstation-job-01] Installing wine-gecko-devel-2.40... [10amd64-local-workstation-job-01] Extracting wine-gecko-devel-2.40: ........ done ===> i386-wine-devel-1.7.49,1 depends on file: /usr/local/share/wine/gecko/wine_gecko-2.36-x86.msi - not found *** Error code 1 I think it might solve the issue by updating this line in the `Makefile.inc` file GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.36-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel to GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel Hopefully this may help. Thanks. -- You are receiving this mail because: You are the assignee for the bug.