bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports perl warnings


From: Tomasz Wisniewski
Subject: GNU Parallel Bug Reports perl warnings
Date: Mon, 11 Jun 2012 17:31:54 +0200

Hello

Im not sure if anyone reported it by now, anyway the problem is not
quite a bug. On my ARCH LINUX installation updated to newest packages
available at the moment every time I run parallel I get a lot of perl
warnings:

...
defined(@array) is deprecated at /usr/bin/parallel line 120.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 580
...

Please take a look on the logs bellow


address@hidden ~]$ perl --version

This is perl 5, version 16, subversion 0 (v5.16.0) built for
i686-linux-thread-multi

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


address@hidden ~]$ parallel --version
defined(@array) is deprecated at /usr/bin/parallel line 120.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 580.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 626.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 627.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 628.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 661.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 1530.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 1536.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 1542.
        (Maybe you should just omit the defined()?)
GNU parallel 20120522
Copyright (C) 2007,2008,2009,2010,2011,2012 Ole Tange and Free
Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
GNU parallel comes with no warranty.

Web site: http://www.gnu.org/software/parallel

When using GNU Parallel for a publication please cite:

O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
;login: The USENIX Magazine, February 2011:42-47.



address@hidden ~]$ seq 1 16 | parallel echo
defined(@array) is deprecated at /usr/bin/parallel line 120.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 580.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 626.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 627.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 628.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 661.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 1530.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 1536.
    (Maybe you should just omit the defined()?)
defined(@array) is deprecated at /usr/bin/parallel line 1542.
    (Maybe you should just omit the defined()?)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


--
Pozdrawiam / Best Regards

Tomasz Wisniewski



reply via email to

[Prev in Thread] Current Thread [Next in Thread]