Your message dated Mon, 19 Sep 2011 12:50:24 +0200
with message-id <[email protected]>
and subject line Re: Bug#642047: [private/generate-profiles.pl] doesn't work
without LINTIAN_ROOT set
has caused the Debian Bug report #642047,
regarding [private/generate-profiles.pl] doesn't work without LINTIAN_ROOT set
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.)
--
642047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lintian
Version: 2.5.3
Severity: wishlist
If LINTIAN_ROOT is unset private/generate-profiles.pl just dies:
$ private/generate-profiles.pl
Use of uninitialized value $ENV{"LINTIAN_ROOT"} in concatenation (.) or string
at private/generate-profiles.pl line 19.
Can't locate Lintian/Data.pm in @INC (@INC contains: /lib /etc/perl
/usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12
/usr/local/lib/site_perl .) at private/generate-profiles.pl line 20.
BEGIN failed--compilation aborted at private/generate-profiles.pl line 20.
This is a bit annoying and also inconsistent with behavior of other
private/ scripts (which either don't care about LINTIAN_ROOT at all or
at least default to the current working directory if the variable is
unset).
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Using -done this time might actually close the bug >.>
On 2011-09-19 01:04, Jakub Wilk wrote:
> Package: lintian
> Version: 2.5.3
> Severity: wishlist
>
> If LINTIAN_ROOT is unset private/generate-profiles.pl just dies:
>
> $ private/generate-profiles.pl
> Use of uninitialized value $ENV{"LINTIAN_ROOT"} in concatenation (.) or
> string at private/generate-profiles.pl line 19.
> Can't locate Lintian/Data.pm in @INC (@INC contains: /lib /etc/perl
> /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12
> /usr/local/lib/site_perl .) at private/generate-profiles.pl line 20.
> BEGIN failed--compilation aborted at private/generate-profiles.pl line 20.
>
> This is a bit annoying and also inconsistent with behavior of other
> private/ scripts (which either don't care about LINTIAN_ROOT at all or
> at least default to the current working directory if the variable is
> unset).
>
Done as a part of commit d8a1449a3409ae51eb7a5c005dc7115d07f6edf3. I am
closing this now, since it is not a "public" script so users (and most
downstream developers) are unlikely to have any benefit from this. :)
~Niels
--- End Message ---