You are not logged in.
as a service to the arch community, i wanted to take the liberty of creating a pkgbuild for debian iceweasel. i've gathered the source, configure runs smoothly, but when i run make, it gives me an error.
here's a wgetpaste of config.log: http://paste.pocoo.org/show/554858/
the exact error make gives me is this:
STOP! configure.in has changed, and your configure is out of date.
Please rerun autoconf and re-configure your build directory.
To ignore this message, touch 'configure' in the source directory,
but your build might not succeed.
make: *** [configure] Error 1but
now, i don't know if i missed something in config.log but if configure works, i don't understand what's wrong.
any help here?
:confused:
I made this account 10 years ago when I was an ignorant and insufferable teenager.
I apologise to all the people I annoyed with my cringe in the past.
Offline
Parabola is using iceweasel, have a look at their PKGBUILD: https://projects.parabolagnulinux.org/a … fde8cc3c1b
Offline
@karol: thanks, I didn't know Parabola.
@shaunsingh14:
Add the following lines at the end of your /etc/pacman.conf
[libre]
Server = http://repo.parabolagnulinux.org/$repo/os/$archand run
sudo pacman -Syy
sudo pacman -S iceweaselOffline