Package: gimp Version: 2.2.12-1 Severity: normal [EMAIL PROTECTED]:~$ strace -f gimp http://www.eip-cifedhop.org/formation/multimedia/images/yanewswatcher.gif 2>&1 | grep wget [pid 6719] execve("/home/anthony/bin/wget", ["wget", "-v", "-e", "server-response=off", "-T", "300", "http://www.eip-cifedhop.org/form"..., "-O", "/home/anthony/.gimp-2.0/tmp/gimp"...], [/* 45 vars */]) = -1 ENOENT (No such file or directory) [pid 6719] execve("/usr/local/bin/wget", ["wget", "-v", "-e", "server-response=off", "-T", "300", "http://www.eip-cifedhop.org/form"..., "-O", "/home/anthony/.gimp-2.0/tmp/gimp"...], [/* 45 vars */]) = -1 ENOENT (No such file or directory) [pid 6719] execve("/usr/bin/wget", ["wget", "-v", "-e", "server-response=off", "-T", "300", "http://www.eip-cifedhop.org/form"..., "-O", "/home/anthony/.gimp-2.0/tmp/gimp"...], [/* 45 vars */]) = 0 [pid 6719] access("/etc/wgetrc", F_OK) = 0 [pid 6719] open("/etc/wgetrc", O_RDONLY) = 3 [pid 6719] access("/home/anthony/.wgetrc", F_OK) = 0 [pid 6719] open("/home/anthony/.wgetrc", O_RDONLY) = 3 [pid 6714] read(5, "wget exited abnormally on URL \'h"..., 106) = 106
[EMAIL PROTECTED]:~$ ls -a ~ | grep gimp .gimp-2.2 It appears to be trying to save into .gimp-2.0 which unsurprisingly does not work since it doesn't exist. Looks like a 2.0 needs to be changed to a 2.2. Creating a .gimp-2.0 with tmp being a symlink like this makes it work: [EMAIL PROTECTED]:~$ ls -la .gimp-2.0/ total 16 drwxr-xr-x 2 anthony anthony 4096 2006-08-27 14:38 . drwx------ 173 anthony anthony 12288 2006-08-27 14:38 .. lrwxrwxrwx 1 anthony anthony 16 2006-08-27 14:38 tmp -> ../.gimp-2.2/tmp -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (130, 'unstable'), (120, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages gimp depends on: ii gimp-data 2.2.12-1 Data files for The GIMP ii libaa1 1.4p5-30 ascii art library ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-0 1.12.1-1 The ATK accessibility toolkit ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libcairo2 1.2.2-1 The Cairo 2D vector graphics libra ii libexif12 0.6.13-4 library to parse EXIF files ii libexpat1 1.95.8-3.2 XML parsing C library - runtime li ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgimp2.0 2.2.12-1 Libraries necessary to Run the GIM ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgtk2.0-0 2.8.18-2 The GTK+ graphical user interface ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii liblcms1 1.15-1 Color management library ii libmng1 1.0.9-1 Multiple-image Network Graphics li ii libpango1.0-0 1.12.3-1+b1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libsm6 1:1.0.0-4 X11 Session Management library ii libtiff4 3.8.2-6 Tag Image File Format (TIFF) libra ii libwmf0.2-7 0.2.8.4-2 Windows metafile conversion librar ii libx11-6 2:1.0.0-8 X11 client-side library ii libxcursor1 1.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxmu6 1:1.0.1-3 X11 miscellaneous utility library ii libxpm4 1:3.5.4.2-3 X11 pixmap library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra ii libxt6 1:1.0.0-5 X11 toolkit intrinsics library ii wget 1.10.2-2 retrieves files from the web ii zlib1g 1:1.2.3-13 compression library - runtime Versions of packages gimp recommends: ii gimp-print 4.3.99+cvs20060521-4 print plugin for the GIMP ii gimp-svg 2.2.12-1 SVG (Scalable Vector Graphics) plu -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

