View Issue Details

IDProjectCategoryView StatusLast Update
0004646SOGoPackaging (RedHat)public2019-01-18 05:16
Reporterandyg2000 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Platformx86_64OSCentos 7OS VersionCentos 7
Product Version4.0.5 
Summary0004646: Buld error from src.rpm
Description

I get a build error "failed to link required library: lasso" in build.log when i'm trying to build from sogo-4.0.5.20190114-1.el7.centos.src.rpm.

The problem occures at step ./configure %saml2_cfg_opts of sogo.spec file.

I've found that instruction
$MAKE -s messages=yes $tmpmake linktest >out.log 2>err.log
in configure script exits with code 1.
The err.log file contains :
/usr/bin/ld: cannot find -lgmp
/usr/bin/ld: cannot find -lavahi-common
/usr/bin/ld: cannot find -lavahi-client
/usr/bin/ld: cannot find -lgnults
/usr/bin/ld: cannot find -lffi

Packets gmp, avahi, gnults, libffi are mentioned in BuildRequires section of sogo spec.file and are suc?essfully installed.
Can you help me with this issue?

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-01-17 07:28 andyg2000 New Issue