[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#804645: marked as done (slurm-drmaa-dev: Missing symlink for libdrmaa.so.1)



Your message dated Sun, 22 Apr 2018 04:10:34 +0000
with message-id <E1fA6Kg-000C8I-M1@fasolo.debian.org>
and subject line Bug#896001: Removed package(s) from unstable
has caused the Debian Bug report #804645,
regarding slurm-drmaa-dev: Missing symlink for libdrmaa.so.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
804645: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804645
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Subject: slurm-drmaa-dev: Missing symlink for libdrmaa.so.1
Package: slurm-drmaa-dev
Version: 1.0.7-1+b1
Severity: normal

Dear Maintainer,

Consider this simple "Hello DRMAA" program

  #include "drmaa.h"
  int main()
  {
    char diagnosis[DRMAA_ERROR_STRING_BUFFER];
    drmaa_init(NULL, diagnosis, sizeof(diagnosis)-1);
  }

I can compile it with the command

  gcc drmaa_init.c -o drmaa_init -ldrmaa

Running it gives me the error

  drmaa_init: error while loading shared libraries: libdrmaa.so.1: cannot open shared object file: No such file or directory

The real libraries are in

  /usr/lib/slurm-drmaa/lib

with symlinks set up using the alternatives section.  There is a link for

  libdrmaa.so

but not for

  libdrmaa.so.1

I can work around it using RPATH or LD_LIBRARY_PATH, but my impression
is that it should not be required.

Thank you,
Walter Landry


-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages slurm-drmaa-dev depends on:
ii  slurm-drmaa1  1.0.7-1+b1

slurm-drmaa-dev recommends no packages.

slurm-drmaa-dev suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.0.7-1+rm

Dear submitter,

as the package slurm-drmaa has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/896001

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: