[Bug c++/56665] -O2 with -fno-strict-aliasing makes boost::spirit::classic::assign_a not working

2021-11-08 Thread bodzio131 at op dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56665 --- Comment #8 from Bogdan Slusarczyk --- (In reply to Nikita Kniazev from comment #6) > This is not a GCC bug. The examples above have use after scope bug. > Look at `assign_a` documentation >

bug#51458: grep PCRE - "^" and "$" are not recognized as begin and end of line for multiline strings

2021-11-08 Thread Skrzyniarz, Slawomir (Nokia - PL/Krakow)
Hello team, I've fixed subject to better describe of issue: "grep PCRE - "^" and "$" are not recognized as begin and end of line for multiline strings". Best Regards, Sławek From: Skrzyniarz, Slawomir (Nokia - PL/Krakow) Sent: Thursday, October 28, 2021 10:23 A

bug#51458: grep PCRE - mean

2021-10-28 Thread Skrzyniarz, Slawomir (Nokia - PL/Krakow)
Hello Grep Team, I would update grep from version 2.20 to 3.1 and noticed that grep with -P option stops recognize below regular expression: cat SomeTestFile.cpp | sed -r -e 's:\/(\*([^*]|\*[^\/])*[*]\/|\/.*)::g' -e 's:\"[^"]*\"::g' | grep -ozPLq

kp5-drkonqi i systemd

2021-10-27 Thread Krzysztof Mrozowicz via pld-devel-pl
katalog /usr/lib/systemd/system do systemd-units, czy zmienić kp5-drkonqi tak aby używał /lib/systemd/system? Osobiście uważam, że lepiej zmienić kp5-drkonqi, ale może ktoś kto zna systemd lepiej ode mnie, ma inne zdanie? -- Krzysiek ___ pld-devel-pl

Re: czy wykonywanie make check jest ważne?

2021-10-22 Thread Krzysztof Mrozowicz via pld-devel-pl
. 12:41:57 Adam Przybyla napisał(a): > ... jak dziala to nie rusz ;-) Z powazaniem > Adam Przybyla > > On Fri, Oct 22, 2021 at 12:19 PM Krzysztof Mrozowicz via pld-devel-pl > < pld-devel-pl@lists.pld-linux.org> wrote: >

czy wykonywanie make check jest ważne?

2021-10-22 Thread Krzysztof Mrozowicz via pld-devel-pl
Czy można to zignorować, ewentualnie zmienić w specu aby make check było domyślnie wyłączone i zbudować pakiet z pominięciem tego kroku? Pozdrawiam! -- Krzysiek ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailma

ipv6calc - Empty debugsourcefiles.list

2021-10-20 Thread Krzysztof Mrozowicz via pld-devel-pl
rawiam -- Krzysiek _______ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Re: aqfinance - Unresolved symbols found

2021-10-18 Thread Krzysztof Mrozowicz via pld-devel-pl
Dnia 2021-10-17, o godz. 10:31:25 Jan Rękorajski napisał(a): > On Thu, 14 Oct 2021, Krzysztof Mrozowicz via pld-devel-pl wrote: > > > Cześć, > > próbuję uaktualnić pakiet aqfinance, ale builder kończy pracę z > > błędem: > > > > Searching for sh

PLD New Rescue Th-20211017

2021-10-17 Thread Arkadiusz Miśkiewicz via pld-devel-pl
PLD New Rescue Th-20211017 is there. Based on PLD Th main tree as of 20211017. https://github.com/pld-linux-org/pld-new-rescue/releases/tag/th-current-2021017 -- Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org ) ___ pld-devel-pl mailing

aqfinance - Unresolved symbols found

2021-10-14 Thread Krzysztof Mrozowicz via pld-devel-pl
się z czymś podobnym wcześniej i nie wiem jak to naprawić. Czy mógłbym prosić o pomoc? Pozdrawiam -- Krzysiek ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Re: firefox extensions

2021-10-05 Thread Krzysztof Mrozowicz via pld-devel-pl
extCloud Password manager extension, but checked ublock right now and also its interface doesn't show up. -- Krzysiek _______ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

[Bug c++/102493] New: non-type template specialization for member pointer to field and function reports leads to unexpected conflict

