#49370 closed defect (invalid)
An error when activate for wxPython-3.0
Reported by: | tungyuanhsiao | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), mojca (Mojca Miklavec), petrrr | |
Port: | wxPython-3.0 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Error: org.macports.activate for port wxPython-3.0 returned: Image error: Source file /opt/local/var/macports/software/wxPython-3.0/mpextractkTiaNAbK/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPython/3.0/include/wx-3.0/wx/wxPython/._printfw.h does not appear to exist (cannot lstat it). Unable to activate port wxPython-3.0. Please see the log file for port wxPython-3.0 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_graphics_wxWidgets-3.0/wxPython-3.0/main.log Error: Problem while installing wxPython-3.0 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets
Attachments (1)
Change History (6)
Changed 9 years ago by tungyuanhsiao
comment:1 follow-up: 2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… mojca@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to jwa@… |
Port: | wxPython-3.0 added |
comment:2 Changed 9 years ago by tungyuanhsiao
Replying to ryandesign@…:
This is a curious error.
It seems that the file "._printfw.h" (and others) was added to the archive, but at extract time, it couldn't be found.
Files whose names begin with "._" are created by OS X when a file with extended attributes is created on a filesystem that does not support extended attributes.
Is the filesystem MacPorts is installed on formatted as HFS+ (Journaled), or as something else? Are there other volumes involved (for example, have you symlinked the build or software directories or other parts of the MacPorts prefix onto other volumes), and if so, how are those volumes formatted?
I did not install filesystem on another format. My OSX is EI Capitan.
comment:3 Changed 9 years ago by mojca (Mojca Miklavec)
Version: | 2.3.4 |
---|
Such a file is also created when one opens a file with vim
(and the installer is done before closing that file). But there's a huge number of ports starting with "._
" in this case, so I doubt that the reporter opened all of them. In any case this is a weird error. I'm almost sure we will fix it as invalid
, but it would be great to figure out the reason for the failure. My suggestion would be to possibly make a backup of /opt/local/var/macports/software/wxPython-3.0/
, then uninstall wxPython-3.0
and try to install it again from a clean build.
comment:4 Changed 9 years ago by mojca (Mojca Miklavec)
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is a curious error.
It seems that the file "._printfw.h" (and others) was added to the archive, but at extract time, it couldn't be found.
Files whose names begin with "._" are created by OS X when a file with extended attributes is created on a filesystem that does not support extended attributes.
Is the filesystem MacPorts is installed on formatted as HFS+ (Journaled), or as something else? Are there other volumes involved (for example, have you symlinked the build or software directories or other parts of the MacPorts prefix onto other volumes), and if so, how are those volumes formatted?