Bug 215255

Summary: emulators/i386-wine-devel: pkg-static: Unable to access file: No such file or directory
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: David Naylor <dbn>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (dbn)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Neel Chauhan freebsd_committer freebsd_triage 2016-12-12 17:06:58 UTC
When I try to install Wine 2.x through FreeBSD ports, I get this error.

pkg-static: Unable to access file /usr/ports/emulators/i386-wine-devel/work/stage/usr/local/lib32/libgcc_s.so.1: No such file or directory
pkg-static: Unable to access file /usr/ports/emulators/i386-wine-devel/work/stage/usr/local/lib32/libiconv.so.2: No such file or directory
pkg-static: Unable to access file /usr/ports/emulators/i386-wine-devel/work/stage/usr/local/lib32/libstdc++.so.6: No such file or directory

Is there  a reason why this is happening?
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-17 05:17:02 UTC
A commit references this bug:

Author: dbn
Date: Sat Dec 17 05:16:23 UTC 2016
New revision: 428701
URL: https://svnweb.freebsd.org/changeset/ports/428701

Log:
  i386-wine-devel: fix pkg-plist.

   - Fix generation of pkg-plist by properly detecting a single suffix (i.e. all
     -devel or all -staging) [1][2]
   - Regenerate pkg-plist
   - Add USES=desktop-file-utils [1]
   - Fix mono dependency [1]

  PR:		215255 [2]
  PR:		215269 [1]
  Submitted by:	Vikash Badal (vikashb@where-ever.za.net) [1]
  Reported by:	Neel Chauhan (neel@neelc.org) [2]

Changes:
  head/emulators/i386-wine-devel/Makefile.inc
  head/emulators/i386-wine-devel/files/mergeplist.py
  head/emulators/i386-wine-devel/pkg-plist
Comment 2 David Naylor freebsd_committer freebsd_triage 2016-12-17 05:17:40 UTC
Fixed, thank you for the report.