461700+ entries in 0.295s

nubbins`: anecdote: Dory popped
through
the screen window yesterday
nubbins`: but
they'll lose
that urge after a couple weeks.
nubbins`: cats running away generally isn't a
thing
that happens, unless
they're running from a new home
to
their previous one
nubbins`: (cats are v
territorial, don't just "run away")
nubbins`: unless
they were held against
their will
nubbins`: never
to return? seems unlikely
nubbins`: was
this
the neighbour who'd been broken into?
nubbins`: i
think she ordered
the vegetarian spaghetti
nubbins`: i've been
trying
to sell a single bitcoin in -otc for
three days
☟︎ nubbins`: the fact
that "Leah, 20." feels
the education system should be
the primary educator of children is
telling
nubbins`: "the fact
that most people won’t learn about sexual variation until COLLEGE is ... VIOLENT"
shinohai: The mix
tape for a new generation.
cazalla: which is really strange given coontown does
target (reddit's ver of
targeting) people
ben_vulpes: asciilifeform: 'change addr' << i have banged on at length about
this brain damage
mircea_popescu: <mod6> mod6: Sir Grayhawk, I would like
to use
this recipe
to craft a static apple pie. Sir Grayhawk: Let me
traide you for
this here Universe Schematic. << WUT ?!
laylagottawatch: seriously
tho people say how eric clapton bout
this watch or
that watch, who gives a shizen
mod6: mod6: Sir Grayhawk, I would like
to use
this recipe
to craft a static apple pie. Sir Grayhawk: Let me
traide you for
this here Universe Schematic.
mod6: i would
think i would need
to build whatevre
this is: x86_64-gentoo-linux-uclibc-gcc (Gentoo Hardened 4.8.4 p1.5, pie-0.6.1) 4.8.4 +
the obscure patch in msg00410
mod6: ok. np.
the message didn't say. i guess i could
try pulling
the 4.8.4 source or whatever and see.
mod6: so
thinking
that my 0.9.33.2 /should/ be okay...
mod6: yeah. it seems weird from
that other link
that uclibc should have a fix applied in branch 0.9.32, or did i misunderstand
that.
decimation: I'm not sure, but I do know if
that if
the fix I found above isn't integrated it might not matter
mod6: so
this might not be a problem, but i was just looking at
the environement
to see if something is out of whack. it seems
the /usr/bin/gcc isn't quite
the same as
the /usr/x86_64-gentoo-linux-uclibc/gcc-bin/4.8.4/x86_64-gentoo-linux-uclibc-gcc :
http://dpaste.com/19T1QMN.txt decimation: if it's
this gcc bug, it wasn't fixed until 13 feb 2015
decimation: unless
the fix was backported, you need gcc 5.1
mod6: decimation: i saw
that
there. lol,
there aren't many people who've encoutered
this.
decimation: it's something
to do with linking between ulibc, gcc, pthread
mod6: unless i'm just dumb, and it's related
to "getnameinfo()", but i honestly didn't
think it was reated.
mod6: the linker is saying
that an R_X86_64_PC32 relocation against an undefined symbol can't be used in a shared object... maybe your removal of
the dns shit fixes
this. not sure. will
try adding
that patch as well if
this next
thing doesn't work.
mod6: the other issue is
the linking
thing...
mod6: no,
those where in
there from
the beginning. i ended up adding ``#define __STDC_LIMIT_MACROS'' with ``#include <stdint.h>''
to net.cpp, util.cpp and wallet.cpp and
then is ok.
☟︎ mod6: well, i've got
the stdint
thing figured out for
the
time being. i've applied your patch "asciilifeform-kills-integer-retardation.patch" and "nubs-gentoo-sanity.patch".
mod6: oh you
think
that's causing
this issue?
assbot: Logged on 11-06-2015 02:07:08; mod6: yeah, i
tried with just ``#include <stdint.h>'', no dice, same error. my /usr/include/stdint.h has: #if !defined __cplusplus || defined __STDC_LIMIT_MACROS ... # define INT64_MIN (-__INT64_C(9223372036854775807)-1)
mod6: gentoo has a page
that mentions PIEs & PICs... maybe i can
try without -fPIE and see what happens.
mod6: maybe I have it in
the wrong spot
though.
mod6: hmm. well,
this didn't help either: recompile with -fPIC
decimation: I'm not sure what
the issue is exactly, it's probably some complicated ulibc <-> gcc interaction
decimation: it's a weak symbol,
the unwind shit is related
to debugging
mod6: got passed
that problem... but now have something else.
decimation: I
think I solved it by
turning off doc generation
mod6: ah,
thanks decimation.
that's probably
the other part of what nubbins` was saying before about not being copied correctly. i had
to copy
the headers by hand for it
to compile...
decimation: you are probably missing
that one
tool
decimation: yeah and when it failed
to install documents it didn't move it
to ourlibs/lib
mod6: the
typescript does say
that it had some error installing
the documents or something
though, but other
than
that, looks ok.
decimation: is your
target libcrypto and libssl in /usr/lib or in your built auto.sh
targets?
mod6: I have
that whole part saved in a
typescript. lemme check
mod6: <+decimation>
the linker is saying it can't find your built libssl and libcrypto << hmm i guess i can understand libcrypto, but openssl was built with auto.sh... would have
though it could ifnd it..
mod6: yeah, i
tried with just ``#include <stdint.h>'', no dice, same error. my /usr/include/stdint.h has: #if !defined __cplusplus || defined __STDC_LIMIT_MACROS ... # define INT64_MIN (-__INT64_C(9223372036854775807)-1)
☟︎ mod6: anyway, after I fixed
those hiccups,
then I ran into
this when linking. any
thoughts here?
this is a gentoo with nearly nothing installed... :
http://dpaste.com/0HQTB32.txt mod6: im not sure what jurov's
thing shows. i go by what's in
the v0.5.3.1-RELEASE.tar.gz with hash: 5c41fe6cf286770a25bf61ab0c35747d0c760f8656754296d2e1d3c4274b5686
mod6: here's what I discovered: ``#define __STDC_LIMIT_MACROS'' is in ``headers.h''. But if I add ``#define __STDC_LIMIT_MACROS'' with ``#include <stdint.h>'' directly after
the #define in net.cpp,
then it compiles fine. I found
the same errors in util.cpp and wallet.cpp. Added
those
two lines fixes it in all places.
decimation: mod6 is
there an INT64_MIN in bitcoin? jurov's
tool doesn't see it
mod6: Going back
to
this error from lastnight: net.cpp:1358:23: error: 'INT64_MIN' was not declared in
this scope
decimation: asciilifeform: are you saying google is gonna buy sks servers and slowly fade
them away?
mircea_popescu: asciilifeform judging by
the alleged models
they use, i'd be surprised
too. except i don't believe even for a second
the inept allegations of
the shithead ycombinator parade.