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

[pkg-wine-party] Bug#769888: marked as done (wine-development: Wrong Build-Depends in debian/control file)



Your message dated Tue, 18 Nov 2014 00:04:10 +0100
with message-id <20141118000410.770432db@heffalump.sk2.org>
and subject line Re: [pkg-wine-party] Bug#769888: wine-development: Wrong Build-Depends in debian/control file
has caused the Debian Bug report #769888,
regarding wine-development: Wrong Build-Depends in debian/control file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
769888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769888
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: wine-development
Version: 1.7.29-3
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

Actually, it's impossible to download the build-dependances of wine-development package (apt-get build-dep wine-development:i386).
I have this error after to launch the previous command :

"E: Impossible to satisfy dependences Build-Depends for wine-development : libtiff-dev"

If I check in "https://packages.debian.org/";, "libtiff-dev" package does not exist. There are only "libtiff4-dev" package (oldlibs)
and "libtiff5-dev" (libdevel).

Thanks to correct this error to build myself Wine (wine-git) in a chroot.

Cheers,
Max

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/control	2014-11-02 04:44:58.000000000 +0100
+++ debian/control	2014-11-17 11:40:56.594114565 +0100
@@ -35,7 +35,7 @@
  libxml2-dev,
  libgsm1-dev,
  libjpeg-dev,
- libtiff-dev,
+ libtiff5-dev,
  libpcap-dev,
  liblcms2-dev,
  libldap2-dev,

--- End Message ---
--- Begin Message ---
Hi Maxime,

On Mon, 17 Nov 2014 11:52:32 +0100, Maxime Lombard <berillions@gmail.com>
wrote:
> Actually, it's impossible to download the build-dependances of
> wine-development package (apt-get build-dep wine-development:i386). I have
> this error after to launch the previous command :
> 
> "E: Impossible to satisfy dependences Build-Depends for wine-development :
> libtiff-dev"
> 
> If I check in "https://packages.debian.org/";, "libtiff-dev" package does
> not exist. There are only "libtiff4-dev" package (oldlibs) and
> "libtiff5-dev" (libdevel).
> 
> Thanks to correct this error to build myself Wine (wine-git) in a chroot.

You can't use multiarch specifiers like that, you need to build in an i386
chroot if you want to build wine32.

	apt-get build-dep wine-development

works fine on amd64 and i386, even with libtiff-dev as a build-dependency.

Regards,

Stephen

Attachment: pgpAvDLX5Ve1c.pgp
Description: OpenPGP digital signature


--- End Message ---

Reply to: