<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel rdf:about="http://nanndaka.sugo-roku.com/RSS/100/">
    <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/" />
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
    <description>知らないほうが幸せかもしれない</description>
    <dc:language>ja</dc:language>
    <dc:date>2018-11-07T22:15:20+09:00</dc:date>
    <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/rx-elf-gcc/rx-elf-gcc-12" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup64" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-11" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-10" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-9" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-8" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-7" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-6" />
      <rdf:li rdf:resource="http://nanndaka.sugo-roku.com/x32abi/x32abi-5" />
    </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://nanndaka.sugo-roku.com/rx-elf-gcc/rx-elf-gcc-12">
    <link>http://nanndaka.sugo-roku.com/rx-elf-gcc/rx-elf-gcc-12</link>
    <title>rx-elf-gcc(4.8.1)でinternal compiler error(var-tracking.c)が</title>
    <description>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232
internal compiler errorになるとのこと

var-tracking.cでエラーになっているので関連オプションに的を絞ってあれやこれややってみました。
&amp;amp;nbsp; -fvar-t...</description>
    <content:encoded><![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 />
これを試したところ、見事に回避出来ました。]]></content:encoded>
    <dc:subject>rx-elf-gcc</dc:subject>
    <dc:date>2013-07-27T02:06:59+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup64">
    <link>http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup64</link>
    <title>cygwin64はプチrelease状態？</title>
    <description> setup64.exe で、installできるようになってます。 </description>
    <content:encoded><![CDATA[<a href="http://ftp.iij.ad.jp/pub/cygwin/64bit/setup64.exe" title="">setup64.exe</a>で、installできるようになってます。<br />]]></content:encoded>
    <dc:subject>cygwin64</dc:subject>
    <dc:date>2013-03-27T02:51:50+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-11">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-11</link>
    <title>f18のx86_64でx32abiの環境を構築する　その１１</title>
    <description>packageのインストール順とポイントだけ書いてます。
mesa-libGLU
ocaml configure -cc &amp;quot;gcc -mx32&amp;quot; -as &amp;quot;as --x32&amp;quot; -aspp &amp;quot;gcc -mx32 -c&amp;quot; -partialld &amp;quot;ld -m elf32_x86_64 -r&amp;quot;

libXv...</description>
    <content:encoded><![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>]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-26T03:22:33+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-10">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-10</link>
    <title>f18のx86_64でx32abiの環境を構築する　その１０</title>
    <description>packageのインストール順とポイントだけ書いてます。

gobject-introspection
libgusb
js
mozjs17
polkit
lcms2
colord

grubby

perl sed -i &amp;quot;s@LDLIBPTH = LD_LIBRARY_PATH=`pwd` `p...</description>
    <content:encoded><![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>]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-23T05:14:32+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-9">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-9</link>
    <title>f18のx86_64でx32abiの環境を構築する　その９</title>
    <description>packageのインストール順とポイントだけ書いてます。
llvm
wayland export DISPLAY=&amp;quot;:0.0&amp;quot;
libXt
libXpm
libXmu
libXaw

libvdpau
elfutils(elfutils-libelf-devel)

libdrm sed -i &amp;quot;s...</description>
    <content:encoded><![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]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-22T03:21:28+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-8">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-8</link>
    <title>f18のx86_64でx32abiの環境を構築する　その８</title>
    <description>packageのインストール順とポイントだけ書いてます。
gc (libatomic_ops-devel)
libpciaccess x git 20130317
libdrm
libXxf86vm
kmod
libcap
acl
lua
nettle
libusbx
libpcap
ldns
li...</description>
    <content:encoded><![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>]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-19T01:54:35+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup">
    <link>http://nanndaka.sugo-roku.com/cygwin64/cygwin64-setup</link>
    <title>cygwin64のrelease packageをsetup.exeでinstallしてみた</title>
    <description>cygwin（cygwin64じゃない）のrsyncで64bitのrelease packageをdownloadしました。$ mkdir -p /cygdrive/c/cygwin64-packages/64bit$ rsync -avz rsync://どこかのsite/cygwin/64bit...</description>
    <content:encoded><![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 />]]></content:encoded>
    <dc:subject>cygwin64</dc:subject>
    <dc:date>2013-03-18T20:02:33+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-7">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-7</link>
    <title>f18のx86_64でx32abiの環境を構築する　その７</title>
    <description>packageのインストール順とポイントだけ書いてます。
libcroco
libunistring
gettext

libXinerama
libXrandr
libXfixes
libXcursor
libXcomposite
libXevie

pixman
cairo --disable-...</description>
    <content:encoded><![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]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-18T06:44:05+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-6">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-6</link>
    <title>f18のx86_64でx32abiの環境を構築する　その６</title>
    <description>packageのインストール順とポイントだけ書いてます。
python3
glib2
gamin
libICE
libSM
dbus libs,devel
glib2 tests/unicode-encoding FAIL?

tcp_wrappers
unixODBC
cyrus-sasl --w...</description>
    <content:encoded><![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>]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-15T04:15:46+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
  <item rdf:about="http://nanndaka.sugo-roku.com/x32abi/x32abi-5">
    <link>http://nanndaka.sugo-roku.com/x32abi/x32abi-5</link>
    <title>f18のx86_64でx32abiの環境を構築する　その５</title>
    <description>packageのインストール順とポイントだけ書いてます。libblkid(util-linux)libuuid(util-linux)libcom_err(e2fsprogs)krb5 --without-nss --without-opensslxorg-x11-proto-devellibXdm...</description>
    <content:encoded><![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 />]]></content:encoded>
    <dc:subject>x32abi</dc:subject>
    <dc:date>2013-03-14T04:14:35+09:00</dc:date>
    <dc:creator>kenrou</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>kenrou</dc:rights>
  </item>
</rdf:RDF>
