[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-05-29 Thread Oddgeir Kvien
The problem seems to be solved by installing the latest version of
libexif (http://libexif.sourceforge.net/)

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-05-31 Thread Oddgeir Kvien
Upgrade to the latest libexif solves the problem. The latest libexif
should be included in an upgrade to Ubuntu!

** Changed in: gimp (Ubuntu)
   Status: Triaged => Fix Committed

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-05-10 Thread Oddgeir Kvien
The fault is related to libexiv2. If I compile ufraw and configure it to
not use libexiv2 everything is OK. But then I miss all xiv information
in the image.

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-05-10 Thread Oddgeir Kvien
This jpeg image is generated with ufraw and the exiv information is
included in the file. Gimp (in the latest Ubuntu release) is not able to
load this image, other programs (like cinepaint) will load this image.

** Attachment added: "Example jpeg image that gimp will not load."
   http://launchpadlibrarian.net/26538476/p4176614test.jpg

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-05-10 Thread Oddgeir Kvien
Starting gimp with the following parameters  "gimp --verbose --debug-handlers 
--stack-trace-mode always"
gives me the following results when I try to load the file.

/usr/lib/gimp/2.0/plug-ins/file-jpeg: fatal error: Segmentation fault
#0  0x7f82354abb85 in waitpid () from /lib/libpthread.so.0
#1  0x7f8235903622 in IA__g_on_error_stack_trace (
#2  0x7f8236d1b0a0 in gimp_plugin_sigfatal_handler (
#3  
#4  0x7f82351adf13 in memset () from /lib/libc.so.6
#5  0x7f82356d0e2f in ?? () from /usr/lib/libexif.so.12
#6  0x7f82356c5493 in ?? () from /usr/lib/libexif.so.12
#7  0x7f82356c5357 in ?? () from /usr/lib/libexif.so.12
#8  0x7f82356c595c in exif_data_save_data () from /usr/lib/libexif.so.12
#9  0x0040c1bb in gimp_metadata_store_exif (image_ID=1, 
#10 0x0040811d in load_image (
#11 0x00405b54 in run (name=, nparams=3, 
#12 0x7f8236d1ac79 in gimp_main (info=, 
#13 0x7f82351495a6 in __libc_start_main () from /lib/libc.so.6
#14 0x00405989 in _start () at ../sysdeps/x86_64/elf/start.S:113

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-05-11 Thread Oddgeir Kvien
Gimp for Windows also will not load the example image.

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] [NEW] Unable to save file as jpg when loaded from UFRaw

2009-04-26 Thread Oddgeir Kvien
Public bug reported:

Binary package hint: gimp

When loading a raw image (Olympus raw E-520)  from UFRaw to Gimp, gimp will not 
save the image as jpg. Other formats are OK. I get a GIMP Message saying:
 Saving '/home/oddgeir/file.jpg' failed:
 Procedure 'file-jpeg-save' returned no return values

If Gimp is started from a terminal I can see the following message:
"/usr/lib/gimp/2.0/plug-ins/file-jpeg: fatal error: Segmentation fault"

If I save the file as TIF and reopens it in Gimp I am however able to save it 
as jpg.
If I save the file as xcf and reopens it in Gimp I am _NOT_ able to save it as 
jpg.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: gimp 2.6.6-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gimp
Uname: Linux 2.6.28-11-generic x86_64

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367438] Re: Unable to save file as jpg when loaded from UFRaw

2009-04-26 Thread Oddgeir Kvien

** Attachment added: "A sample xcf file that are causing problem."
   http://launchpadlibrarian.net/26001772/26.xcf

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26001773/Dependencies.txt

-- 
Unable to save file as jpg when loaded from UFRaw
https://bugs.launchpad.net/bugs/367438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252470] [NEW] package cpufreqd (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2013-11-18 Thread Oddgeir Kvien
Public bug reported:

