Bug#1055121: libqt6gui6 should Depends: libxcb-cursor0

2023-10-31 Thread Ximin Luo
Package: libqt6gui6 Version: 6.4.2+dfsg-18 Severity: important Tags: patch Dear Maintainer, When running: https://github.com/ankitects/anki/releases/download/2.1.66/anki-2.1.66-linux-qt6.tar.zst I get the following error: | anki-2.1.66-linux-qt6$ QT_DEBUG_PLUGINS=1 DISABLE_QT5_COMPAT=1 ./anki

Bug#971593: ktexteditor: libgit2 1.0 transition

2020-10-02 Thread Ximin Luo
Source: ktexteditor Version: 5.70.1-1 Severity: important Tags: upstream Dear Maintainer, libgit2 1.0 is now available in experimental. Please make sure your package is ready for this version by the time we upload this package to unstable in one to two weeks. The severity of this report will be

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-16 Thread Ximin Luo
Lisandro Damián Nicanor Pérez Meyer: > By the way: is there a macro or combination of macros which *default* value > can be replaced in the use of __FILE__ without caussing regressions? > > Because if that's the case it's easier to convince upstream people that > changing the usage goes in favor

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-16 Thread Ximin Luo
Lisandro Damián Nicanor Pérez Meyer: > [..] > > Yes, we do understand that your workaround solves the issue, but we do also > understand that we should not be using this workaround in the first place. > > Guillem: the thread is long, but be sure that we Qt/KDE maintainers consider > that this c

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-15 Thread Ximin Luo
Lisandro Damián Nicanor Pérez Meyer: > On miércoles, 15 de noviembre de 2017 20:35:00 -03 Ximin Luo wrote: >> Lisandro Damián Nicanor Pérez Meyer: >>> I was wanting to write this on a keyboard, but let me try on the phone and >>> see if we can all agree in one

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-15 Thread Ximin Luo
Lisandro Damián Nicanor Pérez Meyer: > I was wanting to write this on a keyboard, but let me try on the phone and > see if we can all agree in one point. > > There is one *excellent* method to settle this once and forever: submit the > __FILE__ patch to GCC devs. If it gets accepted then Qt and wh

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-15 Thread Ximin Luo
Pino Toscano: > Loose meanings do not imply neither the other way around, that you are > free to break because people cannot do anything with it. Also, > considering the very same behaviour (short of the different wording in > documentations) that is established for decades, this is a "de facto" >

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-15 Thread Ximin Luo
Pino Toscano: > [..] > >> In summary: in no document or standard, does it guarantee or imply >> that __FILE__ can be taken to represent a real filesystem path. >> Applications relying on this behaviour are broken and should not be >> upset when things don't work. As documented in multiple places,

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-15 Thread Ximin Luo
Lisandro Damián Nicanor Pérez Meyer: > [..] > > Xi: you also mentioned that having to file hundreds of patchs seems > impossible. Well, it seems so, but it is actually not that necessary. Please > allow me to explain the idea. > Thanks for being less inflammatory than Pino. I agree that event

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-15 Thread Ximin Luo
Pino Toscano: > In data martedì 14 novembre 2017 11:14:00 CET, Ximin Luo ha scritto: >> You're using __FILE__ inappropriately, none of the documentation >> guarantees or implies that you can access __FILE__ as a real >> filesystem path. "Surely for relative paths&quo

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-14 Thread Ximin Luo
Lisandro Damián Nicanor Pérez Meyer: > [..] > > Sorry, it is not realistic to force us to have a delta from upstream for no > direct gain. > None of the solutions I suggested involve patching upstream, they would be done in d/rules. X -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5F

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-14 Thread Ximin Luo
Pino Toscano: > [..] > >> Well let's take a look at the standards: >> [...] > > Even with different wordings, both describe basically the same > behaviour. And yes, none of them says that __FILE__ is a full path, > but surely for relative paths the combination of $srcdir + __FILE__ > will give m

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-13 Thread Ximin Luo
Pino Toscano: > [..] > > This is not an annoyance, it is the crux of the problem! __FILE__ is > something standard, with a very well defined behaviour, upon which > people rely on: you cannot trash it from one day to another like this, > saying "too bad" to all its users, even those using it appr

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-13 Thread Ximin Luo
Pino Toscano: > [..] > > A better approach here is to work on removing the invalid & abusing > usages of __FILE__ from packages, just like it was done for __DATE__. > We in fact did not do the latter because it was easier to implement SOURCE_DATE_EPOCH to fix the expansion of __DATE__, rather t

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-13 Thread Ximin Luo
Pino Toscano: > [..] > > No, the solution is: > a) *not* break what __FILE__ means > b) remove the misuses of __FILE__ in packages (not the case of >QFINDTESTDATA) > >> I am not "blaming the user", but pointing to the fact that __FILE__ >> is being used in a surprising way here, which is not

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-13 Thread Ximin Luo
Ximin Luo: > Ximin Luo: >> [..] >> >> (maybe there are other options) >> > > If all the test files reside underneath the same directory, like tests/, you > could: > > 4. export BUILD_PATH_PREFIX_MAP="$BUILD_PATH_PREFIX_MAP=tests=$BASEDIR

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-13 Thread Ximin Luo
Ximin Luo: > [..] > > (maybe there are other options) > If all the test files reside underneath the same directory, like tests/, you could: 4. export BUILD_PATH_PREFIX_MAP="$BUILD_PATH_PREFIX_MAP=tests=$BASEDIR/tests". This should make the tests pass, whilst keeping

