Mantis - pkg_get
Viewing Issue Advanced Details
4296 regular use tweak have not tried 2010-02-19 02:38 2010-03-12 15:59
skayser  
bonivart  
low  
closed  
fixed  
none    
none  
0004296: Use of uninitialized value in concatenation (.) or string at, line 283
I don't know how, but I managed to make pkgutil choke with the following error message. -U fixed it, but you might want to catch/suppress the uninitialized warning.

Fetching CSWlibidn-1.16,REV=2010.01.14 (24/141)...
Use of uninitialized value in concatenation (.) or string at
/opt/csw/bin/pkgutil line 283.

Fetching of failed. Try updating your catalog with pkgutil -U.
# pkgutil -v
1.9.1
has duplicate 0004038closed bonivart SIGINT to wget triggers "uninitialized value" perl warning 
Issue History
2010-02-19 02:38 skayser New Issue
2010-02-19 10:00 bonivart Status new => assigned
2010-02-19 10:00 bonivart Assigned To => bonivart
2010-02-19 10:02 bonivart Note Added: 0007478
2010-02-23 15:39 bonivart Note Added: 0007499
2010-02-23 15:40 bonivart Note Added: 0007500
2010-02-23 15:40 bonivart Status assigned => resolved
2010-02-23 15:40 bonivart Resolution open => fixed
2010-03-01 17:28 bonivart Relationship added has duplicate 0004038
2010-03-12 15:59 bonivart Status resolved => closed

Notes
(0007478)
bonivart   
2010-02-19 10:02   
I see that CSWlibidn was just updated to 1.18,REV=2010.02.16. I assume your catalog contained 1.16,REV=2010.01.14 and when trying to fetch that it wasn't on the mirror. That's why updating the catalog helped.

So the hint was helpful but the problem wasn't handled gracefully. I'll add that to my todo-list.
(0007499)
bonivart   
2010-02-23 15:39   
Checked in as r197.
(0007500)
bonivart   
2010-02-23 15:40   
See previous notes.