<rwmjones>
there's no reference to git on the site, only to svn, which is very confusing
<_zack>
to the gitweb page ?
<_zack>
ah
<Yoric[DT]>
hi
<_zack>
well, the problem is that the gforge version we are using isn't yet git-aware
<_zack>
will be solved with the next gforge
<_zack>
which will be installed just after debian/lenny release
<_zack>
what I did for other *forge projects where I use git, is adding a link to gitweb to the (customized) homepage, see for example http://camlbz2.forge.ocamlcore.org
<rwmjones>
that'd be good
<_zack>
rwmjones: you can do that by yourself
<rwmjones>
oh sometimes I really hate git
<rwmjones>
fatal: no matching remote head
<_zack>
you can't pull
<_zack>
you must push to bootstrap
<_zack>
hence first create a local repo, add the forge as remote, and push to it
<rwmjones>
I know .. it's just it lacks some basic usability
<_zack>
:-)
<mehdid_>
_zack: have you considered using something else than gforge ?
<_zack>
mehdid_: no, and given the current: (1) committment (2) work force, we won't change that
Axioplase is now known as Axioplase_
<rwmjones>
det, file bugs with the various distributions so that the behaviour is unified
<det>
lablgtk2 doesnt include a META file
<det>
So who is to say who is right
<rwmjones>
there's a good start, supply one to the upstream project
<det>
I guess I should file a bug against lablgtk2 :-)
<_zack>
det: in that case one META should be proposed upstream
<_zack>
IIRC, I did that about 5 years ago
<det>
with lablgtk2 ?
<_zack>
no, it was of course lablgtk still
<rwmjones>
I'm quite sure jacques will add one to upstream if gently reminded about it
<rwmjones>
& supplied with a usable patch
<rwmjones>
oh god I hate git
<rwmjones>
No refs in common and none specified; doing nothing.
<rwmjones>
Perhaps you should specify a branch such as 'master'.
<rwmjones>
fatal: The remote end hung up unexpectedly
<rwmjones>
error: failed to push some refs to 'git+ssh://rwmj@git.ocamlcore.org/gitroot/ocaml-autoconf/ocaml-autoconf.git'
<rwmjones>
$ git push master
<rwmjones>
fatal: 'master': unable to chdir or not a git archive
<rwmjones>
fatal: The remote end hung up unexpectedly
<_zack>
IIRC you need to specify both remote and head
<_zack>
like "git push origin master" or something such
mehdid_ is now known as mehdid
<rwmjones>
no I'm gonna post a snotty email on the git mailing list
<_zack>
that too
fschwidom has joined #ocaml
marmotine has joined #ocaml
<sgnb>
rwmjones: IIUC, you have a local repo, the remote one is empty, and you want to push your changes?
<rwmjones>
sgnb, yes
<rwmjones>
$ git push
<rwmjones>
No refs in common and none specified; doing nothing.
<rwmjones>
Perhaps you should specify a branch such as 'master'.
<rwmjones>
fatal: The remote end hung up unexpectedly
<rwmjones>
error: failed to push some refs to 'git+ssh://rwmj@git.ocamlcore.org/gitroot/ocaml-autoconf/ocaml-autoconf.git'
comglz_ has joined #ocaml
<_zack>
rwmjones: give me the output of "git remote show origin"
<rwmjones>
_zack, don't worry, I've worked it out now, just about to check in the original macros
<_zack>
ah, but I do see something in the repo now
<_zack>
indeed
<rwmjones>
should be just an empty README file
schmx has joined #ocaml
deadc0de has joined #ocaml
s4tan has quit [Read error: 104 (Connection reset by peer)]
schme has quit [Read error: 145 (Connection timed out)]
comglz has quit [Read error: 110 (Connection timed out)]
<sgnb>
rwmjones: git push --all doesn't word?
<sgnb>
(but you have to have at least one commit, there is no way to push an empty repos)
|jedai| has quit [Read error: 110 (Connection timed out)]
deadc0de is now known as s4tan
seafood has quit []
<rwmjones>
_zack, ping
<rwmjones>
_zack, I'd like to make some slightly fundamental changes: AC_PROG_OCAML shouldn't fail if the compiler isn't found. Also I'd like AC_PROG_OCAML to detect my cross-compiler correctly.
<rwmjones>
The second is a simple change, but the first would impact lots of scripts.
Snark has joined #ocaml
hkBst has joined #ocaml
m3ga has quit ["disappearing into the sunset"]
<_zack>
rwmjones: it seems to me that your change is coherent with other AC_PROG_* macros, do you confirm that?
<rwmjones>
yup
<_zack>
if so, please go ahead, it would be more natural
fschwidom has quit [Remote closed the connection]
fschwidom has joined #ocaml
|jedai| has joined #ocaml
_jedai_ has quit [Read error: 110 (Connection timed out)]
|jedai| has quit [Read error: 110 (Connection timed out)]
|jedai| has joined #ocaml
jeremiah has quit [Read error: 104 (Connection reset by peer)]
_zack has quit ["Leaving."]
sporkmonger has quit []
jeremiah has joined #ocaml
Snark has quit ["Ex-Chat"]
l_a_m has quit [Read error: 110 (Connection timed out)]
authentic has joined #ocaml
sporkmonger has joined #ocaml
rby has joined #ocaml
vixey has joined #ocaml
Associat0r has joined #ocaml
ido has joined #ocaml
jeremiah has quit [Read error: 104 (Connection reset by peer)]
jeremiah has joined #ocaml
willb has quit [Read error: 60 (Operation timed out)]
nuncanada has quit [Read error: 110 (Connection timed out)]
nuncanada has joined #ocaml
ygrek has quit [Remote closed the connection]
_jedai_ has joined #ocaml
|jedai| has quit [Read error: 110 (Connection timed out)]
nuncanada has quit [Remote closed the connection]
Waleee has joined #ocaml
<gildor>
Camarade_Tux: the "bug" was in the feature list, this is the reason why i don't have spotted it
<gildor>
this is _zack who is taking care of git.ocamlcore.org
willb has joined #ocaml
fschwidom has quit [Remote closed the connection]
pango has quit [Remote closed the connection]
pango has joined #ocaml
<hcarty>
det: It's a hack, but under godi I install a dummy META file with "ocamlfind install zip META", and the META file simply requires camlzip
<hcarty>
That way I can always use "zip" with findlib, at least across Debian, Fedora and godi
_zack has joined #ocaml
Walee has joined #ocaml
<rwmjones>
_zack, ping
<_zack>
pong
<rwmjones>
_zack, hey ... had a look at the latest ocaml-autoconf? I don't think there's a lot more we can do until we get the upstream license resolved
<_zack>
nope, I just came back and I've noticed your commit, will have a look
<_zack>
regarding licensing, I've mailed you saying that I'll mail individually the guys
<_zack>
but we can wait a couple of days
<_zack>
(then I'll also need to compare the version you committed with my changes to andrieu's code)
<rwmjones>
_zack, you're happy with the license I chose?
<_zack>
yup, makes sense
<rwmjones>
I've overhauled the code a great deal, so I doubt any patches will apply
<_zack>
more than patches, I'd just want to compare features
<rwmjones>
ok ... also worth reading the man page, which is where the canonical documentation exists
<_zack>
the POD file right? nice
<rwmjones>
yup
<rwmjones>
do 'make' & it'll give you a man page
<gildor>
_zack: I have assigned you a feature request for creating 3 new git repo
<_zack>
gildor: seen that, will do tonight
<_zack>
but I'll let the users do the migrations, we can't decide how to do that for them
<gildor>
_zack: ok great, thanks
* gildor
go back to prepare slides for OCaml Meeting
<_zack>
gildor: indeed, I was just going to ask :-)
<gildor>
_zack: I think i will send you next week
<gildor>
is this ok ?
<_zack>
yup
* _zack
also needs to register yet
Waleee has quit [Read error: 110 (Connection timed out)]
<gildor>
we are something like 30 people going at this year meeting for now
<gildor>
(50 last year)
<gildor>
I hope that we will be at least 40
tvn has quit ["Leaving"]
_zack has quit ["Leaving."]
s4tan has quit []
_jedai_ has quit [Read error: 110 (Connection timed out)]
|jedai| has joined #ocaml
Walee has quit [Read error: 110 (Connection timed out)]
<fremo>
ls
<fremo>
oups
jeremiah has quit [Read error: 104 (Connection reset by peer)]
fschwidom has joined #ocaml
Snark has joined #ocaml
jeremiah has joined #ocaml
Maghnus has quit [Connection timed out]
psnively has joined #ocaml
<psnively>
In GODI, if I have installed with section=3.11, is there an easy way to downgrade to 3.10.2?
jeremiah has quit [Read error: 104 (Connection reset by peer)]
OChameau has quit ["Leaving"]
^authentic has joined #ocaml
willb has quit [Read error: 110 (Connection timed out)]
willb has joined #ocaml
jeremiah has joined #ocaml
ygrek has joined #ocaml
comglz_ has quit [Client Quit]
authentic has quit [Read error: 110 (Connection timed out)]
^authentic is now known as authentic
Snark has quit [Remote closed the connection]
paul424 has joined #ocaml
|jedai| has quit [Operation timed out]
|jedai| has joined #ocaml
seafood has joined #ocaml
|jedai| has quit [Read error: 113 (No route to host)]
Snark has joined #ocaml
tomaw has quit [Remote closed the connection]
ygrek has quit [Remote closed the connection]
tomaw has joined #ocaml
ygrek has joined #ocaml
Snark has quit ["Ex-Chat"]
jeremiah has quit [Read error: 104 (Connection reset by peer)]
nuncanada has joined #ocaml
tar_ has joined #ocaml
<tar_>
installing godi-postgresql on OS X, I see it run "ocamlc ... -DPG_OCAML_MAJOR_VERSION= -DPG_OCAML_MINOR_VERSION= ..." (why wouldn't those two variables get values?)
jeremiah has joined #ocaml
<tar_>
oh, hm, maybe pg_config needs to be in my path
<tar_>
yeah...
sporkmonger has quit [Read error: 60 (Operation timed out)]
paul424 has quit ["ChatZilla 0.9.84 [Firefox 3.0.5/2008120122]"]