Bug 259827 - emulators/wine-devel: Correct lib32 installation message
Summary: emulators/wine-devel: Correct lib32 installation message
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-14 09:40 UTC by Alexander Vereeken
Modified: 2021-12-04 16:15 UTC (History)
3 users (show)

See Also:
damjan.jov: maintainer-feedback+


Attachments
wine-devel-wine-wow64.sh.diff (642 bytes, patch)
2021-11-14 09:40 UTC, Alexander Vereeken
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vereeken 2021-11-14 09:40:44 UTC
Created attachment 229485 [details]
wine-devel-wine-wow64.sh.diff

Hello,

the script says that you have to install lib32 wine but wine-devel have to be specified. This may can cause confusion for some people.
Comment 1 Gerald Pfeifer freebsd_committer freebsd_triage 2021-11-22 09:20:49 UTC
Alex, Damjan, this looks like a good change to make - do you agree?
Comment 2 alt2600 2021-11-26 02:46:58 UTC
(In reply to Gerald Pfeifer from comment #1)

the only version available is 6.18 when you do the pkg32.sh script anyway, it won't work with the 6.22 installed for the 64 bit mode. I looked at normal wine too, its 6.0.2 for 64 bit, but 6.0.1 for pkg32 script, I know given I made the mistake this bug report and nuked my local 32bit chroot and redid with wine-devel. so both of these ports seem useless to run 32 bit mode anything, and wine64 complains that the 32 bit prefix is outdated when I try to install gecko and wine
Comment 3 Alex S 2021-11-26 05:45:40 UTC
What the hell...
Comment 4 Alexander Vereeken 2021-11-26 22:50:07 UTC
(In reply to alt2600 from comment #2)

You have probably mixed quarterly and latest.
Comment 5 Damjan Jovanovic 2021-12-04 01:02:51 UTC
Approving, we should install 32 bit wine-devel from a 64 wine-devel port.
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-12-04 16:10:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d1eb332c0e149647703cf17d61fd0af16cc4d379

commit d1eb332c0e149647703cf17d61fd0af16cc4d379
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2021-12-04 16:06:52 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-12-04 16:08:07 +0000

    emulators/wine-devel: Fix message in wine-wow64.sh

    The reference to wine for i386 really needs to be wine-devel to match
    this port.

    PR:             259827

 emulators/wine-devel/Makefile            | 1 +
 emulators/wine-devel/files/wine-wow64.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 7 Gerald Pfeifer freebsd_committer freebsd_triage 2021-12-04 16:15:22 UTC
Thank you, Alexander for reporting this (together with a fix even),
Alex and Damjan.

One issue for emulators/*wine* down, nine to go...