You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Dmitry Stoyanov <Dm...@epam.com.INVALID> on 2019/04/10 08:38:22 UTC

[users@httpd] apache 2.4.39 rpm package generation error

Hello,
Looks like I found the bug in httpd 2.4.39 release, during generation of rpm package using

rpmbuild -tb SOURCES/apr-1.6.5.tar.bz2

Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/lib64/httpd/modules/mod_socache_redis.so

To fix it need to add mod_socache_redis.so  in httpd.spec file:
...
%{_libdir}/httpd/modules/mod_socache_memcache.so
%{_libdir}/httpd/modules/mod_socache_redis.so
%{_libdir}/httpd/modules/mod_socache_shmcb.so
...


Dmitry Stoyanov


RE: [users@httpd] apache 2.4.39 rpm package generation error

Posted by Dmitry Stoyanov <Dm...@epam.com.INVALID>.
Thank you

DMITRY STOYANOV 
Lead Systems Engineer 

-----Original Message-----
From: Rainer Jung <ra...@kippdata.de> 
Sent: Wednesday, April 10, 2019 1:14 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] apache 2.4.39 rpm package generation error

Yes, exactly.

Am 10.04.2019 um 11:58 schrieb Dmitry Stoyanov:
> Thank you,
> But it is still not fixed in release sources which can be downloaded here:
> http://httpd.apache.org/download.cgi#apache24
> within Source: httpd-2.4.39.tar.bz2
> 
> Am I right, that in such case it will be fixed only in next release?
> 
> Best Regards,
> Dmitry Stoyanov
> 
> -----Original Message-----
> From: Rainer Jung <ra...@kippdata.de>
> Sent: Wednesday, April 10, 2019 12:51 PM
> To: users@httpd.apache.org; Dmitry Stoyanov 
> <Dm...@epam.com.INVALID>
> Subject: Re: [users@httpd] apache 2.4.39 rpm package generation error
> 
> That was fixed shortly after the release by:
> 
> 
> 
> Author: ylavic
> Date: Wed Apr  3 10:01:47 2019
> New Revision: 1856868
> 
> URL: http://svn.apache.org/viewvc?rev=1856868&view=rev
> Log:
> Merge r1825375 from trunk:
> 
> rpm: Add mod_socache_redis to the build.
> 
> Submitted by: minfrin
> 
> Modified:
>       httpd/httpd/branches/2.4.x/   (props changed)
>       httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
> 
> Propchange: httpd/httpd/branches/2.4.x/
> ----------------------------------------------------------------------
> --------
> --- svn:mergeinfo (original)
> +++ svn:mergeinfo Wed Apr  3 10:01:47 2019
> ...
> 
> Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/http
> d.spec.in?rev=1856868&r1=1856867&r2=1856868&view=diff
> ======================================================================
> ========
> --- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
> +++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Wed Apr  3
> 10:01:47 2019
> @@ -392,6 +392,7 @@ rm -rf $RPM_BUILD_ROOT
>    %{_libdir}/httpd/modules/mod_slotmem_shm.so
>    %{_libdir}/httpd/modules/mod_socache_dbm.so
>    %{_libdir}/httpd/modules/mod_socache_memcache.so
> +%{_libdir}/httpd/modules/mod_socache_redis.so
>    %{_libdir}/httpd/modules/mod_socache_shmcb.so
>    %{_libdir}/httpd/modules/mod_speling.so
>    %{_libdir}/httpd/modules/mod_status.so
> 
> 
> Regards,
> 
> Rainer
> 
> Am 10.04.2019 um 10:38 schrieb Dmitry Stoyanov:
>> Hello,
>>
>> Looks like I found the bug in httpd 2.4.39 release, during generation 
>> of rpm package using
>>
>> rpmbuild -tb SOURCES/apr-1.6.5.tar.bz2
>>
>> Checking for unpackaged file(s): /usr/lib/rpm/check-files
>> /root/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64
>>
>> error: Installed (but unpackaged) file(s) found:
>>
>>      /usr/lib64/httpd/modules/mod_socache_redis.so
>>
>> To fix it need to add mod_socache_redis.so  in httpd.spec file:
>>
>> …
>>
>> %{_libdir}/httpd/modules/mod_socache_memcache.so
>>
>> %{_libdir}/httpd/modules/mod_socache_redis.so
>>
>> %{_libdir}/httpd/modules/mod_socache_shmcb.so
>>
>> …
>>
>> *Dmitry Stoyanov*

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.4.39 rpm package generation error