Bug#876901: QFINDTESTDATA uses __FILE__

2017-11-13 Thread Ximin Luo
Adrian Bunk: > Control: reassign -1 qtbase5-dev > Control: reassign 876917 qtbase5-dev > Control: reassign 876933 qtbase5-dev > Control: forcemerge -1 876917 876933 > Control: retitle -1 QFINDTESTDATA uses __FILE__ > Control: severity -1 normal > Control: affects -1 src:karchive src:ki18n src:kcode

Bug#872859: kate: fails to build against libgit2 0.26.0

2017-08-24 Thread Ximin Luo
Control: notfound -1 4:16.08.2-1 Control: close -1 Hi, Actually the package does build fine, you just need to rebuild ktexteditor against libgit2 0.26 first, then use this rebuilt version when building kate. Sorry I missed this earlier, closing the bug now. Ximin On Mon, 21 Aug 2017 22:42:08

Bug#852780: [sage-packaging] Cantor sage backend

2017-06-01 Thread Ximin Luo
Ximin Luo: > Ximin Luo: >> Antonio Rojas: >>> El lunes, 22 de mayo de 2017 23:59:00 (CEST) Ximin Luo escribió: >>> >>>> Thanks for the info. I had a play around, unfortunately --simple-prompt >>>> won't be sufficient. >>>>&g

Bug#852780: [sage-packaging] Cantor sage backend

2017-06-01 Thread Ximin Luo
Ximin Luo: > Antonio Rojas: >> El lunes, 22 de mayo de 2017 23:59:00 (CEST) Ximin Luo escribió: >> >>> Thanks for the info. I had a play around, unfortunately --simple-prompt >>> won't be sufficient. >>>> >>> REPLs generally support m

Bug#852780: [sage-packaging] Cantor sage backend

2017-05-25 Thread Ximin Luo
Ximin Luo: > Antonio Rojas: >> El lunes, 22 de mayo de 2017 23:59:00 (CEST) Ximin Luo escribió: >> >>> Thanks for the info. I had a play around, unfortunately --simple-prompt >>> won't be sufficient. >>>> >>> REPLs generally support m

Bug#852780: [sage-packaging] Cantor sage backend

2017-05-25 Thread Ximin Luo
Antonio Rojas: > El lunes, 22 de mayo de 2017 23:59:00 (CEST) Ximin Luo escribió: > >> Thanks for the info. I had a play around, unfortunately --simple-prompt >> won't be sufficient. >>> >> REPLs generally support multiline input (e.g. Python itself) so un

Bug#852780: [sage-packaging] Cantor sage backend

