Bug#1064908: xsd: Package is outdated as new upstream version (4.2.0) is available

2024-02-28 Thread Boris Kolpackov
Guillermo Frontera writes: > A new version of xsd has been released A heads-up: this version switched to a different build system (build2) which is not yet packaged in Debian (but is packaged in Fedora, FWIW). I have plans to try to package it for Debian but cannot give a definitive timeframe fo

Bug#1019575: usr-is-merged false-negative on arm64

2022-09-12 Thread Boris Kolpackov
Marco d'Itri writes: > On Sep 12, Boris Kolpackov wrote: > > > I did a bit of debugging of the preinst script and it appears what trips > > it up is the /lib64 symlink, which on arm64 points to: > > > > /usr/lib/aarch64-linux-gnu > > There is no /l

Bug#1019575: usr-is-merged false-negative on arm64

2022-09-12 Thread Boris Kolpackov
Package: usr-is-merged Version: 30 When trying to debootstrap testing or unstable for arm64 I get the following false-negative from the usr-is-merged package (which gets injected by debootstrap): Selecting previously unselected package usr-is-merged. Preparing to unpack .../usr-is-merged_29_all.d

Bug#1019377: ERROR: cannot flip ro->rw with received_uuid set

2022-09-09 Thread Boris Kolpackov
Adam Borowski writes: > If you modify the subvolume, you can't use it for incremental send/receive > anymore. > > The commit that introduced this says: > > Implement safety check when a read-only subvolume is getting switched > to read-write and there's received_uuid set. > > This

Bug#1019377: ERROR: cannot flip ro->rw with received_uuid set

2022-09-08 Thread Boris Kolpackov
Package: btrfs-progs Version: 5.18.1-1 After upgrading from btrfs-progs 5.14.1-1 with Linux kernel 5.14.9 to btrfs-progs 5.18.1-1 with Linux kernel 5.18.16 (from current testing) I see the following new error when trying to clear the read-only property of a freshly received snapshot: btrfs proper

Bug#1018861: adduser --gid fails with "group '-1' does not exist"

2022-09-05 Thread Boris Kolpackov
Marc Haber writes: > On Thu, Sep 01, 2022 at 07:45:24AM +0200, Boris Kolpackov wrote: > > > This is using Debian testing (bookworm) and I see > > that the adduser package hasn't changed since stable (bullseye) > > Debian stable (bullseye) has adduser 3.118. The cu

Bug#1018861: adduser --gid fails with "group '-1' does not exist"

2022-08-31 Thread Boris Kolpackov
Package: adduser Version: 3.128 I get the following error when first adding a group and then trying to add a user with this group: # addgroup --gid 2000 build # adduser --uid 2000 --gid 2000 --home /build --gecos "" --disabled-password build Adding user `build' ... Use of uninitialized value $gr

Bug#998841: Large unstripped executables

2021-11-08 Thread Boris Kolpackov
Package: g++-11 Version: 11.2.0-10 g++-11 and gcc-11 packages contain large unstripped executables in the /usr/lib/gcc/x86_64-linux-gnu/11 directory: $ ls -l cc1 cc1plus lto1 -rwxr-xr-x 1 root root 143469520 Oct 21 10:17 cc1 -rwxr-xr-x 1 root root 154068040 Oct 21 10:17 cc1plus -rwxr-xr-x 1 root

Bug#998840: Strange warning when deleting subvolume as non-root user

