<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >
  <channel>
  <title>なんだか</title>
  <link>http://nanndaka.sugo-roku.com/</link>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://nanndaka.sugo-roku.com/RSS/" />
  <description>知らないほうが幸せかもしれない</description>
  <lastBuildDate>Wed, 07 Nov 2018 13:15:20 GMT</lastBuildDate>
  <language>ja</language>
  <copyright>© Ninja Tools Inc.</copyright>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <item>
    <title>rx-elf-gcc(4.8.1)でinternal compiler error(var-tracking.c)が</title>
    <description>
    <![CDATA[<a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232" title="">http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232</a><br />
internal compiler errorになるとのこと<br />
<br />
var-tracking.cでエラーになっているので関連オプションに的を絞ってあれやこれややってみました。<br />
&nbsp; -fvar-tracking&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 変数追跡を実施する<br />
&nbsp; -fvar-tracking-assignments&nbsp; Perform variable tracking by annotating<br />
&nbsp; -fvar-tracking-assignments-toggle Toggle -fvar-tracking-assignments<br />
&nbsp; -fvar-tracking-uninit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Perform variable tracking and also tag variables<br />
<br />
newlibをmakeを下のようにするとエラーは回避出来ます。<br />
<span style="color: #ff0000;">make AM_CFLAGS='-fomit-frame-pointer -fno-var-tracking'</span><br />
<br />
これでは、気に入らないと思い<br />
<span style="color: #3366ff;">make AM_CFLAGS='-fomit-frame-pointer -fvar-tracking-assignments-toggle'</span><br />
これを試したところ、見事に回避出来ました。]]>
    </description>
    <category>rx-elf-gcc</category>
    <link>http://nanndaka.sugo-roku.com/rx-elf-gcc/rx-elf-gcc-12</link>
    <pubDate>Fri, 26 Jul 2013 17:06:59 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/72</guid>
  </item>
    <item>
    <title>cygwin64はプチrelease状態？</title>
    <description>
    <![CDATA[<a href="http://ftp.iij.ad.jp/pub/cygwin/64bit/setup64.exe" title="">setup64.exe</a>で、installできるようになってます。<br />]]>
    </description>
    <category>cygwin64</category>
    <link>http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup64</link>
    <pubDate>Tue, 26 Mar 2013 17:51:50 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/70</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その１１</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br />
<strong>mesa-libGLU</strong><br />
<strong>ocaml</strong> configure -cc "gcc -mx32" -as "as --x32" -aspp "gcc -mx32 -c" -partialld "ld -m elf32_x86_64 -r"<br />
<br />
<strong>libXv</strong><br />
<strong>libXvMC</strong><br />
<br />
<strong>libtalloc</strong><br />
<strong>libtevent</strong><br />
<strong>libev</strong><br />
<strong>libverto</strong><br />
<strong>e2fsprogs(libss)</strong><br />
<strong>krb5</strong><br />
<strong>openssl</strong>]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-11</link>
    <pubDate>Mon, 25 Mar 2013 18:22:33 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/69</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その１０</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br />
<br />
<strong>gobject-introspection</strong><br />
<strong>libgusb</strong><br />
<strong>js</strong><br />
<strong>mozjs17</strong><br />
<strong>polkit</strong><br />
<strong>lcms2</strong><br />
<strong>colord</strong><br />
<br />
<span style="text-decoration: underline;"><strong>grubby</strong></span><br />
<br />
<strong>perl</strong> sed -i "s@LDLIBPTH = LD_LIBRARY_PATH=`pwd` `pwd`@LDLIBPTH = LD_LIBRARY_PATH=`pwd` #`pwd`@" Makefile<br />
<strong>perl-threads</strong><br />
<strong>perl-Scalar-List-Utils</strong><br />
<strong>perl-threads-shared</strong><br />
<strong>perl-Scalar-List-Utils</strong><br />
<strong>perl-PathTools</strong><br />
<strong>perl-Encode</strong><br />
<strong>perl-XML-Parser</strong>]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-10</link>
    <pubDate>Fri, 22 Mar 2013 20:14:32 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/68</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その９</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br />
<strong>llvm</strong><br />
<strong>wayland</strong> export DISPLAY=":0.0"<br />
<strong>libXt</strong><br />
<strong>libXpm</strong><br />
<strong>libXmu</strong><br />
<strong>libXaw</strong><br />
<br />
<strong>libvdpau</strong><br />
<strong>elfutils(elfutils-libelf-devel)</strong><br />
<br />
<strong>libdrm</strong> sed -i "s/i?86|x86_64)/i?86|x86_32|x86_64)/" configure.ac<br />
<br />
<strong>mesa</strong><br />
mesa-lib{,E}GL-{,devel-}<br />
mesa-{libwayland-egl,libgbm,libxatracker,dri-drivers,libglapi,filesystem}-<br />
<br />
<strong>cairo</strong> --enable-gl]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-9</link>
    <pubDate>Thu, 21 Mar 2013 18:21:28 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/67</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その８</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br />