2021-09-26 Thread marekr22 at wp dot pl via Gcc-bugs
: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marekr22 at wp dot pl Target Milestone: --- Here is minimum complete verifiable example (C++17): ```cpp #include

brak libLTO.so.12

2021-09-23 Thread Krzysztof Mrozowicz via pld-devel-pl
/usr/lib64/libLTO.so w systemie plików jest symlinkiem do nieistniejącego pliku libLTO.so.12. Czy tak powinno być, a ja robię coś źle, czy może to jakaś pomyłka w specu od llvm? Pozdrawiam! -- Krzysiek ___ pld-devel-pl mailing list pld-devel-pl

[Bug bootstrap/102278] [12 regression] Bootstrap fails with LLVM 11.0.1 on powerpc-unknown-freebsd: libgcov-interface.c:201:1: internal compiler error

2021-09-13 Thread pkubaj at anongoth dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102278 --- Comment #5 from Piotr Kubaj --- Still the same issue: /wrkdirs/usr/ports/lang/gcc12-devel/work/.build/./gcc/xgcc -B/wrkdirs/usr/ports/lang/gcc12-devel/work/.build/./gcc/ -B/usr/local/powerpc-portbld-freebsd13.0/bin/

[Bug debug/102290] New: ICE with -gsplit-dwarf

2021-09-11 Thread kilobyte at angband dot pl via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: kilobyte at angband dot pl Target Milestone: --- void foo() { int c = 0; do ; while (bar(, c)); } riscv64-linux-gnu-gcc-11 -O2 -gsplit-dwarf -gdwarf-5 -c foo.i foo.i:5:1: internal compiler error: Segmentation fault 5

Bug#994045: Root cause of 994045

2021-09-11 Thread Michalik, Blazej (Nokia - PL/Wroclaw)
Looks like the issue stems from pip._internal.index._get_html_page and imports in pip/_internal/index.py. The try..except ladder in _get_html_page() uses while the exception raised by requests is and so pip does not recognize the two as equal. The exception is propagated while normally it

[Bug bootstrap/102278] [12 regression] Bootstrap fails with LLVM 11.0.1 on powerpc-unknown-freebsd: libgcov-interface.c:201:1: internal compiler error

2021-09-10 Thread pkubaj at anongoth dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102278 --- Comment #3 from Piotr Kubaj --- Created attachment 51436 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51436=edit build log The full build log is attached. The used compilation flags and configuration options are listed there. To

[Bug bootstrap/102278] [12 regression] Bootstrap fails with LLVM 11.0.1 on powerpc-unknown-freebsd: libgcov-interface.c:201:1: internal compiler error

2021-09-10 Thread pkubaj at anongoth dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102278 --- Comment #1 from Piotr Kubaj --- The full error with the command line executed is: /wrkdirs/usr/ports/lang/gcc12-devel/work/.build/./gcc/xgcc -B/wrkdirs/usr/ports/lang/gcc12-devel/work/.build/./gcc/

[Bug libgcc/102278] New: Fails to build on powerpc-unknown-freebsd since 20210801 snapshot

2021-09-10 Thread pkubaj at anongoth dot pl via Gcc-bugs
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: pkubaj at anongoth dot pl Target Milestone: --- 20210725 was the last snapshot that built. 20210801 fails with: /wrkdirs/usr/ports/lang/gcc12-devel/work/gcc-12-20210801/gcc/lra

problem ze zbudowaniem ka5-parley

2021-09-09 Thread Krzysztof Mrozowicz via pld-devel-pl
twebengine-5.15.6? Pozdrawiam! -- Krzysiek ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Re: [dpdk-users] EAL: failed to parse device "XX:XX.X" on CentOS 7

2021-09-03 Thread Mikulicz, Szymon (Nokia - PL/Krakow)
Hi Thao, the original issue was resolved by updating pkg-config. I compiled a new version of it on our centos 7 setup. We are currently using pkg-config 0.29.2 and it works. BR, SM On 8/13/21 12:32 AM, Thao Hull wrote: Hi. This looks similar to the problem I am having.

Re: [PacketFence-users] Inline Layer 3

2021-08-25 Thread G PL via PacketFence-users
Hello, you can use the out of band with routing. Le ven. 20 août 2021 à 20:58, Rodrigo Gonçalves via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Dear all, > > does the current version of PacketFence supports Inline in Layer 3 mode? > The current documentation

Re: [PacketFence-users] Aruba IAP

2021-08-12 Thread G PL via PacketFence-users
In the PF interface: [image: image.png] in the IAP interface: [image: image.png] Le jeu. 12 août 2021 à 14:28, Jeremy Yoke via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Thank you very much for your reply Fernando! > > I am very much looking forward to your

Re: [PacketFence-users] Aruba IAP

2021-08-12 Thread G PL via PacketFence-users
Hello, I have 3 iap controleur. I am in a out of band mode for PF. I use the same method of Fernando but I don't put a url anywhere (perhaps it' a error). When a new device is connected, PF push the registration role to the IAP and the IAP make the translation Role/Vlan. In PF config, you need

[Bug c++/101537] New: -Wconversion false positive in ternary

2021-07-20 Thread me at xenu dot pl via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: me at xenu dot pl Target Milestone: --- The following code: int foo() { int aaa = 1; unsigned char bbb = 0; bbb |= aaa ? 1 : 0; return bbb; } Gives this warning: : In function 'foo': :4:12: warning: conversion

[Bug c/53277] -Wconversion cannot handle compound expressions

2021-07-20 Thread me at xenu dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #18 from Tomasz Konojacki --- Sorry, it still warns in C mode, but it doesn't in C++.

[Bug c++/93652] -Wconversion gives false warning with bitwise operations on reference types returned from function

2021-07-20 Thread me at xenu dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93652 Tomasz Konojacki changed: What|Removed |Added CC||me at xenu dot pl --- Comment #1

[Bug c/53277] -Wconversion cannot handle compound expressions

2021-07-20 Thread me at xenu dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Tomasz Konojacki changed: What|Removed |Added CC||me at xenu dot pl --- Comment #17

[Bug c++/38522] -Wconversion does not handle complex bitwise expressions

2021-07-20 Thread me at xenu dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38522 Tomasz Konojacki changed: What|Removed |Added CC||me at xenu dot pl --- Comment #10

reconnections in case of connection brake

2021-07-19 Thread Janiak, Kornel (Nokia - PL/Wroclaw)
Hello, I am using following project setup: * guacd * java server app with usage of guacamole-common * front with guacamole-js I want to implement recconections on connection brakes (on side of VNC server). For this moment remote view on front end side freazes and nothing helps.

[Bug sanitizer/101476] New: AddressSanitizer check failed, points out a (potentially) non-existing stack error

2021-07-16 Thread franek.balcerak at o2 dot pl via Gcc-bugs
Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: franek.balcerak at o2 dot pl CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc

https://osv.dev/ and pld ftp

2021-06-27 Thread Arkadiusz Miśkiewicz via pld-devel-pl
New report: https://srcbuilder.pld-linux.org/~pldth/qa.php?q=main-vuln matching main ftp archive against https://osv.dev/ database, updated daily -- Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org ) ___ pld-devel-pl mailing list pld-devel

Re: [NetBehaviour] going silent

2021-06-08 Thread pl
Yes, alan, as you are one of the backbones of the community. Hope that it is short. You know I have something similar near me. On Tue, 8 Jun 2021 23:16:18 +0100, Simon Mclennan via NetBehaviour wrote: Alan very sorry to hear this.  Keep on! I’m sure you will. All the best, Simon 

Re: [NetBehaviour] (Putting up a piece from a couple of day ago)

2021-06-08 Thread pl
Hi, all. I thinkl that the conversation is getting a bit stuck in the weeds, a bit far afield (I don't dare3 make the pun "further afield"). To me, Communication is changing. we are changing. our lives and practices are changing. Listservs are an older form of media, but like the

Re: [NetBehaviour] response to lists.

2021-06-04 Thread pl
Alan, The "little bit" just a friendly aphorism voiced in Arabic tact. And I know this - your asking this is essential, honestly. My question was more in the area of whether we are more willing to be passive. I know this life is a lot of work. On Fri, 4 Jun 2021 15:21:32 -0400,

[NetBehaviour] response to lists.

2021-06-04 Thread pl
Hello, everyone. My partner in all things, Negin Ehtesabian and I just finished moderating the month at Empyre, which was a challenge as I had been in a different noospace in Arabia for the past 5 years, and it has been a bit of a shock re-entering, and not for any reasons you

Re: [-empyre-] Week 4 | Flow and Real Time in the Urban

2021-05-31 Thread pl
--empyre- soft-skinned space--   Thank you everyone for such a brisk discussion! Two things: Negin and I expanded the conversation as part of the Institute for Networked Culture's Video Vortex 13, which Alan Sondheim was so kind to watch.

[-empyre-] Welcome, errata and forward.

2021-05-25 Thread pl
--empyre- soft-skinned space-- Hello,  I am very excited for this week, as it introduces some great minds that I have had the pleasure of being with in the UAE and onwards. First, Negin's pronouns are she/her and are just an erratum. She is a fantastic

[-empyre-] Errata: and welcome.

2021-05-25 Thread pl
--empyre- soft-skinned space-- Hello,  I am very excited for this week, as it introduces some great minds that I have had the pleasure of being with in the UAE, and onwards. First, Negin's pronouns are she/her, and is just an erratum. She is a fantastic

Re: [-empyre-] Thinking about Flow and Real-Time in Pandemic-Time: Twitter, GarageBand, and Pianos

2021-05-22 Thread pl
--empyre- soft-skinned space-- آلن نوشت: "machine-time reminds me of Sartre's analysis in Critique of Dialectical Reason about people working  on assembly line" For sure, and I remember Sarah Cook citing in the discussion for 24/7: A Wake-up Call For Our

Re: A Non-Western Metanarrative (for the benefit of My Holmes)

2021-05-20 Thread pl
Oh yes, and the throngs of newly minted Chinese Bourgeoisie in West and Central Asia. And discovering Dungan food in Kyrgyzstan. And discovering Uyghur artists trying to use AI in Vancouver to make children's books with characters that fool Vommunist Party Ai So no one goes to

A Non-Western Metanarrative (for the benefit of My Holmes)

2021-05-20 Thread pl
(All beatles puns intended) In. late January, briefly after my return from 5 years in the UAE, during which time I engaged in tactical media in Central Asia and the Caucasus, started a VR center in Abu Dhabi, and married my life partner, Negin Ehtesabian, who was my collaborator in

RE: Outdated git-review package

2021-05-19 Thread Oledzki, Maciej (Nokia - PL/Wroclaw) via Cygwin
On May 18, 2021 9:52 PM Marco Atzeri via Cygwin wrote: > > git-review-2.1.0-1 has been uploaded, please test and let us know > > The new version is working with python 3.8 while the previous one was using > python 2.7 Hi, Everything works fine, thank you for quick response. -- BR, Maciej --

outdated git-review version

2021-05-18 Thread Rutkowska, Anna (Nokia - PL/Wroclaw) via Cygwin
Hi, Latest available git-review package is 1.26 which currently cases following problem $ git review remote: error: branch refs/publish/master: remote: If you are using git-review, update to at least git-review 1.27. Could you make 1.27 or 1.28 available? Best regards, Anna Rutkowska

Outdated git-review package

2021-05-18 Thread Oledzki, Maciej (Nokia - PL/Wroclaw) via Cygwin
Hi, Latest git-review package available in Cygwin repository is old (1.26.0-1) and is not supported by recent Gerrit Code Review (3.2.7 and newer). It would be great if more recent version of git-review was available. -- Best regards, Maciej Olędzki -- Problem reports:

Re: [-empyre-] Flow and NFT

2021-05-16 Thread pl
--empyre- soft-skinned space-- I apologize in advance if it seems like I am pointing towards the NFT itself as my point of interest, but I only find it as an index for the larger milieu in which it operates. For me. the NFT is an artifact that points toward

Re: [-empyre-] Week 1: Welcome Patrick Lichty to Flow, Impulse and Affect in Real Time

2021-05-15 Thread pl
--empyre- soft-skinned space--   It seems that my Outlook is not agreeing with my voyd.com servers, so I am going direct from my servers.  Here are a few notes - I hope it provokes some conversation. Since we are warming up, I thought I would put a couple

[onap-tsc] Farewall

2021-04-28 Thread Przybysz, Marcin (Nokia - PL/Wroclaw)
Dear ONAP Community, I would like to personally let you know that I'm leaving my position at Nokia and ONAP at the end of this month. I have enjoyed working here, and I sincerely appreciate having had the chance to work with you and meet some of you in Prague. Thank you for the support and

[Alert MZ]: Pulsoksymetr powinien być w każdym domu.

2021-04-22 Thread PulsoCare (PL)
-- debian-science-maintainers mailing list debian-science-maintainers@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Re: rpm4 i brak funkcjonalności "rpm repackage"

2021-04-22 Thread Krzysztof Mrozowicz via pld-devel-pl
dpowiedzi na Twoje pytanie, ale przy okazji zrodziło ono inne pytanie, na które może znasz odpowiedź? Mianowicie, po co się robi to ponowne pakowanie? Jakie są korzyści z tego? Pozdrawiam Krzysiek ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-li

Re: [PacketFence-users] Authentication Failed for Wired Users

2021-04-21 Thread G PL via PacketFence-users
Hello, all dépend of the switch capabilities. Some switch can only switch on or off and other models can change vlan, apply ACL. Le mer. 21 avr. 2021 à 15:44, Ezeh Victor via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > In addition, do I have to use an Active

Re: [PacketFence-users] Some interfaces are unreacheable

2021-04-19 Thread G PL via PacketFence-users
Just for fun: https://youtu.be/ZTeqM5gciH8 Le lun. 5 avr. 2021 à 14:37, Ludovic Zammit via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hello Antoine, > > Your problem is that the Registration and Isolation VLANs can’t go out of > your Hypervisor so testing in the

[Bug bootstrap/97163] Build error with -mcpu=power9 on ppc64

2021-04-16 Thread pkubaj at anongoth dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97163 --- Comment #10 from Piotr Kubaj --- Would it be possible to backport this issue to 9?

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2021-04-10 Thread pkubaj at anongoth dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 --- Comment #30 from Piotr Kubaj --- With default flags: during RTL pass: cprop_hardreg In file included from /wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210327/libgcc/unwind-c.c:32:

[Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1

2021-03-24 Thread pkubaj at anongoth dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89494 Piotr Kubaj changed: What|Removed |Added Status|RESOLVED|WAITING Resolution|FIXED

[Bug c/99494] isfinite gets optimized away with -Ofast

2021-03-09 Thread arek_koz at o2 dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99494 --- Comment #2 from arek_koz at o2 dot pl --- Sorry for trouble, my bad.

[Bug c/99494] New: isfinite gets optimized away with -Ofast

2021-03-09 Thread arek_koz at o2 dot pl via Gcc-bugs
: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: arek_koz at o2 dot pl Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Build: x86_64-pc-linux-gnu Created attachment 50342 --> ht

Instalacja drugiego alternatywnego kernela - jak teraz?

2021-02-28 Thread Peri Noid via pld-devel-pl
.pl /\\ Registered Linux User #61028 _\_V Ubuntu: staroafrykańskie słowo oznaczające "Nie umiem zainstalować Debiana" ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-l

Packages to be removed from Th

2021-02-14 Thread Jan Rękorajski via pld-devel-pl
anything. -- Jan Rękorajski| PLD/Linux SysAdm | bagginspld-linux.org | http://www.pld-linux.org/ ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Re: please help me to understand whats is going on, connected byt ping -I wwan0 wp.pl is not woprking no network istead.

2021-01-29 Thread t...@torunska2.pl
Ok, do it looks now promising,Can You help me to do that?What do I need to do now? Oryginalna wiadomość Od: Aleksander Morgado Data: 29.01.2021 10:07 (GMT+01:00) Do: Mateusz Lamparski DW: "ModemManager (development)" Temat: Re: please help me to understand whats is going

RE: Bug (segmentation fault) in the generation of counterexamples

2021-01-24 Thread Bartkowiak, Michal (Nokia - PL/Wroclaw)
- From: Akim Demaille Sent: Sunday, January 24, 2021 8:07 AM To: Bartkowiak, Michal (Nokia - PL/Wroclaw) Cc: Bison Bugs ; Vincent Imbimbo Subject: Re: Bug (segmentation fault) in the generation of counterexamples Michal, Vincent Imbimbo, the author of cex in Bison, fixed your issue in https

[Bug c++/98798] New: Custom operator new[] and delete[] is buggy for aligned class

2021-01-22 Thread marekr22 at wp dot pl via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marekr22 at wp dot pl Target Milestone: --- Basically when class has alignment requirement and custom operators `new[]` and `delete[]` (C++17), then address sanitizer reports buffer overflow

Re: dovecot and broken uidlist

2021-01-16 Thread Maciej Milaszewski IQ PL
Hi Any idea some one ? Dnia 13 stycznia 2021 15:56:18 CET, Maciej Milaszewski napisał(a): >Hi >I have been trying resolve my problem with dovecot for a few days and I >dont have idea > >My environment is: dovecot director+5 dovecot guest > >dovecot-2.2.36.4 from source >Linux

RE: Bug (segmentation fault) in the generation of counterexamples

2021-01-07 Thread Bartkowiak, Michal (Nokia - PL/Wroclaw)
Of course, thanks! Best regards, Michal Bartkowiak -Original Message- From: Akim Demaille Sent: Friday, January 8, 2021 6:19 AM To: Bartkowiak, Michal (Nokia - PL/Wroclaw) Cc: Bison Bugs Subject: Re: Bug (segmentation fault) in the generation of counterexamples Hi Michal, > L

RE: Bug (segmentation fault) in the generation of counterexamples

2021-01-07 Thread Bartkowiak, Michal (Nokia - PL/Wroclaw)
- PL/Wroclaw) Cc: Bison Bugs Subject: Re: Bug (segmentation fault) in the generation of counterexamples Hi Michal, Thanks for the detailed report. > Le 5 janv. 2021 à 15:38, Bartkowiak, Michal (Nokia - PL/Wroclaw) > a écrit : > > I hope that it would be possible to debug

Re: [Freedos-user] Virtual get-together

2020-12-17 Thread Hollowone PL
or Sun, Jan 24, but I haven't > decided the exact date yet. (I'm leaning to the latter date, based on other > projects.) > > Jim > > > On Wed, Dec 16, 2020 at 2:39 PM Hollowone PL > wrote: > >> Yep, would be great to give people heads-up to plan availability for

Re: [Freedos-user] Virtual get-together

2020-12-16 Thread Hollowone PL
Yep, would be great to give people heads-up to plan availability for the meeting. Thanks, /h1 On Mon, Dec 14, 2020 at 1:08 AM Jim Hall wrote: > Sorry we missed you. I think we'll make this a regular thing. So we'll do > another one in January. > > Maybe on a monthly schedule for now. Since

[Bug bootstrap/98181] New: Add support for FreeBSD on powerpc64le

2020-12-07 Thread pkubaj at anongoth dot pl via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: pkubaj at anongoth dot pl Target Milestone: --- Created attachment 49698 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49698=edit patch FreeBSD has recently added support for powerpc64le architecture (ppc64le us

Re: [Freedos-user] What do you do with your FreeDos PC?

2020-12-04 Thread Hollowone PL
I have dual boot FreeDOS and WIndows 7 on one spare retro-ish computer that I dedicated to it. When on WIndows I'm connected to the network and also I can natively see FAT32 partition that is represented by FreeDOS. Then my custom UEFI boot manager loads FreeDOS with all the stuff desired for a

Re: [Freedos-user] DOS/16M (was: FreeDOS 1.2 installed on iMac (2011) - success but there are issues)

2020-11-15 Thread Hollowone PL
Yep, that is correct. Due to it, I had to recompile my own OpenWatcom build using a different extender for runtime to continue using it (which is fine). I also continue investigating the root cause of that limitation. Just spoke to rEFInd developer to assess his opinion. Seems that he shares one

Re: [Freedos-user] DOS/16M (was: FreeDOS 1.2 installed on iMac (2011) - success but there are issues)

2020-11-14 Thread Hollowone PL
This is a very interesting point regarding the keyboard. I have a standard USB keyboard (actually from Microsoft) that is connected to this iMac and standard HIC USB mouse that works with I think everything (including a few FPGA computers I run retro stuff on. With such a setup, the keyboard

Re: [Freedos-user] DOS/16M (was: FreeDOS 1.2 installed on iMac (2011) - success but there are issues)

2020-11-13 Thread Hollowone PL
and other elements of true driver implementation are not there. Do you know anything about working HD Audio software for DOS? - Best, hollowone On Thu, Nov 12, 2020 at 11:28 AM TK Chia wrote: > Hello Hollowone PL, > > > With this I have few starter questi

Re: [Freedos-user] DOS/16M (was: FreeDOS 1.2 installed on iMac (2011) - success but there are issues)

2020-11-13 Thread Hollowone PL
:53 PM Hollowone PL wrote: > Thanks for your replies, to address your comments in one message: > > *[1] How did I install FreeDOS on iMac* > That was relatively easy once I installed this boot manager: > https://www.rodsbooks.com/refind/ > With it I can install Linux, Win

[Freedos-user] FreeDOS 1.2 installed on iMac (2011) - success but there are issues

2020-11-11 Thread Hollowone PL
Hello everybody, I just joined this newsletter and I hope the community, I had a few tries with FreeDOS but mostly in the VM and mostly for the use cases that DOSBOX handles much better. None of these are related to my current deployment, which was hacking the UEFI boot manager that comes with

PHP4 and PHP 5.2 are going away

2020-10-19 Thread Jan Rękorajski via pld-devel-pl
/ ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Re: [packages/rpm-pld-macros] - version 1.752: "noarchpackage" macro to cut down boilerplate

2020-10-05 Thread Jan Rękorajski via pld-devel-pl
macros Wht do we even have this junk? Is *anyone* running such an ancient rpm that does not understand noarch subpackages? We should just remove the condition instead of trying to make it prettier. -- Jan Rękorajski| PLD/Linux SysAdm | bagginspld-linux.org | http://www.pld-linux.org/ ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

[Bug libstdc++/97163] Build error with -mcpu=power9 on ppc64

2020-09-22 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97163 --- Comment #1 from Piotr Kubaj --- This is on FreeBSD head, which uses ELFv2.

[Bug libstdc++/97163] New: Build error with -mcpu=power9 on ppc64

2020-09-22 Thread pkubaj at anongoth dot pl
++ Assignee: unassigned at gcc dot gnu.org Reporter: pkubaj at anongoth dot pl Target Milestone: --- The same error happens also on GCC 9.3.0. I'm using Clang 11.0.0 rc2 to build, but it happened before with 10 (I only now got to report it). Issue: gmake[5]: Entering directory

Popsute zależności apache 2.4.46-1

2020-09-19 Thread Jacek Osiecki via pld-devel-pl
upgrade’u apr-util? Wydaje mi się, że już kiedyś był podobny problem... Pozdrawiam, — Jacek Osiecki josie...@silvercube.pl ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

[Bug binutils/26520] "objdump: DWARF error: could not find variable specification at offset ..." when generating assembly listing of .elf file containing symbols from libstdc++.a

2020-09-07 Thread freddie_chopin at op dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=26520 --- Comment #8 from Freddie Chopin --- The issue is fixed for me too - thanks! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug c++/96850] New: format missing from std

2020-08-30 Thread michel at lebihan dot pl
: unassigned at gcc dot gnu.org Reporter: michel at lebihan dot pl Target Milestone: --- Hello, std::format (https://en.cppreference.com/w/cpp/utility/format/format) was added in C++20. When I try to compile the provided example: ``` #include #include int main() { std::cout

