[Bug 232792] Review Request: mapserver - Environment for building spatially-enabled internet applications

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 24 16:49:50 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: mapserver - Environment for building spatially-enabled internet applications


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232792





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-04-24 12:49 EST -------
For -3:

* php module directory
> >     - On my system %{_libdir}/php4/ is not owned by any package.
> If I own it than i break ownage for other php modules. 
> I saw no other php modules olso own it, this is a
> place where all php modules go to be picked up by apache.
> Its owned _default_ by php-common !
  - Still I don't know why this is happening
    * In your opinion it is the bug of php side that %{_libdir}/php4
      is not owned by any package?
    * And what does php"4" means? This "4" is of no relation with
      php version (currently 5.2.1)?
    * And as far as I saw some php modules rpms, php modules (which
      I think so) are installed under %{_libdir}/php/modules/, and this
      directory (%{_libdir}/php/modules) is owned by php-common.

* perl .so module permission
  - Well, actually you fixed the permission by:
----------------------------------------------------------
%attr(0755,root,root) %{perl_vendorarch}/auto/mapscript/*
----------------------------------------------------------
    However, this method leaves the following message which
    I don't know I can ignore:
----------------------------------------------------------
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-compress
+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
/usr/bin/strip: unable to copy file
'/var/tmp/mapserver-4.10.1-3.fc7-root-mockbuild/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/mapscript/mapscript.so'
reason: Permission denied
+ /usr/lib/rpm/brp-python-bytecompile
+ /usr/lib/rpm/redhat/brp-java-repack-jars
----------------------------------------------------------
   To avoid this, it seems that the permission of mapscript.so must
   be changed to 0755 at the install stage, not by setting attr.

* documentation
----------------------------------------------------------
 %files
 %defattr(-,root,root)
-%doc COMMITERS GD-COPYING HISTORY.TXT INSTALL
-%doc MIGRATION_GUIDE.TXT README README.CONFIGURE
+%doc COMMITERS GD-COPYING HISTORY.TXT 
+%doc INSTALL MIGRATION_GUIDE.TXT
----------------------------------------------------------
  - While ReADME.CONFIGURE is not needed, IMO README should be
    left as documentation.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list