<div dir="ltr">On Sat, Apr 25, 2015 at 1:19 PM, Mick <span dir="ltr">&lt;<a href="mailto:michaelkintzios@gmail.com" target="_blank">michaelkintzios@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Saturday 25 Apr 2015 11:00:18 Dale wrote:<br>
&gt; Mick wrote:<br>
&gt; &gt; Are we meant to create the above file manually?<br>
&gt; &gt;<br>
&gt; &gt; This box is running sys-apps/portage-2.2.18 but I was surprised to see<br>
&gt;<br>
&gt; that it<br>
&gt;<br>
&gt; &gt; doesn&#39;t have a gentoo.conf file.<br>
&gt;<br>
&gt; I use the latest, excluding 9999 version, of portage and I have it<br>
&gt; here.  I didn&#39;t create it so I assume it was installed during a<br>
&gt; upgrade.  This is the contents of the file if you need it.<br>
&gt;<br>
&gt;<br>
&gt; [DEFAULT]<br>
&gt; main-repo = gentoo<br>
&gt;<br>
&gt; [gentoo]<br>
&gt; location = /var/cache/portage/tree<br>
&gt; sync-type = rsync<br>
&gt; sync-uri = rsync://<a href="http://rsync.us.gentoo.org/gentoo-portage" target="_blank">rsync.us.gentoo.org/gentoo-portage</a><br>
&gt;<br>
&gt;<br>
&gt; Hope that helps.<br>
&gt;<br>
&gt; Dale<br>
&gt;<br>
&gt; :-)  :-)<br>
<br>
</div></div>Thanks Dale, I just upgraded two boxen to sys-apps/portage-2.2.18 and both are<br>
complaining thus:<br>
====================================<br>
!!! SYNC setting found in make.conf.<br>
    This setting is Deprecated and no longer used.  Please ensure your &#39;sync-<br>
type&#39; and &#39;sync-uri&#39; are set correctly in /etc/portage/repos.conf/gentoo.conf<br>
====================================<br>
<br>
I recall reading &quot;New portage plug-in sync system&quot; in eselect news, but it<br>
doesn&#39;t mention creating such files manually:<br>
<br>
&quot;Migration:<br>
    Edit /etc/portage/repos.conf/*.conf files, add the auto-sync option<br>
    to each repository definition.&quot;<br>
<span class=""><font color="#888888"><br>
--<br>
Regards,<br>
Mick<br>
</font></span></blockquote></div><br></div><div class="gmail_extra">The setting referred to in the message above is the SYNC variable defined in /etc/portage/make.conf.<br><br></div><div class="gmail_extra">With the sync url now defined in /etc/portage/repos.conf/gentoo.conf, you either want to comment out the line in /etc/portage/make.conf where SYNC is defined, or get rid of it all together. For the time being, I chose the former.<br><br>grep uri /etc/portage/repos.conf/gentoo.conf <br>sync-uri = rsync://<a href="http://rsync.uk.gentoo.org/gentoo-portage">rsync.uk.gentoo.org/gentoo-portage</a><br>% grep SYNC /etc/portage/make.conf<br>#SYNC=&quot;rsync://<a href="http://rsync.uk.gentoo.org/gentoo-portage">rsync.uk.gentoo.org/gentoo-portage</a>&quot;<br><br></div></div>