After restart

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: cpufreqd (not installed)
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Sun Nov 10 16:52:42 2013
DuplicateSignature: package:cpufreqd:(not installed):subprocess installed 
post-installation script returned error exit status 134
ErrorMessage: subprocess installed post-installation script returned error exit 
status 134
InstallationDate: Installed on 2013-11-10 (8 days ago)
InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
MarkForUpload: True
SourcePackage: cpufreqd
Title: package cpufreqd (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 134
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cpufreqd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252470

Title:
  package cpufreqd (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/1252470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1014389] [NEW] package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-17 Thread Oddgeir Kvien
Public bug reported:

I was installing apache with some extra packages.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: apache2.2-common 2.2.22-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sun Jun 17 21:03:51 2012
DuplicateSignature:
 Setting up apache2.2-common (2.2.22-1ubuntu1) ...
 Enabling site default.
 chown: invalid group: `root:adm'
 dpkg: error processing apache2.2-common (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
SourcePackage: apache2
Title: package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014389

Title:
  package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1014389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1014389] Re: package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-17 Thread Oddgeir Kvien
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014389

Title:
  package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1014389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1014389] Re: package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-18 Thread Oddgeir Kvien
getent passwd root
root:x:0:0:root:/root:/bin/bash

 getent group adm

(No reply)

getent group admin
admin:x:4:oddgeir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014389

Title:
  package apache2.2-common 2.2.22-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1014389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 709892] [NEW] shotwell crashes on startup, symbol lookup error: /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

2011-01-29 Thread Oddgeir Kvien
Public bug reported:

Binary package hint: shotwell

I'm running ubuntu 10.10 x64 on AMD 64
Upgraded from 10.4 and from 9.10 

Trying to start shotwell gives the following error:

~$ shotwell
shotwell: symbol lookup error: /usr/lib/libgexiv2.so.0: undefined symbol: 
_ZTVN5Exiv25ErrorE

Testing with gdb gives:

GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/shotwell...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/shotwell 
/usr/bin/shotwell: symbol lookup error: /usr/lib/libgexiv2.so.0: undefined 
symbol: _ZTVN5Exiv25ErrorE

Program exited with code 0177.
(gdb) backtrace full
No stack.
(gdb) quit

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: shotwell 0.7.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Jan 29 21:35:41 2011
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: shotwell

** Affects: shotwell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709892

Title:
  shotwell crashes on startup, symbol lookup error:
  /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 709892] Re: shotwell crashes on startup, symbol lookup error: /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

2011-01-29 Thread Oddgeir Kvien


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709892

Title:
  shotwell crashes on startup, symbol lookup error:
  /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 709892] Re: shotwell crashes on startup, symbol lookup error: /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

2011-01-29 Thread Oddgeir Kvien
Some more info:

~$ apt-cache policy shotwell
shotwell:
  Installed: 0.7.2-0ubuntu2
  Candidate: 0.7.2-0ubuntu2
  Version table:
 *** 0.7.2-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
~$ apt-cache policy libgexiv
N: Unable to locate package libgexiv
~$ apt-cache policy libgexiv2
N: Unable to locate package libgexiv2
~$ apt-cache policy exiv2
exiv2:
  Installed: 0.19-3
  Candidate: 0.19-3
  Version table:
 *** 0.19-3 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709892

Title:
  shotwell crashes on startup, symbol lookup error:
  /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 709892] Re: shotwell crashes on startup, symbol lookup error: /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

2011-01-31 Thread Oddgeir Kvien
~$ dpkg -l 'libgexiv2*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libgexiv2-00.2.0-0ubuntu2 GObject-based wrapper around the Exiv2 libra
ii  libgexiv2-0-db 0.2.0-0ubuntu2 GObject-based wrapper around the Exiv2 libra

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709892

Title:
  shotwell crashes on startup, symbol lookup error:
  /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 709892] Re: shotwell crashes on startup, symbol lookup error: /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

2011-01-31 Thread Oddgeir Kvien
That solved my problem.
Some times ago I installed some exiv (or libexiv) software manually due to a 
bug in the Ubuntu variant making ufraw crash with some olympus raw files. After 
removing those files (make uninstall) and reinstalling libexiv etc. from 
synaptic, the problem is now solved.

Thanks.


** Changed in: shotwell (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709892

Title:
  shotwell crashes on startup, symbol lookup error:
  /usr/lib/libgexiv2.so.0: undefined symbol: _ZTVN5Exiv25ErrorE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs