Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 13:19:28 +0000
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
Message-ID:  <bug-202653-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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:

=======================<phase: run-depends    >============================
===>   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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202653-13>