Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-17 Thread Andres Mejia
On Thursday 17 April 2008 5:11:12 am Michel BRIAND wrote:
 Hi,

 Andres Mejia [EMAIL PROTECTED] - Wed, 16 Apr 2008 09:40:39 -0400

 On Wednesday 16 April 2008 5:18:13 am Michel BRIAND wrote:
  Hello,
 
  sorry for the delay.
 
  I ran your attached script.
 
  1/ ./nvidia-cg-toolkit-installer --install
 
  Downloading
  http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x
 86. tar.gz on the i386 architecture. Use of uninitialized value in hash
  element
  at /usr/share/perl5/LWP/Protocol.pm line 55. Use of uninitialized
  value in pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm
  line 58. Use of uninitialized value in concatenation (.) or string
  at /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized
  value in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. 501
  Protocol scheme '' is not supported Failed to download NVIDIA Cg
  Toolkit.
 
 Alright. For this case, usually the reason you get a 501 Protocol
 scheme '' is not supported is because in either apt-config or your
 wgetrc files, your proxy is set as only proxy.com or something
 similar instead of http://proxy.com;. What are your settings for your
 proxy in 'apt-config dump' and/or your wgetrc files? Don't give me
 your login or password of course, just the general form you use.

 Yes, there is something in apt's config:

 $ apt-config dump|grep -i proxy
 Acquire::http::Proxy false;

 But I do not have any proxy setting in ~/.wgetrc nor in /etc/wgetrc.

If it's left as 'false', this would be the reason why the installer fails with 
the 501 Protocol scheme '' is not supported error. It should be in the form 
http://[[user][:[EMAIL PROTECTED]:port] depending on your proxy configuration. 
It's even stated in the apt.conf(5) manual page.

  2/ ./nvidia-cg-toolkit-installer --install --proxy
  http://proxy.free.fr:3128;
 
  Downloading
  http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x
 86. tar.gz on the i386 architecture. Download successful. Total size of
  content
  downloaded: 0KB Downloading
  http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_L
 ang uageSpecification.pdf on the i386 architecture. 0KB [.]
  100%
  80.2 KB/s Download successful. Total size of content downloaded: 80KB
  Checking MD5 sum for NVIDIA Cg Toolkit file...failed. Checksum
  mismatch. Expected checksum c26a8fd98a4ed8b9a2e418a04554d41a for the
  NVIDIA Cg Toolkit file.
 
 It looks like this would work, however there's some problem with
 downloads from the NVIDIA developer site at the moment. Check

 I tried this morning: Nvidia site works well.

It might have been resolved now.

 http://developer.nvidia.com/object/contact_us.html. The problem I'm
 getting is that only a piece of the file is downloaded and it's
 claimed that you have the entire file. Downloads sometimes work
 correctly using your web browser's download manager, but fails using
 wget -c. You could keep retrying with this method, or you could try
 a different proxy.

 Maybe you can find a way to be sure, with wget, to have succeed or
 not ? It could be safer for the script, no ?

libwww-perl has ways to do that, so using wget would be unnecessary.

 Good luck :) !

 Michel



-- 
Regards,
Andres



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-17 Thread Michel BRIAND

Andres Mejia [EMAIL PROTECTED] - Thu, 17 Apr 2008 12:33:23 -0400
 Alright. For this case, usually the reason you get a 501 Protocol
 scheme '' is not supported is because in either apt-config or your
 wgetrc files, your proxy is set as only proxy.com or something
 similar instead of http://proxy.com;. What are your settings for
 your proxy in 'apt-config dump' and/or your wgetrc files? Don't
 give me your login or password of course, just the general form you
 use.

 Yes, there is something in apt's config:

 $ apt-config dump|grep -i proxy
 Acquire::http::Proxy false;

 But I do not have any proxy setting in ~/.wgetrc nor in /etc/wgetrc.

If it's left as 'false', this would be the reason why the installer
fails with the 501 Protocol scheme '' is not supported error. It
should be in the form http://[[user][:[EMAIL PROTECTED]:port] depending on
your proxy configuration. It's even stated in the apt.conf(5) manual
page.

