Bug#964654: Updates

2024-07-14 Thread William Desportes
Control: forwarded -1  
https://github.com/SimonKagstrom/kcov/commit/a7ab2971d377e6df84af52b748d46fa40d18f6c8
Control: tags -1 forwarded pending
Control: owner ! 

MR: https://salsa.debian.org/debian/kcov/-/merge_requests/1



Bug#1053957: (no subject)

2023-10-14 Thread William Desportes

Control: reopen -1
Control: tags -1 + confirmed patch

Thank you for opening this bug.
Until now I was waiting on chromium but I have to realize my bug may be due to 
their stuff but I need to more on.
For now I managed right now to reproduce the bug on i386 using:

- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- docker run -v $PWD:/app --workdir /app --rm i386/debian:bookworm /bin/bash

And installing all the tooling and stuff.

Then I get "selenium.common.exceptions.WebDriverException: Message: unknown error: 
session deleted because of page crash"

It seems like the crash goes away if I send the keys line by line and not all 
the text at once.
Maybe a memory issue of some type.

Works:
    for line in Simpsons.split('\n'):
    import_area.send_keys(line + "\n")

Crashes:
   import_area.send_keys(Simpsons)

To be continued :)



Bug#1051355: Arch armhf does not build

2023-09-24 Thread William Desportes

Can someone have a look to the armhf build ?

https://buildd.debian.org/status/logs.php?suite=sid=armhf=chromium=117.0.5938.62-1

It does not build, and blocks the package migration: 
https://tracker.debian.org/pkg/chromium



Bug#1051355: No more crash, this is fixed

2023-09-15 Thread William Desportes
Thank you for the upload, I can confirm this is fixed.
The CIs PASS now:
- <https://salsa.debian.org/php-team/pear/phpsysinfo/-/jobs/4704881#L878>
- <https://salsa.debian.org/php-team/pear/phpldapadmin/-/jobs/4704895#L524>
--
William Desportes



Bug#1051355: Also affects jquery-timepicker and phpsysinfo

2023-09-07 Thread William Desportes

This is probably what crashes the test suite of jquery-timepicker and 
phpsysinfo: 
https://ci.debian.net/data/autopkgtest/testing/amd64/j/jquery-timepicker/37547785/log.gz

phpsysinfo does not show up for now since I just realized failures where not 
detected in a proper way. The fix is uploaded.
One crash can be seen in: 
https://ci.debian.net/data/autopkgtest/unstable/amd64/p/phpsysinfo/37551390/log.gz
With the fix the same one as jquery-timepicker shows up.

Here are some crash logs of the chrome webdriver using sid and phpsysinfo 
autopkgtest:

ERROR: test_dynamic_page (__main__.TestPhpSysinfoWeb.test_dynamic_page)
--
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 48, in test_dynamic_page
    WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"s_processes").text != "")
  File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", 
line 86, in until
    value = method(self._driver)
    
  File "/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 48, in 
    WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"s_processes").text != "")

  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 738, in find_element
    return self.execute(Command.FIND_ELEMENT, {"using": by, "value": 
value})["value"]
^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 344, in execute
    self.error_handler.check_response(response)
  File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: session 
deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
  (Session info: headless chrome=116.0.5845.180)
Stacktrace:
#0 0x55876cf735aa 
#1 0x55876cc95b89 
#2 0x55876cc8265c 
#3 0x55876cc81be9 
#4 0x55876cc80d3e 
#5 0x55876cc80bda 
#6 0x55876cc7faa9 
#7 0x55876cc800a5 
#8 0x55876cc8e218 
#9 0x55876cc8f059 
#10 0x55876cc9fd63 
#11 0x55876cca3e98 
#12 0x55876cc805a1 
#13 0x55876cc9fa0f 
#14 0x55876cd0acc2 
#15 0x55876ccf364a 
#16 0x55876ccc735b 
#17 0x55876ccc8936 
#18 0x55876cf40fbc 
#19 0x55876cf44113 
#20 0x55876cf43baa 
#21 0x55876cf445fc 
#22 0x55876cf4acda 
#23 0x55876cf44987 
#24 0x55876cf1cdf1 
#25 0x55876cf5dd99 
#26 0x55876cf5df93 
#27 0x55876cf6c243 
#28 0x7ff4384a63ec 


==
ERROR: test_dynamic_page (__main__.TestPhpSysinfoWeb.test_dynamic_page)
--
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 23, in tearDown
    self.driver.close()
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 455, in close
    self.execute(Command.CLOSE)
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 344, in execute
    self.error_handler.check_response(response)
  File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session 