Źródło SPEC-y dla nowych pakietów.

2020-08-24 Thread Peri Noid via pld-devel-pl
oznaczające "Nie umiem zainstalować Debiana" ___ pld-devel-pl mailing list pld-devel-pl@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

[Bug binutils/26520] "objdump: DWARF error: could not find variable specification at offset ..." when generating assembly listing of .elf file containing symbols from libstdc++.a

2020-08-21 Thread freddie_chopin at op dot pl
https://sourceware.org/bugzilla/show_bug.cgi?id=26520 --- Comment #1 from Freddie Chopin --- Created attachment 12788 --> https://sourceware.org/bugzilla/attachment.cgi?id=12788=edit Problematic libstdc++.a file I also attach the .a archive which generates such errors (to be specific:

[Bug binutils/26520] New: "objdump: DWARF error: could not find variable specification at offset ..." when generating assembly listing of .elf file containing symbols from libstdc++.a

2020-08-21 Thread freddie_chopin at op dot pl
mbols from libstdc++.a Product: binutils Version: 2.35 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: freddie_chopin at op dot p

Re: [PacketFence-users] Unregister user upon linkdown

2020-08-18 Thread G PL via PacketFence-users
Hello, you can check the box "automatically deregister devices an accounting stop" in the connexion profil. Probably the accounting need to be actived on the switch Le mar. 18 août 2020 à 10:09, Aimen Asfour via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hello, > >