2017-05-22 Thread Ximin Luo
(+CC the debian bug) Antonio Rojas: > El lunes, 22 de mayo de 2017 18:56:00 (CEST) Ximin Luo escribió: >> Has anyone had any success in making this work? In Debian we're suffering >> from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852780 at the moment. >> >

Bug#852780: [Debian-science-sagemath] Bug#852780: cantor-backend-sage: sagemath is now in Debian, package does not work with it

2017-01-27 Thread Ximin Luo
Ximin Luo: > Package: cantor-backend-sage > Version: 4:16.08.3-1 > Severity: normal > > Dear Maintainer, > > SageMath has been in Debian for about a month now: > https://packages.qa.debian.org/s/sagemath.html > > I just did a quick test and it seems not to wor

Bug#852780: cantor-backend-sage: sagemath is now in Debian, package does not work with it

2017-01-27 Thread Ximin Luo
Package: cantor-backend-sage Version: 4:16.08.3-1 Severity: normal Dear Maintainer, SageMath has been in Debian for about a month now: https://packages.qa.debian.org/s/sagemath.html I just did a quick test and it seems not to work however, it detects the Sage version incorrectly and has troubl

Bug#824893: gtk3-engines-breeze: needs to be updated for gtk 3.20

2016-05-20 Thread Ximin Luo
Package: gtk3-engines-breeze Version: 5.5.4-1 Severity: normal Tags: upstream Dear Maintainer, GTK 3.20 has updated their themes as described in this blog post https://blogs.gnome.org/mclasen/2015/11/20/a-gtk-update/ Unfortunately this breaks the themes contained in this package, and it should

Bug#817825: marble: enable experimental vector tiling

2016-03-10 Thread Ximin Luo
Package: marble Version: 4:15.12.1-1.1 Severity: wishlist Tags: patch Dear Maintainer, As of a few months ago Marble contains experimental support for vector tiles. This is functional but rudimentary, but I think to help the general FOSS effort it would be good to deploy this to users already. It

Bug#800786: marble: open file dialog doesn't work

2015-10-03 Thread Ximin Luo
Package: marble Version: 4:15.08.1+dfsg-2 Severity: normal Tags: upstream patch Dear Maintainer, The open file dialog (Ctrl-O) doesn't work; the following patch fixes this: diff -Nru marble-15.08.1+dfsg/debian/patches/fix-openurl.patch marble-15.08.1+dfsg0/debian/patches/fix-openurl.patch --- m

Bug#800785: marble: doesn't detect quazip properly, breaking KMZ support

2015-10-03 Thread Ximin Luo
Package: marble Version: 4:15.08.1+dfsg-2 Severity: normal Tags: patch Dear Maintainer, The current package doesn't detect quazip properly, even though it's listed in Build-Depends; this breaks KMZ support. The following patch fixes this: diff -Nru marble-15.08.1+dfsg/debian/rules marble-15.08.

Bug#799382: marble: normal OSM map no longer available

2015-09-24 Thread Ximin Luo
On 23/09/15 13:20, intrigeri wrote: > intrigeri wrote (23 Sep 2015 11:08:16 GMT) : >> maps/earth/{openstreetmap/openstreetmap,temp-july/temp-july}.dgml, > > I wonder if the license info in those map description files applies to > the map data (that we don't ship in Debian anyway) and/or to the > m

Bug#799712: marble: now stores config in .config/Unknown\ Organisation rather than /kde.org

2015-09-21 Thread Ximin Luo
Package: marble Version: 4:15.08.1+dfsg-2 Severity: normal Dear Maintainer, marble now seems to ignore ".config/kde.org/marble.conf" and instead reads/writes from ".config/Unknown Organisation/marble.conf" "~/.config/marblerc" is unaffected, this is still used. X -- System Information: Debian

Bug#799382: marble: normal OSM map no longer available

2015-09-18 Thread Ximin Luo
Package: marble Version: 4:15.08.0+dfsg-1 Severity: important Dear Maintainer, The normal OSM map seems to have disappeared. There is still the - OpenCycleMap - OpenSeaMap - Public Transport but not the old default OpenStreetMap. We still have "MapQuest OSM" which uses the same data, but this