id
Stacktrace:
#0 0x55876cf735aa 
#1 0x55876cc95b89 
#2 0x55876ccc6ed8 
#3 0x55876ccc8936 
#4 0x55876cf40fbc 
#5 0x55876cf44113 
#6 0x55876cf43baa 
#7 0x55876cf445fc 
#8 0x55876cf4acda 
#9 0x55876cf44987 
#10 0x55876cf1cdf1 
#11 0x55876cf5dd99 
#12 0x55876cf5df93 
#13 0x55876cf6c243 
#14 0x7ff4384a63ec 


==
ERROR: test_static_page (__main__.TestPhpSysinfoWeb.test_static_page)
--
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 29, in test_static_page
    vitals = WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"vitals"))
^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", 
line 86, in until
    value = method(self._driver)
    
  File "/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 29, in 
    vitals = WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"vitals"))
^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 738, in find_element
    

Bug#1039835: False positive FTBFS

2023-06-29 Thread William Desportes
Control: tags -1 + wontfix

Hi Athos,

This is a false positive.
Can you check your other reports for similar false positives?

--
William Desportes



Bug#1028659: angband-audio: should this package be removed?

2023-06-26 Thread William Desportes

Control: forwarded -1 https://salsa.debian.org/games-team/angband

Hi,

That's cool !

You may want to setup a GitLab Salsa CI to check your package is in good 
shape:


Go to "Settings > CI/CD > General pipelines > CI/CD configuration file"
And set "recipes/debian.yml@salsa-ci-team/pipeline"
And push a new commit

See: 
https://salsa.debian.org/salsa-ci-team/pipeline#debian-pipeline-for-developers


And maybe get in touch with games Debian DDs to get it uploaded.
IRC OFTC is quite active and you may find DDs to help you.

--
William Desportes



Bug#1033832: marked as pending in php-db

2023-05-12 Thread William Desportes
Control: tag -1 pending

Hello,

Bug #1033832 in php-db reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/php-team/pear/php-db/-/commit/f2123b042898f37b5a1cc9408ddbe24d3e4ce4b8


Add a patch for PHP 8.2 dynamic properties (Closes: #1033832)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1033832



Bug#1033832: marked as pending in php-db

2023-04-20 Thread William Desportes
Control: tag -1 pending

Hello,

Bug #1033832 in php-db reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/php-team/pear/php-db/-/commit/f2123b042898f37b5a1cc9408ddbe24d3e4ce4b8


Add a patch for PHP 8.2 dynamic properties (Closes: #1033832)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1033832



Bug#1033832: marked as pending in php-db

2023-04-02 Thread William Desportes
Control: tag -1 pending

Hello,

Bug #1033832 in php-db reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/php-team/pear/php-db/-/commit/914a40f85eb535342c3dcd4a193ac25ff6d42315


Add a patch to fix test failures (Closes: #1033832)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1033832



Bug#1031114: fwd

2023-02-12 Thread William Desportes
Hi, 

> I'm not sure if I should backport the patch to debian's 110 or not.

It depends on if the version will stay for a long time (a Debian version for 
example) or not.
I released the fix so either way it should be okay. for some reason the user 
dir option was not needed on CIs. maybe it was on my workstation at this time. 

You could provide backports for this package too, is there a reason you do not 
provide backports?



Bug#1031114: fwd

2023-02-12 Thread William Desportes

Control: tags -1 + pending
Control: forwarded -1 
https://salsa.debian.org/js-team/jquery-timepicker/-/commit/21f37b5345ccd800507ca3293d12de70ccee5437

It seems like this selenium issue was right: 
https://github.com/SeleniumHQ/selenium/issues/11634

I removed the user-data-dir option.

On GitLab Salsa I had re-run a job and reproduced the failure: 
https://salsa.debian.org/js-team/jquery-timepicker/-/jobs/3937872#L495

Now it's fixed: 
https://salsa.debian.org/js-team/jquery-timepicker/-/jobs/3937932#L451



Bug#1031114: jquery-timepicker: autopkgtest failures

2023-02-11 Thread William Desportes

I think this has nothing to do with my package :)

selenium.common.exceptions.WebDriverException: Message: unknown error: 
unable to discover open pages


And this should be enough to reproduce it (deps: python3-selenium, 
chromium-driver):


from selenium import webdriver
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.common.by import By
import os

data_dir = os.getenv('AUTOPKGTEST_TMP', default='/tmp') + 
'/google-chrome'


options = webdriver.ChromeOptions()
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--headless')
options.add_argument('--disable-gpu')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--profile-directory=Default')
options.add_argument('--user-data-dir=' + data_dir)
driver = webdriver.Chrome(options=options)

print("Running tests")
driver.get("http://localhost:/SpecRunner.html?random=false;)


Let me know if you can reproduce this WebDriverException



Bug#1029578: New security

2023-02-10 Thread William Desportes
using git bisect and icmake unit tests I found out that 
https://github.com/kward/shunit2/commit/f08632b331612f554e97c598508e4aac3dfa39a2#diff-a453761d888ea6645a651da189e89605523e4eab9500ee9e5988e55bca4f437bR892-R896
 is the first bad commit. 
it's a new security that was added, so the affected packages must adapt. 

ref: https://github.com/kward/shunit2/issues/84

now shunit2 does not like that any command exits -gt 0 in a test.

so the fix is:
- assertTrue commandExits1
+ assertTrue "$(commandExit1; echo $?)"



Bug#1030877: gcap: perl error, package unusable

2023-02-08 Thread William Desportes

Package: gcap
Version: 0.1.1-2
Severity: grave

This package does not work (with an existing or non existing YT video), 
using manpage examples:


On my workstation:
$ gcap 0QRO3gKj3qw
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en=list=0QRO3gKj3qw] with 
LWP:
no element found at line 1, column 0, byte -1 at 
/usr/lib/x86_64-linux-gnu/perl5/5.34/XML/Parser.pm line 187.


On Debian sid:
$ gcap 0QRO3gKj3qw
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en=list=0QRO3gKj3qw] with 
LWP:
no element found at line 1, column 0, byte -1 at 
/usr/lib/x86_64-linux-gnu/perl5/5.36/XML/Parser.pm line 187.

$ gcap "http://www.youtube.com/watch?v=0QRO3gKj3qw;
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en=list=0QRO3gKj3qw] with 
LWP:
no element found at line 1, column 0, byte -1 at 
/usr/lib/x86_64-linux-gnu/perl5/5.36/XML/Parser.pm line 187.

