#13465 closed bug (invalid)
Paladin/PalEdit 1.3 fails to launch due to missing library in latest Haiku nightly (hrev51139)
Reported by: | dcatt | Owned by: | nobody |
---|---|---|---|
Priority: | high | Milestone: | Unscheduled |
Component: | Applications | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
I updated to the latest nightly release (hrev51139) and noticed that Paladin/PalEdit 1.3 fails to launch due to a missing library. I have not had issues with this application up to this point with Haiku nightly builds. See the attached screenshots for more details''
STEPS TO REPRODUCE
- prerequisites;
- install the latest of Haiku nightly build (hrev51139 or greater)
- install Paladin 1.3
- boot into Haiku
- attempt to launch Paladin
- (BUG) observe that Paladin fails to launch due to a missing library
- attempt to launch PalEdit
- (BUG) observe that PalEdit fails to launch due to a missing library
EXPECTED RESULTS
I would expect that Paladin/PalEdit to launch and function on Haiku without issue.
ACTUAL RESULTS
Currently, Paladin/PalEdit 1.3 fails to launch and function on the latest of Haiku nightly builds due to a missing library.
Attachments (5)
Change History (15)
by , 8 years ago
Attachment: | Paladin launch failure.png added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
by , 8 years ago
Attachment: | PalEdit launch failure.png added |
---|
by , 8 years ago
Attachment: | Paladin missing library error in detail.png added |
---|
by , 8 years ago
Attachment: | PalEdit missing library in detail.png added |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
You can install libpcre or libpcre0 using pkgman. One of them could help.
comment:4 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Since Paladin for gcc2 was behind the versions for 64bit and gcc5, I built and updated it in HaikuDepot. Maybe the old package was incorrectly built? In any case, this would be a haikuports issue. Closing, but thanks for the heads-up!
comment:5 by , 8 years ago
I think the package that is attached to this ticket is an old BeOS package, not an HPKG.
comment:6 by , 8 years ago
I got that package off of DarkWyrm's BeEmulated website a few years ago IIRC. That's the version of Paladin I run on Haiku A4 and always re-install when I update my Haiku Nightly instance (once a month).
Regarding the missing library... I have not had that issue with past Haiku nightly builds and wondered if that library was removed from the base installation of Haiku?
comment:7 by , 8 years ago
I've deleted the .pkg, as I Haiku reports it to be an invalid package file. Can you upload it again zipped first? Otherwise, a link would work fine in this case, too.
by , 8 years ago
Attachment: | Paladin.1.3.pkg.zip added |
---|
comment:9 by , 8 years ago
As Pulkomandy said you probably need to pkgman install libpcre0
. Maybe it was included in Haiku A4 by default but not anymore.
comment:10 by , 8 years ago
diver, I install the latest Haiku nightly at the beginning of each month and been doing so for years and have not ever run into this issue ever until this past weekend.
The important information is that it obviously tries to link against libpcre.so. This library is not part of the base installation, and 3rd party applications must not assume otherwise.
Of course, if the software contains the library, that would hint to some other problem. I can't check right now, so I'm keeping the ticket open for now.