Closed chris2553 closed 4 months ago
Yes, that fails to apply since it depends on the movemail patch which isn't published.
For the time being, edit the patch, which is the second last in the queue and replace
<vbox align="start" hidefor="movemail,imap,nntp">
with <vbox align="start" hidefor="imap,nntp">
.
Or replace feature-1802145-reestablish-movemail.patch of which we'll push a modified version in a minute.
This should work, if not, please let us know.
What are you building this for?
On 13/07/2024 23:13, Betterbird wrote:
This should work, if not, please let us know.
Thanks for the patch, which fixes the problem.
What are you building this for?
I've used linux-based systems for my home computing for many years. When I retired I decided I wanted to understand more about how a linux-based system hangs together. So in 2015 I built my own system from ground up using the Linux From Scratch recipes. I now have a system (which I call krisux) that exactly matches the things I use my laptop for. I update most packages as new versions are released so I guess you could say I have a rolling release (and a user base of 1.) With only a few exceptions, all my software is built from source.
One thing I have found is that the larger, more complex applications are most likely to throw build problems - no surprises there. So I tend to grab snapshots every so often during the development and try to build them on my system. That means I get to pick the problems off one or two at a time rather than a whole bundle at release time. I usually report a problem that I find (and, if I have one, my solution) to the project. I should say that on the whole, problems are few which shows the high quality of the large majority open source software and its developers.
This is the first hitch I've run into since I started looking at Betterbird. I've been using BB-128 for email and calendar for a couple of weeks now and it's been absolutely fine.
— Reply to this email directly, view it on GitHub https://github.com/Betterbird/thunderbird-patches/ issues/322#issuecomment-2227117248, or unsubscribe https://github.com/notifications/unsubscribe-auth/ ADC2JRQCOVI2UZVPGJUIFN3ZMGRCHAVCNFSM6AAAAABK2SZJ7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRXGEYTOMRUHA. You are receiving this because you authored the thread.Message ID: <Betterbird/thunderbird-patches/ @.***>
Thanks for testing and thanks for the information. All the versions with a tag in the repo will build, since other people build it, too. When adding feature-689067-disable-account.patch, we were aware that the other patch needed an adjustment, and then, the issue "slipped off the desk", apologies!
In the future, you can also get in contact via e-mail. We've also build 128 for Linux bug haven't published it since it's an older build than the published Windows build.
As said in the title, patch feature-689067-disable-account.patch fails to apply. The output on the console end with: applying feature-689067-disable-account.patch patching file mailnews/base/prefs/content/am-server.xhtml Hunk #2 FAILED at 285 1 out of 2 hunks FAILED -- saving rejects to file mailnews/base/prefs/content/am-server.xhtml.rej patch failed, unable to continue (try -v) patch failed, rejects left in working directory errors during apply, please fix and qrefresh feature-689067-disable-account.patch
I've never used mercurial, so if you need any additional diagnostics, I'll almost certainly need help.
EDITED to put code into code block.