flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | Grab OCaml 3.10.2 from http://caml.inria.fr/ocaml/release.html (featuring new camlp4 and more!)
<Jeff_123> How does caml store chars? Single element char arrays? There doesn't seem to be macros for handling chars directly in the c interface.
m3ga has joined #ocaml
<Jeff_123> oh nm, I think they're just ints
<mwc> One thing I'd like to see in that tool is the ability to dump the mangled name for functions. You'd need that for making bindings
<mwc> Hmmm
<mwc> actually, looks like it dumps the mangled names now
<mwc> :D
<Jeff_123> that only makes sense :)
ChristopheT has quit ["Need some rest"]
nuncanada has joined #ocaml
letrec has quit [Read error: 101 (Network is unreachable)]
er_away has quit [Remote closed the connection]
silentbicycle has quit ["..."]
mwc has quit [Read error: 110 (Connection timed out)]
Morphous_ has joined #ocaml
masterlinux has left #ocaml []
MikeMcClurg has quit [Read error: 110 (Connection timed out)]
Morphous has quit [Read error: 110 (Connection timed out)]
hsuh has joined #ocaml
Ched- has quit [Connection timed out]
Ched- has joined #ocaml
Axioplas1 has joined #ocaml
letrec_ has joined #ocaml
letrec_ is now known as letrec
hsuh has quit [Remote closed the connection]
Jeff_123 has quit [Read error: 104 (Connection reset by peer)]
Philonous1 has joined #ocaml
Associat0r has quit []
Associat0r has joined #ocaml
Associat0r has quit [Client Quit]
Associat0r has joined #ocaml
Associat0r has quit [Client Quit]
Associat0r has joined #ocaml
Philonous has quit [Read error: 113 (No route to host)]
mikezackles has quit [Read error: 110 (Connection timed out)]
Jeff_123 has joined #ocaml
Axioplas2 has joined #ocaml
Axioplas1 has quit [Read error: 104 (Connection reset by peer)]
arquebus has joined #ocaml
Axioplas1 has joined #ocaml
Axioplas2 has quit [Read error: 104 (Connection reset by peer)]
m3ga has quit ["disappearing into the sunset"]
Axioplas1 has quit [Read error: 104 (Connection reset by peer)]
Axioplas1 has joined #ocaml
shortc|desk has quit ["Probably rebooting."]
shortcircuit has joined #ocaml
shortcircuit is now known as shortc|desk
Axioplas1 has quit [Remote closed the connection]
Axioplas1 has joined #ocaml
palomer has quit ["Leaving"]
Deffie has joined #ocaml
arquebus has quit [Remote closed the connection]
asmanur has joined #ocaml
Associat0r has quit []
Ched- has quit [Read error: 110 (Connection timed out)]
filp has joined #ocaml
bluestorm has joined #ocaml
bluestorm has quit [Remote closed the connection]
Snark_ has joined #ocaml
Snark_ is now known as Snark
Axioplas1 has quit ["leaving"]
rwmjones_ has joined #ocaml
rwmjones has quit [Read error: 104 (Connection reset by peer)]
asmanur` has joined #ocaml
asmanur has quit [Read error: 110 (Connection timed out)]
OChameau has joined #ocaml
Ched- has joined #ocaml
Mr_Awesome has quit ["aunt jemima is the devil!"]
LordMetroid has joined #ocaml
LordMetroid has quit [Client Quit]
asmanur` has quit [Read error: 110 (Connection timed out)]
hkBst has joined #ocaml
Dany has joined #ocaml
ChristopheT has joined #ocaml
guillem has joined #ocaml
jeremiah has quit []
jeremiah has joined #ocaml
thelema has quit [Read error: 110 (Connection timed out)]
Deffie has quit []
jlouis has quit ["Leaving"]
ChristopheT has quit [Read error: 110 (Connection timed out)]
jlouis has joined #ocaml
sponge45 has joined #ocaml
<rwmjones_> gildor ping
<rwmjones_> gildor, I've just seen part of your ocaml-libvirt patch:
<rwmjones_> + mkdir -p $(OCAMLDESTDIR)
<rwmjones_> + ocamlfind install -destdir $(OCAMLDESTDIR) -ldconf ignore libvirt \
<rwmjones_> which is wrong ... packages themselves should never make destdir or use the -destdir parameter
<rwmjones_> that's a packaging thing
<rwmjones_> so I'm going to back out that part
asmanur has joined #ocaml
Deffie has joined #ocaml
<gildor> rwmjones_: pong
<rwmjones_> see above
<gildor> yep
<gildor> the patch has been written by agx
<rwmjones_> gildor, you can pass an environment vraiable to get the same effect
<rwmjones_> export DESTDIR=$RPM_BUILD_ROOT
<rwmjones_> export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
<rwmjones_> mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
<rwmjones_> mkdir -p $RPM_BUILD_ROOT%{_bindir}
<rwmjones_> make install-byte
<gildor> give 5 seconds, i review the patch
<rwmjones_> %if %opt
<rwmjones_> make install-opt
<rwmjones_> %endif
guillem has quit [Remote closed the connection]
<gildor> rwmjones_: yep but i also need the -ldconf ignore
<rwmjones_> gildor, I left that in
<gildor> what about "ocamlfind install $(OCAMLFINDINSTALLFLAGS) libvirt..."
<rwmjones_> mmmm
<gildor> i will just have to call make OCAMLFINDINSTALLFLAGS="-destdir ... -ldconf ignore"
<rwmjones_> what can't be done without setting OCAMLFIND_DESTDIR?
<gildor> the ldconf parts ?
<rwmjones_> gildor, no I left -ldconf ignore in there
<rwmjones_> gildor, you'll also have to mkdir the destdir in debian/rules too
guillem has joined #ocaml
<gildor> i will use a ".dirs.in" to do that, i am used to
<gildor> i think the "-ldconf" stuff should not be left
<gildor> it is required on some system (maybe not debian and fedora...)
<rwmjones_> should not be left in?
<gildor> indeed
<rwmjones_> oh I see
<rwmjones_> it was only a warning before anyway
<rwmjones_> gildor, on a totally separate issue, do you find that ocaml binaries built on debian hae an executable stack?
<gildor> having OCAMLFINDINSTALLFLAGS doesn't prevent you to build the package the way you want (using OCAMLFIND_DESTDIR)
<gildor> and allow wider customization
<gildor> executable stack -> never tested
<rwmjones_> it's actually a big problem
<rwmjones_> because if you link to C libs, they no longer benefit from NX protection
<rwmjones_> anyway there's a lot of detail & links in the bugzilla link above about this issue
* rwmjones_ is going to have lunch now, back in a bit
RobertFischer has joined #ocaml
Philonous1 is now known as Philonous
Deffie has quit [Read error: 104 (Connection reset by peer)]
Deffie has joined #ocaml
Jedai has joined #ocaml
Jedai has quit [Read error: 104 (Connection reset by peer)]
ChristopheT has joined #ocaml
guillem has quit [Read error: 104 (Connection reset by peer)]
ChristopheT has left #ocaml []
ecc has joined #ocaml
Jedai has joined #ocaml
Jedai has quit [Read error: 104 (Connection reset by peer)]
Jedai has joined #ocaml
Jedai has quit [Read error: 104 (Connection reset by peer)]
bluestorm has joined #ocaml
Linktim has joined #ocaml
pango has quit [Remote closed the connection]
nuncanada has quit ["Leaving"]
pango has joined #ocaml
Nqur has joined #ocaml
Associat0r has joined #ocaml
bluestorm has quit ["Konversation terminated!"]
filp has quit ["Bye"]
letrec has quit [Read error: 110 (Connection timed out)]
Jeff_123 has quit [Read error: 110 (Connection timed out)]
LordMetroid has joined #ocaml
Deffie has quit []
Jeff_124 has joined #ocaml
Nqur has left #ocaml []
letrec_ has joined #ocaml
letrec_ is now known as letrec
psnively has joined #ocaml
Associat0r has quit []
r0bby has joined #ocaml
guillem has joined #ocaml
asmanur has quit [Read error: 110 (Connection timed out)]
psnively has quit []
Associat0r has joined #ocaml
RobertFischer has quit ["Taking off -- check out http://smokejumperit.com and http://enfranchisedmind.com/blog/"]
Dany has quit [Read error: 104 (Connection reset by peer)]
mikezackles has joined #ocaml
OChameau has quit [Read error: 113 (No route to host)]
letrec has quit [Read error: 110 (Connection timed out)]
RobertFischer has joined #ocaml
bluestorm has joined #ocaml
asmanur has joined #ocaml
Mr_Awesome has joined #ocaml
ofaurax has joined #ocaml
LordMetroid has quit [Connection timed out]
Snark has quit ["Ex-Chat"]
bluestorm has quit ["Konversation terminated!"]
rwmjones_ has quit ["Closed connection"]
LordMetroid has joined #ocaml
RobertFischer has quit ["Taking off -- check out http://smokejumperit.com and http://enfranchisedmind.com/blog/"]
RobertFischer has joined #ocaml
Linktim has quit ["Quitte"]
tomh- has joined #ocaml
asmanur has quit [Remote closed the connection]
guillem has quit [Remote closed the connection]
dsadas has joined #ocaml
dsadas is now known as dsadsa
tomh- has quit ["http://www.mibbit.com ajax IRC Client"]
dsadsa is now known as tomh-
ChristopheT has joined #ocaml
ChristopheT has left #ocaml []
dsadsadsadsa has joined #ocaml
det has quit [Read error: 104 (Connection reset by peer)]
dsadsadsadsa is now known as dsadsadsadsad
tomh- has quit [Client Quit]
dsadsadsadsad is now known as tomh-
jlouis has quit [Read error: 104 (Connection reset by peer)]
jlouis has joined #ocaml
det has joined #ocaml
ofaurax has quit ["Leaving"]
kig has joined #ocaml
bluestorm has joined #ocaml
tomh- has quit ["http://www.mibbit.com ajax IRC Client"]
mikezackles has quit [Connection timed out]
<kig> fun with suffix combinators (and a little help from open List + some utils): "/etc/passwd" $ mapLines (split ":") $ filter (head $. equals "kig") $ map (pick [2; 5]) - : string list list = [["1000"; "/home/kig"]]
hkBst has quit ["Konversation terminated!"]
bluestorm has quit ["Konversation terminated!"]
palomer has joined #ocaml
RobertFischer has quit []