NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
tsal has quit [Ping timeout: 268 seconds]
tsal has joined #openocd
thinkfat has joined #openocd
thinkfat_ has quit [Ping timeout: 260 seconds]
Willy-- has joined #openocd
nerozero has joined #openocd
akaWolf has quit [Ping timeout: 272 seconds]
akaWolf has joined #openocd
kraiskil has joined #openocd
Bugies has joined #openocd
drath42 has joined #openocd
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]
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?
<cozmo1975> PaulFertser: here the building output: https://pastebin.com/DD8u98uN
<PaulFertser> cozmo1975: so it's something in jimtcl submodule, right?
<PaulFertser> cozmo1975: have you tried changing autosetup/cc-shared.tcl to not include -rpath?
<PaulFertser> karlp: hm, the first time I hear about such a hook. What's the error message?
<PaulFertser> cozmo1975: I do not see why you shouldn't be building from current master.
<PaulFertser> bootstrap should work fine
<cozmo1975> PaulFertser: That#s maybe because git was eparately installed among macports (issue with kerberos5 not installable for ppc)
<PaulFertser> cozmo1975: I can't tell without seeing
<cozmo1975> PaulFerthser: Ok I've launched the building again with a github openocd-master,
<cozmo1975> I got some errors with bootstap, and I#ve copy-pasted the jimtcl folder content from the macports repo file,
<cozmo1975> then I#ve copy-pasted drivers for libjaylink
<cozmo1975> and finally run .compile and make, and again I get the ´rpath error: https://pastebin.com/JYGWaLKs
<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"
<karlp> haha! /me discovers .github/workflows/checkpatch.yml
<PaulFertser> cozmo1975: just try building normal git version normally, without any silly tricks please. But with this tweak to jimtcl of course.
<karlp> feck, not that either.
crabbedhaloablut has joined #openocd
<PaulFertser> karlp: probably that, but on the remote, github side.
<karlp> nah, it's definitely bein rejected locally
<karlp> it's running checkpatch somwhere and refusing to push
* karlp will dig, just not a lot of time left :)
<PaulFertser> strace
<cozmo1975> PaulFerther: same error removing '-rpath -Wl'
PaulFertser has quit [Ping timeout: 240 seconds]
<karlp> ffs, somehow I have a git-hooks directory as well as .git/hooks
<karlp> wtf...
<karlp> core.hookspath=./git-hooks
<karlp> thanks. wherever that came from...
PaulFertser has joined #openocd
catting_cat has quit []
Hawk777 has quit [Quit: Leaving.]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #openocd