Public bug reported: On Maverick 10.10: for several globus binary packages there seem to be only debugging packages available but not the corresponding 'real' packages.
This is also visible on the Ubuntu manpage repository. Compare: http://packages.ubuntu.com/search?keywords=globus&searchon=names&suite=lucid§ion=all http://packages.ubuntu.com/search?keywords=globus&searchon=names&suite=maverick§ion=all $ aptitude -w 999 search ^globus | awk '{print $2}' >pkgs $ cat pkgs | sed 's/^\(.*\)-dbg$/\1/p;d' >pkgs_from_dbg $ for p in `cat pkgs_from_dbg`; do grep -q "^$p\$" pkgs || echo $p; done globus-authz-callout-error globus-authz globus-callout globus-common globus-ftp-client globus-ftp-control globus-gass-cache globus-gass-copy globus-gass-server-ez globus-gass-transfer globus-gfork globus-gram-client globus-gram-job-manager-callout-error globus-gram-protocol globus-gridftp-server-control globus-gridftp-server globus-gsi-callback globus-gsi-cert-utils globus-gsi-credential globus-gsi-openssl-error globus-gsi-proxy-core globus-gsi-proxy-ssl globus-gsi-sysconfig globus-gss-assist globus-gssapi-error globus-gssapi-gsi globus-io globus-openssl-module globus-rls-client globus-rsl-assist globus-rsl globus-scheduler-event-generator globus-usage globus-xio globus-xio-gsi-driver globus-xio-pipe-driver globus-xio-popen-driver ** Affects: globus-ftp-client (Ubuntu) Importance: Undecided Status: New -- For many Globus packages only debug symbols available but no binaries https://bugs.launchpad.net/bugs/663982 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