boost rebuilds

2020-08-13 Thread Jan Rękorajski via pld-devel-pl
Whoever cares about framewave please fix its build process or I will just drop it from Th. -- Jan Rękorajski| PLD/Linux SysAdm | bagginspld-linux.org | http://www.pld-linux.org/ ___ pld-devel-pl mailing list pld-devel-pl@lists.pld

Re: [onap-tsc] [Onap-release] [Maintenance Release]Status Update

2020-07-22 Thread Nowak, Damian (Nokia - PL/Wroclaw)
Dears, Regarding the El Alto Maintenance Release, well, it`s definitely not ready... We`re observing the following issues in our test environment: 1. Portal is not responding to requests (we see it is unable to load externally defined roles to the internal Portal DB). We reinstalled Portal

Re: [onap-tsc] [OOM] PTL election results

2020-07-22 Thread Nowak, Damian (Nokia - PL/Wroclaw)
+1. Congrats Sylvain! Rgds, Damian http://nok.it/onap From: onap-tsc@lists.onap.org On Behalf Of Mike Elliott via lists.onap.org Sent: Wednesday, July 22, 2020 2:33 PM To: sylvain.desbure...@orange.com; onap-tsc@lists.onap.org Cc: onap-rele...@lists.onap.org; Borislav Glozman ; Krzysztof

