Re: Bug#1019799: Proposed MBF: wxwidgets3.2 transition
gregor herrmann <[email protected]>
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 11 Jan 2023 14:30:15 -0500, Scott Talbert wrote: > It seems that libalien-wxwidgets-perl is failing its autopkgtests. I looked > at it, but I can't understand why it is failing. Can you take a look when > you have a chance? Thanks for noticing! Olly also saw it, and some people have already discussed on IRC. The reason is simple: # /usr/bin/ld: cannot find crti.o: No such file or directory # collect2: error: ld returned 1 exit status # # ATTENTION: It apperars 'gcc' is not a working compiler, please make # sure all necessary packages are installed. use.t runs '/usr/bin/perl -w -M"Alien::wxWidgets" -e 1 2>&1' in a minimal chroot, libalien-wxwidgets-perl depends on gcc [0] but not libc6-dev (which contains crti.o) … We haven't decided yet what's the best way out: - skip use.t - s/gcc/g++/ (which would pull in libc6-dev at the cost of adding more dependencies for reverse dependencies of libwx-perl) - and/or some more refined solutions around libwx-perl's runtime dependencies I hope that either the night shift fixes the issue one way or another, or we'll come to a conclusion tomorrow :) Cheers, gregor [0] as a result of the same test failure some years ago: https://bugs.debian.org/784846 -- .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe `-
signature.asc
(application/pgp-signature, 963 B)
-----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmO/QwxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgZbgg/9GEo7VrtwMn5WJqUoO6AbhB4QAbqWHWECWrgjMJkeDu8bBt8P635KknAG mTXexdPX3nbjtb0CNb0PdbAb7jSaQkZ0bqJb4DthAv4PBbVM0FA0uvK2Cu/CPb8/ 8vhRRMgDYBZtcwIRd2oQAIqfT29Q35BS/T88bp0xwp5JtWPAxjohib9OC8Tfn9pd 53OJRKeb+gfkOSvlSXD25fVKbdifjjnEwOtAe7qNTY8tXPMYGCf0ObBeslc7cymu T6MQWcl+2t3rqnfKNOb9fLWMmq5Db/sbvYETrAq8PlcV3GkRNpeHddtf9BUZNuaD RkJaTet652WP+IkDknGJeAl1iqapIEr0rdYuwCvy768hTvjlnGFz+OuKhsbdNn1r c+W+p4W5+lbOsp5Nvg0J9cYedhrmpbGjcFn2mWthhMmuyqKyg9CcjEWRrn7Xq5nW 8jK6/3fFJ3cizGl4PgORmnzclI3ShJ8HHc32MiRmjrLEuwDaeAWlgzXrdvb6k0rm +DaWA31hq/yDdYvl5lrfCGheWlptpBJD5hShD3PuMxbPH05KnCR/fUnJeuqqBOHD LQ2Y0VnPAI0EEwEVvLNo+sSHOaD9MTezhxedx8RFM8WDb5Duvkpg8xgzjMsGPDze mgSwRRLQ0s7YTj3KLGUMe6KmaZxkmyhXS8uqHSpcjoFskLz3tGQ= =yEy3 -----END PGP SIGNATURE-----