Hi Andres,

well spotted ;) !

I can confirm that's the cause of the script error. I removed this line
(Acquire::http::Proxy false;) from apt.conf (I still wonder where
does it come from ?). It downloads correctly now.

But there's still a problem:

# ./nvidia-cg-toolkit-installer --install

Downloading
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz
on the i386 architecture. 0KB
[...]
609 KB/s Download successful.
Total size of content downloaded: 10349KB
Downloading
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_LanguageSpecification.pdf
on the i386 architecture.
Download successful.
Total size of content downloaded: 0KB
Checking MD5 sum for NVIDIA Cg Toolkit file...passed. Checking MD5 sum
for NVIDIA Cg Toolkit spec file...failed.
Checksum mismatch.
Expected checksum 53736712db34dc6ccf1e850ea6eaefe5 for the NVIDIA Cg
Toolkit spec file.

Best regards,
Michel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-17 Thread Andres Mejia
On Thursday 17 April 2008 3:29:15 pm Michel BRIAND wrote:
 Andres Mejia [EMAIL PROTECTED] - Thu, 17 Apr 2008 12:33:23 -0400

  Alright. For this case, usually the reason you get a 501 Protocol
  scheme '' is not supported is because in either apt-config or your
  wgetrc files, your proxy is set as only proxy.com or something
  similar instead of http://proxy.com;. What are your settings for
  your proxy in 'apt-config dump' and/or your wgetrc files? Don't
  give me your login or password of course, just the general form you
  use.
 
  Yes, there is something in apt's config:
 
  $ apt-config dump|grep -i proxy
  Acquire::http::Proxy false;
 
  But I do not have any proxy setting in ~/.wgetrc nor in /etc/wgetrc.
 
 If it's left as 'false', this would be the reason why the installer
 fails with the 501 Protocol scheme '' is not supported error. It
 should be in the form http://[[user][:[EMAIL PROTECTED]:port] depending on
 your proxy configuration. It's even stated in the apt.conf(5) manual
 page.

 Hi Andres,

 well spotted ;) !

 I can confirm that's the cause of the script error. I removed this line
 (Acquire::http::Proxy false;) from apt.conf (I still wonder where
 does it come from ?). It downloads correctly now.

 But there's still a problem:

 # ./nvidia-cg-toolkit-installer --install

 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.
tar.gz on the i386 architecture. 0KB
 [...]
 609 KB/s Download successful.
 Total size of content downloaded: 10349KB
 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_Lang
uageSpecification.pdf on the i386 architecture.
 Download successful.
 Total size of content downloaded: 0KB
 Checking MD5 sum for NVIDIA Cg Toolkit file...passed. Checking MD5 sum
 for NVIDIA Cg Toolkit spec file...failed.
 Checksum mismatch.
 Expected checksum 53736712db34dc6ccf1e850ea6eaefe5 for the NVIDIA Cg
 Toolkit spec file.

 Best regards,
 Michel

Yeah, that's a problem with downloads from their website. It appears random. 
For example I couldn't download the NVIDIA CUDA toolkit on one day, but could 
the next. Then there was one instance where I couldn't use wget to get the Cg 
toolkit, but downloading it through Firefox worked. It's a strange problem.

-- 
Regards,
Andres



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-16 Thread Andres Mejia
On Wednesday 16 April 2008 5:18:13 am Michel BRIAND wrote:
 Hello,

 sorry for the delay.

 I ran your attached script.

 1/ ./nvidia-cg-toolkit-installer --install

 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.
tar.gz on the i386 architecture. Use of uninitialized value in hash element
 at /usr/share/perl5/LWP/Protocol.pm line 55. Use of uninitialized value in
 pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58. Use of
 uninitialized value in concatenation (.) or string
 at /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized value
 in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. 501
 Protocol scheme '' is not supported Failed to download NVIDIA Cg
 Toolkit.

