#1 2011-07-15 19:02:37
- malcolmlewis
- New member
- Registered: 2011-07-15
- Posts: 2
Free Software Foundation address incorrect
Hi
When building on the Open Build Service I get some 850 warnings, for example;
Code:
gcstar.noarch: W: incorrect-fsf-address /usr/lib/gcstar/GCLang/EN/GCExport/GCExportXML.pm gcstar.noarch: W: incorrect-fsf-address /usr/lib/gcstar/GCLang/SR/GCModels/GCminicars.pm gcstar.noarch: W: incorrect-fsf-address /usr/lib/gcstar/GCLang/SV/GCExport/GCExportHTML.pm The Free Software Foundation address in this file seems to be outdated or misspelled. Ask upstream to update the address, or if this is a license file, possibly the entire file with a new copy available from the FSF.
Can the address be updated in the *.pm files to remove this warning?
gcstar version: 1.6.2
Last edited by malcolmlewis (2011-07-15 19:05:19)
Offline
#2 2011-07-15 20:11:03
- malcolmlewis
- New member
- Registered: 2011-07-15
- Posts: 2
Re: Free Software Foundation address incorrect
Running the following two commands on the source fixes the warnings;
Code:
find ./ -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \; find ./ -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
Offline
#3 2011-07-17 12:24:33
Re: Free Software Foundation address incorrect
Hello,
Thank you, I just fixed that in the SVN repository
Offline
Should you have a problem using GCstar, you can open a bug report or request some support on GCstar forums.