<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=Lazarus_IDE%2Fmake%2Ferrors%2F1</id>
	<title>Lazarus IDE/make/errors/1 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=Lazarus_IDE%2Fmake%2Ferrors%2F1"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=Lazarus_IDE/make/errors/1&amp;action=history"/>
	<updated>2026-07-04T06:13:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=Lazarus_IDE/make/errors/1&amp;diff=20227&amp;oldid=prev</id>
		<title>Woozle: error fixed</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=Lazarus_IDE/make/errors/1&amp;diff=20227&amp;oldid=prev"/>
		<updated>2014-11-27T18:57:23Z</updated>

		<summary type="html">&lt;p&gt;error fixed&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Example&amp;#039;&amp;#039;&amp;#039;: make[1]: *** [../units/x86_64-linux/gtk2] Error 1&lt;br /&gt;
&lt;br /&gt;
To find out what is going wrong, right-click on the message and select &amp;quot;Copy All Shown and Hidden Messages to Clipboard&amp;quot;, then paste the results somewhere.&lt;br /&gt;
&lt;br /&gt;
I got the following text:&lt;br /&gt;
&lt;br /&gt;
 make: Entering directory `/usr/lib/lazarus/1.0.10&amp;#039;&lt;br /&gt;
 /usr/bin/make -C ide idepkg&lt;br /&gt;
 make[1]: Entering directory `/usr/lib/lazarus/1.0.10/ide&amp;#039;&lt;br /&gt;
 /bin/mkdir -p ../units/x86_64-linux/gtk2&lt;br /&gt;
 /bin/mkdir: cannot create directory &amp;#039;../units&amp;#039;: Permission denied&lt;br /&gt;
 make[1]: *** [../units/x86_64-linux/gtk2] Error 1&lt;br /&gt;
&lt;br /&gt;
The problem seems to be &amp;quot;cannot create directory &amp;#039;../units&amp;#039;: Permission denied&amp;quot;, and the third line shows which folder was denying permission (/usr/lib/lazarus/1.0.10/ide). To fix the problem, I did this:&lt;br /&gt;
&lt;br /&gt;
 sudo chmod 777 /usr/lib/lazarus/1.0.10&lt;br /&gt;
&lt;br /&gt;
That cleared this error, but led to a new one:&lt;br /&gt;
&lt;br /&gt;
 svn2revisioninc.pas(51,40) Fatal: [[Can not find unit UTF8Process used by Svn2RevisionInc]].&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>