Ticket #5723 (closed defect: fixed)
BUG: p7zip does not run
| Reported by: | ruyon@… | Owned by: | toby@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | josh_root@… | |
| Port: |
Description
On my Powerbook(Mac OS X 10.4.3, ppc, g4, darwinport 1.102), the port 'p7zip' builds and installs succesfully, but fails to run. The following are the output.
Fina:~ ruyon$ 7za dyld: lazy symbol binding failed: lazy pointer not found dyld: lazy pointer not found Trace/BPT trap
Attachments
Change History
comment:1 Changed 8 years ago by mww@…
- Owner changed from darwinports-bugs@… to toby@…
- Summary changed from p7zip does not run to BUG: p7zip does not run
comment:4 Changed 7 years ago by toby@…
- Status changed from new to closed
- Resolution set to worksforme
comment:5 Changed 7 years ago by narf_tm@…
I am having the same issue with p7zip 4.30_0 using the same configuration as the bug reporter. Can you please look into the issue again?
Console shows: Dec 13 23:45:41 * crashdump[1320]: 7za crashed Dec 13 23:45:41 * crashdump[1320]: crash report written to: /Users/*/Library/Logs/ CrashReporter/7za.crash.log
Crash log shows:
Host Name: * Date/Time: 2005-12-13 23:45:41.340 -0600 OS Version: 10.4.3 (Build 8F46) Report Version: 3
Command: 7za Path: /opt/local/bin/7za Parent: bash [1316]
Version: ??? (???)
PID: 1319 Thread: Unknown
Link (dyld) error:
lazy pointer not found
comment:7 Changed 7 years ago by pjenvey@…
Someone reported this same error message with textproc/highlight, see bug 6095
The solution was to force compiling with gcc 3
Funny thing is, I wasn't able to reproduce this p7zip problem either with both with both gcc 3.3 and gcc 4.0 (OS X 10.4.3)
comment:8 Changed 7 years ago by josh_root@…
- Cc josh_root@… added
My patch is doing what the readme says to do BTW -- the default makefile.machine is configured for Linux. Compiling with the -s option ("Remove all symbol table and relocation information from the executable") seems like something that could easily confuse the dynamic linker.
comment:9 Changed 7 years ago by narf_tm@…
Thank you. Your patch fixes the problem for me. Any chance this patch will make it into the port?
comment:10 Changed 7 years ago by josh_root@…
Could the original reporter reopen this bug, please? It may get attention sooner if it shows up on the list of unresolved bugs.
comment:11 Changed 7 years ago by toby@…
- Status changed from closed to reopened
- Resolution worksforme deleted
comment:12 Changed 7 years ago by toby@…
Still can't reproduce this, but I'll take a look at the patch.
comment:13 Changed 7 years ago by toby@…
- Status changed from reopened to closed
- Resolution set to fixed
committed a portable version of the fix