<strong>gc</strong> (<strong>libatomic_ops-devel</strong>)<br />
<strong>libpciaccess</strong> <span style="text-decoration: line-through;">x git 20130317</span><br />
<strong>libdrm</strong><br />
<strong>libXxf86vm</strong><br />
<strong>kmod</strong><br />
<strong>libcap</strong><br />
<strong>acl</strong><br />
<strong>lua</strong><br />
<strong>nettle</strong><br />
<strong>libusbx</strong><br />
<strong>libpcap</strong><br />
<strong>ldns</strong><br />
<strong>libevent</strong><br />
<strong>unbound</strong><br />
<strong>gnutls</strong><br />
<span style="text-decoration: line-through;"><strong>perl</strong></span><br />
<strong>libprelude</strong> --without-perl<br />
<br />
<strong>libxlst</strong><br />
<strong>libzip</strong><br />
<br />
<strong>audit</strong><br />
<strong>pam</strong><br />
<strong>qrencode</strong><br />
<strong>libidn</strong><br />
<strong>CUnit</strong><br />
<strong>libmetalink</strong><br />
<strong>libssh2</strong><br />
<strong>curl</strong><br />
<strong>libmicrohttpd</strong><br />
<strong>popt</strong><br />
<strong>check</strong><br />
<strong>libqb</strong><br />
<strong>libibverbs</strong><br />
<strong>librdmacm</strong><br />
<strong>sysfsutils(libsysfs)</strong><br />
<strong>rrdtool</strong> --disable-perl<br />
<strong>lm_sensors</strong><br />
<br />
<strong>perl</strong> Digest-MD5-2.51 PathTools-3.39.2<br />
<strong>libprelude</strong> <span style="text-decoration: line-through;">--without-perl</span><br />
<strong>rrdtool</strong> <span style="text-decoration: line-through;">--disable-perl</span><br />
<br />
<strong>net-snmp</strong> <span style="text-decoration: line-through;">--disable-embedded-perl --without-perl-modules</span> --without-mysql<br />
<strong>corosync(corosynclib)</strong><br />
<br />
<strong>pacemaker</strong><br />
<span style="text-decoration: line-through;"><strong>dlm</strong></span> need systemd<br />
<br />
<strong>lvm2(device-mapper)</strong><br />
<br />
<strong>libpwquality</strong><br />
<br />
<strong>fipscheck</strong><br />
<strong>cryptsetup</strong><br />
<br />
<strong>systemd</strong><br />
<br />
<strong>dlm</strong>]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-8</link>
    <pubDate>Mon, 18 Mar 2013 16:54:35 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/66</guid>
  </item>
    <item>
    <title>cygwin64のrelease packageをsetup.exeでinstallしてみた</title>
    <description>
    <![CDATA[cygwin（cygwin64じゃない）のrsyncで64bitのrelease packageをdownloadしました。<br /><br />$ mkdir -p /cygdrive/c/cygwin64-packages/64bit<br />$ rsync -avz rsync://どこかのsite/cygwin/64bit/release /cygdrive/c/cygwin64-packages/64bit<br /><br />srcのpackageもdownloadするので、時間かかります。<br /><a title="" href="http://cygwin.com/mirrors.html" target="_blank">http://cygwin.com/mirrors.html</a>でrsyncが使えるところを選ぶ　（mirrors.kernel.orgがお薦めかな）<br /><br />cmd.exeを起動して<br />C:\cygwin64-packages\<a title="" href="http://cygwin.com/setup.exe" target="_blank">setup.exe</a> -L -l C:\cygwin64-packages\64bit\release -R C:\cygwin64 -N -d<br />でinstallできます。<br /><br />coreutils,minttyは<br /><a title="" href="ftp://ftp.iij.ad.jp/pub/cygwin/64bit/install/" target="_blank">ftp://ftp.iij.ad.jp/pub/cygwin/64bit/install/</a><br />からwgetして手動installしました。<br /><br />$ vi  /Cygwin.bat<br /><span style="font-size: small;">@echo off<br />C:<br />chdir C:\cygwin64\bin<br />PATH=C:\cygwin64\bin;%PATH%<br />rem bash<br />rem dash<br />start mintty -e bash<br />rem bash --login -i</span><br />はこんな感じしています。<br />homeディレクトリを作っておくといいでしょう。<br />]]>
    </description>
    <category>cygwin64</category>
    <link>http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup</link>
    <pubDate>Mon, 18 Mar 2013 11:02:33 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/65</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その７</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br />
<strong>libcroco</strong><br />
<strong>libunistring</strong><br />
<strong>gettext</strong><br />
<br />
<strong>libXinerama</strong><br />
<strong>libXrandr</strong><br />
<strong>libXfixes</strong><br />
<strong>libXcursor</strong><br />
<strong>libXcomposite</strong><br />
<strong>libXevie</strong><br />
<br />
<strong>pixman</strong><br />
<strong>cairo</strong> --disable-gl --disable-svg<br />
<strong>gobject-introspection</strong><br />
<strong>atk</strong><br />
<br />
<strong>libjpeg-turbo</strong><br />
<strong>jbigkit</strong><br />
<strong>libtiff</strong><br />
<strong>icu</strong><br />
<strong>graphite2</strong><br />
<strong>gdk-pixbuf2</strong> --without-libjasper<br />
<strong>harfbuzz</strong><br />
/usr/include/cairo/cairo-features.h<br />
#if !defined __ILP32__<br />
#define CAIRO_HAS_SVG_SURFACE 1<br />
#endif<br />
<br />
<strong>libthai</strong><br />
<strong>pango</strong><br />
<br />
<strong>dbus-glib</strong><br />
<strong>at-spi2-core</strong><br />
<strong>at-spi2-atk</strong><br />
<strong>libXdamage</strong><br />
<strong>libxkbcommon</strong><br />
<strong>gtk3</strong> --disable-colord --disable-cups --disable-wayland-backend<br />
/usr/include/cairo/cairo-svg.h<br />
/*# error Cairo was not compiled with support for the svg backend*/<br />
modules/printbackends/file/gtkprintbackendfile.c<br />
<br />
<strong>vala</strong><br />
<strong>gtk2</strong> --disable-colord --disable-cups<br />
<strong>librsvg2</strong> --disable-pixbuf-loader --disable-vala<br />
<strong>cairo</strong> --disable-gl]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-7</link>
    <pubDate>Sun, 17 Mar 2013 21:44:05 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/64</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その６</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br />
<strong>python3</strong><br />
<strong>glib2</strong><br />
<strong>gamin</strong><br />
<strong>libICE</strong><br />
<strong>libSM</strong><br />
<strong>dbus</strong> libs,devel<br />
<strong>glib2</strong> tests/unicode-encoding FAIL?<br />
<br />
<strong>tcp_wrappers</strong><br />
<strong>unixODBC</strong><br />
<strong>cyrus-sasl</strong> --without-ldap --disable-ldapdb --disable-sql<br />
<strong>openldap</strong> --disable-perl<br />
<strong>cyrus-sasl</strong> --disable-sql<br />
<br />
<strong>libgpg-error</strong><br />
<strong>libgcrypt</strong> gcc -mx32 <em>-ldl</em><br />
<strong>p11-kit</strong><br />
<strong>libtasn1</strong><br />
<strong>lzo</strong><br />
<strong>gmp</strong><br />
<strong>guile</strong>]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-6</link>
    <pubDate>Thu, 14 Mar 2013 19:15:46 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/63</guid>
  </item>
    <item>
    <title>f18のx86_64でx32abiの環境を構築する　その５</title>
    <description>
    <![CDATA[packageのインストール順とポイントだけ書いてます。<br /><br /><b>libblkid</b>(<b>util-linux</b>)<br /><b>libuuid</b>(<b>util-linux</b>)<br /><b>libcom_err</b>(<b>e2fsprogs</b>)<br /><b>krb5</b> --without-nss --without-openssl<br /><br />xorg-x11-proto-devel<br /><b>libXdmcp</b><br /><b>libXau</b><br /><b>libxcb</b><br /><b>libX11</b><br /><br /><b>openssl</b> multilib failed?<br /><b>krb5</b><br /><b>attr</b><br /><br /><b>libXext</b><br /><b>libXi</b><br /><b>libXtst</b><br /><b>freetype</b><br /><b>expat</b><br /><b>fontconfig</b> --disable-libxml2<br /><b>libXrender</b><br /><b>libXft</b><br /><b>tk</b><br /><b>tix</b><br /><b>libdb4</b><br /><b>libdb</b><br /><b>gdbm</b><br /><b>pam</b> without cracklib<br /><b>python</b> without valgrind<br /><b>libxml2</b><br /><b>cracklib</b><br />]]>
    </description>
    <category>x32abi</category>
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-5</link>
    <pubDate>Wed, 13 Mar 2013 19:14:35 GMT</pubDate>
    <guid isPermaLink="false">nanndaka.sugo-roku.com://entry/62</guid>
  </item>

    </channel>
</rss>