Bug 2454290

Summary: F45FailsToInstall: opensips, opensips-regex
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: opensipsAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: lemenkov
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: opensips-3.6.4-4.fc45 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-04-02 19:35:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2433836    

Description Fedora Fails To Install 2026-04-02 10:29:00 UTC
Hello,

Please note that this comment was generated automatically by https://forge.fedoraproject.org/releng/tooling/src/branch/main/release-process/bug-filing/follow-policy/follow_policy.py
If you feel that this output has mistakes, please open an issue at https://forge.fedoraproject.org/releng/tickets/issues

Your package (opensips) Fails To Install in Fedora 45:

can't install opensips:
  - nothing provides libpcre.so.1()(64bit) needed by opensips-3.6.4-3.fc45.x86_64
  
can't install opensips-regex:
  - nothing provides libpcre.so.1()(64bit) needed by opensips-regex-3.6.4-3.fc45.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-45-x86_64 --config-opts mirrored=False install opensips opensips-regex


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Peter Lemenkov 2026-04-02 19:35:59 UTC
Fixed by backporting ~10 commits from upstream opensips origin/3.6 branch, migrating both the `dialplan` and `regex` modules from pcre1 to pcre2. The spec's `BuildRequires: pcre-devel` was updated to `BuildRequires: pcre2-devel`. Scratch build passed: https://koji.fedoraproject.org/koji/taskinfo?taskID=143972816

Fix applies to rawhide (F45) only — F43/F44 still have pcre1 available.