[MacPorts] #32341: Atlas not in ports tree (???)
#32341: Atlas not in ports tree (???) ------------------------------------+--------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: atlas ------------------------------------+--------------------------------------- $ sudo port upgrade atlas[[BR]] Warning: No port atlas found in the index.[[BR]] To report a bug, see <http://guide.macports.org/#project.tickets>[[BR]] $ sudo port install atlas[[BR]] Warning: Skipping atlas (not in the ports tree)[[BR]] $ sudo port install atlas @3.9.47_0+gcc44[[BR]] Warning: Skipping atlas (not in the ports tree)[[BR]] $ --- Using OSX 10.7.2, MacPorts version 2.0.3 -- Ticket URL: <https://trac.macports.org/ticket/32341> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32341: Atlas not in ports tree (???) -------------------------------------+-------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: invalid | Keywords: Port: atlas | -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Old description:
$ sudo port upgrade atlas[[BR]] Warning: No port atlas found in the index.[[BR]] To report a bug, see <http://guide.macports.org/#project.tickets>[[BR]] $ sudo port install atlas[[BR]] Warning: Skipping atlas (not in the ports tree)[[BR]] $ sudo port install atlas @3.9.47_0+gcc44[[BR]] Warning: Skipping atlas (not in the ports tree)[[BR]] $
---
Using OSX 10.7.2, MacPorts version 2.0.3
New description: {{{ $ sudo port upgrade atlas Warning: No port atlas found in the index. To report a bug, see <http://guide.macports.org/#project.tickets> $ sudo port install atlas Warning: Skipping atlas (not in the ports tree) $ sudo port install atlas @3.9.47_0+gcc44 Warning: Skipping atlas (not in the ports tree) $ }}} Using OSX 10.7.2, MacPorts version 2.0.3 -- Comment: Run `sudo port selfupdate` -- Ticket URL: <https://trac.macports.org/ticket/32341#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32341: Atlas not in ports tree (???) -------------------------------------+-------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: invalid | Keywords: Port: atlas | -------------------------------------+-------------------------------------- Comment(by glen.henshaw@…): Unfortunately, the errors listed above were encountered immediately after a 'sudo port selfupdate' followed by a 'sudo port upgrade outdated'. -- Ticket URL: <https://trac.macports.org/ticket/32341#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32341: Atlas not in ports tree (???) -------------------------------------+-------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: Port: atlas | -------------------------------------+-------------------------------------- Changes (by glen.henshaw@…): * status: closed => reopened * resolution: invalid => Comment: $ sudo port selfupdate[[BR]] Password:[[BR]] ---> Updating MacPorts base sources using rsync[[BR]] MacPorts base version 2.0.3 installed,[[BR]] MacPorts base version 2.0.3 downloaded.[[BR]] ---> Updating the ports tree[[BR]] ---> MacPorts base is already the latest version[[BR]] [[BR]] The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated[[BR]] $ sudo port upgrade atlas[[BR]] Warning: No port atlas found in the index.[[BR]] To report a bug, see <http://guide.macports.org/#project.tickets>[[BR]] -- Ticket URL: <https://trac.macports.org/ticket/32341#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32341: Atlas not in ports tree (???) -------------------------------------+-------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: Port: atlas | -------------------------------------+-------------------------------------- Comment(by ryandesign@…): How many ports are in your index? {{{ port echo all | wc -l }}} Is it comparable to the number listed on our [http://www.macports.org/ports.php webpage]? Can you run selfupdate with verbose output and see what it says? {{{ sudo port -v selfupdate }}} -- Ticket URL: <https://trac.macports.org/ticket/32341#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32341: Atlas not in ports tree -------------------------------------+-------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: invalid | Keywords: Port: atlas | -------------------------------------+-------------------------------------- Changes (by macsforever2000@…): * status: reopened => closed * resolution: => invalid Comment: The atlas port exists. There is nothing to fix here. Please bring tech support issues to the [http://lists.macosforge.org/mailman/listinfo.cgi /macports-users Macports Users mailing list]. {{{ $ port -d installed atlas The following ports are currently installed: atlas @3.9.47_0+gcc45 (active) platform='darwin 11' archs='x86_64' $ port info atlas atlas @3.9.47 (math) Variants: gcc42, gcc43, gcc44, (+)gcc45, gcc46, universal Description: The current version provides a complete BLAS and LAPACK API. For many operations, ATLAS achieves performance on par with machine-specific tuned libraries. Homepage: http://math-atlas.sourceforge.net/ Library Dependencies: bzip2, gzip, gcc45 Platforms: darwin License: BSD Maintainers: jameskyle@macports.org }}} -- Ticket URL: <https://trac.macports.org/ticket/32341#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32341: Atlas not in ports tree -------------------------------------+-------------------------------------- Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: invalid | Keywords: Port: atlas | -------------------------------------+-------------------------------------- Comment(by glen.henshaw@…): Thanks for the help. Just for the record, I do actually have the atlas port installed. I know it exists: $ port -d installed atlas The following ports are currently installed: atlas @3.9.46_0+gcc44 platform='darwin 11' archs='x86_64'[[BR]] atlas @3.9.47_0+gcc44 (active) platform='darwin 11' archs='x86_64' but... $ port info atlas Error: Port atlas not found
How many ports are in your index?
$ port echo all | wc -l 13078
Can you run selfupdate with verbose output and see what it says?
---> Updating MacPorts base sources using rsync receiving file list ... done sent 36 bytes received 6813 bytes 4566.00 bytes/sec[[BR]] total size is 2966591 speedup is 433.14[[BR]] MacPorts base version 2.0.3 installed,[[BR]] MacPorts base version 2.0.3 downloaded.[[BR]] ---> Updating the ports tree[[BR]] Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/[[BR]] receiving file list ... done[[BR]] ./[[BR]] aqua/LyX/[[BR]] aqua/LyX/Portfile[[BR]] aqua/LyX/files/[[BR]] aqua/LyX/files/patch-configure.diff[[BR]] aqua/LyX1/[[BR]] aqua/LyX1/Portfile[[BR]] aqua/fltk-devel/[[BR]] aqua/fltk-devel/Portfile[[BR]] aqua/iTerm2/[[BR]] aqua/iTerm2/Portfile[[BR]] aqua/mumble/[[BR]] aqua/mumble/Portfile[[BR]] aqua/qtiplot/[[BR]] aqua/qtiplot/Portfile[[BR]] aqua/qtiplot/files/[[BR]] aqua/qtiplot/files/patch-disable-O2.diff[[BR]] comms/telepathy-glib/[[BR]] comms/telepathy-glib/Portfile[[BR]] comms/telepathy-glib/files/[[BR]] comms/telepathy-glib/files/patch-configure.diff[[BR]] databases/redis/[[BR]] databases/redis/Portfile[[BR]] databases/slony1/[[BR]] databases/slony1/Portfile[[BR]] devel/nodejs/[[BR]] devel/nodejs/Portfile[[BR]] devel/nodejs/files/[[BR]] devel/npm/[[BR]] devel/npm/Portfile[[BR]] devel/omniORB/[[BR]] devel/omniORB/Portfile[[BR]] devel/play/[[BR]] devel/play/Portfile[[BR]] devel/play/files/[[BR]] devel/play/files/patch-framework-build.xml.diff[[BR]] devel/svn2cl/[[BR]] devel/svn2cl/Portfile[[BR]] editors/MacVim/[[BR]] editors/MacVim/Portfile[[BR]] games/sl/[[BR]] games/sl/Portfile[[BR]] games/sl/files/[[BR]] games/sl/files/patch-main.diff[[BR]] games/xmoto/[[BR]] games/xmoto/Portfile[[BR]] gis/qlandkartegt/[[BR]] gis/qlandkartegt/Portfile[[BR]] gnome/empathy/[[BR]] gnome/empathy/Portfile[[BR]] gnome/epiphany-extensions/[[BR]] gnome/epiphany-extensions/Portfile[[BR]] gnome/evolution-data-server/files/[[BR]] gnome/evolution-data-server/files/patch-configure.ac.diff[[BR]] gnome/gconfmm/[[BR]] gnome/gconfmm/Portfile[[BR]] gnome/gnumeric/[[BR]] gnome/gnumeric/Portfile[[BR]] gnome/gobject-introspection/[[BR]] gnome/gobject-introspection/Portfile[[BR]] gnome/gtk2-aurora/[[BR]] gnome/gtk2-aurora/Portfile[[BR]] gnome/libgtksourceviewmm/[[BR]] gnome/libgtksourceviewmm/Portfile[[BR]] gnome/libwnck/[[BR]] gnome/libwnck/Portfile[[BR]] gnome/startup-notification/[[BR]] gnome/startup-notification/Portfile[[BR]] gnome/system-tools-backends/[[BR]] gnome/system-tools-backends/Portfile[[BR]] graphics/agave/[[BR]] graphics/agave/Portfile[[BR]] graphics/dcmtk/[[BR]] graphics/dcmtk/Portfile[[BR]] graphics/graphviz-devel/[[BR]] graphics/graphviz-devel/Portfile[[BR]] graphics/graphviz-gui-devel/[[BR]] graphics/graphviz-gui-devel/Portfile[[BR]] graphics/gvedit-devel/[[BR]] graphics/gvedit-devel/Portfile[[BR]] java/xalanj/[[BR]] java/xalanj/Portfile[[BR]] java/xalanj/files/[[BR]] java/xalanj/files/build.xml.diff[[BR]] lang/apple-gcc42/[[BR]] lang/apple-gcc42/Portfile[[BR]] lang/coq/[[BR]] lang/coq/Portfile[[BR]] lang/pypy/[[BR]] lang/pypy/Portfile[[BR]] lang/pypy/files/[[BR]] lang/vala/[[BR]] lang/vala/Portfile[[BR]] mail/claws-mail/[[BR]] mail/claws-mail/Portfile[[BR]] mail/gnupg12/[[BR]] mail/gnupg12/Portfile[[BR]] math/qhull/[[BR]] math/qhull/Portfile[[BR]] multimedia/XviD/[[BR]] multimedia/XviD/Portfile[[BR]] multimedia/XviD/files/[[BR]] multimedia/XviD/files/patch-Makefile.diff[[BR]] net/dnsmasq/[[BR]] net/dnsmasq/Portfile[[BR]] net/murmur/[[BR]] net/murmur/Portfile[[BR]] net/tcpdump/[[BR]] net/tcpdump/Portfile[[BR]] net/tcpdump/files/[[BR]] net/tcpdump/files/patch-ppi.h.diff[[BR]] php/[[BR]] php/php5-excel/[[BR]] php/php5-excel/Portfile[[BR]] php/php5-solr/[[BR]] php/php5-solr/Portfile[[BR]] python/py-spyder/[[BR]] python/py-spyder/Portfile[[BR]] python/py-xlib/[[BR]] python/py-xlib/Portfile[[BR]] security/stunnel/[[BR]] security/stunnel/Portfile[[BR]] security/stunnel/files/[[BR]] security/stunnel/files/patch-configure[[BR]] security/stunnel/files/patch-tools-stunnel.cnf[[BR]] shells/bash/[[BR]] shells/bash/Portfile[[BR]] sysutils/synergy/[[BR]] sysutils/synergy/Portfile[[BR]] sysutils/synergy/files/[[BR]] sysutils/synergy/files/patch-CArchFileUnix.cpp.diff[[BR]] sysutils/synergy/files/patch-bug57-keypress.diff[[BR]] sysutils/synergy/files/patch-bug57-modifiers.diff[[BR]] textproc/[[BR]] textproc/libxl/[[BR]] textproc/libxl/Portfile[[BR]] textproc/tnef/[[BR]] textproc/tnef/Portfile[[BR]] www/uzbl/[[BR]] www/uzbl/Portfile[[BR]] x11/wine-devel/[[BR]] x11/wine-devel/Portfile[[BR]] deleting devel/nodejs/files/patch-wscript-npm.diff[[BR]] deleting gnome/gobject-introspection/files/patch-giscanner- sourcescanner.py.diff[[BR]] deleting gnome/gobject-introspection/files/[[BR]] deleting lang/pypy/files/pypy-c[[BR]] deleting sysutils/synergy/files/patch-configure.diff[[BR]] sent 3597 bytes received 623108 bytes 40432.58 bytes/sec[[BR]] total size is 31253520 speedup is 49.87[[BR]] receiving file list ... done[[BR]] PortIndex[[BR]] sent 16312 bytes received 32885 bytes 19678.80 bytes/sec[[BR]] total size is 7305305 speedup is 148.49[[BR]] ---> MacPorts base is already the latest version[[BR]] The ports tree has been updated. To upgrade your installed ports, you should run[[BR]] port upgrade outdated[[BR]] $ On Thu, Dec 1, 2011 at 10:34 PM, MacPorts <noreply@macports.org> wrote:
#32341: Atlas not in ports tree (???)
-------------------------------------+--------------------------------------
Reporter: glen.henshaw@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: Port: atlas |
-------------------------------------+--------------------------------------
Comment(by ryandesign@…):
How many ports are in your index? {{{ port echo all | wc -l }}} Is it comparable to the number listed on our [http://www.macports.org/ports.php webpage]?
Can you run selfupdate with verbose output and see what it says? {{{ sudo port -v selfupdate }}}
-- Ticket URL: <https://trac.macports.org/ticket/32341#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
-- Ticket URL: <https://trac.macports.org/ticket/32341#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts