Re: What are the current available browser options for debian-ppc64?

2024-12-02 Thread John Paul Adrian Glaubitz
Hello,

On Sun, 2024-12-01 at 15:28 +0100, Jan Montag wrote:
> Am 30.11.24 um 23:03 schrieb Ken Cunningham:
> 
> > I realize I could sort it out, but doing these kinds of things always
> > takes a lot of time to get organized, so if anyone cares to share the
> > step-by-step process, it would be great.
> 
> I am really interested, too.

There isn't really any magic to it. Mozilla documents the build instructions
upstream:

- https://firefox-source-docs.mozilla.org/setup/linux_build.html

Also, take a look at Debian's build script for Firefox:

- 
https://salsa.debian.org/mozilla-team/firefox/-/blob/release/master/debian/rules?ref_type=heads

Or the one from openSUSE:

- 
https://build.opensuse.org/projects/mozilla:Factory/packages/MozillaFirefox/files/MozillaFirefox.spec?expand=1

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: Bug#1086128: src:sbcl: fails to migrate to testing for too long

2024-12-02 Thread Sean Whitton
Hello,

On Mon 02 Dec 2024 at 07:38am +01, Paul Gevers wrote:

> Hi ppc64el porters, Sean,
>
> @porters, can you please have a look at the ppc64el autopkgtest regressions
> caused by sbcl [1]?
>
> On 12/2/24 03:36, Sean Whitton wrote:
>> I don't think I can do anything about this bug.  Upstream aren't able to
>> reproduce it.  I don't think it makes sense to block sbcl's migration on
>> this.  I think that either we should ignore the cl-ironclad test failure
>> on ppc64el or remove sbcl on that architecture, if you think that would
>> be warranted.
>
> cl-ironclad *and* cl-postmodern. And the error is identical:
> no size function for object at 0x19bf80 (widetag 0x33)

Right -- I think the error occurs when sbcl tries to load cl-ironclad,
and cl-postmodern depends on cl-ironclad, so it's essentialy the same
error.

(Though, typing this, I realise that I may have assumed this without
adequate evidence.)

>> Please let me know if you would be okay with overriding the test
>> failure.
>
> I assuming you didn't contact the ppc64el porters yet (apologies if you
> did). Shall we give them a chance to investigate?

I didn't.  Many thanks for doing so -- I'm happy to wait.

-- 
Sean Whitton



Re: What are the current available browser options for debian-ppc64?

2024-12-02 Thread John Paul Adrian Glaubitz
On Sat, 2024-11-30 at 14:03 -0800, Ken Cunningham wrote:
> If anyone goes through all the steps to get to the point where they could
> try building Firefox on one of these builders through to completion, and
> perhaps downloading it to their local machine for testing, I would very
> much appreciate a walkthrough of all the steps involved.

Build instructions for Firefox can be found on the Firefox homepage:

- https://firefox-source-docs.mozilla.org/setup/linux_build.html

I can't really give you a course on how to use build environments though,
so you'd have to give it a try yourself and use some Google-fu or the help
of the mailing list when you get stuck.

> I realize I could sort it out, but doing these kinds of things always takes
> a lot of time to get organized, so if anyone cares to share the step-by-step
> process, it would be great.

Not really. It's always a matter of installing the build dependencies and 
looking
up the upstream documentation or Debian's build scripts for the package in 
question
on how it's done.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913