Opened 13 years ago

Closed 13 years ago

#30467 closed defect (fixed)

PortIndex generated on server is missing some ports

Reported by: mpd@… Owned by: wsiegrist@…
Priority: Normal Milestone:
Component: server/hosting Version: 2.0.0
Keywords: Cc:
Port:

Description

Just did a 'selfupdate' and 'upgrade outdated', now I'm trying to install a bunch of GEDA-related stuff...

$ sudo port install xgsch2pcb
--->  Computing dependencies for xgsch2pcb
Error: Dependency 'py25-numeric' not found.
Error: Status 1 encountered during processing.

Was this removed/renamed?

Change History (4)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Keywords: xgsch2pcb numeric py25-numeric dependency removed

Works here. The numeric dependency is via dbus-python25:

% port rdeps xgsch2pcb
The following ports are dependencies of xgsch2pcb @0.1.3_0:
  pcb
    gtk2
      pkgconfig
        glib2
          autoconf
            perl5
              perl5.12
            m4
            help2man
              p5-locale-gettext
                gettext
                  libiconv
                    gperf
                  ncurses
                    ncursesw
                  expat
          automake
          libtool
          zlib
      atk
        gtk-doc
          gnome-doc-utils
            intltool
              gnome-common
              p5-xml-parser
              p5-getopt-long
              p5-pathtools
              p5-scalar-list-utils
            libxslt
              libxml2
            py27-libxml2
              python27
                openssl
                sqlite3
                  readline
                db46
                gdbm
                bzip2
                python_select
            docbook-xml
              docbook-xml-4.1.2
                unzip
                xmlcatmgr
              docbook-xml-4.2
              docbook-xml-4.3
              docbook-xml-4.4
              docbook-xml-4.5
              docbook-xml-5.0
            docbook-xsl
            rarian
              getopt
            iso-codes
      pango
        cairo
          libpixman
          fontconfig
            freetype
          libpng
          xrender
            xorg-libX11
              xorg-util-macros
              xorg-xtrans
              xorg-bigreqsproto
              xorg-xcmiscproto
              xorg-xextproto
              xorg-xf86bigfontproto
              xorg-inputproto
              xorg-libXdmcp
                xorg-xproto
              xorg-libXau
              xorg-libxcb
                xorg-xcb-proto
                xorg-libpthread-stubs
              xorg-kbproto
            xorg-renderproto
          xorg-xcb-util
        Xft2
      gdk-pixbuf2
        jasper
          jpeg
        tiff
      xorg-libXi
        xorg-libXext
      xorg-libXrandr
        xorg-randrproto
      xorg-libXcursor
        xorg-fixesproto
        xorg-libXfixes
      xorg-libXinerama
        xorg-xineramaproto
      xorg-libXdamage
        xorg-damageproto
      xorg-libXcomposite
        xorg-compositeproto
      shared-mime-info
    gd2
      xpm
        xorg-libXt
          xorg-libsm
            xorg-libice
    dbus
    tk
      tcl
      xorg-libXScrnSaver
        xorg-scrnsaverproto
  py25-gtk
    python25
    libglade2
    py25-cairo
      py25-numpy
        fftw-3
        py25-nose
          py25-distribute
    py25-gobject
  dbus-python25
    dbus-glib
    py25-numeric

comment:2 Changed 13 years ago by mpd@…

Huh. Well, I don't seem to have any py??-numeric packages ('port search numeric' shows nothing of the sort). dbus-python26 and 27 do not have similar dependencies, and install fine.

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Component: portsserver/hosting
Owner: changed from macports-tickets@… to wsiegrist@…
Port: xgsch2pcb removed
Summary: xgsch2pcb @0.1.3 missing py25-numeric dependencyPortIndex generated on server is missing some ports

The server is actually failing to index ports that use features added in 2.0.

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Should be fixed now.

Note: See TracTickets for help on using tickets.