Re: [onap-tsc] [ONAP][AAF]Maintenance mode and consequences

2020-07-17 Thread Nowak, Damian (Nokia - PL/Wroclaw)
Fabian TGI/OLN ; Nowak, Damian (Nokia - PL/Wroclaw) ; Closset, Christophe ; RICHOMME Morgan TGI/OLN ; onap-...@lists.onap.org; onap-tsc@lists.onap.org Subject: [ONAP][AAF]Maintenance mode and consequences Hello Catherine, David and Kenny, If I've understood well last TSC meeting, AAF is now

Re: [PacketFence-users] Sponsor Email - Activate Access 404 error

2020-07-12 Thread G PL via PacketFence-users
Hello, bad DNS Le dim. 12 juil. 2020 à 20:15, Michael Brown via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hey Guys, > > I am in the middle of setting up sponsor email authentication. > > Got everything working up until the sponsor approval. When I click on the >

Re: [PacketFence-users] R: R: Authentication Rules mismatch

2020-07-07 Thread G PL via PacketFence-users
Hello, you don't have search attributes. Is it normal? Le mar. 7 juil. 2020 à 14:45, Giacinto Caretto via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > in the test i use "giacinto.caretto" as user ; the correct rule is the > second a not the first > > > Authentication

Re: [PacketFence-users] Machine Authentication