Posted by Rainer Jung <ra...@kippdata.de>.
Yes, exactly.

Am 10.04.2019 um 11:58 schrieb Dmitry Stoyanov:
> Thank you,
> But it is still not fixed in release sources which can be downloaded here:
> http://httpd.apache.org/download.cgi#apache24
> within Source: httpd-2.4.39.tar.bz2
> 
> Am I right, that in such case it will be fixed only in next release?
> 
> Best Regards,
> Dmitry Stoyanov
> 
> -----Original Message-----
> From: Rainer Jung <ra...@kippdata.de>
> Sent: Wednesday, April 10, 2019 12:51 PM
> To: users@httpd.apache.org; Dmitry Stoyanov <Dm...@epam.com.INVALID>
> Subject: Re: [users@httpd] apache 2.4.39 rpm package generation error
> 
> That was fixed shortly after the release by:
> 
> 
> 
> Author: ylavic
> Date: Wed Apr  3 10:01:47 2019
> New Revision: 1856868
> 
> URL: http://svn.apache.org/viewvc?rev=1856868&view=rev
> Log:
> Merge r1825375 from trunk:
> 
> rpm: Add mod_socache_redis to the build.
> 
> Submitted by: minfrin
> 
> Modified:
>       httpd/httpd/branches/2.4.x/   (props changed)
>       httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
> 
> Propchange: httpd/httpd/branches/2.4.x/
> ------------------------------------------------------------------------------
> --- svn:mergeinfo (original)
> +++ svn:mergeinfo Wed Apr  3 10:01:47 2019
> ...
> 
> Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1856868&r1=1856867&r2=1856868&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
> +++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Wed Apr  3
> 10:01:47 2019
> @@ -392,6 +392,7 @@ rm -rf $RPM_BUILD_ROOT
>    %{_libdir}/httpd/modules/mod_slotmem_shm.so
>    %{_libdir}/httpd/modules/mod_socache_dbm.so
>    %{_libdir}/httpd/modules/mod_socache_memcache.so
> +%{_libdir}/httpd/modules/mod_socache_redis.so
>    %{_libdir}/httpd/modules/mod_socache_shmcb.so
>    %{_libdir}/httpd/modules/mod_speling.so
>    %{_libdir}/httpd/modules/mod_status.so
> 
> 
> Regards,
> 
> Rainer
> 
> Am 10.04.2019 um 10:38 schrieb Dmitry Stoyanov:
>> Hello,
>>
>> Looks like I found the bug in httpd 2.4.39 release, during generation
>> of rpm package using
>>
>> rpmbuild -tb SOURCES/apr-1.6.5.tar.bz2
>>
>> Checking for unpackaged file(s): /usr/lib/rpm/check-files
>> /root/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64
>>
>> error: Installed (but unpackaged) file(s) found:
>>
>>      /usr/lib64/httpd/modules/mod_socache_redis.so
>>
>> To fix it need to add mod_socache_redis.so  in httpd.spec file:
>>
>> …
>>
>> %{_libdir}/httpd/modules/mod_socache_memcache.so
>>
>> %{_libdir}/httpd/modules/mod_socache_redis.so
>>
>> %{_libdir}/httpd/modules/mod_socache_shmcb.so
>>
>> …
>>
>> *Dmitry Stoyanov*

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] apache 2.4.39 rpm package generation error

Posted by Dmitry Stoyanov <Dm...@epam.com.INVALID>.
Thank you,
But it is still not fixed in release sources which can be downloaded here:
http://httpd.apache.org/download.cgi#apache24
within Source: httpd-2.4.39.tar.bz2

Am I right, that in such case it will be fixed only in next release?

Best Regards,
Dmitry Stoyanov

-----Original Message-----
From: Rainer Jung <ra...@kippdata.de> 
Sent: Wednesday, April 10, 2019 12:51 PM
To: users@httpd.apache.org; Dmitry Stoyanov <Dm...@epam.com.INVALID>
Subject: Re: [users@httpd] apache 2.4.39 rpm package generation error

