<?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>Pseudonerd &#187; gentoo</title>
	<atom:link href="http://pseudonerd.com/tag/gentoo/feed" rel="self" type="application/rss+xml" />
	<link>http://pseudonerd.com</link>
	<description>blog sobre tecnologia e nerdices em geral!</description>
	<lastBuildDate>Tue, 15 May 2012 18:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>checking whether the C compiler works&#8230; configure: error: cannot run C compiled programs</title>
		<link>http://pseudonerd.com/linux/checking-whether-the-c-compiler-works-configure-error-cannot-run-c-compiled-programs-150</link>
		<comments>http://pseudonerd.com/linux/checking-whether-the-c-compiler-works-configure-error-cannot-run-c-compiled-programs-150#comments</comments>
		<pubDate>Sun, 11 May 2008 14:50:45 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[Apostilas & Livros]]></category>
		<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Vetores]]></category>
		<category><![CDATA[compiled programs]]></category>
		<category><![CDATA[gcc]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/?p=75</guid>
		<description><![CDATA[me desculpem pela falta de atualizações e de respostas nos comentários, é que realmente está muito corrido pra mim. O problema é exatamente o título desse post 1 checking whether the C compiler works... configure: error: cannot run C compiled programs. tenha certeza que você tem suporte a 32-bit ativado! 1 2 3 cd /usr/src/linux [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>me desculpem pela falta de atualizações e de respostas nos comentários, é que realmente está muito corrido pra mim.</p>
<p>O problema é exatamente o título desse post</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">checking whether the C compiler works... configure: error: cannot run C compiled programs.</pre></td></tr></table></div>

<p>tenha certeza que você tem suporte a 32-bit ativado!</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>linux
<span style="color: #c20cb9; font-weight: bold;">make</span> menuconfig
<span style="color: #ff0000;">&quot;Executable file formats / Emulations&quot;</span> -<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;IA32 Emulation&quot;</span></pre></td></tr></table></div>

<p>abraço,<br />
até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/checking-whether-the-c-compiler-works-configure-error-cannot-run-c-compiled-programs-150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>alsactl: save_state:1497: No soundcards found&#8230;</title>
		<link>http://pseudonerd.com/linux/alsactl-save_state1497-no-soundcards-found-146</link>
		<comments>http://pseudonerd.com/linux/alsactl-save_state1497-no-soundcards-found-146#comments</comments>
		<pubDate>Sun, 24 Feb 2008 15:36:45 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[2.6.24-r2]]></category>
		<category><![CDATA[hda-codec]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[snd-hda-intel]]></category>
		<category><![CDATA[som]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/?p=71</guid>
		<description><![CDATA[Fala galera, primeiro peço desculpa pela falta de atualizações, mas tá faltando é tempo mesmo. =/ nesses dias que se passaram aproveitei para atualizar o kernel do meu gentoo para o 2.6.24-r2, tudo normal menos o som que parou de funcionar! /etc/init.d/alsasound restart 1 2 3 4 5 6 7 8 9 10 11 12 [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>Fala galera, primeiro peço desculpa pela falta de atualizações, mas tá faltando é tempo mesmo. =/</p>
<p>nesses dias que se passaram aproveitei para atualizar o kernel do meu gentoo para o 2.6.24-r2,  tudo normal menos o som que parou de funcionar!</p>
<p><b>/etc/init.d/alsasound restart</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">    <span style="color: #000000; font-weight: bold;">*</span> WARNING: you are stopping a boot service.
    <span style="color: #000000; font-weight: bold;">*</span> Storing ALSA Mixer Levels …
    alsactl: save_state:<span style="color: #000000;">1497</span>: No soundcards found…
    <span style="color: #000000; font-weight: bold;">*</span> Error saving levels. <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!!</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Killing processes using ALSA … <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Unloading ALSA modules … <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Loading ALSA modules …
    <span style="color: #000000; font-weight: bold;">*</span> Loading: snd-card-<span style="color: #000000;">0</span> … <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Loading: snd-seq-oss … <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Loading: snd-mixer-oss … <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Loading: snd-pcm-oss … <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> ERROR: Failed to load necessary drivers <span style="color: #7a0874; font-weight: bold;">&#91;</span> ok <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Restoring Mixer Levels …
    alsactl: unrecognized option <span style="color: #000000; font-weight: bold;">`</span>—’
    Usage: alsactl <span style="color: #000000; font-weight: bold;">&lt;</span>options<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #7a0874; font-weight: bold;">command</span>
&nbsp;
    Available options:
    -h,–<span style="color: #7a0874; font-weight: bold;">help</span> this <span style="color: #7a0874; font-weight: bold;">help</span>
    -f,–<span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #666666; font-style: italic;"># configuration file (default /etc/asound.state or /etc/asound.names)</span>
    -F,–force try to restore the matching controls <span style="color: #c20cb9; font-weight: bold;">as</span> much <span style="color: #c20cb9; font-weight: bold;">as</span> possible
    <span style="color: #7a0874; font-weight: bold;">&#40;</span>default mode<span style="color: #7a0874; font-weight: bold;">&#41;</span>
    -P,–pedantic don’t restore mismatching controls <span style="color: #7a0874; font-weight: bold;">&#40;</span>old default<span style="color: #7a0874; font-weight: bold;">&#41;</span>
    -d,–debug debug mode
    -v,–version print version of this program
&nbsp;
    Available commands:
    store <span style="color: #000000; font-weight: bold;">&lt;</span>card <span style="color: #666666; font-style: italic;">#&gt; save current driver setup for one or each soundcards</span>
    to configuration <span style="color: #c20cb9; font-weight: bold;">file</span>
    restore <span style="color: #000000; font-weight: bold;">&lt;</span>card <span style="color: #666666; font-style: italic;">#&gt; load current driver setup for one or each soundcards</span>
    from configuration <span style="color: #c20cb9; font-weight: bold;">file</span>
    names <span style="color: #000000; font-weight: bold;">&lt;</span>card <span style="color: #666666; font-style: italic;">#&gt; dump information about all the known present (sub-)devices</span>
    into configuration <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>DEPRECATED<span style="color: #7a0874; font-weight: bold;">&#41;</span>
    <span style="color: #000000; font-weight: bold;">*</span> Errors <span style="color: #000000; font-weight: bold;">while</span> restoring defaults, ignoring</pre></td></tr></table></div>

<p><b>dmesg</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">snd_pcm: Unknown symbol snd_timer_notify
snd_pcm: Unknown symbol snd_timer_interrupt
snd_pcm: Unknown symbol snd_timer_new
snd_hda_intel: Unknown symbol snd_pcm_new
snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates
snd_hda_intel: Unknown symbol snd_pcm_lib_preallocate_pages_for_all
snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages
snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl
snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages
snd_hda_intel: Unknown symbol snd_pcm_set_ops
snd_hda_intel: Unknown symbol snd_pcm_suspend_all
snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_integer
snd_hda_intel: Unknown symbol snd_pcm_period_elapsed
snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_step
snd_hda_intel: Unknown symbol snd_pcm_format_width</pre></td></tr></table></div>

<p><b> lspci -v</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">00:<span style="color: #000000;">05.0</span> Audio device: nVidia Corporation MCP61 High Definition Audio <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rev</span> a2<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Subsystem: Giga-byte Technology Unknown device a002
Flags: bus master, 66MHz, fast devsel, latency <span style="color: #000000;">0</span>, IRQ <span style="color: #000000;">22</span>
Memory at f5100000 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">32</span>-bit, non-prefetchable<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">size</span>=16K<span style="color: #7a0874; font-weight: bold;">&#93;</span>
Capabilities: <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">44</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Power Management version <span style="color: #000000;">2</span>
Capabilities: <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">50</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Message Signalled Interrupts: Mask+ 64bit+ <span style="color: #007800;">Queue</span>=<span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">0</span> Enable-
Capabilities: <span style="color: #7a0874; font-weight: bold;">&#91;</span>6c<span style="color: #7a0874; font-weight: bold;">&#93;</span> HyperTransport: MSI Mapping Enable- Fixed+
Kernel driver <span style="color: #000000; font-weight: bold;">in</span> use: HDA Intel
Kernel modules: snd-hda-intel</pre></td></tr></table></div>

<p>nesta versão do kernel foram feitas várias modificações no driver de som snd-hda-intel, você pode saber mais <a href="http://kernelnewbies.org/Linux_2_6_24#head-e8ca408a35245d1671f4441f6ae14d77fa9edd92" title="kernelnewbies.org" target="_blank">clicando aqui</a>!</p>
<p>basta adicionar suporte ao codec no kernel:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Device Drivers —<span style="color: #000000; font-weight: bold;">&gt;</span>
Sound —<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;*&gt;</span> Sound card support
Advanced Linux Sound Architecture —<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;*&gt;</span> Advanced Linux Sound Architecture
<span style="color: #000000; font-weight: bold;">&lt;</span>M<span style="color: #000000; font-weight: bold;">&gt;</span> Sequencer support
<span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> Sequencer dummy client
<span style="color: #000000; font-weight: bold;">&lt;</span>M<span style="color: #000000; font-weight: bold;">&gt;</span> OSS Mixer API
<span style="color: #000000; font-weight: bold;">&lt;</span>M<span style="color: #000000; font-weight: bold;">&gt;</span> OSS PCM <span style="color: #7a0874; font-weight: bold;">&#40;</span>digital audio<span style="color: #7a0874; font-weight: bold;">&#41;</span> API
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> OSS PCM <span style="color: #7a0874; font-weight: bold;">&#40;</span>digital audio<span style="color: #7a0874; font-weight: bold;">&#41;</span> API - Include plugin system
PCI devices —<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>M<span style="color: #000000; font-weight: bold;">&gt;</span> Intel HD Audio
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build hwdep interface <span style="color: #000000; font-weight: bold;">for</span> HD-audio driver
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Build Realtek HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build Analog Device HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build IDT<span style="color: #000000; font-weight: bold;">/</span>Sigmatel HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build VIA HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build ATI HDMI HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build Conexant HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build C-Media HD-audio codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Build Silicon Labs <span style="color: #000000;">3054</span> HD-modem codec support
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Enable generic HD-audio codec parser
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> Aggressive power-saving on HD-audio</pre></td></tr></table></div>

<p>abraço,<br />
até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/alsactl-save_state1497-no-soundcards-found-146/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problemas com emerge -uDv world, parte 1</title>
		<link>http://pseudonerd.com/linux/problemas-com-emerge-udv-world-parte-1-144</link>
		<comments>http://pseudonerd.com/linux/problemas-com-emerge-udv-world-parte-1-144#comments</comments>
		<pubDate>Sun, 20 Jan 2008 12:34:04 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[gtkhtml]]></category>
		<category><![CDATA[libgnutls]]></category>
		<category><![CDATA[libsoup]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2008/01/20/problemas-com-emerge-udv-world-parte-1/</guid>
		<description><![CDATA[Estava atualizando o sistema (emerge -uDv world), na compilação do pacote gnome-extra/gtkhtml-3.16.3, o erro que segue foi apresentado: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>Estava atualizando o sistema (emerge -uDv world),  na compilação do pacote gnome-extra/gtkhtml-3.16.3, o erro que segue foi apresentado:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gcc<span style="color: #000000; font-weight: bold;">/</span>x86_64-pc-linux-gnu<span style="color: #000000; font-weight: bold;">/</span>4.2.2<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>x86_64-pc-linux-gnu<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">ld</span>: warning: libgnutls.so.13, needed by <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so, not found <span style="color: #7a0874; font-weight: bold;">&#40;</span>try using <span style="color: #660033;">-rpath</span> or -rpath-link<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_set_x509_key_file<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_record_send@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_init<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_set_default_priority@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_expiration_time_peers<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_certificate_activation_time_peers@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_x509_crt_import<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_certificate_allocate_credentials@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_set_x509_trust_file<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_dh_params_generate2@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_record_recv<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_record_get_direction@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_dh_params_deinit<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_dh_set_prime_bits@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_x509_crt_check_hostname<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_handshake@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_type_get<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_deinit@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_global_init<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_credentials_set@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_x509_crt_init<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_transport_set_ptr@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_verify_peers<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_bye@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_get_peers<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_certificate_free_credentials@GNUTLS_1_3'</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>libsoup-<span style="color: #000000;">2.2</span>.so: undefined reference to <span style="color: #000000; font-weight: bold;">`</span>gnutls_certificate_set_dh_params<span style="color: #000000; font-weight: bold;">@</span>GNUTLS_1_3<span style="color: #ff0000;">'
/usr/lib64/libsoup-2.2.so: undefined reference to `gnutls_dh_params_init@GNUTLS_1_3'</span>
collect2: <span style="color: #c20cb9; font-weight: bold;">ld</span> returned <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">exit</span> status
<span style="color: #c20cb9; font-weight: bold;">make</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">2</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">***</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>testgtkhtml<span style="color: #7a0874; font-weight: bold;">&#93;</span> Error <span style="color: #000000;">1</span>
<span style="color: #c20cb9; font-weight: bold;">make</span><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">2</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>: Leaving directory <span style="color: #000000; font-weight: bold;">`/</span>var<span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>portage<span style="color: #000000; font-weight: bold;">/</span>gnome-extra<span style="color: #000000; font-weight: bold;">/</span>gtkhtml-3.16.3<span style="color: #000000; font-weight: bold;">/</span>work<span style="color: #000000; font-weight: bold;">/</span>gtkhtml-3.16.3<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #ff0000;">'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gtkhtml-3.16.3/work/gtkhtml-3.16.3'</span>
<span style="color: #c20cb9; font-weight: bold;">make</span>: <span style="color: #000000; font-weight: bold;">***</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>all<span style="color: #7a0874; font-weight: bold;">&#93;</span> Error <span style="color: #000000;">2</span>
<span style="color: #000000; font-weight: bold;">*</span>
<span style="color: #000000; font-weight: bold;">*</span> ERROR: gnome-extra<span style="color: #000000; font-weight: bold;">/</span>gtkhtml-3.16.3 failed.
<span style="color: #000000; font-weight: bold;">*</span> Call stack:
<span style="color: #000000; font-weight: bold;">*</span>               ebuild.sh, line   <span style="color: #000000;">46</span>:  Called src_compile
<span style="color: #000000; font-weight: bold;">*</span>             environment, line  <span style="color: #000000;">665</span>:  Called gnome2_src_compile
<span style="color: #000000; font-weight: bold;">*</span>             environment, line  <span style="color: #000000;">589</span>:  Called die
<span style="color: #000000; font-weight: bold;">*</span> The specific snippet of code:
<span style="color: #000000; font-weight: bold;">*</span>       emake <span style="color: #000000; font-weight: bold;">||</span> diefunc <span style="color: #ff0000;">&quot;<span style="color: #007800;">$FUNCNAME</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$LINENO</span>&quot;</span> <span style="color: #ff0000;">&quot;$?&quot;</span> <span style="color: #ff0000;">&quot;compile failure&quot;</span>
<span style="color: #000000; font-weight: bold;">*</span>  The die message:
<span style="color: #000000; font-weight: bold;">*</span>   compile failure
<span style="color: #000000; font-weight: bold;">*</span>
<span style="color: #000000; font-weight: bold;">*</span> If you need support, post the topmost build error, and the call stack <span style="color: #000000; font-weight: bold;">if</span> relevant.
<span style="color: #000000; font-weight: bold;">*</span> A <span style="color: #7a0874; font-weight: bold;">complete</span> build log is located at <span style="color: #ff0000;">'/var/tmp/portage/gnome-extra/gtkhtml-3.16.3/temp/build.log'</span>.
<span style="color: #000000; font-weight: bold;">*</span> The ebuild environment <span style="color: #c20cb9; font-weight: bold;">file</span> is located at <span style="color: #ff0000;">'/var/tmp/portage/gnome-extra/gtkhtml-3.16.3/temp/environment'</span>.
<span style="color: #000000; font-weight: bold;">*</span></pre></td></tr></table></div>

<p>a solução foi apenas recompilar a libsoup:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">emerge libsoup</pre></td></tr></table></div>

<p>abraço,<br />
t+</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/problemas-com-emerge-udv-world-parte-1-144/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error, parte 2</title>
		<link>http://pseudonerd.com/linux/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-parte-2-140</link>
		<comments>http://pseudonerd.com/linux/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-parte-2-140#comments</comments>
		<pubDate>Sun, 09 Dec 2007 04:26:47 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Connection error from Notification server: Reading erro]]></category>
		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/12/09/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-parte-2/</guid>
		<description><![CDATA[se mesmo com a parte 1 você continuar com problemas, siga as instruções abaixo para a aplicação de um patch mais completo. Primeiro vamos descompactar o ebuild: cd /usr/portage/net-im/pidgin/ ebuild pidgin-2.3.0.ebuild clean ebuild pidgin-2.3.0.ebuild unpack cd /var/tmp/portage/net-im/pidgin-2.3.0/work/pidgin-2.3.0/ agora aplicaremos o patch, mais completo do que o anterior, que modificará os seguintes arquivos: libpurple/protocols/msnp9/msn.c libpurple/protocols/msnp9/nexus.c libpurple/protocols/msnp9/notification.c [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>se mesmo com a parte 1 você continuar com problemas, siga as instruções abaixo para a aplicação de um patch mais completo.<br />
Primeiro vamos descompactar o ebuild:</p>
<blockquote><p>cd /usr/portage/net-im/pidgin/<br />
ebuild pidgin-2.3.0.ebuild clean<br />
ebuild pidgin-2.3.0.ebuild unpack<br />
cd /var/tmp/portage/net-im/pidgin-2.3.0/work/pidgin-2.3.0/</p></blockquote>
<p>agora aplicaremos o patch, mais completo do que o anterior, que modificará os seguintes arquivos:<br />
<strong> libpurple/protocols/msnp9/msn.c<br />
libpurple/protocols/msnp9/nexus.c<br />
libpurple/protocols/msnp9/notification.c<br />
libpurple/protocols/msnp9/session.h<br />
libpurple/protocols/msnp9/user</strong></p>
<blockquote><p>wget http://pidgin.im/~nosnilmot/2.3.0-msnfix/pidgin-2.3.0-msn-allfixes.patch<br />
patch -p0 &lt; pidgin-2.3.0-msn-allfixes.patch</p></blockquote>
<p>agora voltamos ao diretório do ebuild para finalizar o trabalho:</p>
<blockquote><p>cd -<br />
ebuild pidgin-2.3.0.ebuild compile<br />
ebuild pidgin-2.3.0.ebuild install<br />
ebuild pidgin-2.3.0.ebuild qmerge</p></blockquote>
<p>abraço&#8230;<br />
até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-parte-2-140/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>app-emulation/emul-linux-x86-qtlibs, app-emulation/emul-linux-x86-soundlibs &amp; arts</title>
		<link>http://pseudonerd.com/linux/app-emulationemul-linux-x86-qtlibs-app-emulationemul-linux-x86-soundlibs-arts-139</link>
		<comments>http://pseudonerd.com/linux/app-emulationemul-linux-x86-qtlibs-app-emulationemul-linux-x86-soundlibs-arts-139#comments</comments>
		<pubDate>Tue, 04 Dec 2007 16:03:24 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[app-emulation/emul-linux-x86-soundlibs]]></category>
		<category><![CDATA[arts]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[useflag]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/12/04/app-emulationemul-linux-x86-qtlibs-app-emulationemul-linux-x86-soundlibs-arts/</guid>
		<description><![CDATA[note adler # emerge opera Calculating dependencies&#8230; done! &#62;&#62;&#62; Verifying ebuild Manifests&#8230; &#62;&#62;&#62; starting parallel fetching&#62;&#62;&#62; Emerging (1 of 2) app-emulation/emul-linux-x86-qtlibs-20071114-r2 to / &#62;&#62;&#62; Downloading &#8216;http://distfiles.gentoo.org/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2&#8242; &#8211;13:12:26&#8211; http://distfiles.gentoo.org/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2 =&#62; `/usr/portage/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2&#8242; Resolving distfiles.gentoo.org&#8230; 216.165.129.135, 140.211.166.134, 156.56.247.195, &#8230; Connecting to distfiles.gentoo.org&#124;216.165.129.135&#124;:80&#8230; connected. HTTP request sent, awaiting response&#8230; 200 OK Length: 35,036,691 (33M) [application/x-tar] 100%[====================================&#62;] 35,036,691 76.66K/s ETA [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<blockquote><p>note adler # emerge opera<br />
Calculating dependencies&#8230; done!<br />
&gt;&gt;&gt; Verifying ebuild Manifests&#8230;<br />
&gt;&gt;&gt; starting parallel fetching&gt;&gt;&gt; Emerging (1 of 2) app-emulation/emul-linux-x86-qtlibs-20071114-r2 to /<br />
&gt;&gt;&gt; Downloading &#8216;http://distfiles.gentoo.org/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2&#8242;<br />
&#8211;13:12:26&#8211;  http://distfiles.gentoo.org/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2<br />
=&gt; `/usr/portage/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2&#8242;<br />
Resolving distfiles.gentoo.org&#8230; 216.165.129.135, 140.211.166.134, 156.56.247.195, &#8230;<br />
Connecting to distfiles.gentoo.org|216.165.129.135|:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 35,036,691 (33M) [application/x-tar]</p>
<p>100%[====================================&gt;] 35,036,691    76.66K/s    ETA 00:00</p>
<p>13:18:15 (98.21 KB/s) &#8211; `/usr/portage/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2&#8242; saved [35036691/35036691]</p>
<p>* checking ebuild checksums <img src='http://pseudonerd.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230;                                      [ ok ]<br />
* checking auxfile checksums <img src='http://pseudonerd.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230;                                     [ ok ]<br />
* checking miscfile checksums <img src='http://pseudonerd.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230;                                    [ ok ]<br />
* checking emul-linux-x86-qtlibs-20071114.tar.bz2 <img src='http://pseudonerd.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230;                [ ok ]<br />
*<br />
*       emul-linux-x86-qtlibs requires arts support in app-emulation/emul-linux-x86-soundlibs.<br />
*       Please compile app-emulation/emul-linux-x86-soundlibs with USE=arts<br />
*       enabled and then re-merge this package.<br />
*<br />
*<br />
* ERROR: app-emulation/emul-linux-x86-qtlibs-20071114-r2 failed.<br />
* Call stack:<br />
*                                  ebuild.sh, line 1717:  Called dyn_setup<br />
*                                  ebuild.sh, line  768:  Called qa_call &#8216;pkg_setup&#8217;<br />
*                                  ebuild.sh, line   44:  Called pkg_setup<br />
*   emul-linux-x86-qtlibs-20071114-r2.ebuild, line   22:  Called die<br />
* The specific snippet of code:<br />
*              die &#8220;app-emulation/emul-linux-x86-soundlibs must have arts useflag turned on&#8221;<br />
*  The die message:<br />
*   app-emulation/emul-linux-x86-soundlibs must have arts useflag turned on<br />
*<br />
* If you need support, post the topmost build error, and the call stack if relevant.<br />
* A complete build log is located at &#8216;/var/tmp/portage/app-emulation/emul-linux-x86-qtlibs-20071114-r2/temp/build.log&#8217;.</p></blockquote>
<p>a mensagem acima nos deixa bem claro que é necessário instalar o pacote <strong>app-emulation/emul-linux-x86-soundlibs</strong>  com a useflag arts ativada.</p>
<p>para isso usaremos o arquivo <strong>packages.use</strong></p>
<blockquote><p>echo &#8220;app-emulation/emul-linux-x86-soundlibs arts&#8221; &gt;&gt; /etc/portage/package.use</p></blockquote>
<p>agora tentaremos compilar o pacote <strong>emul-linux-x86-soundlibs</strong>, para habilitar a useflag.</p>
<blockquote><p>note adler # emerge -pv emul-linux-x86-soundlibs</p>
<p>These are the packages that would be merged, in order:</p>
<p>Calculating dependencies&#8230; done!<br />
[ebuild  N    ] app-emulation/emul-linux-x86-qtlibs-20071114-r2  0 kB<br />
[ebuild   R   ] app-emulation/emul-linux-x86-soundlibs-20071114-r1  USE=&#8221;arts* oss -esd&#8221; 0 kB</p>
<p>Total: 2 packages (1 new, 1 reinstall), Size of downloads: 0 kB<br />
note adler #</p></blockquote>
<p>ele continua tentando instalar o pacote <strong>app-emulation/emul-linux-x86-qtlibs</strong> antes do <strong>app-emulation/emul-linux-x86-soundlibs</strong>, ou seja, o problema continua.</p>
<p>Para resolvê-lo é só instalar o pacote <strong><span class="postbody">emul-linux-x86-soundlibs</span></strong><span class="postbody">, sem checar as dependencias.</span></p>
<blockquote><p><span class="postbody">emerge -O emul-linux-x86-soundlibs</span></p></blockquote>
<p><em>você pode usar tanto o parâmetro <strong>-O</strong> como <strong>&#8211;nodeps</strong> </em></p>
<p>abraço,<br />
até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/app-emulationemul-linux-x86-qtlibs-app-emulationemul-linux-x86-soundlibs-arts-139/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error</title>
		<link>http://pseudonerd.com/linux/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-131</link>
		<comments>http://pseudonerd.com/linux/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-131#comments</comments>
		<pubDate>Sat, 01 Dec 2007 21:17:35 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Connection error from Notification server: Reading erro]]></category>
		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/12/01/gentoo-pidgin-230-connection-error-from-notification-server-reading-error/</guid>
		<description><![CDATA[CASO VOCÊ AINDA NÃO TENHA EXECUTADO OS PASSOS ABAIXO, DÊ PREFERÊNCIA PELA PARTE 2 DESSE POST: gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error, parte 2 Primeiro vamos descompactar o ebuild: cd /usr/portage/net-im/pidgin/ ebuild pidgin-2.3.0.ebuild clean ebuild pidgin-2.3.0.ebuild unpack cd /var/tmp/portage/net-im/pidgin-2.3.0/work/pidgin-2.3.0/ agora tem que modificar o: libpurple/protocols/msnp9/user.c, conforme esse patch! wget [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>CASO VOCÊ AINDA NÃO TENHA EXECUTADO OS PASSOS ABAIXO, DÊ PREFERÊNCIA PELA PARTE 2 DESSE POST:</strong></p></blockquote>
<blockquote><p><a href="http://limitado.wordpress.com/2007/12/09/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-parte-2/">gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error, parte 2</a></p></blockquote>
<blockquote></blockquote>
<p>Primeiro vamos descompactar o ebuild:</p>
<blockquote><p>cd /usr/portage/net-im/pidgin/<br />
ebuild pidgin-2.3.0.ebuild clean<br />
ebuild pidgin-2.3.0.ebuild unpack<br />
cd /var/tmp/portage/net-im/pidgin-2.3.0/work/pidgin-2.3.0/</p></blockquote>
<p>agora tem que modificar o: <strong>libpurple/protocols/msnp9/user.c</strong>, conforme <a href="http://developer.pidgin.im/attachment/ticket/4066/pidgin-2.3.0-msn-fname.patch" target="_blank">esse patch!</a></p>
<blockquote><p> wget http://developer.pidgin.im/attachment/ticket/4066/pidgin-2.3.0-msn-fname.patch<br />
patch -p0 &lt; pidgin-2.3.0-msn-fname.patch</p></blockquote>
<p>agora voltamos ao diretório do ebuild para finalizar o trabalho:</p>
<blockquote><p>cd -<br />
ebuild pidgin-2.3.0.ebuild compile<br />
ebuild pidgin-2.3.0.ebuild install<br />
ebuild pidgin-2.3.0.ebuild qmerge</p></blockquote>
<p>ou então você espera até o r1!</p>
<p>abraço&#8230;</p>
<p>até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/gentoo-pidgin-230-connection-error-from-notification-server-reading-error-131/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MakeMaker FATAL: prerequisites not found (Glib not installed)</title>
		<link>http://pseudonerd.com/linux/makemaker-fatal-prerequisites-not-found-glib-not-installed-52</link>
		<comments>http://pseudonerd.com/linux/makemaker-fatal-prerequisites-not-found-glib-not-installed-52#comments</comments>
		<pubDate>Wed, 19 Sep 2007 02:38:26 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bibliotecas]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/09/19/makemaker-fatal-prerequisites-not-found-glib-not-installed/</guid>
		<description><![CDATA[o problema: MakeMaker FATAL: prerequisites not found (Glib not installed) a solução: cpan install Glib mas eu ainda tive que (re)instalar o modulo do cairo : cpan install Cairo até+&#8230; Não existem posts relacionados.
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>o problema:</p>
<blockquote><p>MakeMaker FATAL: prerequisites not found (Glib not installed)</p></blockquote>
<p>a solução:</p>
<blockquote><p> cpan install Glib</p></blockquote>
<p>mas eu ainda tive que (re)instalar o modulo do cairo <img src='http://pseudonerd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> :</p>
<blockquote><p>cpan install Cairo</p></blockquote>
<p>até+&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/makemaker-fatal-prerequisites-not-found-glib-not-installed-52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NVIDIA: could not open the device file /dev/nvidiactl (Permission denied).</title>
		<link>http://pseudonerd.com/linux/nvidia-could-not-open-the-device-file-devnvidiactl-permission-denied-42</link>
		<comments>http://pseudonerd.com/linux/nvidia-could-not-open-the-device-file-devnvidiactl-permission-denied-42#comments</comments>
		<pubDate>Wed, 15 Aug 2007 02:48:46 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[/dev/nvidiactl]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[nvidiactl]]></category>
		<category><![CDATA[permission denied]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/08/15/nvidia-could-not-open-the-device-file-devnvidiactl-permission-denied/</guid>
		<description><![CDATA[Fala rapazeada, dica rápida, de última hora, tava com os drivers da nvidia fincionando normalmente, mas tive que que recompilar o kernel. O primeiro programa que precisou acessar a placa, *POUTZ*, perdi o acesso aos dispositivos: NVIDIA: could not open the device file /dev/nvidiactl (Permission denied). NVIDIA: Direct rendering failed; attempting indirect rendering. X Error [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>Fala rapazeada, dica rápida, de última hora, tava com os drivers da nvidia fincionando normalmente, mas tive que que recompilar o kernel.</p>
<p>O primeiro programa que precisou acessar a placa, *POUTZ*, perdi o acesso aos dispositivos:</p>
<blockquote><p> NVIDIA: could not open the device file /dev/nvidiactl (Permission denied).<br />
NVIDIA: Direct rendering failed; attempting indirect rendering.<br />
X Error of failed request:  GLXBadContext<br />
Major opcode of failed request:  144 (GLX)<br />
Minor opcode of failed request:  5 (X_GLXMakeCurrent)<br />
Serial number of failed request:  1226<br />
Current serial number in output stream:  1226</p></blockquote>
<p>pra resolver é bem simples, basta atribuir as permissões novamente:</p>
<blockquote><p>  chmod 0666 /dev/nvidia* &amp;&amp; chown root /dev/nvidia*</p></blockquote>
<p>até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/nvidia-could-not-open-the-device-file-devnvidiactl-permission-denied-42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gentoo, sandbox e nvidia</title>
		<link>http://pseudonerd.com/linux/problemas-com-sandbox-35</link>
		<comments>http://pseudonerd.com/linux/problemas-com-sandbox-35#comments</comments>
		<pubDate>Thu, 24 May 2007 16:20:24 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[access violation]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gcda]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[open_wr]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/05/24/problemas-com-sandbox/</guid>
		<description><![CDATA[Instalando os drivers da nvidia : developer adler # emerge nvidia-drivers o problema: &#62;&#62;&#62; Source compiled. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ACCESS VIOLATION SUMMARY &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; LOG FILE = &#8220;/var/log/sandbox/sandbox-x11-drivers_-_nvidia-drivers-1.0.9755-r1-12835.log&#8221; open_wr: /usr/src/linux-2.6.21-gentoo-r1/-.gcda open_wr: /usr/src/linux-2.6.21-gentoo-r1/-.gcda &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; a solução: FEATURES=&#8221;-sandbox&#8221; emerge nvidia-drivers até + Não existem posts relacionados.
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>Instalando os drivers da nvidia :</p>
<p style="margin-left:40px;">developer adler # emerge nvidia-drivers</p>
<p>  o problema:</p>
<p style="margin-left:40px;">&gt;&gt;&gt; Source compiled.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ACCESS VIOLATION SUMMARY &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
LOG FILE = &#8220;/var/log/sandbox/sandbox-x11-drivers_-_nvidia-drivers-1.0.9755-r1-12835.log&#8221;</p>
<blockquote><p>open_wr:   /usr/src/linux-2.6.21-gentoo-r1/-.gcda<br />
open_wr:   /usr/src/linux-2.6.21-gentoo-r1/-.gcda<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p></blockquote>
<p>a solução:</p>
<p style="margin-left:40px;">FEATURES=&#8221;-sandbox&#8221; emerge nvidia-drivers</p>
<p> até +</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/problemas-com-sandbox-35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>migrando para xorg modular no gentoo</title>
		<link>http://pseudonerd.com/linux/gentoo/migrando-para-xorg-modular-no-gentoo-20</link>
		<comments>http://pseudonerd.com/linux/gentoo/migrando-para-xorg-modular-no-gentoo-20#comments</comments>
		<pubDate>Sun, 20 Aug 2006 22:50:00 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modular]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">https://limitado.wordpress.com/2006/08/20/migrando-para-xorg-modular-no-gentoo/</guid>
		<description><![CDATA[no wiki: emerge -Ca xorg-x11 virtual/x11 &#38;&#38; rm -rf /usr/lib/opengl/xorg-x11 &#38;&#38; rm -rf /usr/lib/libGL* &#38;&#38; if [[ ! -L /usr/X11R6 ]]; then equery belongs /usr/X11R6/ &#62; usr-x11r6-packages &#38;&#38; rm -rf /usr/X11R6; fi &#38;&#38; emerge xorg-x11 &#38;&#38; emerge xf86-input-mouse xf86-input-keyboard mas eu precisei adicionar um comando e três pacotes: emerge -Ca xorg-x11 virtual/x11 &#38;&#38; rm -rf [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>no wiki:</p>
<p>emerge -Ca xorg-x11 virtual/x11 &amp;&amp; rm -rf /usr/lib/opengl/xorg-x11 &amp;&amp; rm -rf<br />
/usr/lib/libGL* &amp;&amp; if [[ ! -L /usr/X11R6 ]]; then equery belongs /usr/X11R6/ &gt;<br />
usr-x11r6-packages &amp;&amp; rm -rf /usr/X11R6; fi &amp;&amp; emerge xorg-x11 &amp;&amp; emerge xf86-input-mouse xf86-input-keyboard</p>
<p>mas eu precisei adicionar um comando e três pacotes:</p>
<p>emerge -Ca xorg-x11 virtual/x11 &amp;&amp; rm -rf /usr/lib/opengl/xorg-x11 &amp;&amp; rm -rf<br />
/usr/lib/libGL* &amp;&amp; if [[ ! -L /usr/X11R6 ]]; then equery belongs /usr/X11R6/ &gt;<br />
usr-x11r6-packages &amp;&amp; rm -rf /usr/X11R6; fi &amp;&amp; rm -rf /usr/lib/X11/xkb &amp;&amp;<br />
emerge xorg-x11 &amp;&amp; emerge xf86-input-mouse xf86-input-keyboard libXcursor<br />
libXrandr libXv</p>
<p>até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/gentoo/migrando-para-xorg-modular-no-gentoo-20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

