Skip to Content.
Sympa Menu

en - [sympa-users] Sympa 6.2.62 Package Install Fails

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Edd Ramer <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Sympa 6.2.62 Package Install Fails
  • Date: Tue, 10 Aug 2021 17:55:21 -0600

I could not get version 6.2.62 source install on Ubuntu 20.04 to process inbound email commands like Distribute (message id) or Unsubscribe (list).  Everything else worked.  So I have switched to Oracle Linux 7, and started fresh.  Attached is a section of terminal responses from the command to install Sympa.  I have snipped out many of the lines to save space.  Basically the server starts processing dependencies to install Sympa.  Listing what will be installed.  It finished with "Finished Dependency Resolution" and errors out.  There are 7 Perl modules listed as missing.  Following this information are the CPAN commands to check for installed packages.  You can see that all 7 missing modules are actually installed.  I have found no way to continue short of skipping broken dependencies.  The modules are there and I don't want to have Sympa install without what is actually there.  Does anyone have suggestions on how to make this work.

Thanks,
Edd

You can reach me at:
Phone: 801-626-7843
Address:
Residence Hall 3, RM 128
1375 Village Loop Rd, Dept. 2405

Ogden, UT 84408-2405


[root@mysystem]# yum install sympa
Loaded plugins: rhnplugin, ulninfo
This system is receiving updates from ULN.
Resolving Dependencies
--> Running transaction check
---> Package sympa.x86_64 0:6.2.62-1.el7 will be installed
--> Processing Dependency: foundation-icons-fonts >= 3.0 for package:
sympa-6.2.62-1.el7.x86_64
--> Processing Dependency: js-jquery-ui >= 1.12.1 for package:
sympa-6.2.62-1.el7.x86_64
--> Processing Dependency: js-respond >= 1.4.2 for package:
sympa-6.2.62-1.el7.x86_64
=====SNIP=====
---> Package sympa.x86_64 0:6.2.62-1.el7 will be installed
--> Processing Dependency: perl(Clone) for package: sympa-6.2.62-1.el7.x86_64
--> Processing Dependency: perl(File::Copy::Recursive) for package:
sympa-6.2.62-1.el7.x86_64
--> Processing Dependency: perl(Template) for package:
sympa-6.2.62-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: perl-DBD-CSV-0.38-3.el7.noarch (epel)
Requires: perl(Text::CSV_XS) >= 0.99
Error: Package: sympa-6.2.62-1.el7.x86_64 (epel)
Requires: perl(Template)
Error: Package: sympa-6.2.62-1.el7.x86_64 (epel)
Requires: perl(Clone)
Error: Package: sympa-6.2.62-1.el7.x86_64 (epel)
Requires: perl(File::Copy::Recursive)
Error: Package: perl-Unicode-MapUTF8-1.11-21.el7.noarch (epel)
Requires: perl(Unicode::String)
Error: Package: perl-Unicode-MapUTF8-1.11-21.el7.noarch (epel)
Requires: perl(Unicode::Map8)
Error: Package: perl-SOAP-Lite-1.10-2.el7.noarch (epel)
Requires: perl(Class::Inspector)
Error: Package: perl-SQL-Statement-1.405-6.el7.noarch (epel)
Requires: perl(Clone) >= 0.30
Error: Package: mhonarc-2.6.24-2.el7.noarch (epel)
Requires: perl(Unicode::String)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


[root@mysystem]# cpan -l |grep Text::CSV_XS
Text::CSV_XS 1.46
[root@mysystem]# cpan -l |grep Template
Template 3.009
[root@mysystem]# cpan -l |grep Clone
Clone 0.45
[root@mysystem]# cpan -l |grep File::Copy::Recursive
File::Copy::Recursive 0.45
[root@mysystem]# cpan -l |grep Unicode::String
Unicode::String 2.10
[root@mysystem]# cpan -l |grep Unicode::Map8
Unicode::Map8 0.13
[root@mysystem]# cpan -l |grep Class::Inspector
Class::Inspector 1.36
Class::Inspector::Functions 1.36




Archive powered by MHonArc 2.6.19+.

Top of Page