2020-07-04 Thread G PL via PacketFence-users
Hello, Probably a Group policy is missing for the computer configuration. Regards Le mar. 30 juin 2020 à 22:20, Michael Brown via PacketFence-users < packetfence-users@lists.sourceforge.net> a écrit : > Hi Guys, > > I am trying to get machine authentication working so that if a machine is > a

[Bug c++/93842] generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-06-16 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93842 kuzniar95 at o2 dot pl changed: What|Removed |Added Resolution|--- |INVALID Status

[Bug c++/93842] generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-06-16 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93842 kuzniar95 at o2 dot pl changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution

[Bug c++/93842] generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-06-16 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93842 --- Comment #6 from kuzniar95 at o2 dot pl --- P.S. odr_use function signature should be: void odr_use(const char&);

[Bug c++/93842] generic lambda accesses a variable with with automatic storage duration that wasn't captured by the lambda expression

2020-06-16 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93842 kuzniar95 at o2 dot pl changed: What|Removed |Added Resolution|--- |INVALID Status

[cfe-users] Problem with installing clang-3.8.0

2020-06-09 Thread Kwiatek, Michal (Nokia - PL/Wroclaw) via cfe-users
Hi, I have troubles with installing clang 3.8.0 I am able to install versions such as 6.0 or 10 but I cannot install 3.8.0 When I write: `sudo apt-get install clang-3.8.0` I get following message (screen included) Os version: Ubuntu 20.04 ___

[Bug libstdc++/71579] type_traits miss checks for type completeness in some traits

2020-06-09 Thread kuzniar95 at o2 dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71579 kuzniar95 at o2 dot pl changed: What|Removed |Added CC||kuzniar95 at o2 dot pl

[Bug c++/95606] New: [10/11 regression] conflicts with std::is_constructible

2020-06-09 Thread kuzniar95 at o2 dot pl
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kuzniar95 at o2 dot pl Target Milestone: --- Created attachment 48713 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48713=edit main.ii + verbose gcc invoke command Hi! I'm coming f

[Bug c++/94923] False positive -Wclass-memaccess with trivially copyable std::optional

2020-05-21 Thread dawid_jurek at vp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94923 --- Comment #6 from dawid_jurek at vp dot pl --- I quickly tried trunk and all false positive warnings vanished. Thanks Martin. Regards, Dawid

<    1   2   3   4   5   6   7   8   9   10   >