Bug#1038132: qtwebengine-opensource-src: FTBFS: ../../3rdparty/chromium/third_party/ffmpeg/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'

2023-06-19 Thread Gerardo Esteban Malazdrewicz
Please apply ffmpeg-remove-x86-optimization.patch to qtwebengine-opensource-
src-5.15.14

Thanks,
Gerardo



Bug#902306: FTBFS: xml2-config is gone from libxml2-dev from version 2.9.7+dfsg-1

2018-06-24 Thread Gerardo Esteban Malazdrewicz
Package: libxml-libxml-perl
Version: 2.0132+dfsg-1+b0.01
Severity: grave
Tags: patch upstream

When running debian/rules build:

-
gerardo@alienware:~/apt-src/libxml-libxml-perl-2.0132+dfsg$ ./debian/rules
build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: se entra en el directorio '/home/gerardo/apt-src/libxml-libxml-
perl-2.0132+dfsg'
SKIP_SAX_INSTALL=1 dh_auto_configure
perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-
prefix-map=/home/gerardo/apt-src/libxml-libxml-perl-2.0132+dfsg=. -fstack-
protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-
map=/home/gerardo/apt-src/libxml-libxml-perl-2.0132+dfsg=. -fstack-protector-
strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now"
enable native perl UTF8
running xml2-config...didn't manage to get libxml2 config, guessing
options:
  LIBS='-L/usr/local/lib -L/usr/lib -lxml2 -lm'
  INC='-I/usr/local/include -I/usr/include'
If this is wrong, Re-run as:
  $ /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include'

Checking for ability to link against xml2...no
Checking for ability to link against libxml2...libxml2, zlib, and/or the Math
library (-lm) have not been found.
Try setting LIBS and INC values on the command line
Or get libxml2 from
  http://xmlsoft.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.

Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
to see the exact reason why the detection of libxml2 installation
failed or why Makefile.PL was not able to compile a test program.
-

The guesses are wrong.

The alternative using pkg-config is available since at least wheezy, so the
attached patch would work in all recent Debian versions.


This patch will be needed until upstream switches to use pkg-config instead of
(now gone) xml2-config.

Thanks,
Gerardo



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

Kernel: Linux 4.16.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_AR:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libxml-libxml-perl depends on:
ii  libc6 2.27-3
ii  libxml-namespacesupport-perl  1.12-1
ii  libxml-sax-perl   1.00+dfsg-1+b0.01
ii  libxml2   2.9.7+dfsg-1
ii  perl  5.28.0~rc2-1
ii  perl-base [perlapi-5.28.0]5.28.0~rc2-1
ii  zlib1g1:1.2.11.dfsg-1

libxml-libxml-perl recommends no packages.

libxml-libxml-perl suggests no packages.

-- no debconf information
diff -ruN libxml-libxml-perl-2.0132+dfsg/debian/rules 
libxml-libxml-perl-2.0132+dfsg.good/debian/rules
--- libxml-libxml-perl-2.0132+dfsg/debian/rules 2018-06-23 16:57:04.0 
-0300
+++ libxml-libxml-perl-2.0132+dfsg.good/debian/rules2018-06-24 
15:38:12.931247836 -0300
@@ -10,7 +10,9 @@
dh $@
 
 override_dh_auto_configure:
-   SKIP_SAX_INSTALL=1 dh_auto_configure
+   SKIP_SAX_INSTALL=1 dh_auto_configure -- \
+INC=$(shell pkg-config --cflags libxml-2.0) \
+LIBS=$(shell pkg-config --libs libxml-2.0)
 
 override_dh_auto_test:
dh_auto_test -- TEST_FILES="$(TEST_FILES)"


Bug#885885: FTBTS with linux 4.15, severe warnings with linux 4.14

2017-12-30 Thread Gerardo Esteban Malazdrewicz
Source: broadcom-sta
Version: 6.30.223.271-7
Severity: serious
Tags: patch
Justification: fails to build from source

linux 4.14 changed the kernel_read function prototype.
linux 4.15 deprecated the init_timer function.

Both functions are used by this package.

I am currectly using linux 4.15-rc5 with the attached patches applied
(my NIC is a Broadcom BCM4352).

Not sure the patches are correct, though.

Best regards,
Gerardo Malazdrewicz

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

Kernel: Linux 4.15.0-rc5-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_AR:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- a/amd64/src/shared/linux_osl.c  2017-12-29 22:59:17.0 -0400
+++ b/amd64/src/shared/linux_osl.c  2017-12-29 23:44:24.786247269 -0400
@@ -1076,11 +1076,21 @@
 {
struct file *fp = (struct file *)image;
int rdlen;
+   loff_t pos;
 
if (!image)
return 0;
 
-   rdlen = kernel_read(fp, fp->f_pos, buf, len);
+   pos = fp->f_pos;
+   rdlen = kernel_read(fp, 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 0)
+   pos, 
+#endif
+   buf, len
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0)
+   ,&pos 
+#endif
+   );
if (rdlen > 0)
fp->f_pos += rdlen;
 