Alright. For this case, usually the reason you get a 501 Protocol scheme '' 
is not supported is because in either apt-config or your wgetrc files, your 
proxy is set as only proxy.com or something similar instead 
of http://proxy.com;. What are your settings for your proxy in 'apt-config 
dump' and/or your wgetrc files? Don't give me your login or password of 
course, just the general form you use.

 2/ ./nvidia-cg-toolkit-installer --install --proxy
 http://proxy.free.fr:3128;

 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.
tar.gz on the i386 architecture. Download successful. Total size of content
 downloaded: 0KB Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_Lang
uageSpecification.pdf on the i386 architecture. 0KB [.] 100% 
 80.2 KB/s Download successful. Total size of content downloaded: 80KB
 Checking MD5 sum for NVIDIA Cg Toolkit file...failed. Checksum mismatch.
 Expected checksum c26a8fd98a4ed8b9a2e418a04554d41a for the NVIDIA Cg
 Toolkit file.

It looks like this would work, however there's some problem with downloads 
from the NVIDIA developer site at the moment. Check 
http://developer.nvidia.com/object/contact_us.html. The problem I'm getting 
is that only a piece of the file is downloaded and it's claimed that you have 
the entire file. Downloads sometimes work correctly using your web browser's 
download manager, but fails using wget -c. You could keep retrying with 
this method, or you could try a different proxy.

-- 
Regards,
Andres



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-12 Thread Michel BRIAND

Andres Mejia [EMAIL PROTECTED] - Fri, 11 Apr 2008 16:08:55 -0400

On Tuesday 08 April 2008 2:23:27 am Michel BRIAND wrote:
 Hello,
 
 Can you try
 running 'nvidia-cg-toolkit-installer --proxy
 http://your_login:[EMAIL PROTECTED] on they command line? Can you
 then try running just 'nvidia-cg-toolkit-installer --proxy'?

 Hello,

 none of the above lines work. Sorry. Same errors as before.

 It seems that you have to look into your calls to LWP (Protocol.pm)
 to see if you don't forget any parameter (remind of the Use of
 uninitialized... warnings).

 Cheers,
 Michel

Looks like I'm able to reproduce this bug when I specify the proxy
without the http://; part.

nvidia-cg-toolkit-installer --install --proxy proxy

It gives me this error (with the new release 2.0.0012.deb3).

Downloading 
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz
 
on the i386 architecture.
Use of uninitialized value in hash element
at /usr/share/perl5/LWP/Protocol.pm line 55.
Use of uninitialized value in pattern match (m//) 
at /usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string 
at /usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq
at /usr/share/perl5/LWP/UserAgent.pm line 195.
501 Protocol scheme '' is not supported
Failed to download NVIDIA Cg Toolkit.

Can you try running the commands as follows?

nvidia-cg-toolkit-installer --install --proxy proxy

and

nvidia-cg-toolkit-installer --install --proxy http://proxy;


Hi Andres,

I cannot run this test because I do not have the same configuration at
home (at work I used a proxy).

But the last message report I sent to you was also intended to show you
that the script emits those message even without a proxy specified.

I ran the script here at home without a proxy (direct connection to the
internet). Here is what it outputs:

[EMAIL PROTECTED] ~ # nvidia-cg-toolkit-installer --install
Downloading
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz
for the i386 architecture. Use of uninitialized value in hash element
at /usr/share/perl5/LWP/Protocol.pm line 55. Use of uninitialized value
in pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58. Use
of uninitialized value in concatenation (.) or string
at /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized value
in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. Downloading
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_LanguageSpecification.pdf
for the i386 architecture. Use of uninitialized value in hash element
at /usr/share/perl5/LWP/Protocol.pm line 55. Use of uninitialized value
in pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58. Use
of uninitialized value in concatenation (.) or string
at /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized value
in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. Can't open
'/tmp/toolkit_file35007.tar.gz': No such file or directory
at /usr/bin/nvidia-cg-toolkit-installer line 222. Checking MD5 sum for
NVIDIA Cg Toolkit file...

Then I decided to use your suggested command line argument with a proxy
that my ISP have, it doesn't hurt :).

You're right, the proxy argument has to be correctly spelled. Like this
http://x:;. Then it works !

But when you specify no proxy argument the script fails as well.

Conclusion:

- you have to check for the no proxy case, and be sure you do not use
unset variables, or output empty options to the LWP library,

- you have to check the syntax for the proxy argument, and fails if it
does not match you critera

On suggestion: create a list of all files installed through
nvidia-cg-toolkit-installer and, when uninstall option is called, use
that list to remove all those files. Instead of having an hard coded
list of files in your Perl :^)