2021-11-08 Thread Boris Kolpackov
Package: btrfs-progs Version: 5.14.1-1 After upgrading from btrfs-progs 5.7-1 with Linux kernel 5.7.6 to btrfs-progs 5.14.1-1 with Linux kernel 5.14.9-2 (from current testing) I see the following strange new warning when deleting the subvolume as non-root user (the filesystem is mounted with user_

Bug#983436: i386-cpuinfo.h missing in gcc-10-plugin-dev

2021-02-23 Thread Boris Kolpackov
Package: gcc-10-plugin-dev Version: 10.2.1-6 After upgrading from GCC 10.1 to 10.2 I now get the following error when building a program that relies on the GCC plugin API: g++-10 -I/tmp/build/odb-2.5.0-b.20.20201208151514.398c7ad035b4 -I/tmp/build/odb-2.5.0-b.20.20201208151514.398c7ad035b4 -I/u

Bug#975430: [libcutl-users] Re: Bug#975430: libcutl: FTBFS against boost_1.74

2021-01-07 Thread Boris Kolpackov
László Böszörményi (GCS) writes: > This might be prevented by Boost include std/version (making the path > more unique), libcutl to place standard C++ header include paths first > or by renaming its version file to version.txt or something like that. > I think the Boost solution would be the best

Bug#979209: handle interrupted and partial uploads

2021-01-04 Thread Boris Kolpackov
Package: tftpd-hpa Version: 5.2+20150808-1.2 We have discovered that tftpd-hpa does not detect a partial upload nor does it remove the file in case of an interrupted upload. The attached patch fixes both of these issues. Specifically, it does the following: 1. If the client sent the upload tsize,

Bug#945466: bridge_hw sometimes appears to be ignored or overridden

2019-11-26 Thread Boris Kolpackov
On a hunch I've added a delay in /etc/network/if-pre-up.d/bridge. Specifically, in the following fragment: brctl addbr $IFACE || exit 1 if [ "$IF_BRIDGE_HW" ]; then ip link set dev $IFACE address $IF_BRIDGE_HW fi So that now it reads: brctl addbr $IFACE || exit 1 if [ "$IF_BRIDGE_H

Bug#945466: bridge_hw sometimes appears to be ignored or overridden

2019-11-26 Thread Boris Kolpackov
Santiago Garcia Mantinan writes: > I'm reading that this did not happen before, what was the status before, > pure buster? No, it was a snapshot of testing on 2019-06-19. > Wha packages related to networking do you have installed and got upgraded? I am not really upgrading, I just build a new

Bug#945466: bridge_hw sometimes appears to be ignored or overridden

2019-11-25 Thread Boris Kolpackov
Package: bridge-utils Version: 1.6-2 I have the following bridge configuration: auto br0 iface br0 inet dhcp bridge_ports eno1 bridge_stp off bridge_maxwait 0 bridge_fd 0 bridge_hw 0c:c4:7a:33:46:a6 post-up ip link set eno1 txqueuelen 4000 post-up ip li

Bug#881108: xsd: FTBFS with xerces-c3.2

2017-11-08 Thread Boris Kolpackov
The patch is available here: https://git.codesynthesis.com/cgit/xsd/xsd/commit/?id=400651ba7fd2f80155348ed39fc02e2aa9892fb9

Bug#813789: systemd: su -l does not start/attach to user session

2016-02-23 Thread Boris Kolpackov
con...@kontesti.me writes: > I had the same problem, but I ended up reporting it to login package > (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814670 should they be > merged?). I only saw this bug here now. > > Does anyone have, at least, a workaround for this? I'd rather su or sudo into

Bug#813789: systemd: su -l does not start/attach to user session

2016-02-05 Thread Boris Kolpackov
Michael Biebl writes: > Actually in Debian, su *does* start a logind session. If you look at > > /etc/pam.d/su it includes /etc/pam.d/common-session It does: # The standard Unix authentication modules, used with # NIS (man nsswitch) as well as normal /etc/passwd and # /etc/shadow entries. @inc

Bug#813789: systemd: su -l does not start/attach to user session

2016-02-05 Thread Boris Kolpackov
Package: systemd Version: 215-17+deb8u2 Severity: normal Hi, I keep seeing in various places (Debian-related and otherwise) that su does not start a new systemd user session because it is not a proper login. The symptom is: # su -l boris $ systemctl --user status Failed to get D-Bus connection:

Bug#793289: xsd and change of type of systemerror

2015-08-05 Thread Boris Kolpackov
Diane, Diane Trout writes: > I was wondering if the Debian build scripts should also somehow add: > > #define _GLIBCXX_USE_CXX11_ABI 0 > > as described at > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145 > > when building xsdcxx so the exception catching behavior in the > xcdcxx compiler

Bug#793289: xsd and change of type of systemerror

2015-08-04 Thread Boris Kolpackov
Diane Trout writes: > It looks to me like like xsdcxx is subject to the change in the type of > ios_base::failure Please see: http://codesynthesis.com/pipermail/xsd-users/2015-July/004664.html Boris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "un

Bug#794440: xsd: Not build due to no codesynthesis/cli package in debian archive

2015-08-03 Thread Boris Kolpackov
Zhang Jingqiang writes: > cli is needed when building this package. But no package contains > codesynthesis/cli XSD distribution (but not the git tree) includes pre-generated CLI files so you shoudn't need the CLI tool to be packaged for Debian (though I wouldn't mind at all if it gets packa

Bug#790684: FTBFS: configure: Qt demands position independent code

2015-07-01 Thread Boris Kolpackov
Hi, László Böszörményi (GCS) writes: > > The package fails to build. First(?), Qt doesn't get found: > > configure:17847: g++ -c -g -O2 -fstack-protector-strong -Wformat > > -Werror=format-security -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 > > conftest.cpp >&5 > > conftest.cpp:30:57: fata

Bug#717532:

2015-02-24 Thread Boris Kolpackov
Hi László, László Böszörményi (GCS) writes: > Uploaded. Took me some time to find it: https://ftp-master.debian.org/new/odb_2.4.0-1.html Any idea when it will get into unstable/experimental? Also, I don't see any of the runtimes (libodb*) anywhere. Is it still a TODO? Finally, in the "Recomm

Bug#717532: (no subject)

2015-02-16 Thread Boris Kolpackov
Hi All, ODB 2.4.0 was released a few days ago[1]. I also see[2] that libcutl, which was holding up packaging of ODB 2.3.0, is already in testing, though for 2.4.0 it will need to be updated to 1.9.0. Any chance we can finally get this done? I am, as a long-time Debian user myself, really sad to s

Bug#717532: (no subject)

2014-02-25 Thread Boris Kolpackov
Hi, I am the developer of ODB. Today I announced the availability of ODB packages for RHEL 5 and 6, as well as Fedora 19-21. While this is great news, what saddens me somewhat, as a Debian user myself, is that there are no such packages for Debian yet. At the same time I believe it should now be

Bug#724283: 3.2.0 is out !

2013-09-23 Thread Boris Kolpackov
Mathieu, You are confusing XSD and XSD/e. XSD is currently at version 3.3.0, which is also what's packaged. XSD/e is at 3.2.0. Boris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#711950: xsd: FTBFS with patch (>= 2.7): xsd-srcdir/xsd/tests/cxx/tree/encoding/wchar/test.std: git binary diffs are not supported

2013-09-01 Thread Boris Kolpackov
Here is the background: Files xsd/tests/cxx/tree/encoding/char/utf-8/test.std and xsd/tests/cxx/tree/encoding/wchar/test.std used to be binary but were converted to text for portability. The patch basically replaces the old files with the new ones. But it seems binary patches are no longer support

Bug#710810: libc6: segfault in ld-2.17.so

2013-06-05 Thread Boris Kolpackov
In the meantime, I tried to upgrade the Linux kernel (tried both 3.8 and 3.9 from sid) and re-generated links/ld.so.cache. Both attempts didn't lead to any changes. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Bug#710810: libc6: segfault in ld-2.17.so

2013-06-02 Thread Boris Kolpackov
Package: libc6 Version: 2.17-3 Severity: important Dear Maintainer, After upgrading libc6 on my box from 2.13-38 (as found in wheezy) to 2.17 from sid (tried all three -1, -2, and now on -3), several programs stopped working with the common symptoms: segfault at 7f5f08ac38fc ip 7f5ddd5bc263

Bug#667424: xsd: ftbfs with GCC-4.7: please perform NMU

2012-05-23 Thread Boris Kolpackov
gregor herrmann writes: > I had a look at this bug/patch/package but it still FTBFS with the > patch (this time in the test suite). Attached is a patch that fixes the test suite issues. Boris diff --git a/libxsd/xsd/cxx/parser/non-validating/xml-schema-pskel.txx b/libxsd/xsd/cxx/parser/non-vali

Bug#624942: xsd: FTBFS: elements.cxx:329:23: error: 'XSDFrontend::SemanticGraph::Path' has no member named 'native_file_string'

2011-05-04 Thread Boris Kolpackov
Looks like native_file_string() function has disappeared from Boost filesystem::path class. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#604256: Help with Debian package maintenance (bug 604256)

2010-11-22 Thread Boris Kolpackov
Hi Raphael, Raphael Bossek writes: > One questions. Will the patch work if xerces fix your bug report too ? > I do not like to have the scenario where the xerces-c people update > their package and XSD stops working. It will work. The patch simply changes the encoding used in the output documen

Bug#556724: Patch to fix indirect linking

2010-10-19 Thread Boris Kolpackov
The current release of XSD (3.3.0) also fixes this. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#556724: FTBFS with binutils-gold

2009-11-17 Thread Boris Kolpackov
It looks like we need to explicitly link to -lboost_system (can be added to LIBS) to resolve this. While the XSD source code does not explicitly use any symbols from this library, I guess either boost_regex or boost_filesystem inject some of the symbols, as discussed in the linked wiki article.

Bug#319009: debhelper: would be nice to have a --follow-symlink options in dh_*

2005-07-19 Thread Boris Kolpackov
Package: debhelper Version: 4.9.3 Severity: wishlist Currently dh_* family copies symlinks as symlinks which I think most of the time will result in broken links. I am not absolutely sure that changing current behavior to follow symlinks by default is a good idea. Having an option to select this w