$ gcap -ti 0QRO3gKj3qw
WARNING Umph::Prompt not found, ignoring --interactive option
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en=list=0QRO3gKj3qw] with 
LWP:
no element found at line 1, column 0, byte -1 at 
/usr/lib/x86_64-linux-gnu/perl5/5.36/XML/Parser.pm line 187.

$ gcap https://www.youtube.com/watch?v=kkui_qBYvmY
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en=list=kkui_qBYvmY] with 
LWP:
no element found at line 1, column 0, byte -1 at 
/usr/lib/x86_64-linux-gnu/perl5/5.36/XML/Parser.pm line 187.

$ gcap kkui_qBYvmY
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en=list=kkui_qBYvmY] with 
LWP:
no element found at line 1, column 0, byte -1 at 
/usr/lib/x86_64-linux-gnu/perl5/5.36/XML/Parser.pm line 187.




Bug#1029578: Forwarded upstream without any reply

2023-01-31 Thread William Desportes
Control: forwarded -1 
https://salsa.debian.org/debian/shunit2/-/commit/513db89d3e5ad321a050fd40130f4c4674adc172

This is what I had sent as my last reply on this subject:
"
Hi Paul and Kate,

I worked a bit more onto this and found out more details, see: 
https://github.com/kward/shunit2/issues/164
I also added more tests for autopkgtests [1] to cover this bug. So let's see 
how upstream reacts (Kate as a CC here).
The output is like in failing packages: 
https://salsa.debian.org/debian/shunit2/-/jobs/3688066#L672
So assertTrue and assertFalse seem to be broken

[1] 
https://salsa.debian.org/debian/shunit2/-/blob/debian/latest/debian/tests/simple-script-tests

William
"

Kate is the upstream author.

For now I need some help, I had no reply

Here is the new autopkgtest for this bug: 
https://salsa.debian.org/debian/shunit2/-/commit/513db89d3e5ad321a050fd40130f4c4674adc172
 


--
William Desportes



Bug#1029597: related

2023-01-25 Thread William Desportes
Control: severity 252521 serious

This one describes the same error than using the login page.

https://bugs.debian.org/252521



Bug#1029597: broken since 2005?

2023-01-25 Thread William Desportes
It's maybe even broken since 2005 seeing https://bugs.debian.org/292493