--- a/amd64/src/wl/sys/wl_linux.c   2017-12-29 23:57:29.0 -0400
+++ b/amd64/src/wl/sys/wl_linux.c   2017-12-30 12:32:29.518324068 -0400
@@ -93,7 +93,13 @@
 
 #include 
 
-static void wl_timer(ulong data);
+static void wl_timer(
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
+   struct timer_list *tl
+#else
+   ulong data
+#endif
+   );
 static void _wl_timer(wl_timer_t *t);
 static struct net_device *wl_alloc_linux_if(wl_if_t *wlif);
 
@@ -2295,9 +2301,19 @@
 }
 
 static void
-wl_timer(ulong data)
-{
-   wl_timer_t *t = (wl_timer_t *)data;
+wl_timer(
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
+   struct timer_list *tl
+#else
+   ulong data
+#endif
+) {
+   wl_timer_t *t =
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
+   from_timer(t, tl, timer);
+#else
+   (wl_timer_t *)data;
+#endif
 
if (!WL_ALL_PASSIVE_ENAB(t->wl))
_wl_timer(t);
@@ -2349,9 +2365,13 @@
 
bzero(t, sizeof(wl_timer_t));
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
+   timer_setup(&t->timer, wl_timer, 0);
+#else
init_timer(&t->timer);
t->timer.data = (ulong) t;
t->timer.function = wl_timer;
+#endif
t->wl = wl;
t->fn = fn;
t->arg = arg;


Bug#825466: FTBFS on i386: needs -msse2 flag

2016-05-26 Thread Gerardo Esteban Malazdrewicz
Source: webrtc-audio-processing
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Using the attached patch built successfully libwebrtc-audio-processing1 and
pulseaudio 8.99.



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

Kernel: Linux 4.6.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- webrtc-audio-processing-0.2/configure.ac	2016-05-26 23:10:55.903649671 -0300
+++ webrtc-audio-processing-0.2/configure.ac.new	2016-05-26 23:10:39.883490181 -0300
@@ -59,6 +59,7 @@
 [i?86|x86_64],
 [
  HAVE_X86=1
+	 ARCH_CFLAGS="-msse2"
 ],
 [armv7*|armv8*],
 [


Bug#701513: FTBFS: Fails to find python config dir

2013-02-23 Thread Gerardo Esteban Malazdrewicz
Source: vim
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

$ ./debian/rules build
[snip]  
checking --enable-pythoninterp argument... yes
checking for python2... /usr/bin/python2
checking Python version... 2.7
checking Python is 1.4 or better... yep
checking Python's install prefix... /usr
checking Python's execution prefix... /usr
checking Python's configuration directory... 
can't find it!
configure: error: could not configure python
make: *** [configure-stamp-vim-gtk] Error 1
rm configure-stamp-vim-tiny

Fixed with attached patch.

Thanks,
Gerardo

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

Kernel: Linux 3.7-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/rules.old	2013-02-22 12:59:51.997473331 -0400
+++ debian/rules	2013-02-22 12:09:55.217366175 -0400
@@ -107,7 +107,7 @@
 ALLINTERPFLAGS:=--enable-luainterp
 ALLINTERPFLAGS+=--disable-mzschemeinterp
 ALLINTERPFLAGS+=--enable-perlinterp
-ALLINTERPFLAGS+=--enable-pythoninterp
+ALLINTERPFLAGS+=--enable-pythoninterp --with-python-config-dir=$(shell python-config --configdir)
 ALLINTERPFLAGS+=--disable-python3interp
 ALLINTERPFLAGS+=--enable-rubyinterp
 ALLINTERPFLAGS+=--enable-tclinterp


Bug#698736: qemu-system: /usr/bin/kvm is a directory, should be a script

2013-01-22 Thread Gerardo Esteban Malazdrewicz
Package: qemu-system
Version: 1.3.0+dfsg-3exp
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Newest qemu-system absorbs old qemu-kvm functionality.
However, script to launch kvm is /usr/bin/kvm/kvm, where it is looked in 
/usr/bin/kvm, as shown below.

gerardo@envy17:/usr/bin$ dpkg -L qemu-system | grep kvm
/usr/bin/kvm
/usr/bin/kvm/kvm
/usr/share/qemu/kvmvapic.bin

Thanks,
Gerardo Malazdrewicz

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

Kernel: Linux 3.7-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qemu-system depends on:
ii  ipxe-qemu 1.0.0+git-20120202.f6840ba-3
ii  libaio1   0.3.109-3
ii  libasound21.0.26+git20121221-1
ii  libbluetooth3 4.101-1
ii  libbrlapi0.5  4.4-8
ii  libc6 2.16-0experimental1
ii  libcurl3-gnutls   7.28.1-1
ii  libfdt1   1.3.0-2
ii  libgl1-mesa-glx [libgl1]  9.1~git1211131112.fe2ef4-0
ii  libglib2.0-0  2.34.3-1
ii  libgnutls26   2.12.22-1
ii  libiscsi1 1.4.0-3
ii  libjpeg8  8d-1
ii  libncurses5   5.9-10
ii  libpixman-1-0 0.26.0-3
ii  libpng12-01.2.49-3
ii  libpulse0 3.0+20130121fixes-1
ii  libsasl2-22.1.25.dfsg1-4+b1.0.1-1
ii  libsdl1.2debian   1.2.15-5
ii  libseccomp1   1.0.1-1
ii  libspice-server1  0.12.2-0nocelt1exp
ii  libtinfo5 5.9-10
ii  libusbredirparser10.6-1
ii  libuuid1  2.20.1-5.3
ii  libvdeplug2   2.3.2-4
ii  libx11-6  2:1.5.0-1
ii  libxen-4.14.1.3-8
ii  libxenstore3.04.2.0-1
ii  openbios-ppc  1.0+svn1060-1
ii  openbios-sparc1.0+svn1060-1
ii  openhackware  0.4.1-6
ii  qemu-keymaps  1.3.0+dfsg-3exp
ii  seabios   1.7.2-1
ii  vgabios   0.7a-3
ii  zlib1g1:1.2.7.dfsg-13

Versions of packages qemu-system recommends:
ii  iproute 20121211-2
ii  qemu-utils  1.3.0+dfsg-3exp

Versions of packages qemu-system suggests:
ii  samba  2:3.6.10-1
ii  vde2   2.3.2-4

-- no debconf information

-- debsums errors found:
debsums: can't open qemu-system file /usr/bin/kvm/kvm (No es un directorio)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#696434: convmv: /usr/bin/convmv and /usr/share/man/man1/convmv.1.gz files missing from installed package

2012-12-20 Thread Gerardo Esteban Malazdrewicz
Package: convmv
Version: 1.15-1
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

I installed convmv 1.15-1.
Got this:

gerardo@envy17:~$ dpkg -L convmv
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/convmv
/usr/share/doc/convmv/CREDITS
/usr/share/doc/convmv/TODO
/usr/share/doc/convmv/changelog.gz
/usr/share/doc/convmv/changelog.Debian.gz
/usr/share/doc/convmv/copyright

Expected this:

gerardo@envy17:~/apt-src$ dpkg -L convmv
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/convmv
/usr/share/doc/convmv/changelog.gz
/usr/share/doc/convmv/TODO
/usr/share/doc/convmv/copyright
/usr/share/doc/convmv/changelog.Debian.gz
/usr/share/doc/convmv/CREDITS
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/convmv.1.gz
/usr/bin
/usr/bin/convmv

(actually, /usr/bin should be at the top?)
Attached patch for debian/rules.

Thanks,
 Gerardo

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

Kernel: Linux 3.6-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages convmv depends on:
ii  dpkg  1.16.9

convmv recommends no packages.

convmv suggests no packages.

-- no debconf information
--- debian/rules.orig	2012-12-20 15:30:46.635240227 -0300
+++ debian/rules	2012-12-20 14:45:52.355611356 -0300
@@ -7,7 +7,7 @@
 
 override_dh_auto_install: 
 	set
-	make install PREFIX=usr
+	make install PREFIX=debian/convmv/usr
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz


Bug#648202: FTBFS: qemu-user-static

2011-11-09 Thread Gerardo Esteban Malazdrewicz
Package: qemu
Version: 0.15.1+dfsg-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Fails to find the libraries below.
Multiarch, I believe they (the static libs) are gone?

Thanks,
  Gerardo

--
/usr/bin/make -C /home/gerardo/apt-src/qemu-0.15.1+dfsg/user-static-build 
make[1]: Entering directory 
`/home/gerardo/apt-src/qemu-0.15.1+dfsg/user-static-build'
make[2]: Nothing to be done for `all'.
  LINK  i386-linux-user/qemu-i386
/usr/bin/ld.gold.real: error: cannot find -lnss3
/usr/bin/ld.gold.real: error: cannot find -lnssutil3
/usr/bin/ld.gold.real: error: cannot find -lsmime3
/usr/bin/ld.gold.real: error: cannot find -lssl3
collect2: ld returned 1 exit status
make[2]: *** [qemu-i386] Error 1
make[1]: *** [subdir-i386-linux-user] Error 2
make[1]: Leaving directory 
`/home/gerardo/apt-src/qemu-0.15.1+dfsg/user-static-build'
make: *** [build-stamp] Error 2
---


-- System Information:
Debian Release: wheezy/sid
  APT prefers experimental
  APT policy: (610, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qemu depends on:
ii  qemu-system  0.15.0+dfsg-1+b1
ii  qemu-user0.15.1+dfsg-1   
ii  qemu-utils   0.15.1+dfsg-1   

qemu recommends no packages.

Versions of packages qemu suggests:
pn  qemu-user-static  

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#612780: libnet-ssleay-perl: Tests fail, "undefined symbol: SSLv2_method"

2011-02-10 Thread Gerardo Esteban Malazdrewicz
Package: libnet-ssleay-perl
Severity: serious
Justification: fails to build from source (but built successfully in the past)


This seems to be consequence of fixing the bug #589706,
"SSLv2 should be disabled".

Thanks,
 Gerardo

-- System Information:
Debian Release: wheezy/sid
  APT prefers experimental
  APT policy: (610, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libnet-ssleay-perl depends on:
ii  libc6 2.13-0exp1 Embedded GNU C Library: Shared lib
ii  libssl0.9.8   0.9.8o-4   SSL shared libraries
ii  perl  5.12.3-1   Larry Wall's Practical Extraction 
pn  perlapi-5.12.2 (no description available)

libnet-ssleay-perl recommends no packages.

Versions of packages libnet-ssleay-perl suggests:
ii  perl [libmime-base64-perl]5.12.3-1   Larry Wall's Practical Extraction 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#609439: FTBFS: libsgmaterial.so.2.0.0: undefined reference to `simgear::getPropertyRoot()'

2011-01-09 Thread Gerardo Esteban Malazdrewicz
Package: flightgear
Version: 2.0.0-1
Severity: normal


I was able to compile it after rebuilding simgear with the attached patch.

Probably this bug should be moved to simgear.

Hth,
  Gerardo

-- System Information:
Debian Release: 6.0
  APT prefers experimental
  APT policy: (610, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flightgear depends on:
ii  fgfs-base  2.0.0-1   Flight Gear Flight Simulator -- ba
ii  freeglut3  2.6.0-1   OpenGL Utility Toolkit
ii  libalut0   1.1.0-2   OpenAL Utility Toolkit
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libgcc11:4.6-20110105-1  GCC support library
ii  libgl1-mesa-glx [libgl 7.9+repack-2+nmu1 A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.9+repack-2+nmu1 The OpenGL utility library (GLU)
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libopenal1 1:1.12.854-2  Software implementation of the Ope
ii  libopenscenegraph652.8.3-6   3D scene graph, shared libs
ii  libopenthreads13   2.8.3-6   Object-Oriented (OO) thread interf
ii  libplib1   1.8.5-5   Portability Libraries: Run-time pa
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libstdc++6 4.6-20110105-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxi6 2:1.3-6   X11 Input extension library
ii  libxmu62:1.1.0-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  simgear2.0.0   2.0.0-1.1 Simulator Construction Gear -- sha
ii  zlib1g 1:1.2.5.dfsg-1compression library - runtime

flightgear recommends no packages.

flightgear suggests no packages.

-- no debconf information
--- a/simgear/screen/Makefile.am2011-01-10 01:15:59.037875049 -0300
+++ b/simgear/screen/Makefile.am2011-01-10 02:14:32.721572768 -0300
@@ -40,7 +40,6 @@
 
 TestRenderTexture_LDADD = \
libsgscreen.a \
+   -ldl \
$(top_builddir)/simgear/debug/libsgdebug.a \
$(opengl_LIBS)
 endif


Bug#596437: Latest ia32-libs (20100908) breaks latest ia32-libs-gtk

2010-09-11 Thread Gerardo Esteban Malazdrewicz
Package: ia32-libs-gtk
Version: 20090804
Severity: grave
Justification: renders package unusable


ia32-libs-gtk is uninstallable. Please fix.

gera...@envy15:~$ LANG=C sudo apt-get install ia32-libs-gtk
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ia32-libs-gtk : Depends: ia32-libs (>= 20090711) but it is not going to be 
installed
E: Broken packages
gera...@envy15:~$ LANG=C sudo apt-get install ia32-libs-gtk ia32-libs
Reading package lists... Done
Building dependency tree   
Reading state information... Done
ia32-libs is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ia32-libs : Breaks: ia32-libs-gtk (< 20100905) but 20090804 is to be installed
E: Broken packages

Thanks,
Gerardo

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (300, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-libs-gtk depends on:
ii  ia32-libs 20100908   ia32 shared libraries for use on a
ii  libc6-i3862.11.2-5   Embedded GNU C Library: 32-bit sha

ia32-libs-gtk recommends no packages.

ia32-libs-gtk suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org