Cheers,
Michel
-- 

 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.

 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-12 Thread Andres Mejia
On Saturday 12 April 2008 7:23:11 am Michel BRIAND wrote:
 Andres Mejia [EMAIL PROTECTED] - Fri, 11 Apr 2008 16:08:55 -0400

 On Tuesday 08 April 2008 2:23:27 am Michel BRIAND wrote:
  Hello,
  
  Can you try
  running 'nvidia-cg-toolkit-installer --proxy
  http://your_login:[EMAIL PROTECTED] on they command line? Can you
  then try running just 'nvidia-cg-toolkit-installer --proxy'?
 
  Hello,
 
  none of the above lines work. Sorry. Same errors as before.
 
  It seems that you have to look into your calls to LWP (Protocol.pm)
  to see if you don't forget any parameter (remind of the Use of
  uninitialized... warnings).
 
  Cheers,
  Michel
 
 Looks like I'm able to reproduce this bug when I specify the proxy
 without the http://; part.
 
 nvidia-cg-toolkit-installer --install --proxy proxy
 
 It gives me this error (with the new release 2.0.0012.deb3).
 
 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86
 .tar.gz on the i386 architecture.
 Use of uninitialized value in hash element
 at /usr/share/perl5/LWP/Protocol.pm line 55.
 Use of uninitialized value in pattern match (m//)
 at /usr/share/perl5/LWP/Protocol.pm line 58.
 Use of uninitialized value in concatenation (.) or string
 at /usr/share/perl5/LWP/Protocol.pm line 38.
 Use of uninitialized value in string eq
 at /usr/share/perl5/LWP/UserAgent.pm line 195.
 501 Protocol scheme '' is not supported
 Failed to download NVIDIA Cg Toolkit.
 
 Can you try running the commands as follows?
 
 nvidia-cg-toolkit-installer --install --proxy proxy
 
 and
 
 nvidia-cg-toolkit-installer --install --proxy http://proxy;

 Hi Andres,

 I cannot run this test because I do not have the same configuration at
 home (at work I used a proxy).

 But the last message report I sent to you was also intended to show you
 that the script emits those message even without a proxy specified.

 I ran the script here at home without a proxy (direct connection to the
 internet). Here is what it outputs:

 [EMAIL PROTECTED] ~ # nvidia-cg-toolkit-installer --install
 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.
tar.gz for the i386 architecture. Use of uninitialized value in hash element
 at /usr/share/perl5/LWP/Protocol.pm line 55. Use of uninitialized value in
 pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58. Use of
 uninitialized value in concatenation (.) or string
 at /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized value
 in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_Lang
uageSpecification.pdf for the i386 architecture. Use of uninitialized value
 in hash element at /usr/share/perl5/LWP/Protocol.pm line 55. Use of
 uninitialized value in pattern match (m//) at
 /usr/share/perl5/LWP/Protocol.pm line 58. Use of uninitialized value in
 concatenation (.) or string
 at /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized value
 in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. Can't open
 '/tmp/toolkit_file35007.tar.gz': No such file or directory
 at /usr/bin/nvidia-cg-toolkit-installer line 222. Checking MD5 sum for
 NVIDIA Cg Toolkit file...

 Then I decided to use your suggested command line argument with a proxy
 that my ISP have, it doesn't hurt :).

 You're right, the proxy argument has to be correctly spelled. Like this
 http://x:;. Then it works !

 But when you specify no proxy argument the script fails as well.

 Conclusion:

 - you have to check for the no proxy case, and be sure you do not use
 unset variables, or output empty options to the LWP library,

 - you have to check the syntax for the proxy argument, and fails if it
 does not match you critera

 On suggestion: create a list of all files installed through
 nvidia-cg-toolkit-installer and, when uninstall option is called, use
 that list to remove all those files. Instead of having an hard coded
 list of files in your Perl :^)

 Cheers,
 Michel

Well, I meant for you to use the new script I attached in the last email. It's 
already uploaded to sid by the way. I want to see the output from that script 
since it displays the error that's received if the download fails.

About the no proxy case, I can't reproduce the problem you're receiving.

With the syntax check, I suppose a nice error message showing the proper 
syntax for proxy settings would be appropriate.

With your suggestion, there is a manifest file that lists what gets installed 
by the installer (in version 2.0.0012.deb3). However, those files are subject 
to change between upstream releases of the toolkit. Besides, the list of 
files is not so much hard coded anyway.

-- 
Regards,
Andres


nvidia-cg-toolkit-installer
Description: Perl program


Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-11 Thread Andres Mejia
On Tuesday 08 April 2008 2:23:27 am Michel BRIAND wrote:
 Hello,
 
 Can you try
 running 'nvidia-cg-toolkit-installer --proxy
 http://your_login:[EMAIL PROTECTED] on they command line? Can you then
 try running just 'nvidia-cg-toolkit-installer --proxy'?

 Hello,

 none of the above lines work. Sorry. Same errors as before.

 It seems that you have to look into your calls to LWP (Protocol.pm) to
 see if you don't forget any parameter (remind of the Use of
 uninitialized... warnings).

 Cheers,
 Michel

