Bug#857335: python3-ledger package?

2020-08-18 Thread Fredrik Unger
Hi, I have a script where the python-ledger was an essential part. Upstream is released and the debian sid version is now ledger --version Ledger 3.2.1-20200518 Is there a reason python3-ledger cannot be built ? By building git:master with ./acprep update --python --prefix=$HOME/ledger-build ma

Bug#948010: yum-utils: Support for installroot

2020-01-03 Thread Fredrik Unger
Package: yum-utils Version: 1.1.31-4 Severity: wishlist Dear Maintainer, I was working with some Docker bb scripts that required repoquery for some tasks including the use of installroot. I see that the yum-utils is from http://yum.baseurl.org/wiki/YumUtils.html and that https://github.com/rpm

Bug#690973: Progress ?

2015-03-06 Thread Fredrik Unger
Hi, I built the package (quick and dirty) using commit d0da3cb5e4551aa6b6950fb38584d3d07a850da3 in the develop branch 0.8.0 had some issues with the directories. I used the debian directory from https://gitorious.org/packages/pgmodeler/ as a basis I set : BINDIR = $$PREFIX/bin PRIVATEBINDI

Bug#706433: git no longer prompting for password

2013-04-30 Thread Fredrik Unger
Package: git Version: 1:1.7.10.4-2 Severity: important I use apache2 with LocationMatch to serve git. http://article.tree.se/tools/git/https A fully protected repository works, but a read only fails as one is not asked for password when trying to write to it. Updates to the repository fails.

Bug#469656: Gnupg with PKI card

2012-11-15 Thread Fredrik Unger
Hi, Were there any progress with this issue ? I am using gnupg-pkcs11-scd and a PKI Card. http://www.opensc-project.org/opensc/wiki/MyEID This means I can only sign things on my local computer, not on the server that serves the repository. If there has not been any changes to reprepro, what wo

Bug#684996: calendarserver: not building with both python-2.6 and python-2.7 installed

2012-08-15 Thread Fredrik Unger
Package: calendarserver Version: 3.2+dfsg-1 Severity: normal Hi, I were not able to build the calendarserver from scratch, without this patch : --- calendarserver-3.2+dfsg.orig/setup.py +++ calendarserver-3.2+dfsg/setup.py @@ -32,6 +32,7 @@ def find_modules(): excludes = [

Bug#678525: GCC bug

2012-08-13 Thread Fredrik Unger
On 08/13/2012 02:58 PM, Rahul Amaram wrote: Thanks for the additional information Fredrik. Your analysis was really helpful. Could you please raise a new Debian GCC bug? If they fix it, then we'll have no need to make any changes in calendarserver Debian. Else we will have to force compilation of

Bug#684716: gcc-4.7: problem with local variables, works in gcc-4.6

2012-08-13 Thread Fredrik Unger
check in http://lxr.linux.no/linux+v3.2/net/core/scm.c#L159 fails, and gives the Invalid Argument error in the Debian bug #678525. If more information is needed let me know. Thank you, Fredrik Unger -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500

Bug#678525: GCC bug

2012-08-13 Thread Fredrik Unger
Hi, After further analyzing the problem and with help from Glyph Lefkowitz, Chris Cleeland and Rahul Amaram, I managed to create a test case that proved it is a gcc bug. The included tar file includes a simple testcase that can be run under Debian. The c file that is the base for this bugrep

Bug#678525: Problem in the C-Python interface

2012-08-08 Thread Fredrik Unger
Hi, while debugging the problem, this patch fixed the problem. --- calendarserver-3.2+dfsg.orig/twext/python/sendmsg.c +++ calendarserver-3.2+dfsg/twext/python/sendmsg.c @@ -238,7 +238,7 @@ static PyObject *sendmsg_sendmsg(PyObjec } control_message->cmsg_level = level;

Bug#475102: libsaxon-java is not the same as libsaxonb-java

2008-05-21 Thread Fredrik Unger
Package: libsaxon-java Version: 1:6.5.5-4.1 Followup-For: Bug #475102 /usr/bin/saxon-xslt needs to be changed to exec java -classpath /usr/share/java/saxon.jar com.icl.saxon.StyleSheet "$@" the net.sf.saxon.Transform is for saxonb.jar also /usr/bin/saxon-xquery is not needed. saxon 6.5.5 does