:: Re: [DNG] Iceweasel-uxp from Hyperb…
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux
Hi Haines,

On 10/9/20 15:47, Haines Brown wrote:
> Aha! Now I understand. I downloaded the iceweasel-uxp tarball, but
> having a problem compiling it:
>
> $ aclocal
> aclocal: warning: autoconf input should be named 'configure.ac', not
> 'configure.in'
>
> Make complains it can't find a make file.
>
> Sorry to be so ill-informed.


If you are trying to build your own packages, try compiling the sources
from github [*]:

$ git clone https://github.com/gnuinos/iceweasel-uxp.git

Checkout the debian branch:

$ git checkout gbp-release-2.9

Configure iceweasel-uxp.mozconfig your own way:

https://github.com/gnuinos/iceweasel-uxp/blob/gbp-release-2.9/debian/iceweasel-uxp.mozconfig

Now build the project using git-buildpackage:

$ gbp buildpackage --git-export-dir="../build-area" --git-ignore-branch

It'll take too long.

Cheers,

Aitor.

[*] I was enable to push the code to the git repo of devuan due to the
size of the sources.