[Bug 202653] emulators/i386-wine-devel: Latest version depends on old version of gecko msi file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 25 13:19:28 UTC 2015
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 at FreeBSD.org
Reporter: linuxjustin at gmail.com
Flags: maintainer-feedback?(dbn at FreeBSD.org)
Assignee: dbn at 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.
More information about the freebsd-ports-bugs
mailing list