Package: gtkdialog
Version: 2:0.7.20-4
Severity: important

When dash is the shell, one gets, with gtkdialog -e:
./90.00-event_driven
sh: source: not found

According to
http://ubuntuforums.org/showthread.php?t=1144067#4
the non-portable `source' builtin is used instead of `.'. . is in
POSIX, and autoconf manual on portable shell scripts says:

`source'
     This command is not portable, as Posix does not require it; use
     `.' instead.

It looks like the line
        the_line = g_strdup_printf("source %s; %s",

should be replaced by
        the_line = g_strdup_printf(". %s; %s",



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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtkdialog depends on:
ii  libatk1.0-0              1.26.0-1        The ATK accessibility toolkit
ii  libc6                    2.9-23          GNU C Library: Shared libraries
ii  libcairo2                1.8.6-2+b1      The Cairo 2D vector graphics libra
ii  libglade2-0              1:2.6.4-1       library to load .glade files at ru
ii  libglib2.0-0             2.20.1-2        The GLib library of C routines
ii  libgtk2.0-0              2.16.1-2        The GTK+ graphical user interface 
ii  libpango1.0-0            1.24.0-3+b1     Layout and rendering of internatio
ii  libxml2                  2.7.3.dfsg-2+b1 GNOME XML library

gtkdialog recommends no packages.

gtkdialog suggests no packages.

-- no debconf information



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

Reply via email to