Bug#671913: clang: cannot find standard header files

2012-05-20 Thread Romain Bossart
Package: clang
Version: 3.1~+rc1-1
Followup-For: Bug #671913

Cher Maintainer,

On i386 with g++-4.7, I need to add -I/usr/include/i386-linux-gnu/ to compile
any code. Could you please fix this. This problem does not happen on amd64.

Without that extra include, I get the following error:
clang++ -o t1 t1.cpp
In file included from t1.cpp:1:
In file included from /usr/bin/../lib/gcc/i486-linux-
gnu/4.7/../../../../include/c++/4.7/iostream:38:
In file included from /usr/bin/../lib/gcc/i486-linux-
gnu/4.7/../../../../include/c++/4.7/i486-linux-gnu/bits/c++config.h:414:
In file included from /usr/bin/../lib/gcc/i486-linux-
gnu/4.7/../../../../include/c++/4.7/i486-linux-gnu/bits/os_defines.h:40:
In file included from /usr/include/features.h:388:
/usr/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
# include gnu/stubs-32.h
  ^
1 error generated.

Cheers,
Romain



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.1 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages clang depends on:
ii  libc62.13-32
ii  libclang-common-dev  3.1~+rc1-1
ii  libffi5  3.0.10-3
ii  libgcc1  1:4.7.0-8
ii  libllvm3.1   3.1~+rc1-3
ii  libstdc++6   4.7.0-8
ii  libstdc++6-4.6-dev   4.6.3-5

Versions of packages clang recommends:
ii  llvm-3.1-dev  3.1~+rc1-3
ii  python2.7.2-10

clang suggests no packages.

-- no debconf information



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



Bug#619766: closed by s...@debian.org (Steve M. Robbins) (Bug#619766: fixed in boost1.46 1.46.1-4)

2011-04-17 Thread Romain Bossart

Hi,

Works great, thanks!

Regards,
Romain

On 04/16/2011 10:51 AM, Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
which was filed against the libboost1.46-dev package:

#619766: libboost1.46-dev: hardcode-dll-paths feature is missing

It has been closed by s...@debian.org (Steve M. Robbins).

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact s...@debian.org (Steve M. 
Robbins) by
replying to this email.







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



Bug#619766: [pkg-boost-devel] Bug#619766: libboost1.46-dev: hardcode-dll-paths feature is missing

2011-03-31 Thread Romain Bossart

Hi,

Thanks Steve, I agree with your explanation. For further information, this 
use-case is mentionned as useful here, in the second paragraph:


http://www.boost.org/boost-build2/doc/html/bbv2/faq/dll-path.html

When developping, especially if you have a fairly large number of libraries 
(about 40 libs in my case), updating the search paths is tedious. Tedious also 
to deploy libraries and executables before even trying to run them. In a word, 
run-in-place is often useful, and the hardcode- feature is already here to 
handle that.


More details [personal]:

Boost.Build also separates targets built with different compilers (gcc and icc 
for instance) in different folders: bin/gcc-4.6.0/release, 
bin/gcc-c++0x/release, bin/icc/release, etc. When developping, with BB you just 
have to run in place each executable in its own folder, it will be linked to the 
appropriate libraries.


In other words, the harcode-dll-paths feature lets you focus on code and code 
partitioning, relieving you from the details of build dependencies and runtime 
linking. This feature exists and is completely automatic. On installed targets, 
those details are handled by the linker + traditional search paths, on built 
targets, you have the hardcode-dll-paths feature.


Maybe CMake makes things as simple as BB. I'm just saying that if the 
hardcode-dll-paths is removed in the debian distribution, BB loses a cool 
feature, included by default by the BB developpers.


Does this post clarify things a bit?

Cheers,
Romain


On 03/31/2011 02:56 AM, Steve M. Robbins wrote:

Hi,


On Tue, Mar 29, 2011 at 03:12:31PM +0200, Olaf van der Spek wrote:

This feature is really useful for developpers.


Why?


My understanding of the use-case is: suppose you are using
Boost.Build to build a project that contains a library
as well as an executable linked with that lib.  If the
library is built as a shared object, the hardcode-dll-paths
lets you build and run the executable in-place.


I'm Cc'ing the bug submitter for further clarification.

Regards,
-Steve







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



Bug#619766: libboost1.46-dev: hardcode-dll-paths feature is missing

2011-03-26 Thread Romain Bossart
Package: libboost1.46-dev
Version: 1.46.1-3
Severity: important

Hi,

Since boost-build is provided by libboost1.46-dev, the hardcode-dll-paths
feature is missing. This means that executables built using Boost.Build do not
include anymore the absolute paths to the dll libraries. This feature is really
useful for developpers.

