[opensuse-factory] factory openssl
Hi, I got some extra time, so I tried to work on removing libgeoip dependency from syslog-ng. When I tried to build syslog-ng locally I ran into an openssl problem: linux-yv1e:~/home:czanik:branches:Base:System/syslog-ng # osc build Run source service: /usr/lib/obs/service/format_spec_file --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmp00w2a2fj.format_spec_file.service Run source service: /usr/lib/obs/service/source_validator --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmpsd5yend0.source_validator.service Run source service: /usr/lib/obs/service/format_spec_file --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmppp7cf6fp.format_spec_file.service Run source service: /usr/lib/obs/service/source_validator --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmppvso589a.source_validator.service Building syslog-ng.spec for openSUSE_Factory/x86_64 Getting buildinfo from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildinfo-openSUSE_Factory-x86_64.xml Getting buildconfig from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildconfig-openSUSE_Factory-x86_64 unknown keyword in config: publishflags: buildinfo is broken... it says: unresolvable: nothing provides libopenssl-1_1-devel = 1.1.1c needed by libopenssl-devel nothing provides libopenssl1_1 = 1.1.1c needed by libopenssl-devel Do I guess well, that it's not a problem in the syslog-ng spec file but something in Factory? So just waiting until tomorrow fixes it automagically? Or is there anything I can do? Bye, CzP -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Mittwoch, 27. November 2019, 16:14:53 CET schrieb Peter Czanik:
Hi,
I got some extra time, so I tried to work on removing libgeoip dependency from syslog-ng. When I tried to build syslog-ng locally I ran into an openssl problem:
linux-yv1e:~/home:czanik:branches:Base:System/syslog-ng # osc build Run source service: /usr/lib/obs/service/format_spec_file --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmp00w2a2fj.format_spec_fil e.service Run source service: /usr/lib/obs/service/source_validator --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmpsd5yend0.source_validat or.service Run source service: /usr/lib/obs/service/format_spec_file --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmppp7cf6fp.format_spec_fi le.service Run source service: /usr/lib/obs/service/source_validator --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmppvso589a.source_validat or.service Building syslog-ng.spec for openSUSE_Factory/x86_64 Getting buildinfo from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildinfo-openSUSE_Fa ctory-x86_64.xml Getting buildconfig from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildconfig-openSUSE_ Factory-x86_64 unknown keyword in config: publishflags: buildinfo is broken... it says: unresolvable: nothing provides libopenssl-1_1-devel = 1.1.1c needed by libopenssl-devel nothing provides libopenssl1_1 = 1.1.1c needed by libopenssl-devel
Do I guess well, that it's not a problem in the syslog-ng spec file but something in Factory? So just waiting until tomorrow fixes it automagically? Or is there anything I can do?
There was just a new version 1.1.1d released for TW, maybe there was something not in sync. Did you try: osc build openSUSE_Leap_15.1 ? HTH Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 27/11/2019 17:45, Axel Braun wrote:
Am Mittwoch, 27. November 2019, 16:14:53 CET schrieb Peter Czanik:
Hi,
I got some extra time, so I tried to work on removing libgeoip dependency from syslog-ng. When I tried to build syslog-ng locally I ran into an openssl problem:
linux-yv1e:~/home:czanik:branches:Base:System/syslog-ng # osc build Run source service: /usr/lib/obs/service/format_spec_file --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmp00w2a2fj.format_spec_fil e.service Run source service: /usr/lib/obs/service/source_validator --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmpsd5yend0.source_validat or.service Run source service: /usr/lib/obs/service/format_spec_file --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmppp7cf6fp.format_spec_fi le.service Run source service: /usr/lib/obs/service/source_validator --outdir /root/home:czanik:branches:Base:System/syslog-ng/tmppvso589a.source_validat or.service Building syslog-ng.spec for openSUSE_Factory/x86_64 Getting buildinfo from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildinfo-openSUSE_Fa ctory-x86_64.xml Getting buildconfig from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildconfig-openSUSE_ Factory-x86_64 unknown keyword in config: publishflags: buildinfo is broken... it says: unresolvable: nothing provides libopenssl-1_1-devel = 1.1.1c needed by libopenssl-devel nothing provides libopenssl1_1 = 1.1.1c needed by libopenssl-devel
Do I guess well, that it's not a problem in the syslog-ng spec file but something in Factory? So just waiting until tomorrow fixes it automagically? Or is there anything I can do? There was just a new version 1.1.1d released for TW, maybe there was something not in sync. Did you try: osc build openSUSE_Leap_15.1
Yes, that works perfectly. But to update the package in Base:System and Tumbleweed, I have to test it using Factory... So my initial diagnosis was right: I should come back to this problem tomorrow :) Thanks, CzP -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Mittwoch, 27. November 2019, 19:12:11 CET schrieb Peter Czanik:
On 27/11/2019 17:45, Axel Braun wrote:
or.service Building syslog-ng.spec for openSUSE_Factory/x86_64 Getting buildinfo from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildinfo-openSUSE _Fa ctory-x86_64.xml Getting buildconfig from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildconfig-openSU SE_ Factory-x86_64 unknown keyword in config: publishflags: buildinfo is broken... it says: unresolvable: nothing provides libopenssl-1_1-devel = 1.1.1c needed by libopenssl-devel
nothing provides libopenssl1_1 = 1.1.1c needed by libopenssl-devel
Do I guess well, that it's not a problem in the syslog-ng spec file but something in Factory? So just waiting until tomorrow fixes it automagically? Or is there anything I can do?
There was just a new version 1.1.1d released for TW, maybe there was something not in sync. Did you try: osc build openSUSE_Leap_15.1
Yes, that works perfectly. But to update the package in Base:System and Tumbleweed, I have to test it using Factory...
So my initial diagnosis was right: I should come back to this problem tomorrow :)
According to Dominique, openSUSE_Factory repository of Base:System is wrong: <repository name="openSUSE_Factory"> <path project="openSUSE:Factory" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository> should be: <repository name="openSUSE_Factory"> <path project="openSUSE:Factory" repository="snapshot"/> <arch>x86_64</arch> <arch>i586</arch> </repository> https://lists.opensuse.org/opensuse-factory/2019-11/msg00087.html Maybe, somebody with enough admin power for Base:System wants to fix this. Cheers, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
on., 27.11.2019 kl. 19.51 +0100, skrev Hans-Peter Jansen:
According to Dominique, openSUSE_Factory repository of Base:System is wrong:
<repository name="openSUSE_Factory"> <path project="openSUSE:Factory" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
should be:
<repository name="openSUSE_Factory"> <path project="openSUSE:Factory" repository="snapshot"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
https://lists.opensuse.org/opensuse-factory/2019-11/msg00087.html
Maybe, somebody with enough admin power for Base:System wants to fix this.
Cheers, Pete
That is not what he said at all in that email. Read it once more. openSUSE_Tumbleweed should normally be defined as either openSUSE:Tumbleweed/standard or openSUSE:Factory/snapshot openSUSE_Factory should be openSUSE:Factory/standard as it currently is set to. -- Now it seems like someone have removed the openSUSE_Tumbleweeed target and that is fine for a devel project like Base:System. /B -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 27/11/2019 19:51, Hans-Peter Jansen wrote:
Am Mittwoch, 27. November 2019, 19:12:11 CET schrieb Peter Czanik:
On 27/11/2019 17:45, Axel Braun wrote:
or.service Building syslog-ng.spec for openSUSE_Factory/x86_64 Getting buildinfo from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildinfo-openSUSE _Fa ctory-x86_64.xml Getting buildconfig from server and store to /root/home:czanik:branches:Base:System/syslog-ng/.osc/_buildconfig-openSU SE_ Factory-x86_64 unknown keyword in config: publishflags: buildinfo is broken... it says: unresolvable: nothing provides libopenssl-1_1-devel = 1.1.1c needed by libopenssl-devel
nothing provides libopenssl1_1 = 1.1.1c needed by libopenssl-devel
Do I guess well, that it's not a problem in the syslog-ng spec file but something in Factory? So just waiting until tomorrow fixes it automagically? Or is there anything I can do? There was just a new version 1.1.1d released for TW, maybe there was something not in sync. Did you try: osc build openSUSE_Leap_15.1 Yes, that works perfectly. But to update the package in Base:System and Tumbleweed, I have to test it using Factory...
So my initial diagnosis was right: I should come back to this problem tomorrow :) According to Dominique, openSUSE_Factory repository of Base:System is wrong:
<repository name="openSUSE_Factory"> <path project="openSUSE:Factory" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
should be:
<repository name="openSUSE_Factory"> <path project="openSUSE:Factory" repository="snapshot"/> <arch>x86_64</arch> <arch>i586</arch> </repository>
https://lists.opensuse.org/opensuse-factory/2019-11/msg00087.html
Maybe, somebody with enough admin power for Base:System wants to fix this.
Yeah. Looking at https://build.opensuse.org/project/monitor/Base:System?arch_x86_64=1&defaults=0&repo_openSUSE_Factory=1&unresolvable=1 about 33 packages are waiting for the fix. All unresolvable packages I checked have problem with openssl... Bye, CzP -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
to., 28.11.2019 kl. 19.36 +0100, skrev Peter Czanik:
Yeah. Looking at https://build.opensuse.org/project/monitor/Base:System?arch_x86_64=1&defaults=0&repo_openSUSE_Factory=1&unresolvable=1 about 33 packages are waiting for the fix. All unresolvable packages I checked have problem with openssl...
Bye,
CzP
There is a branched openssl in Base:System from Factory. I fail to see the need to have it there, as it currently fails to build, and the real devel project for openssl is security:tls. + openssl builds fine in Factory. I filed delete req for it. https://build.opensuse.org/request/show/751705 /B -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 28/11/2019 21:31, Bjørn Lie wrote:
to., 28.11.2019 kl. 19.36 +0100, skrev Peter Czanik:
Yeah. Looking at https://build.opensuse.org/project/monitor/Base:System?arch_x86_64=1&defaults=0&repo_openSUSE_Factory=1&unresolvable=1 about 33 packages are waiting for the fix. All unresolvable packages I checked have problem with openssl...
Bye,
CzP
There is a branched openssl in Base:System from Factory. I fail to see the need to have it there, as it currently fails to build, and the real devel project for openssl is security:tls. + openssl builds fine in Factory.
I filed delete req for it. https://build.opensuse.org/request/show/751705
Thanks! The openssl package is now deleted and a fixed syslog-ng package arrived safely to Base:System and is on its way to Factory :) Have a nice weekend! Peter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Axel Braun
-
Bjørn Lie
-
Hans-Peter Jansen
-
Peter Czanik