Bug#1029597: Login is broken and URLs do not work

2023-01-25 Thread William Desportes
Package: fetchyahoo
Version: 2.14.7-1
Severity: serious
Tags: sid bookworm

The package does not work at all because the URLs are redirected and the login 
form structure changed. 

I tried to fix it but I did not succeed. 
The code uses some weird html manipulation to find inputs even if it depends on 
an html parsing library. Library this is difficult to use and did not make me 
able to fix the package. 

I suggested a FTP RM that was refused for now: #1028968



Bug#1028976: SVG support

2023-01-24 Thread William Desportes
Upstream said it was missing SVG support, but it's now fixed.
Ref: https://github.com/Imagick/imagick/issues/575#issuecomment-1401630623



Bug#1028325: (no subject)

2023-01-14 Thread William Desportes

I also found this package on my QA dashboard: 
https://debian.dashboard.air-balloon.cloud/en/dashboard-ftp-rm-candidates


Last upload: 2013-05-29

List of checks (source code: 
https://github.com/air-balloon/debian-dashboard#qa-report ):

- [ ] Debian copyright file uses DEP-5 format
- [x] Has FTBFS bugs
- [ ] No d/watch file
- [ ] No d/copyright file
- [ ] No reverse dependencies
- [x] Missing autopkgtests
- [x] Standards are outdated
- [!] Outdated version in Debian
- [x] Debian watch file has an error (!)
- [ ] Missing build tests
- [ ] Missing Debian Vcs-* fields
- [x] Broken Vcs target
- [x] Not maintained
- [x] Upstream provides tests
- [ ] Found on GitLab salsa
- [x] Not in testing
- [x] Not in stable
- [x] Not in experimental

Informations reported:

- Dependent: libreoffice-canzeley-client on jessie from debian
- Vcs error: brz: ERROR: Not a branch: 
"nosmart+http://anonscm.debian.org/bzr/users/vorlon/myodbc/trunk/;.

Package bugs:

- #[250850][1] (libautomatic adding as odbc driver should default to yes)
- #[409447][2] (libInitial connection parameters)
- #[415401][3] (Handling of ints on 64bit systems differ from other ODBC 
drivers in Debian)
- #[598781][4] (libfailure in SQLDriverConnect)
- #[598787][5] (libFailure in SQLDriverConnect)
- #[647932][6] (Support dpkg-preconfigure(8), like other ODBC driver packages)
- #[658377][7] (libSQLPrimaryKeys broken, fixed in upstream)
- #[680412][8] (Error in my_thread_global_end: x threads didn't exit (MySQL bug 
#57727))
- #[712427][9] (libOut-of-bounds read in sqlchar_as_sqlwchar) [status-Closed]
- #[714236][10] (libsimple test crashes)
- #[721120][11] (libcolumn names don't follow charset setting)
- #[737221][12] ([INTL:it] Italian translation of debconf messages)
- #[770952][13] (libWrong error SQLSTATE on MySQL Server GONE)
- #[835166][14] (libSIGFPE, Arithmetic exception in sqlchar_as_sqlwchar)
- #[841561][15] (FTBFS: stringutil.c:71:29: error: too few arguments to 
function 'my_malloc') [ftbfs,qa-ftbfs,qa-ftbfs-20161021]
- #[846641][16] (need out-of-date due missing unicode? upgrade to 5.2 brand or 
5.3)
- #[849630][17] (libPrograms using it fails with floating point exeption, then 
connects to mariadb)
- #[852457][18] (switch to build depend on the metapackage 
default-libmysqlclient-dev) [default-mysql,edos-uninstallable,piuparts]
- #[868882][19] (libThe package is not installable in Sid due to missing 
libmysqlclient18 dependency)
- #[945992][20] (libmissing "libmyodbc" package, which is suggested by 
"unixodbc")
- #[1028325][21] (RM: myodbc -- RoQA, unmaintained, FTBFS since years) 
[rm-proposal]

[1]: https://bugs.debian.org/250850
[2]: https://bugs.debian.org/409447
[3]: https://bugs.debian.org/415401
[4]: https://bugs.debian.org/598781
[5]: https://bugs.debian.org/598787
[6]: https://bugs.debian.org/647932
[7]: https://bugs.debian.org/658377
[8]: https://bugs.debian.org/680412
[9]: https://bugs.debian.org/712427
[10]: https://bugs.debian.org/714236
[11]: https://bugs.debian.org/721120
[12]: https://bugs.debian.org/737221
[13]: https://bugs.debian.org/770952
[14]: https://bugs.debian.org/835166
[15]: https://bugs.debian.org/841561
[16]: https://bugs.debian.org/846641
[17]: https://bugs.debian.org/849630
[18]: https://bugs.debian.org/852457
[19]: https://bugs.debian.org/868882
[20]: https://bugs.debian.org/945992
[21]: https://bugs.debian.org/1028325



