<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MWC Labs &#187; xz</title>
	<atom:link href="https://www.conceicao.eti.br/blog/tag/xz/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.conceicao.eti.br/blog</link>
	<description>TI, BSD, Linux, Network &#38; Security !</description>
	<lastBuildDate>Fri, 23 May 2014 22:37:30 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Erro &#8220;tar: Unrecognized archive format&#8221; no FreeBSD 8.2</title>
		<link>https://www.conceicao.eti.br/blog/2013/05/20/erro-tar-unrecognized-archive-format-no-freebsd-8-2/</link>
		<comments>https://www.conceicao.eti.br/blog/2013/05/20/erro-tar-unrecognized-archive-format-no-freebsd-8-2/#comments</comments>
		<pubDate>Mon, 20 May 2013 17:22:12 +0000</pubDate>
		<dc:creator><![CDATA[Matheus]]></dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[xz]]></category>

		<guid isPermaLink="false">http://conceicao.eti.br/blog/?p=83</guid>
		<description><![CDATA[Dica rÃ¡pida. Problema: Ao tentar instalar um Port no FreeBSD 8.2, estou recebendo o seguinte erro: tar: Unrecognized archive format Investigando um pouco, descobri que a versÃ£o do bsdtar em questÃ£o nÃ£o consegue reconhecer automaticamente a compressÃ£o &#8220;xz&#8221; entre -7 e -9. Como medida de contorno, enquanto nÃ£o Ã© possÃ­vel realizar o upgrade da versÃ£o [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Dica rÃ¡pida.</p>
<p>Problema:</p>
<p>Ao tentar instalar um Port no FreeBSD 8.2, estou recebendo o seguinte erro:</p>
<pre>tar: Unrecognized archive format</pre>
<p>Investigando um pouco, descobri que a versÃ£o do bsdtar em questÃ£o nÃ£o consegue reconhecer automaticamente a compressÃ£o &#8220;xz&#8221; entre <strong>-7</strong> e <strong>-9</strong>.</p>
<p>Como medida de contorno, enquanto nÃ£o Ã© possÃ­vel realizar o upgrade da versÃ£o do FreeBSD para a 8.3, pode-se realizar o seguinte procedimento:</p>
<p>Instalar o port <strong>archivers/libarchive</strong> e entÃ£o adicionar a linha abaixo no arquivo <em>/etc/make.conf</em>:</p>
<pre class="brush:shell">TAR=/usr/local/bin/bsdtar</pre>
<p>Com isso, a instalaÃ§Ã£o do Port funcionou corretamente.</p>
<p><a href="http://forums.freebsd.org/showthread.php?t=39404">Mais informaÃ§Ãµes.</a></p>
<p><strong>UPDATE</strong></p>
<p>Caso na compilaÃ§Ã£o do pacote <strong>archivers/libarchive</strong> aconteÃ§a o erro abaixo:</p>
<pre>error: spawn.h: No such file or directory</pre>
<p>VocÃª deverÃ¡ executar os seguintes comandos:</p>
<pre class="brush:shell">make clean
make ac_cv_header_spawn_h=no
make install</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.conceicao.eti.br/blog/2013/05/20/erro-tar-unrecognized-archive-format-no-freebsd-8-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