Looks like I'm able to reproduce this bug when I specify the proxy without 
the http://; part.

nvidia-cg-toolkit-installer --install --proxy proxy

It gives me this error (with the new release 2.0.0012.deb3).

Downloading 
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz
 
on the i386 architecture.
Use of uninitialized value in hash element at /usr/share/perl5/LWP/Protocol.pm 
line 55.
Use of uninitialized value in pattern match (m//) 
at /usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string 
at /usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm 
line 195.
501 Protocol scheme '' is not supported
Failed to download NVIDIA Cg Toolkit.

Can you try running the commands as follows?

nvidia-cg-toolkit-installer --install --proxy proxy

and

nvidia-cg-toolkit-installer --install --proxy http://proxy;

-- 
Regards,
Andres


nvidia-cg-toolkit-installer
Description: Perl program


Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-08 Thread Michel BRIAND
Hello,

Can you try 
running 'nvidia-cg-toolkit-installer --proxy
http://your_login:[EMAIL PROTECTED] on they command line? Can you then
try running just 'nvidia-cg-toolkit-installer --proxy'?


Hello,

none of the above lines work. Sorry. Same errors as before.

It seems that you have to look into your calls to LWP (Protocol.pm) to
see if you don't forget any parameter (remind of the Use of
uninitialized... warnings).

Cheers,
Michel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-07 Thread Andres Mejia
On Sunday 06 April 2008 2:39:01 pm Michel BRIAND wrote:
 Hello,

 today, update of nvidia-cg-toolkit to version 2.0.0012.deb2.

 Here is the log of this operation that seems to need still some attention:


 Paramétrage de nvidia-cg-toolkit (2.0.0012.deb2) ...
 Option proxy requires an argument
 Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.
tar.gz for the i386 architecture. Use of uninitialized value in hash element
 at /usr/share/perl5/LWP/Protocol.pm line 55. Use of uninitialized value in
 pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58. Use of
 uninitialized value in concatenation (.) or string at
 /usr/share/perl5/LWP/Protocol.pm line 38. Use of uninitialized value in
 string eq at /usr/share/perl5/LWP/UserAgent.pm line 195. Downloading
 http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_Lang