That was fixed shortly after the release by:



Author: ylavic
Date: Wed Apr  3 10:01:47 2019
New Revision: 1856868

URL: http://svn.apache.org/viewvc?rev=1856868&view=rev
Log:
Merge r1825375 from trunk:

rpm: Add mod_socache_redis to the build.

Submitted by: minfrin

Modified:
     httpd/httpd/branches/2.4.x/   (props changed)
     httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr  3 10:01:47 2019
...

Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1856868&r1=1856867&r2=1856868&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Wed Apr  3
10:01:47 2019
@@ -392,6 +392,7 @@ rm -rf $RPM_BUILD_ROOT
  %{_libdir}/httpd/modules/mod_slotmem_shm.so
  %{_libdir}/httpd/modules/mod_socache_dbm.so
  %{_libdir}/httpd/modules/mod_socache_memcache.so
+%{_libdir}/httpd/modules/mod_socache_redis.so
  %{_libdir}/httpd/modules/mod_socache_shmcb.so
  %{_libdir}/httpd/modules/mod_speling.so
  %{_libdir}/httpd/modules/mod_status.so


Regards,

Rainer

Am 10.04.2019 um 10:38 schrieb Dmitry Stoyanov:
> Hello,
> 
> Looks like I found the bug in httpd 2.4.39 release, during generation 
> of rpm package using
> 
> rpmbuild -tb SOURCES/apr-1.6.5.tar.bz2
> 
> Checking for unpackaged file(s): /usr/lib/rpm/check-files
> /root/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64
> 
> error: Installed (but unpackaged) file(s) found:
> 
>     /usr/lib64/httpd/modules/mod_socache_redis.so
> 
> To fix it need to add mod_socache_redis.so  in httpd.spec file:
> 
> …
> 
> %{_libdir}/httpd/modules/mod_socache_memcache.so
> 
> %{_libdir}/httpd/modules/mod_socache_redis.so
> 
> %{_libdir}/httpd/modules/mod_socache_shmcb.so
> 
> …
> 
> *Dmitry Stoyanov*

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: [users@httpd] apache 2.4.39 rpm package generation error

Posted by Rainer Jung <ra...@kippdata.de>.
That was fixed shortly after the release by:



Author: ylavic
Date: Wed Apr  3 10:01:47 2019
New Revision: 1856868

URL: http://svn.apache.org/viewvc?rev=1856868&view=rev
Log:
Merge r1825375 from trunk:

rpm: Add mod_socache_redis to the build.

Submitted by: minfrin

Modified:
     httpd/httpd/branches/2.4.x/   (props changed)
     httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr  3 10:01:47 2019
...

Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1856868&r1=1856867&r2=1856868&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Wed Apr  3 
10:01:47 2019
@@ -392,6 +392,7 @@ rm -rf $RPM_BUILD_ROOT
  %{_libdir}/httpd/modules/mod_slotmem_shm.so
  %{_libdir}/httpd/modules/mod_socache_dbm.so
  %{_libdir}/httpd/modules/mod_socache_memcache.so
+%{_libdir}/httpd/modules/mod_socache_redis.so
  %{_libdir}/httpd/modules/mod_socache_shmcb.so
  %{_libdir}/httpd/modules/mod_speling.so
  %{_libdir}/httpd/modules/mod_status.so


Regards,

Rainer

Am 10.04.2019 um 10:38 schrieb Dmitry Stoyanov:
> Hello,
> 
> Looks like I found the bug in httpd 2.4.39 release, during generation of 
> rpm package using
> 
> rpmbuild -tb SOURCES/apr-1.6.5.tar.bz2
> 
> Checking for unpackaged file(s): /usr/lib/rpm/check-files 
> /root/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64
> 
> error: Installed (but unpackaged) file(s) found:
> 
>     /usr/lib64/httpd/modules/mod_socache_redis.so
> 
> To fix it need to add mod_socache_redis.so  in httpd.spec file:
> 
> …
> 
> %{_libdir}/httpd/modules/mod_socache_memcache.so
> 
> %{_libdir}/httpd/modules/mod_socache_redis.so
> 
> %{_libdir}/httpd/modules/mod_socache_shmcb.so
> 
> …
> 
> *Dmitry Stoyanov*

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org