Your message dated Sat, 6 Jun 2020 01:16:34 +0200
with message-id <[email protected]>
and subject line Re: nvidia-visual-profiler [non-free]: embedded copy of 
Eclipse 3.6
has caused the Debian Bug report #660908,
regarding nvidia-visual-profiler [non-free]: embedded copy of Eclipse 3.6
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 [email protected]
immediately.)


-- 
660908: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660908
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nvidia-visual-profiler
Version: 4.1.28-1
Severity: normal
Tags: help

Dear Debian Orbital Alignment Team,

I just uploaded a new version of nvidia-cuda-toolkit 4.1 [non-free]
which contains the nvidia-visual-profiler (added in 4.1).

The NVIDIA Visual Profiler [1] is an application based on Eclipse and is
shipped by NVIDIA bundled and somehow integrated with Eclipse 3.6.  I
tried to use the Debian provided Eclipse 3.7 libraries instead but was
not successful. In the end the application was starting, but only
produced an empty window with the normal Eclipse menu bar.  Therefore I
now included the bundled Eclipse 3.6 in the nvidia-cuda-toolkit package,
but I'd like to change this, if possible.

I have never used Eclipse and know neither how it works by itself nor
what can be done with plugins to create different applications like
nvvp.
Therefore I'm seeking the advice of the Eclipse Maintainers:
* is it possible to replace Eclipse 3.6 with 3.7 in this application?
* whats the best way to package such an Eclipse based application?
  (file system layout etc., dependencies, ...)

Thanks in advance for your help!

Andreas

[1] http://developer.nvidia.com/nvidia-visual-profiler

PS: this is a small script that switches the working nvvp with its own
copy of Eclipse 3.6 to use the Debian Eclipse libs (3.7 at the moment)
by replacing the content of the plugins directory with links to
/usr/lib/eclipse/... etc.

=============================
#!/bin/sh
set -e

apt-get -y install eclipse-gef

cd /usr/lib/nvidia-visual-profiler/plugins

for p in com.* javax.* org.apache.* org.eclipse.* org.mortbay.*
do
        b=${p%%_*}
        c=""
        for d in /usr/share/eclipse/plugins /usr/lib/eclipse/plugins 
/usr/share/eclipse/dropins/gef/eclipse/plugins
        do
                c=$(ls -1d $d/${b}_* 2>/dev/null | head -n 1)
                test ! -e "$c" || break
        done
        if [ -e "$p" ] && [ -e "$c" ]; then
                echo "$b: $p ==> $c"
                rm -rf $p
                ln -s $c .
        fi
done
===============================



--- End Message ---
--- Begin Message ---
On Wed, 22 Feb 2012 20:29:39 +0100 Andreas Beckmann
<[email protected]> wrote:
> [...] Therefore I
> now included the bundled Eclipse 3.6 in the nvidia-cuda-toolkit package,
> but I'd like to change this, if possible.

Debian no longer ships Eclipse, so this is no longer an embedded copy.


Andreas

--- End Message ---

Reply via email to