[Bug 1623666] Re: iOS device contents not displayed in Ubuntu

2017-07-20 Thread John Cupitt
This worked for me on 17.04 with an iphone 6s and ios 10.3.3: 1. git clone https://github.com/libimobiledevice/libimobiledevice.git 2. cd libimobiledevice 3. sudo apt-get install libusbmuxd-dev libplist-dev libplist++-dev I then had to add a number of packages to get libimobiledevice to

[Bug 1670036] Re: Misapplied patches in 4.0.6-2ubuntu01 break reading and writing JPEG compressed files

2017-03-14 Thread John Cupitt
Looks like this is broken on 16.04 as well as 16.10, I'm getting reports there too: https://github.com/jcupitt/libvips/issues/621 ** Bug watch added: github.com/jcupitt/libvips/issues #621 https://github.com/jcupitt/libvips/issues/621 -- You received this bug notification because you are a

[Bug 1670036] Re: Misapplied patches in 4.0.6-2ubuntu01 break reading and writing JPEG compressed files

2017-03-09 Thread John Cupitt
The libtiff mailing list index has now updated, so here's the thread discussing this issue: http://www.asmail.be/msg0055405792.html ** Summary changed: - 4.0.6-2ubuntu01 has problems reading and writing JPEG compressed images + Misapplied patches in 4.0.6-2ubuntu01 break reading and writing

[Bug 1670036] Re: 4.0.6-2ubuntu01 has problems reading and writing JPEG compressed images

2017-03-05 Thread John Cupitt
Even Rouault on the libtiff mailing list has looked into this as well -- he says the cause is a misapplied patch. Unfortunately i can't link to his mail as the libtiff mailing list archive index has stopped being updated, but I copy-paste his mail below: --- Even Rouault

[Bug 1670036] [NEW] 4.0.6-2ubuntu01 has problems reading and writing JPEG compressed images

2017-03-04 Thread John Cupitt
Public bug reported: The patches applied to libtiff 4.0.6 in 4.0.6-2ubuntu01 seem to break JPEG tiff read and write. To reproduce: $ tiffcp -c jpeg k2a.tif x.tif (where k2a.tif is a simple uncompressed RGB strip tiff) appears to work. However, x.tif, the output, will now not read without

[Bug 1580376] Re: Update giflib Xenial Package to 5.1.4

2016-06-19 Thread John Cupitt
I can confirm that `sudo apt-get install libgif-dev/xenial-proposed` fixes the libvips test suite failures for me. Previously I saw errors from direct gif load, and load via imagemagick. I now see a clean run. Thank you for updating this library. -- You received this bug notification because

[Bug 1530651] [NEW] octave-image has link errors on 15.10

2016-01-03 Thread John Cupitt
Public bug reported: octave-image will not load on 15.10 due to link errors. I see: >> pkg list Package Name | Version | Installation directory --+-+--- image | 2.4.0 | /usr/share/octave/packages/image-2.4.0 >> pkg load image error: __which__:

[Bug 1462359] Re: wine currently can not be installed in wily - 15.10

2015-12-02 Thread John Cupitt
I'm seeing this bug in a fresh wily install in docker. Try this Dockerfile: FROM ubuntu:wily RUN apt-get update && apt-get upgrade -y && apt-get install -y wine Then: $ sudo docker build -t test2 x [trim] Some packages could not be installed. This may mean that you have requested an impossible

[Bug 1462359] Re: wine currently can not be installed in wily - 15.10

2015-12-02 Thread John Cupitt
@vertago1 's suggestion works. This Dockerfile: FROM ubuntu:wily RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y wine is fine. Thank you vertago, hope I've not created too much noise. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1134202] Re: Removing overlay-scrollbar causes lots of noise

2014-05-12 Thread John Cupitt
I have a solution! In synaptic: search for overlay-scrollbar, right click and instead of selecting Mark for removal, select Mark for complete removal. Now click apply and /etc/X11/Xsession.d/81overlay-scrollbar will be removed as well as the overlay scrollbar library. You need to log out and in

[Bug 600615] Re: mingw32 g++ is unable to create DLLs

2010-12-15 Thread John Cupitt
I just tried on 10.10 and the mingw32 there works fine, so I guess this bug can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/600615 Title: mingw32 g++ is unable to create DLLs --

[Bug 600615] [NEW] mingw32 g++ is unable to create DLLs

2010-07-01 Thread John Cupitt
Public bug reported: Binary package hint: mingw32 I have a C++ DLL which uses stdc++ features. Mingw32 on Ubuntu lucid is unable to link this. Compilation fails with: libtool: link: /usr/bin/i586-mingw32msvc-g++ -shared -nostdlib

[Bug 495658] Re: nip2 (7.14.1 on karmic amd64) crashes when opening an image-file

2010-05-03 Thread John Cupitt
Hi, I'm the upstream maintainer. This is fixed in Lucid, where nip2 and vips are both on 7.20.something. I suggest this bug should be closed. (Background: gtk+ changes broke the spreadsheet widget that nip2 uses, so while the library was updated, the GUI was not. Hopefully all resolved now) --

[Bug 525783] [NEW] Please sync nip2-7.20.7-1 (universe) from Debian unstable

2010-02-22 Thread John Cupitt
Public bug reported: Binary package hint: nip2 nip2-7.20.7-1 in Debian unstable (and its associated library vips-7.20.7-1) has several very useful bugfixes over the versions currently in lucid (nip2 (7.20.6-1ubuntu2) [universe] and libvips15 (7.20.4-1) [universe]). It's been in unstable for over

[Bug 407339] Re: FTBFS because of private GtkEntry fields

2009-10-27 Thread John Cupitt
Hi, I'm the upstream maintainer. We've just fixed this in SVN head, so the next stable version should work with gtk+ 2.17+. This new version ought to be done in time for 10.04, hopefully. -- FTBFS because of private GtkEntry fields https://bugs.launchpad.net/bugs/407339 You received this bug

[Bug 130664] Re: please sync package nip2 from debian unstable (about to transition to testing)

2007-08-11 Thread John Cupitt
Yes, I guess you're right Barry, the delta should stay. Please tag as merge instead. -- please sync package nip2 from debian unstable (about to transition to testing) https://bugs.launchpad.net/bugs/130664 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 130664] please sync package nip2 from debian unstable (about to transition to testing)

2007-08-06 Thread John Cupitt
Public bug reported: Hi, gutsy currently has version 7.10 of this package. 7.12 was released just after the last sync with debian and just missed the boat. Would it be possible to update gutsy to the newer version? The package is currently in unstable but should transition to testing in a day or