|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
[MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
---------------------------------+------------------------------------------ Reporter: nefar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: loggerhead ---------------------------------+------------------------------------------ First, I think it should be renamed to bzr-loggerhead port contents shows it to be installed in: /opt/local/lib/python2.6/site-packages/loggerhead/ Whereas: $ /opt/local/bin/python -c 'import sys; print sys.path' ['', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /plat-darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /plat-mac', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /plat-mac/lib-scriptpackages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /lib-tk', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /lib-old', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /lib-dynload', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages'] Other packages are installed correctly, but loggerhead seems to be the one out. -- Ticket URL: <http://trac.macports.org/ticket/22264> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
---------------------------------+------------------------------------------ Reporter: nefar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: loggerhead ---------------------------------+------------------------------------------ Comment(by nefar@…): tmp-fix is to do: export PYTHONPATH=/opt/local/lib/python2.6/site-packages to be able to use loggerhead. -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
---------------------------------+------------------------------------------ Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: loggerhead ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * owner: macports-tickets@… => jlaurila@… Old description: > First, I think it should be renamed to bzr-loggerhead > > port contents shows it to be installed in: > > /opt/local/lib/python2.6/site-packages/loggerhead/ > > Whereas: $ /opt/local/bin/python -c 'import sys; print sys.path' > ['', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /plat-darwin', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /plat-mac', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /plat-mac/lib-scriptpackages', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /lib-tk', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /lib-old', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /lib-dynload', > '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /site-packages'] > > Other packages are installed correctly, but loggerhead seems to be the > one out. New description: First, I think it should be renamed to bzr-loggerhead port contents shows it to be installed in: {{{ /opt/local/lib/python2.6/site-packages/loggerhead/ }}} Whereas: $ /opt/local/bin/python -c 'import sys; print sys.path' ['', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /plat-darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /plat-mac', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /plat-mac/lib-scriptpackages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /lib-tk', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /lib-old', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /lib-dynload', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages'] Other packages are installed correctly, but loggerhead seems to be the one out. -- -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
---------------------------------+------------------------------------------ Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: loggerhead ---------------------------------+------------------------------------------ Comment(by jlaurila@…): The install path has been fixed five weeks ago in the Portfile attached to https://trac.macports.org/ticket/21432 - I'm just waiting for someone to commit it. The name change sounds sensible to me. Any committers available to do it? -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
----------------------------------+----------------------------------------- Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: loggerhead | ----------------------------------+----------------------------------------- Changes (by macsforever2000@…): * status: new => closed * resolution: => fixed Comment: Updated in r60136. I kept the name the same. -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
----------------------------------+----------------------------------------- Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: loggerhead | ----------------------------------+----------------------------------------- Comment(by nefar@…): What was the reason for keeping the same name? All ports related to bzr show up under port search bzr except for this one. It would be nice if it did too. -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
----------------------------------+----------------------------------------- Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: loggerhead | ----------------------------------+----------------------------------------- Comment(by macsforever2000@…): It's going to take some more work to change the name. A new port must be created with the new name "bzr-loggerhead" and the old port must be changed into a stub port that points to the new port. See py25-tkinter for an example of a stub port. -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
----------------------------------+----------------------------------------- Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: loggerhead | ----------------------------------+----------------------------------------- Comment(by nefar@…): Are you're saying is that if I stub it and check in the necessities, we can go ahead and change the name? -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
----------------------------------+----------------------------------------- Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: loggerhead | ----------------------------------+----------------------------------------- Comment(by macsforever2000@…): I'm saying you should submit 2 portfiles - well one portfile and one universal diff. One portfile for "bzr-loggerhead" which is a copy of the current loggerheard port with the new name, and another which is a diff of the current loggerhead portfile which turns it into a stub. -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
|
|
Re: [MacPorts] #22264: loggerhead - broken does not install libs in correct place#22264: loggerhead - broken does not install libs in correct place
----------------------------------+----------------------------------------- Reporter: nefar@… | Owner: jlaurila@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: loggerhead | ----------------------------------+----------------------------------------- Comment(by nefar@…): ok, then I had understood you correctly. THanks. -- Ticket URL: <http://trac.macports.org/ticket/22264#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS _______________________________________________ macports-tickets mailing list macports-tickets@... http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets |
| Free embeddable forum powered by Nabble | Forum Help |