Search found 2 matches

by patrickt
2016-08-23T17:49:56-07:00
Forum: Bugs
Topic: [SOLVED] RPM compile error on Centos 7
Replies: 1
Views: 2598

Re: RPM compile error on Centos 7

Hello,
Seems no one answer, so I try find out the solution.
The main reason to cause this problem is because of the perl-homedir rpm package which enforces the write to user home.
i.e. ~/perl5
This package installed profile on /etc/profile.d to assign the default perl5 path there.
I removed the ...
by patrickt
2016-08-11T04:51:24-07:00
Forum: Bugs
Topic: [SOLVED] RPM compile error on Centos 7
Replies: 1
Views: 2598

[SOLVED] RPM compile error on Centos 7

Hello,

I downloaded the src.rpm from this link and try compiling the RPM
http://www.imagemagick.org/download/linux/SRPMS/

But it is failed with this error message: (Please ignore the version since all the versions are failed and turned out with same message)
...
+ cp -a www/source /root/rpmbuild ...