Opened 9 years ago
Closed 7 years ago
#51308 closed defect (wontfix)
libplist: ValueError: More than one filename match found for utility code Capsule
Reported by: | bernard.meunier@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), kurthindenburg (Kurt Hindenburg) | |
Port: | libplist |
Description
Hi,
I have an MacBook Pro with 10.11.2 El Capitan.
I have made a lot of tests and read a lot of documents, but I amn't enable to install the last two library (libgpod libplist) used by digikam.
I have joint two documents. The first give you the procedure I have followed. The second is the content of the log file generated.
Can you help me.
Thank a lot
Bernard
Attachments (2)
Change History (10)
Changed 9 years ago by bernard.meunier@…
Attachment: | 1_digikam_install.txt added |
---|
Changed 9 years ago by bernard.meunier@…
Attachment: | 2_main.log added |
---|
comment:1 Changed 9 years ago by dbevans (David B. Evans)
Port: | libplist added |
---|---|
Version: | 2.3.4 |
comment:2 follow-up: 4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | libplist fails on El Cap → libplist: ValueError: More than one filename match found for utility code Capsule |
---|
Hmm, it builds fine for me.
Unrelated: If you're really running OS X 10.11.2, you should probably upgrade to 10.11.4.
comment:3 follow-up: 5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
This type of problem was reported before; see #45585. Are there files in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cython whose names end with ".mp_*" where "*" is a bunch of numbers? If so, delete those files; they are the result of forcibly activating a port, and apparently Cython misbehaves when they exist.
comment:4 Changed 9 years ago by bernard.meunier@…
Replying to ryandesign@…:
Hmm, it builds fine for me.
Unrelated: If you're really running OS X 10.11.2, you should probably upgrade to 10.11.4.
Perhaps, but I am so imminent solution (only 2 pakets after hours of compilation) that I prefer, before, to try that problem with a less risky solution.
But why not in a near futur.
Thank a lot
comment:5 Changed 9 years ago by bernard.meunier@…
Replying to ryandesign@…:
This type of problem was reported before; see #45585. Are there files in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cython whose names end with ".mp_*" where "*" is a bunch of numbers? If so, delete those files; they are the result of forcibly activating a port, and apparently Cython misbehaves when they exist.
I have tried your proposal, but nothing new. Always impossible to install those two packets.
I have a lot of .mp_* files in a lot of directories . Did you think is't a good idea to delete all those files. It's risky ?
Thank a lot
comment:6 follow-up: 7 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
".mp_*" files are created by using the -f
flag when running sudo port -f install
or sudo port -f activate
; normally, you should not force activations. Why have you had to do so?
Did you sudo port clean libplist
before trying again? If not, please do.
comment:7 Changed 9 years ago by bernard.meunier@…
Replying to ryandesign@…:
".mp_*" files are created by using the
-f
flag when runningsudo port -f install
orsudo port -f activate
; normally, you should not force activations. Why have you had to do so?Did you
sudo port clean libplist
before trying again? If not, please do.
During my compilation when the process was not succesfull it was requested to do 'sudo port -f activate libplist'
Quiet each time I try to install libplist before I launch a 'clean' command.
It is just because I want to delete files not usefull and not necessary.
Thank a lot for your answer
Thank
comment:8 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | kurthindenburg added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
If I understand the issue it is with cython upstream - reopen if there's something that needs fixed in libplist
Has duplicate #51307.