Bug#1028659: angband-audio: should this package be removed?

2023-01-14 Thread William Desportes

Package: angband-audio
Version: 1:3.1.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: proposed-removal
X-Debbugs-CC: p...@debian.org

Hi,

I did find the package angband-audio in a QA list I am cleaning up.

It seems like angband is a packaged that is still maintained.
This made me unsure about requesting a FTP RM for angband-audio.
Is the package angband-audio still useful given it's only in unstable and has 
no upload since 2016 ?


--

William Desportes



Bug#922396: QA

2023-01-09 Thread William Desportes
Hi all,

I found this package during my QA analysis.

Based on the discussion and some QA elements I think a FTP RM could be useful 
for this package unless someone intends to upload a new version some day.

Does someone think we should keep this package?

The fact that there is updates upstream makes me think it could be worth 
keeping it.

--
William Desportes



Bug#1010244: Started packaging refresh

2023-01-03 Thread William Desportes
Hi, 

I started refreshing the packaging at 
https://salsa.debian.org/php-team/pear/phpsysinfo

You can expect this bug to get fixed some time soon

--
William Desportes



Bug#980341: Remove this package from testing/next Debian

2021-01-17 Thread William Desportes
Package: dasprid-enum
Severity: serious

[ Filed by the maintainer to see the package removed from testing. ]

Hi,

This package is not used by anyone one at Debian, it can be removed for the 
next release and will be used afterwards.
Yes, baconqrcode depends on it and a bug is filed to also remove it.

Regards,
William Desportes



Bug#980342: Remove this package from testing/next Debian

2021-01-17 Thread William Desportes
Package: baconqrcode
Severity: serious

[ Filed by the maintainer to see the package removed from testing. ]

Hi,

This package is not used by anyone one at Debian, it can be removed for the 
next release and will be used afterwards.

Regards,
William Desportes



Bug#980096: Remove this package from Debian

2021-01-14 Thread William Desportes
Package: twig-extensions
Severity: serious

[ Filed by the maintainer to see the package removed from testing. ]

Hi,

phpMyAdmin 5.0 does not use this package anymore, it can be removed from Debian.
But not from buster-backports until phpMyAdmin 5.0 lands into buster-backports.

Regards,
William Desportes



Bug#972296: php-twig is available in buster-backports

2020-10-16 Thread William Desportes
Hi,

Please use buster-backports version of php-twig and it will install.

You can find how here: 
https://github.com/phpmyadmin/phpmyadmin/issues/15236#issuecomment-615954993 
(apt-get install -t buster-backports php-twig)

Regards,
William Desportes



Bug#851771: 24/04/2020 - #851771 update

2020-04-24 Thread William Desportes
Hi,


> Only phpmyadmin is a key package.

phpMyAdmin no longer depends on php-gettext.

phpMyAdmin is absent from buster but present in buster-backports and
does not depend on php-gettext.


(+ buster-backports in sources.list)

# apt-rdepends -r php-php-gettext
Reading package lists... Done
Building dependency tree  
Reading state information... Done
php-php-gettext
  Reverse Depends: cacti (1.2.2+ds1-2+deb10u2)
  Reverse Depends: nagvis (1:1.9.11-1)
  Reverse Depends: php-gettext (1.0.12-0.1)
  Reverse Depends: tt-rss (>= 18.12+dfsg-1.1)
cacti
  Reverse Depends: cacti-spine (>= 1.2.2-1)
cacti-spine
nagvis
  Reverse Depends: nagvis-demos (= 1:1.9.11-1)
nagvis-demos
php-gettext
  Reverse Depends: kopano-webapp-common (3.5.2+dfsg1-1)


I hope my update is useful.


Regards,

William




signature.asc
Description: OpenPGP digital signature


Bug#952308: (Aucun sujet)

2020-02-23 Thread William Desportes
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952308



All the warnings are "normal"



but 