uageSpecification.pdf for the i386 architecture. Use of uninitialized value
 in hash element at /usr/share/perl5/LWP/Protocol.pm line 55. Use of
 uninitialized value in pattern match (m//) at
 /usr/share/perl5/LWP/Protocol.pm line 58. Use of uninitialized value in
 concatenation (.) or string at /usr/share/perl5/LWP/Protocol.pm line 38.
 Use of uninitialized value in string eq at
 /usr/share/perl5/LWP/UserAgent.pm line 195. Can't open
 '/tmp/toolkit_file61459.tar.gz': Aucun fichier ou répertoire de ce type at
 /usr/bin/nvidia-cg-toolkit-installer line 222. Checking MD5 sum for NVIDIA
 Cg Toolkit file...



 Cheers,
 Michel

Hello,

Can you try 
running 'nvidia-cg-toolkit-installer --proxy http://your_login:[EMAIL 
PROTECTED] 
on they command line? Can you then try running 
just 'nvidia-cg-toolkit-installer --proxy'?

-- 
Regards,
Andres




Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-04-06 Thread Michel BRIAND
Hello,

today, update of nvidia-cg-toolkit to version 2.0.0012.deb2.

Here is the log of this operation that seems to need still some attention:


Paramétrage de nvidia-cg-toolkit (2.0.0012.deb2) ...
Option proxy requires an argument
Downloading 
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz
 for the i386 architecture.
Use of uninitialized value in hash element at /usr/share/perl5/LWP/Protocol.pm 
line 55.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm 
line 195.
Downloading 
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_LanguageSpecification.pdf
 for the i386 architecture.
Use of uninitialized value in hash element at /usr/share/perl5/LWP/Protocol.pm 
line 55.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm 
line 195.
Can't open '/tmp/toolkit_file61459.tar.gz': Aucun fichier ou répertoire de ce 
type at /usr/bin/nvidia-cg-toolkit-installer line 222.
Checking MD5 sum for NVIDIA Cg Toolkit file...



Cheers,
Michel
-- 

 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.

 




Bug#471339: nvidia-cg-toolkit: installation script needs more attention

2008-03-17 Thread Michel BRIAND
Package: nvidia-cg-toolkit
Version: 2.0.0012.deb1
Severity: normal

Hi Andres,

(please update your address book, my email address has changed)

It seems that the installation script needs some attention:
- it produces Perl warnings
- it, apparently, fails to get the tarball from Internet
- it, apparently, does not check for error at the end (look the last
  line)

The installation gives me this result today:

Paramétrage de nvidia-cg-toolkit (2.0.0012.deb1) ...
Option proxy requires an argument
Downloading 
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz
 for t
Use of uninitialized value in hash element at
/usr/share/perl5/LWP/Protocol.pm line 55.
Use of uninitialized value in pattern match (m//) at
/usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/LWP/Protocol.pm line 
Use of uninitialized value in string eq at
/usr/share/perl5/LWP/UserAgent.pm line 195.
Downloading 
http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_LanguageSpecific
6 architecture.
Use of uninitialized value in hash element at
/usr/share/perl5/LWP/Protocol.pm line 55.
Use of uninitialized value in pattern match (m//) at
/usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/LWP/Protocol.pm line 
Use of uninitialized value in string eq at
/usr/share/perl5/LWP/UserAgent.pm line 195.
Can't open '/tmp/toolkit_file85442.tar.gz': Aucun fichier ou répertoire de ce 
type at /usr/bin/nvid
er line 222.
Checking MD5 sum for NVIDIA Cg Toolkit file...Paramétrage de phpmyadmin 
(4:2.11.5-1) ...


Cheers,
Michel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages nvidia-cg-toolkit depends on:
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  libcompress-zlib-perl 2.008-1Perl module for creation and manip
ii  libfile-copy-recursive-perl   0.35-1 Perl extension for recursively cop
ii  libwww-perl   5.808-1WWW client/server library for Perl
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

nvidia-cg-toolkit recommends no packages.

-- debconf information:
  nvidia-cg-toolkit/http_proxy:
  nvidia-cg-toolkit/delete: false
  nvidia-cg-toolkit/httpget: true
  nvidia-cg-toolkit/local:
  nvidia-cg-toolkit/not_exist: