Bug#750351: New packages uploaded to mentors, sponsor needed

2014-07-07 Thread Benedict Verhegghe
New packages pyformex-0.9.1-1 are available here:
http://mentors.debian.net/package/pyformex

These sohuld fix the bug and provide much more functionality (new
upstream release).

Need a sponsor to upload them. Anyone wants to help?


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



Bug#750592: New packages pyformex/0.9.1-1

2014-07-07 Thread Benedict Verhegghe
I created new packages pyformex/0.9.1-1 dealing with the remarks of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750592#47

All changes since 0.8.6-4 are now gathered in 0.9.1-1 changelog.
All lintian errors fixed.
Previous versions deleted from mentors.
Changed the bug title to reflect the new package version.


Now it's just waiting for a sponsor.
To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/pyformex

Alternatively, one can download the package with dget using this command:
  dget -x
http://mentors.debian.net/debian/pool/main/p/pyformex/pyformex_0.9.1-1.dsc

Benedict


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



Bug#704458: New pyformex packages pyformex-0.9.1-5

2014-06-25 Thread Benedict Verhegghe
Hi,

I have created new packages for pyformex-0.9.1, but they are currently
waiting for a sponsor to get uploaded:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750592

Pacakges are on
http://mentors.debian.net/package/pyformex

Benedict


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



Bug#750351: Looking for sponsor to upload new packages

2014-06-25 Thread Benedict Verhegghe
Hi,

I am still looking for a sponsor to upload the new packages which are
supposed to fix this bug.

See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750592

The new pacakges pyformex-0.9.1-5 are here:
http://mentors.debian.net/package/pyformex


Benedict


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



Bug#750592: Urgently looking for sponsor

2014-06-25 Thread Benedict Verhegghe
Hi,

I am urgently looking for a sponsor willing to help with uploading my
packages.

The old pyfomrex-0.8.6-4 packages currently in testing/sid (besides
being obsolete) do not build anymore. See bug #750351.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750351

Anybody interested in helping me to keep pyformex in Debian?

Can the bug title be changed for this purpose, e.g. adding
Fixes bug #750351 ?

Benedict


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



Bug#750592: New version pyformex/0.9.1-5 available

2014-06-05 Thread Benedict Verhegghe
Hi,

I uploaded a newer version 0.9.1-5 that fixes most of the
errors/warnings reported by lintian.

The debian-watch-file-pubkey-file-is-missing error remains, although
debian/upload/signing-key.asc is included. Testing with uscan worked
correctly. Possibly a bug in lintian?


  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/pyformex

  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/p/pyformex/pyformex_0.9.1-5.dsc


Regards,
   Benedict


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



Bug#750351: pyformex: FTBFS: mkdir: cannot create directory '/«PKGBUILDDIR»/debian/pyformex/usr/share/pyshared/pyformex/doc': No such file or directory

2014-06-05 Thread Benedict Verhegghe
Hi,

I uploaded new packages pyformex-0.9.1-5 to
http://mentors.debian.net/package/pyformex

These are for the latest upstream release.

As the 0.8.6 release is quite obsolete and no longer supported by
upstream, I think it is better to directly go for the new release
instead of fixing the old packages.

I am looking for a sponsor though to get the new packages approved. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750592

Regards,

Benedict


On 06/02/2014 09:07 PM, David Suárez wrote:
 Source: pyformex
 Version: 0.8.6-4
 Severity: serious
 Tags: jessie sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20140601 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part (hopefully):
 make[1]: Entering directory '/«PKGBUILDDIR»'
 dh_python2
 # Replace embedded Javascript libraries with symlinks
 set -e; if [ -d debian/pyformex ]; then \
  for FILENAME in jquery underscore; do \
  find /«PKGBUILDDIR»/debian/pyformex -name $FILENAME.js -print \
 -exec ln -sf /usr/share/javascript/$FILENAME/$FILENAME.js {} 
 \; \
  ; done; fi
 /«PKGBUILDDIR»/debian/pyformex/usr/share/doc/pyformex/html/_static/jquery.js
 /«PKGBUILDDIR»/debian/pyformex/usr/share/doc/pyformex/html/_static/underscore.js
 # Link documentation 
 set -e; if [ -d debian/pyformex ]; then \
  mkdir /«PKGBUILDDIR»/debian/pyformex/usr/share/pyshared/pyformex/doc; \
  ln -sf /usr/share/doc/pyformex/html 
 /«PKGBUILDDIR»/debian/pyformex/usr/share/pyshared/pyformex/doc/html; \
  for py in python2.7; do \
  mkdir 
 /«PKGBUILDDIR»/debian/pyformex/usr/lib/$py/dist-packages/pyformex/doc; \
  ln -sf /usr/share/doc/pyformex/html 
 /«PKGBUILDDIR»/debian/pyformex/usr/lib/$py/dist-packages/pyformex/doc/html; \
  done; fi
 mkdir: cannot create directory 
 '/«PKGBUILDDIR»/debian/pyformex/usr/share/pyshared/pyformex/doc': No such 
 file or directory
 make[1]: *** [override_dh_python2] Error 1
 
 The full build log is available from:

 http://aws-logs.debian.net/ftbfs-logs/2014/06/01/pyformex_0.8.6-4_unstable.log
 
 A list of current common problems and possible solutions is available at
 http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
 
 About the archive rebuild: The rebuild was done on EC2 VM instances from
 Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
 failed build was retried once to eliminate random failures.
 


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



Bug#750592: New version pyformex/0.9.1-5 available

2014-06-05 Thread Benedict Verhegghe
Oops, that was a typo in my mail. The key is really in
debian/upstream/signing-key.asc

tar tzf pyformex_0.9.1-5.debian.tar.gz:
debian/
debian/changelog
debian/menu
debian/pyformex.manpages
debian/compat
debian/pyformex.doc-base
debian/source/
debian/source/format
debian/pyformex-extra.manpages
debian/pyformex-lib.install
debian/docs
debian/pyformex-extra.install
debian/pyformex.install
debian/copyright
debian/upstream/
debian/upstream/signing-key.asc
debian/watch
debian/control
debian/rules




On 06/05/2014 05:14 PM, Paul Wise wrote:
 On Thu, Jun 5, 2014 at 10:14 PM, Benedict Verhegghe wrote:
 
 The debian-watch-file-pubkey-file-is-missing error remains, although
 debian/upload/signing-key.asc is included. Testing with uscan worked
 correctly. Possibly a bug in lintian?
 
 Wrong path, uscan/lintian look at debian/upstream/signing-key.asc.
 


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



Bug#750592: New version pyformex/0.9.1-5 available

2014-06-05 Thread Benedict Verhegghe
Yes, locally lintian also did not give me a problem. But after uploading
to mentors an error is displayed.
Maybe the uscan version on mentors is older and does not yet accept the
asc key format?


On 06/05/2014 05:34 PM, Paul Wise wrote:
 
 Testing it locally I don't get the lintian warning you mentioned with
 lintian 2.5.22.1.
 


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



Bug#750592: RFS: pyformex/0.9.1-3 -- new upstream release

2014-06-04 Thread Benedict Verhegghe
Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

  Dear mentors,

  I am looking for a sponsor for my package pyformex

 * Package name: pyformex
   Version : 0.9.1-3
   Upstream Author : benedict.verheg...@ugent.be
 * URL : pyformex.org
 * License : GPL3
   Section : science

  It builds those binary packages:

 pyformex   - program to create 3D geometry from Python scripts
 pyformex-extra - program to create 3D geometry from Python scripts (extras)
   pyformex-lib - program to create 3D geometry from Python scripts (libs)

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/pyformex


  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/p/pyformex/pyformex_0.9.1-3.dsc

  More information about pyformex can be obtained from http://pyformex.org

  Changes since the last upload:

New upstream release
Place architecture independent files under /usr/share
Fix bug #750351



  Regards,
   Benedict Verhegghe


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



Bug#740491: Similar problem

2014-04-04 Thread Benedict Verhegghe
After upgrading a system from wheezy to jessie, nfs-common failed to
(re)start. Version: 1:1.2.8-6.
Reinstalling rpcbind, nfs-common, nfs-kernel-server,  libnfsidmap2 did
not help.

Startup message:
[FAIL] Starting NFS common utilities: statd idmapd failed!

In syslog I noticed:
 rpc.idmapd[6984]: main: open(/var/lib/nfs/rpc_pipefs/nfs): No such file
or directory

I manually created a directory /var/lib/nfs/rpc_pipefs/nfs and the
problem was solved.


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



Bug#731068: RFS: pyformex/0.9.1-2

2013-12-01 Thread Benedict Verhegghe
Package: sponsorship-requests
Severity: normal

Dear mentors,

I'm looking for a sponsor for my package pyformex.

 * Package name: pyformex
   Version : 0.9.1-2
   Upstream Author : benedict.verheg...@ugent.be
 * URL : pyformex.org
 * License : GPL3

This is an update to the latest upstream source release. The current
version in Debian (0.8.6-4) is rather outdated.

It builds those binary packages:

pyformex - base package, Python2 based, architecture independent
pyformex-lib - accelerator library, architecture dependent
pyformex-extra - additions, architecture dependent


To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/pyformex


Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/p/pyformex/pyformex_0.9.1-2.dsc


Regards,
Benedict Verhegghe


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



Bug#656294: Fixed in 0.8.6-2

2012-01-18 Thread Benedict Verhegghe
I uploaded a new version 0.8.6-3 to
http://mentors.debian.net/package/pyformex

That should fix the problem.

Benedict



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



Bug#653594: First package uploaded

2012-01-05 Thread Benedict Verhegghe
I uploaded an initial pyformex package to mentors.debian.net:
http://mentors.debian.net/package/pyformex

It contains the architecture independent files, with nearly full
functionality, but at reduced speed, and without documentation and extras.

We intend to eventually create multiple binary packages from a single
source package:
pyformex: architecture independent functionality
pyformex-lib: compiled C acceleration libraries (arch. dep.)
pyformex-doc: documentation (arch. indep.)
pyformex-extras: non-essential programs and libraries (arch. dep.)

Looking for a spnsor now.

Benedict



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



Bug#653594: ITP: pyformex -- pyFormex is a program for generating 3D geometrical models from Python scripts.

2011-12-29 Thread Benedict Verhegghe
Package: wnpp
Owner: Benedict Verhegghe benedict.verheg...@ugent.be
Severity: wishlist

* Package name: pyformex
  Version : 0.8.5
  Upstream Author : Benedict Verhegghe benedict.verheg...@ugent.be
* URL or Web page : http://pyformex.org
* License : GNU-GPL v3 or higher
  Description : pyFormex is a program for generating 3D geometrical models 
from Python scripts.



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



Bug#552425: /usr/lib/libQtGui.so.4: undefined symbol: FT_Library_SetLcdFilter

2009-10-26 Thread Benedict Verhegghe
Package: libqtgui4
Version: 4:4.5.3-4
Severity: important

When importing PyQt4.QtGui in Python, I get an ImportError:

Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) 
[GCC 4.3.3] on linux2
Type help, copyright, credits or license for more information.
 import PyQt4.QtGui
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: /usr/lib/libQtGui.so.4: undefined symbol: FT_Library_SetLcdFilter
 



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libqtgui4 depends on:
ii  fontconfig 2.6.0-4   generic font configuration library
ii  libaudio2  1.9.1-5   Network Audio System - shared libr
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.0-10GCC support library
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libmng11.0.9-1   Multiple-image Network Graphics li
ii  libpng12-0 1.2.35-1  PNG library - runtime
ii  libqtcore4 4:4.5.3-4 Qt 4 core module
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstdc++6 4.4.0-10  The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages libqtgui4 recommends:
ii  qt4-qtconfig  4:4.5.3-4  Qt 4 configuration tool

libqtgui4 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#552425: /usr/lib/libQtGui.so.4: undefined symbol: FT_Library_SetLcdFilter

2009-10-26 Thread Benedict Verhegghe
ldd -r /usr/lib/libQtGui.so.4 gives:

linux-vdso.so.1 =  (0x7fff2f5ff000)
libaudio.so.2 = /usr/lib/libaudio.so.2 (0x7f39266b5000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f392649)
libSM.so.6 = /usr/lib/libSM.so.6 (0x7f3926287000)
libICE.so.6 = /usr/lib/libICE.so.6 (0x7f392606c000)
libQtCore.so.4 = /usr/lib/libQtCore.so.4 (0x7f3925c3)
libz.so.1 = /usr/lib/libz.so.1 (0x7f3925a18000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x7f3925753000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f3925538000)
libXi.so.6 = /usr/lib/libXi.so.6 (0x7f392532e000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f3925125000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0x7f3924f1d000)
libfreetype.so.6 = /usr/local/lib/libfreetype.so.6 (0x7f3924da9000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f3924b78000)
libXext.so.6 = /usr/lib/libXext.so.6 (0x7f3924967000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x7f392462b000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f392431d000)
libm.so.6 = /lib/libm.so.6 (0x7f392409a000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f3923e7f000)
libc.so.6 = /lib/libc.so.6 (0x7f3923b2c000)
libXt.so.6 = /usr/lib/libXt.so.6 (0x7f39238cb000)
libuuid.so.1 = /lib/libuuid.so.1 (0x7f39236c6000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x7f39234c2000)
librt.so.1 = /lib/librt.so.1 (0x7f39232ba000)
libdl.so.2 = /lib/libdl.so.2 (0x7f39230b5000)
libpcre.so.3 = /usr/lib/libpcre.so.3 (0x7f3922e86000)
/lib64/ld-linux-x86-64.so.2 (0x7f3927444000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7f3922c5c000)
libXau.so.6 = /usr/lib/libXau.so.6 (0x7f3922a5a000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f392283e000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x7f3922638000)

Benedict



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



Bug#498403: python-opengl: GL.glRenderMode(GL.GL_SELECT) causes IndexError

2008-09-09 Thread Benedict Verhegghe
Package: python-opengl
Version: 3.0.0~b3-1
Severity: important

Entering the OpenGL selection mode causes an error:

GL.glRenderMode(GL.GL_SELECT)
  File /usr/lib/python2.5/site-packages/OpenGL/GL/pointers.py, line 261, in 
glRenderMode

currentMode = currentMode[0]
IndexError: 
invalid index to scalar variable.


A possible fix is changing the relevant section of the above file:

try:
currentMode = currentMode[0]
except (TypeError,ValueError), err:
pass

to

try:
currentMode = currentMode[0]
except (TypeError,ValueError,IndexError), err:
pass

This works for me.


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

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-opengl depends on:
ii  freeglut3 2.4.0-5.2  OpenGL Utility Toolkit
ii  libgl1-mesa-glx [libgl1]  7.0.3-5A free implementation of the OpenG
ii  libglu1-mesa [libglu1]7.0.3-5The OpenGL utility library (GLU)
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.7  register and build utility for Pyt
ii  python-ctypes 1.0.2-5Python package to create and manip
ii  python-pkg-resources  0.6c8-4Package Discovery and Resource Acc

python-opengl recommends no packages.

Versions of packages python-opengl suggests:
pn  libgle3   none (no description available)
ii  python-numpy  1:1.1.0-3  Numerical Python adds a fast array
ii  python-tk 2.4.4-1Tkinter - Writing Tk applications 

-- no debconf information



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