Bug 215255 - emulators/i386-wine-devel: pkg-static: Unable to access file: No such file or directory
Summary: emulators/i386-wine-devel: pkg-static: Unable to access file: No such file or...
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: David Naylor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-12 17:06 UTC by Neel Chauhan
Modified: 2016-12-17 05:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dbn)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.