Thanks to Steve, I know that gcc.jam and gcc.py have to be modified and this
bug can be finally fixed by not applying the remove-rpath patch.

Cheers,
Romain



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

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

Versions of packages libboost1.46-dev depends on:
ii  libc6  2.11.2-13 Embedded GNU C Library: Shared lib
ii  libgcc11:4.6.0~rc1-3 GCC support library
ii  libicu44   4.4.2-2   International Components for Unico
ii  libstdc++6 4.6.0~rc1-3   The GNU Standard C++ Library v3
ii  libstdc++6-4.4-dev [libstd 4.4.5-14  The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.5-dev [libstd 4.5.2-7   The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.6-dev [libstd 4.6.0~rc1-3   The GNU Standard C++ Library v3 (d

libboost1.46-dev recommends no packages.

Versions of packages libboost1.46-dev suggests:
ii  default-jdk1:1.6-40  Standard Java or Java compatible D
ii  docbook-xml4.5-7 standard XML documentation system 
ii  docbook-xsl1.75.2+dfsg-5 stylesheets for processing DocBook
ii  doxygen1.7.3-6   Documentation system for C, C++, J
pn  fopnone(no description available)
ii  libboost-date-time1.46-dev 1.46.1-3  set of date-time libraries based o
ii  libboost-filesystem1.46-de 1.46.1-3  filesystem operations (portable pa
ii  libboost-graph-parallel1.4 1.46.1-3  generic graph components and algor
ii  libboost-graph1.46-dev 1.46.1-3  generic graph components and algor
ii  libboost-iostreams1.46-dev 1.46.1-3  Boost.Iostreams Library developmen
ii  libboost-math1.46-dev  1.46.1-3  Boost.Math Library development fil
ii  libboost-mpi1.46-dev   1.46.1-3  C++ interface to the Message Passi
ii  libboost-program-options1. 1.46.1-3  program options library for C++
ii  libboost-python1.46-dev1.46.1-3  Boost.Python Library development f
ii  libboost-random1.46-dev1.46.1-3  Boost Random Number Library
ii  libboost-regex1.46-dev 1.46.1-3  regular expression library for C++
ii  libboost-serialization1.46 1.46.1-3  serialization library for C++
ii  libboost-signals1.46-dev   1.46.1-3  managed signals and slots library 
ii  libboost-system1.46-dev1.46.1-3  Operating system (e.g. diagnostics
ii  libboost-test1.46-dev  1.46.1-3  components for writing and executi
ii  libboost-thread1.46-dev1.46.1-3  portable C++ multi-threading
ii  libboost-wave1.46-dev  1.46.1-3  C99/C++ preprocessor library
ii  libboost1.46-doc   1.46.1-3  Boost.org libraries documentation
ii  xsltproc   1.1.26-7  XSLT 1.0 command line processor

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/boost-build/tools/gcc.jam (from 
libboost1.46-dev package)
debsums: changed file /usr/share/boost-build/tools/gcc.py (from 
libboost1.46-dev package)



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



Bug#606073: [qt4-doc] Doc formatting looks broken (no css used)

2010-12-05 Thread Romain Bossart

Package: qt4-doc
Version: 4:4.7.1-1
Severity: normal

--- Please enter the report below this line. ---

Hi,

qt assistant does not format the docs using css. The menus and generally the 
formating looks broken. Googling around gave a similar bug in ubuntu:


https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/624697

assistant would be using QTextBrowser instead of QtWebkit.

Hope it helps.
Best regards, and anyway, thanks for the package!

Romain

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.36.1

Debian Release: squeeze/sid
  700 unstableftp.de.debian.org
  700 unstabledebian-multimedia.org
  500 experimentalftp.de.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
libqt4-dev   | 4:4.7.1-1
qt4-dev-tools| 4:4.7.1-1







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



Bug#603147: [libxqilla-dev] Please package upstream 2.2.4

2010-11-11 Thread Romain Bossart

Package: libxqilla-dev
Version: 2.2.3-1
Severity: wishlist

--- Please enter the report below this line. ---

Hi, upstream 2.2.4 is available. Could you please package it?

Thanks in advance
Romain


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.35.7

Debian Release: squeeze/sid
  700 unstableftp.de.debian.org
  700 unstabledebian-multimedia.org
  500 experimentalftp.de.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-
libxqilla5 (= 2.2.4-1) | 2.2.4-1


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#594634: libboost-dev: 1.44 upstream is available

2010-08-27 Thread Romain Bossart
Package: libboost-dev
Version: 1.42.0.1
Severity: wishlist

Hi,

upstream 1.44 is released. Could you package it please (1.43 at least).
Thank you in advance,
Regards

Romain



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

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

Versions of packages libboost-dev depends on:
ii  libboost1.42-dev  1.42.0-4   Boost C++ Libraries development fi

libboost-dev recommends no packages.

libboost-dev suggests no packages.

-- no debconf information



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



Bug#593738: zeroc-ice: upstream 3.4.1 is available

2010-08-20 Thread Romain Bossart
Package: zeroc-ice
Version: upstream 3.4.1 is available
Severity: wishlist
Tags: upstream

Hi, a new version (3.4.1) is available. Could you please package it?

Thank you in advance,
Best regards



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.34 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#586506: libconfig++8-dev: libconfig-1.4.5 upstream provides ready-to-build debian package

2010-06-20 Thread Romain Bossart
Package: libconfig++8-dev
Severity: wishlist

Hi,

Hyperrealm's libconfig-1.4.5 already has debian/ folder, and building it with
dpkg-buildpackage is really  straightforward. The i386 and amd64 packages are
valid. To me, it looks like pushing it into debian require minimal work. Please
note that the package will be called libconfig9 or libconfig++9

I guess you are busy, but would you please package it?

Thanks in advance,
Best regards

Romain Bossart



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

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

Versions of packages libconfig++8-dev depends on:
pn  libconfig++8  none (no description available)
ii  libconfig9-dev [libconfig-dev 1.4processing of structured config fi
ii  pkg-config0.25-1 manage compile and link flags for 

libconfig++8-dev recommends no packages.

libconfig++8-dev suggests no packages.



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



Bug#583528: libconfig++8-dev: libconfig 1.4.5 is out

2010-05-28 Thread Romain Bossart
Package: libconfig++8-dev
Version: 1.3.2-2
Severity: wishlist

Hi, Hyperrealm's libconfig 1.4.5 is out. Thanks in advance for packaging it.

Best regards



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

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

Versions of packages libconfig++8-dev depends on:
ii  libconfig++8  1.3.2-2parsing and manipulation of struct
ii  libconfig8-dev [libconfig-dev 1.3.2-2parsing and manipulation of struct
ii  pkg-config0.24-1 manage compile and link flags for 

libconfig++8-dev recommends no packages.

libconfig++8-dev suggests no packages.

-- no debconf information



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



Bug#581614: libtbb-dev: TBB 3.0 is out

2010-05-14 Thread Romain Bossart
Package: libtbb-dev
Version: 2.2+r013-1
Severity: wishlist

Hi TBB 3.0 is out (May 4th). Thanks in advance for packaging it.

Best regards



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

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

Versions of packages libtbb-dev depends on:
ii  libtbb2   2.2+r013-1 parallelism library for C++ - runt

libtbb-dev recommends no packages.

Versions of packages libtbb-dev suggests:
ii  libtbb-doc2.2+r013-1 parallelism library for C++ - docu
ii  tbb-examples  2.2+r013-1 parallelism library for C++ - exam

-- no debconf information



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



Bug#581645: aptoncd: Crash on startup (gtk.HBox has no attribute)

2010-05-14 Thread Romain Bossart
Package: aptoncd
Version: 0.1.98+bzr112-1
Severity: important

Hi,

aptoncd crashes on startup with the following traceback:

Traceback (most recent call last):
  File /usr/bin/aptoncd, line 101, in module
main(sys.argv[1:])
  File /usr/bin/aptoncd, line 98, in main
run_main(options.temp_path, options.packages_path)
  File /usr/bin/aptoncd, line 33, in run_main
m = main_window.MainWindow(temp_path, packages_path)
  File /usr/lib/python2.5/site-packages/APTonCD/ui/main_window.py, line 93,
in __init__
self.status_label.set_use_markup(True)
AttributeError: 'gtk.HBox' object has no attribute 'set_use_markup'

This issue was solved upstream in 0.1.98+bzr115 (ubuntu package exists)

Regards



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

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

Versions of packages aptoncd depends on:
ii  apt-utils 0.7.25.3   APT utility programs
ii  genisoimage   9:1.1.10-1 Creates ISO-9660 CD-ROM filesystem
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  gnome-icon-theme  2.30.2.1-1 GNOME Desktop icon theme
ii  libgnomevfs2-01:2.24.3-1 GNOME Virtual File System (runtime
ii  lsb-release   3.2-23.1   Linux Standard Base version report
ii  python2.5.4-9An interactive high-level object-o
ii  python-apt0.7.94.2   Python interface to libapt-pkg
ii  python-central0.6.16 register and build utility for Pyt
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-glade2 2.17.0-2   GTK+ bindings: Glade support
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python2.5 2.5.5-6An interactive high-level object-o
ii  synaptic  0.63.1 Graphical package manager

Versions of packages aptoncd recommends:
pn  k3b | braseronone  (no description available)
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages aptoncd suggests:
pn  gdebi none (no description available)
pn  update-notifier   none (no description available)

-- no debconf information



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



Bug#545366: dselect: same here

2009-09-07 Thread Romain Bossart
Package: dselect
Version: 1.15.4
Severity: normal

Same problem here.
I had to use aptitude to see new packages.

Regards,
Romain


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

Kernel: Linux 2.6.30.1 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dselect depends on:
ii  dpkg  1.15.4 Debian package management system
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-3  GCC support library
ii  libncursesw5  5.7+20090803-2 shared libraries for terminal hand
ii  libstdc++64.4.1-3The GNU Standard C++ Library v3

dselect recommends no packages.

dselect suggests no packages.

-- no debconf information



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



Bug#543459: libeigen2-dev: missing /usr/include/eigen2 directory

2009-08-25 Thread Romain Bossart
Package: libeigen2-dev
Version: 2.0.5-1
Severity: important

Hi,

At least on amd64, the latest-version (2.0.5-1) lacks the source directory 
/usr/include/eigen2.
This of course renders the package unusable.

Thanks in advance,
Best Regards


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

Kernel: Linux 2.6.30.1 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

libeigen2-dev depends on no packages.

libeigen2-dev recommends no packages.

Versions of packages libeigen2-dev suggests:
ii  libeigen2-doc 2.0.5-1eigen2 API docmentation

-- no debconf information



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



Bug#521216: [pkg-nvidia-devel] Bug#521216: Please do not provide

2009-04-16 Thread Romain Bossart
Package: nvidia-glx-legacy-173xx
Version: 173.14.15-2
Severity: normal


Hi Randall,

Just a small Up on this, because I'm stuck on some machines after having 
installed the latest version of xserver-xorg. 

Thanks in advance,
Best Regards,

Romain

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nvidia-glx-legacy-173xx depends on:
ii  libc62.9-7   GNU C Library: Shared libraries
ii  libgcc1  1:4.3.3-7   GCC support library
ii  libgl1-m 7.4-2   A free implementation of the OpenG
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  nvidia-k 173.14.15-2+2.6.29-10.00.Custom NVIDIA binary kernel module for Li
ii  x11-comm 1:7.4+1 X Window System (X.Org) infrastruc
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

nvidia-glx-legacy-173xx recommends no packages.

Versions of packages nvidia-glx-legacy-173xx suggests:
ii  nvidia-kernel-legacy-173xx-s 173.14.15-2 NVIDIA binary kernel module source
ii  nvidia-settings  180.22-1Tool of configuring the NVIDIA gra



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



Bug#489718: python-zeroc-ice: Cannot load IcePy.so from python2.5

2008-07-07 Thread Romain Bossart
Package: python-zeroc-ice
Version: 3.3.0-2
Severity: important


Hi, using python2.5, it looks not possible to import Ice. Here is the 
error I get using ipython or python:
  File myClient.py, line 1, in module
import sys, traceback, Ice
  File /var/lib/python-support/python2.5/Ice.py, line 33, in module
import IcePy
ImportError: /var/lib/python-support/python2.5/IcePy.so: undefined 
symbol: Py_InitModule4

For you information, import Ice works for python2.4

Best regards,

Romain

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

Kernel: Linux 2.6.25.4 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-zeroc-ice depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-5  GCC support library
ii  libiceutil33  3.3.0-2Ice for C++ misc utility library
ii  libslice333.3.0-2Ice for C++ Slice parser library
ii  libstdc++64.3.1-5The GNU Standard C++ Library v3
ii  libzeroc-ice333.3.0-2Ice for C++ runtime library
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.8.4  automated rebuilding support for P

Versions of packages python-zeroc-ice recommends:
ii  ice33-slice [ice-slice]   3.3.0-2Slice definitions for Ice 3.3 serv
ii  ice33-translators [slice2py]  3.3.0-2Slice translators to several langu

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#489761: zeroc-ice-manual: Add HTML doc

2008-07-07 Thread Romain Bossart
Package: zeroc-ice-manual
Version: 3.3.0-1
Severity: wishlist


Hi, 
Could you add the html documentation in the next release?

Thanks!
Regards,

Romain

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

Kernel: Linux 2.6.25.4 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]