> 64) PhpMyAdmin\Tests\TwoFactorTest::testApplication
> google2fa not available
> 
> /<>/test/classes/TwoFactorTest.php:118
> 
> 65) PhpMyAdmin\Tests\TwoFactorTest::testKey
> u2f-php-server not available
> 
> /<>/test/classes/TwoFactorTest.php:158
> 
> 66) PhpMyAdmin\Tests\TwoFactorTest::testKeyAuthentication
> u2f-php-server not available
> 
> /<>/test/classes/TwoFactorTest.php:220



seems to be caused by missing dependencies.

Bug#952273: Re : Bug#952273: phpmyadmin-motranslator: FTBFS: PHP Fatal error: Declaration of FunctionsTest::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void in /<

2020-02-23 Thread William Desportes
Hi



It seems you duplicated https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952109







 Le dim., 23 févr. 2020 14:30:02 +0100 Lucas Nussbaum  
écrit 



Source: phpmyadmin-motranslator 
Version: 4.0-3 
Severity: serious 
Justification: FTBFS on amd64 
Tags: bullseye sid ftbfs 
Usertags: ftbfs-20200222 ftbfs-bullseye 
 
Hi, 
 
During a rebuild of all packages in sid, your package failed to build 
on amd64. 
 
Relevant part (hopefully): 
> make[1]: Entering directory '/<>' 
> phpunit 
> PHP Fatal error:  Declaration of FunctionsTest::setUp() must be compatible 
> with PHPUnit\Framework\TestCase::setUp(): void in 
> /<>/tests/FunctionsTest.php on line 12 
> 
> Fatal error: Declaration of FunctionsTest::setUp() must be compatible with 
> PHPUnit\Framework\TestCase::setUp(): void in 
> /<>/tests/FunctionsTest.php on line 12 
> make[1]: *** [debian/rules:14: override_dh_auto_test] Error 255 
 
The full build log is available from: 
 
http://qa-logs.debian.net/2020/02/22/phpmyadmin-motranslator_4.0-3_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.

Bug#952109: Patch for phpunit 8.0

2020-02-23 Thread William Desportes

Hi
Next version will patch the test
If needed we will import 
https://github.com/phpmyadmin/motranslator/commit/a70cf4635cf476ef300aaeb5578fa86ffa20bb06
 as a patch
Thank you for the report

Bug#945349: (no subject)

2019-11-23 Thread William Desportes
Hello Salvatore,

I investigated while reporting the vulnerability, 4.6.6
(https://packages.debian.org/source/oldstable/phpmyadmin) is not
affected since the table name you need to reproduce the vulnerability is
not supported.

4.9.2 will patch the vulnerability

Regards,

William Desportes



Bug#915470: tcpdf back into testing

2019-11-06 Thread William Desportes
tcpdf needs to be uploaded to buster-backports.

The phpMyAdmin packaging team adopted the package
(https://tracker.debian.org/pkg/tcpdf) and it is now in testing:
https://tracker.debian.org/news/1073910/tcpdf-632dfsg1-1-migrated-to-testing/





signature.asc
Description: OpenPGP digital signature


Bug#939456: ftp.debian.org: phpMyAdmin dependencies waiting in FTP master for months

2019-09-05 Thread William Desportes
Package: ftp.debian.org
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hello,

We uploaded (phpMyAdmin packaging Team) new packages to FTP master 2 months
ago, It seems like nobody did review them.

The packages are:
- phpmyadmin-sql-parser
- twig-extensions
- phpmyadmin-shapefile
- google-recaptcha

The 3 packages of this list are required to build the latest version of
phpMyAdmin (4.9.0.1).

We uploaded them too late and debian buster is now released.

We would like to upload a version to buster-backports since the package was
removed in buster because of security issues in the code.

The team formed at https://salsa.debian.org/phpmyadmin-team is ready to keep
new versions up to date.

Can you please review the packages ?

Ref: https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/1

Regards,
William Desportes for the phpMyAdmin packaging Team



Bug#916310: New maintainers

2019-06-20 Thread William Desportes
Hello everyone,

At https://salsa.debian.org/phpmyadmin-team/phpmyadmin/project_members
new members have joined the team and a new version is available
(4.9.0.1) : https://tracker.debian.org/action-items/776413

I just wanted to keep you updated and to let you know that some work is
being done to repair the package (patches and new versions..).

You can browse https://salsa.debian.org/groups/phpmyadmin-team/-/issues
to see what is going on and follow the progress.


I also joined the team https://salsa.debian.org/phpmyadmin-team as a
phpMyAdmin team member.

Regards,

William Desportes




signature.asc
Description: OpenPGP digital signature