catting_cat has quit [Remote host closed the connection]
catting_cat has joined #openocd
catting_cat has quit [Remote host closed the connection]
BlackMage has joined #openocd
BlackMage has quit [Quit: Client closed]
catting_cat has joined #openocd
BlackMage has joined #openocd
catting_cat has quit [Remote host closed the connection]
catting_cat has joined #openocd
catting_cat has quit [Remote host closed the connection]
BlackMage has quit [Quit: Client closed]
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #openocd
catting_cat has joined #openocd
catting_cat has quit [Ping timeout: 252 seconds]
catting_cat has joined #openocd
catting_cat has quit [Remote host closed the connection]
catting_cat has joined #openocd
wingsorc has joined #openocd
catting_cat has quit [Remote host closed the connection]
catting_cat has joined #openocd
catting_cat has quit [Remote host closed the connection]
catting_cat has joined #openocd
catting_cat has quit [Remote host closed the connection]
catting_cat has joined #openocd
kraiskil has quit [Ping timeout: 252 seconds]
drath42 has quit [Quit: ...]
Hawk777 has joined #openocd
akaWolf has quit [Ping timeout: 252 seconds]
cozmo1975 has joined #openocd
<cozmo1975>
Hello
akaWolf has joined #openocd
<cozmo1975>
Which is the lqst version of openocd I can use with OSX Tiger 10.4, without the -rpath component used in 10.5?
<PaulFertser>
cozmo1975: hi
<PaulFertser>
cozmo1975: what about that rpath problem? It's the first time I hear about it.
Astronaut3 has joined #openocd
Astronaut3 has quit [Client Quit]
cozmo197564 has joined #openocd
<cozmo1975>
Hi PaulFertser,
<cozmo1975>
´rpah can only be used on OSX 10.5 not 10.4
<cozmo1975>
so I#m actally stucked with a building failure on Tiger 10.4
<cozmo1975>
On the other hand, I've tested the ppc build from the orenocd website, provided in 2015 by Jens Bauer
<cozmo1975>
ut this time, when I launch openocd I get an error "dyld: Lirary not loaded: libftdi1.2.dylib
<cozmo1975>
I can't get this library anymore
<PaulFertser>
cozmo1975: I do not understand why rpath is needed at all for anything related to openocd.
<PaulFertser>
cozmo1975: what adapter do you have, it's likely you do not need libftdi1 at all?
<cozmo1975>
rpath specific for Leopard is needed to compile the last openocd
<PaulFertser>
cozmo1975: please pastebin full output
<cozmo1975>
The building of the last oenocd then fails on Tiger ppc
<PaulFertser>
cozmo1975: I need to see the full log. rpath isn't needed by OpenOCD build process.
<PaulFertser>
I'll be back in about an hour.
urja has quit [Quit: WeeChat 3.4]
urja has joined #openocd
cozmo197564 has quit [Quit: Client closed]
<PaulFertser>
cozmo1975: ping
catting_cat has quit [Remote host closed the connection]
nerozero has quit [Ping timeout: 268 seconds]
Steffanx has quit [Quit: Whop whop]
catting_cat has joined #openocd
<cozmo1975>
I try to compile openocd fom the last snapshot and from github but I have git submodule issues with jimtcl
Steffanx has joined #openocd
<cozmo1975>
The only file I can compile without bootstrap is the one from macports openocd´0.1.1.0.tar.bz2
<cozmo1975>
And there I get this rpath error on 10.4 Tiger
<karlp>
anyone know how to turn off a git hook on push that came from gerrit/openocd? I can commit, but I can't push to my own fork because it's not fitting openocd's gerrit rules?
<karlp>
I've deleted the .git/hooks/commit-msg hook, but it has no affect, and I hav ealready committed locally anyway?
<PaulFertser>
cozmo1975: looks like you're running ./bootstrap not in a git cloned repository.
<PaulFertser>
cozmo1975: regarding rpath, see my previous messages.
<cozmo1975>
PaulFertser: Ok, I've removed -rpath -Wl from the cc-shared.tcl file but I get a new error: https://pastebin.com/Nxc93a1h
<cozmo1975>
PaulFertser: Maybe on Tiger OSX i should replace it by -loader_path?
<cozmo1975>
same error with -loader_path
sbach has quit [Read error: Connection reset by peer]
Bugies has quit [Ping timeout: 268 seconds]
sbach has joined #openocd
<karlp>
PaulFertser: https://paste.jvnv.net/view/5VtOo But I just realized it's probably in my github config, whicih got copied form openocd when I forked it there. will try and track it down.
<PaulFertser>
karlp: so github can have some server-side checks? Good to know.
<karlp>
well, I don't know?
<karlp>
i can't find them, and it still seems to be getting run locally, because the push is refused.
<karlp>
but I cant find what is locally rejecting my push
<karlp>
it's running some checkpatch or something before I push
crabbedhaloablut has quit [Remote host closed the connection]
<PaulFertser>
cozmo1975: can't map file: /usr/local/lib says something is wrong with your link command now.
crabbedhaloablut has joined #openocd
<karlp>
and this code has blobs as byte arrays, with style "0xaa,0xbb,0xcc" and I get a checkpatch warning for every single comma not having a space.... :)
<PaulFertser>
cozmo1975: the way you removed rpath seems wrong
<PaulFertser>
karlp: if it's not in .git/hooks locally and not in a remote branch I have no idea, it's way too strange :)
crabbedhaloablut has quit [Write error: Connection reset by peer]
<cozmo1975>
PaulFerther: As alternative I re-installed Jens Bauer's ppc version, It complained about libftdi!.2.dylib so I've copy-pated libftdi.1 from macports in /usr/local/lib and renamed it to libftdi1.2.dylib. It complained for libusb-1.4.dylib ans I've copy´pasted it from macports, and now I get a Bus error launching openocd.
<karlp>
yeah, .git/hooks has a bunch of .sample files, and only a commit-msg one that's active,
<karlp>
no idea how push is getting blocked.
<PaulFertser>
cozmo1975: you should have removed "-Wl,-rpath" not "-rpath -Wl"