Bug#316556: openmcl: CLC dumps OpenMCL image globally writable
Package: openmcl Version: 0.14.2.p1.o Severity: minor During post-install of OpenMCL, the common-lisp-controller package dumps a new Lisp image containing the CLC software. But the image file that it generates has the wrong Unix file permissions, being writable by any user account: $ ls -l /usr/lib/openmcl/ total 12272 drwxr-xr-x 2 root root4096 2004-08-26 09:42 binppc -rw-r--r-- 1 root root 579 2004-08-02 17:23 install-clc.lisp drwxr-xr-x 2 root root4096 2005-03-21 09:51 lib drwxr-xr-x 2 root root4096 2005-03-21 09:51 library -rw-rw-rw- 1 root root 6272808 2005-06-10 15:09 PPCCL -rwxr-xr-x 1 root root 114132 2005-03-05 04:27 ppccl -rw-r--r-- 1 root root 6128728 2004-08-26 09:53 PPCCL-clean PPCCL-clean is the backup of the original image, and PPCCL is the new image dumped by CLC. I think PPCCL's permissions should be 0644, the same as the PPCCL-clean image. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.23 Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Versions of packages openmcl depends on: ii common-lisp-controller 4.15 This is a Common Lisp source and c ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#658288: libapache-poi-java: Class OOXMLLister is missing
Package: libapache-poi-java Version: 3.6+dfsg-2 Severity: normal Dear Maintainer, The Javadoc in the libapache-poi-java-doc package includes documentation for a class org.apache.poi.dev.OOXMLLister at /usr/share/doc/libapache-poi- java/api/org/apache/poi/dev/OOXMLLister.html, but that class is not actually present in the jar file: $ grep org.apache.poi.dev /usr/share/java/* Binary file /usr/share/java/jakarta-poi.jar matches Binary file /usr/share/java/poi-3.6.jar matches Binary file /usr/share/java/poi.jar matches $ ls -l /usr/share/java/*poi*.jar lrwxrwxrwx 1 root root 15 Sep 7 16:24 /usr/share/java/jakarta-contrib- poi.jar -> poi-contrib.jar lrwxrwxrwx 1 root root 7 Sep 7 16:24 /usr/share/java/jakarta-poi.jar -> poi.jar lrwxrwxrwx 1 root root 18 Sep 7 16:24 /usr/share/java/jakarta-scratchpad- poi.jar -> poi-scratchpad.jar -rw-r--r-- 1 root root 1539296 Sep 7 16:24 /usr/share/java/poi-3.6.jar -rw-r--r-- 1 root root 69142 Sep 7 16:24 /usr/share/java/poi-contrib-3.6.jar lrwxrwxrwx 1 root root 19 Sep 7 16:24 /usr/share/java/poi-contrib.jar -> poi-contrib-3.6.jar lrwxrwxrwx 1 root root 11 Sep 7 16:24 /usr/share/java/poi.jar -> poi-3.6.jar -rw-r--r-- 1 root root 792652 Sep 7 16:24 /usr/share/java/poi- scratchpad-3.6.jar lrwxrwxrwx 1 root root 22 Sep 7 16:24 /usr/share/java/poi-scratchpad.jar -> poi-scratchpad-3.6.jar $ jar tvf /usr/share/java/poi-3.6.jar | grep OOXMLLister $ jar tvf /usr/share/java/poi-3.6.jar | grep org.apache.poi.dev 0 Wed Sep 07 20:23:48 EDT 2011 org/apache/poi/dev/ 5405 Wed Sep 07 20:23:48 EDT 2011 org/apache/poi/dev/RecordGenerator.class -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libapache-poi-java depends on: ii libcommons-beanutils-java 1.8.3-2 ii libcommons-lang-java 2.6-3 ii libcommons-logging-java1.1.1-9 ii liblog4j1.2-java 1.2.16-3 ii libxalan2-java 2.7.1-7 libapache-poi-java recommends no packages. Versions of packages libapache-poi-java suggests: ii libapache-poi-java-doc 3.6+dfsg-2 -- 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#621016: python-qt4: PyQt4 missing many exported symbols
Subject: python-qt4: PyQt4 missing many exported symbols Package: python-qt4 Version: 4.8.3-2 Severity: important This build of PyQt4 is missing many symbols - only what appears to be a few constants are importable. All of the various classes, for example, are missing. $ python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4.QtGui import QApplication Traceback (most recent call last): File "", line 1, in ImportError: cannot import name QApplication >>> from PyQt4 import QtGui >>> dir(QtGui) ['__doc__', '__file__', '__name__', '__package__', 'qAlpha', 'qBlue', 'qDrawBorderPixmap', 'qDrawPlainRect', 'qDrawShadeLine', 'qDrawShadePanel', 'qDrawShadeRect', 'qDrawWinButton', 'qDrawWinPanel', 'qFuzzyCompare', 'qGray', 'qGreen', 'qIsGray', 'qRed', 'qRgb', 'qRgba', 'qSwap', 'qt_x11_wait_for_window_manager'] >>> from PyQt4 import Qt >>> dir(Qt) ['QT_TRANSLATE_NOOP', 'QT_TR_NOOP', 'QT_TR_NOOP_UTF8', 'Q_ARG', 'Q_ENUMS', 'Q_FLAGS', 'Q_RETURN_ARG', 'SIGNAL', 'SLOT', '__doc__', '__file__', '__name__', '__package__', 'bom', 'center', 'dec', 'endl', 'fixed', 'flush', 'forcepoint', 'forcesign', 'left', 'lowercasebase', 'lowercasedigits', 'noforcepoint', 'noforcesign', 'noshowbase', 'pyqtRemoveInputHook', 'pyqtRestoreInputHook', 'pyqtSignature', 'pyqtSlot', 'qAbs', 'qAddPostRoutine', 'qAlpha', 'qBlue', 'qChecksum', 'qCompress', 'qCritical', 'qDebug', 'qDrawBorderPixmap', 'qDrawPlainRect', 'qDrawShadeLine', 'qDrawShadePanel', 'qDrawShadeRect', 'qDrawWinButton', 'qDrawWinPanel', 'qErrnoWarning', 'qFatal', 'qFuzzyCompare', 'qGray', 'qGreen', 'qInf', 'qInstallMsgHandler', 'qIsFinite', 'qIsGray', 'qIsInf', 'qIsNaN', 'qIsNull', 'qQNaN', 'qRed', 'qRegisterResourceData', 'qRemovePostRoutine', 'qRgb', 'qRgba', 'qRound', 'qRound64', 'qSNaN', 'qSetFieldWidth', 'qSetPadChar', 'qSetRealNumberPrecision', 'qSharedBuild', 'qSwap', 'qUncompress', 'qUnregisterResourceData', 'qVersion', 'qWarning', 'qrand', 'qsrand', 'qt_x11_wait_for_window_manager', 'reset', 'right', 'scientific', 'showbase', 'uppercasebase', 'uppercasedigits', 'ws'] -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-qt4 depends on: ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libgcc1 1:4.5.2-4 GCC support library ii libpython2.6 2.6.6-8+b1 Shared Python runtime library (ver ii libqt4-declarative4:4.7.2-3 Qt 4 Declarative module ii libqt4-designer 4:4.7.2-3 Qt 4 designer module ii libqt4-help 4:4.7.2-3 Qt 4 help module ii libqt4-network4:4.7.2-3 Qt 4 network module ii libqt4-script 4:4.7.2-3 Qt 4 script module ii libqt4-scripttools4:4.7.2-3 Qt 4 script tools module ii libqt4-svg4:4.7.2-3 Qt 4 SVG module ii libqt4-test 4:4.7.2-3 Qt 4 test module ii libqt4-xml4:4.7.2-3 Qt 4 XML module ii libqt4-xmlpatterns4:4.7.2-3 Qt 4 XML patterns module ii libqtassistantclient4 4.6.3-3Qt Assistant client library (runti ii libqtcore44:4.7.2-3 Qt 4 core module ii libqtgui4 4:4.7.2-3 Qt 4 GUI module ii libqtwebkit4 2.1.0~2011week09-3 Web content engine library for Qt ii libstdc++64.5.2-4The GNU Standard C++ Library v3 ii python2.6.6-12 interactive high-level object-orie ii python-sip [sip-api-8 4.12.1-1 Python/C++ bindings generator runt ii python-support1.0.11 automated rebuilding support for P python-qt4 recommends no packages. Versions of packages python-qt4 suggests: pn python-qt4-dbg (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#621016: Caused by conflicting module sip in PYTHONPATH
I found that this problem goes away when I unset my PYTHONPATH environment variable. I had a module in that path named 'sip' that caused a collision with /usr/lib/pymodules/python2.6/sip.so, and once I removed that things worked okay. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#632754: python-software-properties: Exception when add-apt-repository PPA
Subject: python-software-properties: Exception when add-apt-repository PPA Package: python-software-properties Version: 0.76.7debian2+nmu1 Severity: normal I tried to add the Ubuntu Wine repository using the command line suggested on the Wine Wiki, but it failed: $ sudo add-apt-repository ppa:ubuntu-wine/ppa Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 65, in if not sp.add_source_from_line(line): File "/usr/lib/python2.6/dist- packages/softwareproperties/SoftwareProperties.py", line 630, in add_source_from_line (deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename) File "/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py", line 47, in expand_ppa_line sourceslistd = apt_pkg.Config.find_dir("Dir::Etc::sourceparts") AttributeError: 'module' object has no attribute 'Config' If PPA repositories are not supported in base Debian, an appropriate error message should be displayed. Otherwise I'd expect that the new repository is added to sources.list or the sources.list.d directory. -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-software-properties depends on: ii iso-codes 3.26-1 ISO language, territory, currency, ii lsb-release 3.2-27 Linux Standard Base version report ii python2.6.6-14 interactive high-level object-orie ii python-apt0.8.0 Python interface to libapt-pkg ii python-gnupginterface 0.3.2-9.1 Python interface to GnuPG (GPG) ii python2.6 2.6.7-1An interactive high-level object-o ii python2.7 2.7.1-8An interactive high-level object-o ii unattended-upgrades 0.72.3 automatic installation of security python-software-properties recommends no packages. python-software-properties 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