<GitHub191>
[artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/42N6Gw
<GitHub191>
artiq/master f695715 Sebastien Bourdeauducq: doc: minor fixes
fengling_ has quit [Ping timeout: 256 seconds]
xiangfu has quit [Ping timeout: 256 seconds]
xiangfu has joined #m-labs
fengling_ has joined #m-labs
_florent_ has joined #m-labs
xiangfu_ has joined #m-labs
xiangfu has quit [Ping timeout: 244 seconds]
xiangfu_ has quit [Ping timeout: 240 seconds]
<larsc>
more Xilinx awesomeness, with the latest version of Vivado if you have a vector and part of the vector is not connected, instead of removing those bits from the design it removes the whole vector
xiangfu has quit [Remote host closed the connection]
FabM has quit [Quit: ChatZilla 0.9.91 [Iceweasel 31.3.0/20141203072641]]
sb0 has quit [Quit: Leaving]
FabM has joined #m-labs
mog_ has joined #m-labs
mog_ is now known as mog
_whitelogger___ has joined #m-labs
<rjo_>
ysionneau: i would think these are binary-only kernel modules (and libs). that makes nidaqmx much less portable in practice than xilinx even if they only support one distribution.
mog has left #m-labs ["Leaving"]
<ysionneau>
so far I'm struggling to install nidaqmx-base on one of the supposedly supported distrib : opensuse 13.1
<ysionneau>
it searches for libstdc++.so.5 when there is instead libstdc++.so.6
<ysionneau>
even creating a symlink seems to not work, I guess the installer does not test with something like if -e /usr/lib/libstdc++.so.5 but rather by using the rpm database stuff
<rjo_>
ysionneau: no stdc++ 5 is _very_ different from stdc++ 6.
<ysionneau>
super
<rjo_>
and very old
<ysionneau>
opensuse provides a package named libstdc++-33 maybe that's the -5, let's try to look inside the rpm
<rjo_>
they should have a package for that. debian has it aptly named: libstdc++5
<rjo_>
ysionneau: -33 is 5 (IIRC)
<rjo_>
the soname is 5, the version is something like 3.3.6 or thereabouts.
<ysionneau>
it would have been too easy to name it like debian with -5 :')
<ysionneau>
thanks let's try that
<rjo_>
dumb of them to name the package after the version and not after the soname.
rjo_ is now known as rjo
<ysionneau>
ok it does contain the correct file /o/
<ysionneau>
but it installs it in /usr/lib64
<ysionneau>
ok there is -33-32bit
<ysionneau>
great, all 36 RPMs are installed
Gurty has quit [Ping timeout: 250 seconds]
Gurty has joined #m-labs
mumptai has joined #m-labs
_florent_ has quit [Quit: Leaving]
_whitelogger has joined #m-labs
bentley` has quit [Remote host closed the connection]
bentley`` has joined #m-labs
<rjo>
ysionneau: are there binary only kernel modules? or do they do binary-blob + shim?