You are not logged in.
I am going to remove:
openbox
obmenu
lxde-common
gpicview
lxappearance
lxde-common
lxlauncher
lxmenu-data
lxpanel
lxrandr
lxsession-lite
lxtask
lxterminal
menu-cache
gamin
pcmanfm
mirage
Since its already in teh repos. Is that alright?
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Your new version of firefox-pgo seems to be corrupted. It only ever downloads 2 megs. I've cleaned the file out and -Syyed just in case, no difference.
Offline
Your new version of firefox-pgo seems to be corrupted. It only ever downloads 2 megs. I've cleaned the file out and -Syyed just in case, no difference.
I've contacted haxit and he will restore a working package asap.
FYI I have put my built package here
Offline
FrozenFox wrote:Your new version of firefox-pgo seems to be corrupted. It only ever downloads 2 megs. I've cleaned the file out and -Syyed just in case, no difference.
I've contacted haxit and he will restore a working package asap.
FYI I have put my built package here
Thank you. It should be fixed in about 10 minutes. I am sorry about the inconvenience.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
No, thank YOU for having this server up
The new one seems to work. Thanks again.
EDIT:
Actually, it does install properly, but it seems to fail to start with
"/usr/lib/firefox-3.0.9/run-mozilla.sh: line 131: 14521 Illegal instruction "$prog" ${1+"$@"} "
looking into it now.
EDIT2: Hmm, it seems to happen on uastasi's package too, so it seems to be an issue with firefox itself. 3.0.7 works fine once reverted. 3.0.9 with -safe-mode and removing flash as some sites suggested doesn't help.
Last edited by FrozenFox (2009-04-25 04:03:53)
Offline
No, thank YOU for having this server up
The new one seems to work. Thanks again.
EDIT:
Actually, it does install properly, but it seems to fail to start with
"/usr/lib/firefox-3.0.9/run-mozilla.sh: line 131: 14521 Illegal instruction "$prog" ${1+"$@"} "
looking into it now.
EDIT2: Hmm, it seems to happen on uastasi's package too, so it seems to be an issue with firefox itself. 3.0.7 works fine once reverted. 3.0.9 with -safe-mode and removing flash as some sites suggested doesn't help.
It works perfectly for me....
And thank you for using my server.
Last edited by haxit (2009-04-25 16:12:38)
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Very odd.
* Your firefox-pgo-3.0.7 works fine
* The current normal firefox 3.0.9 in the official repos works fine
* Removing the .mozilla folder doesn't change anything
* As per the above, safe mode and new profile naturally don't help either
* The other guy's build fails in the same way
* I can't seem to get any other error but "illegal instruction" no matter what I do.. I can't seem to find anything useful via strace either, but I also don't have a clue what I'm doing with it
* It doesn't seem to compile for me either, it dies a LONG time in from "(big_long_path)/toolkit/xre/nsAppRunner.cpp:1462:6: error: #elif with no expression", as far as I can tell. Which doesn't -seem- to be related to the binary's problem.. EDIT: It seems I had the same problem in the 3.1 pgo beta in aur, and found a bug report here https://bugzilla.mozilla.org/show_bug.cgi?id=478843. It's apparently solved by a newer build.. we'll see what happens later.
* Nobody else seems to have this problem..
..hmm. Are you two with working builds using the resting repos? I am. Perhaps there's a problem somewhere in there?
I made a small bash function which looks at what packages are in a repo and compares it to what packages I have installed and prints all matches (potential packages from there -- I wasn't sure of any other way to do this), and it shows these from testing:
binutils
cloog-ppl
e2fsprogs
ffmpeg
gcc
gcc-libs
glibc
kernel-headers
mplayer
openssl
ppl
python
x264
xine-lib
I notice a few possible issues there. I will check that out in a little while. In any case, apologies for hijacking your thread here, I will only make one more post when/if I find the answer in case anyone else has the same problem
EDIT: Tried most (not all) of those I figured could possibly (though not likely) cause the problem, to no avail, of course.
Last edited by FrozenFox (2009-04-26 10:58:37)
Offline
firefox-pgo is out-of-date
Offline
firefox-pgo is out-of-date
I just checked that out. It is out of date in the AUR but I am not managing that package, so I cannot do much about it.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Firefox-pgo 3.0.10 is almost impossible to compile with gcc 4.4.0. I'm trying to make it working. The AUR pkg may or may not work with gcc.4.3. But for now I cannot guarantee nothing
Proud ex-maintainer of firefox-pgo
Offline
Firefox-pgo 3.0.10 is almost impossible to compile with gcc 4.4.0. I'm trying to make it working. The AUR pkg may or may not work with gcc.4.3. But for now I cannot guarantee nothing
Don't worry about it. Take your time, no rush
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
It should be fine now - I've got it built. Some people still reports problems, but it should mostly work now
Now it's time to make 3.5b4 working...
Last edited by blasse (2009-05-04 06:56:36)
Proud ex-maintainer of firefox-pgo
Offline
Compiled it without error. I have no problem when I installed it. I just updated my repository, everything should be up and running. Thank you blasse.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Added uzbl-git.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
haxit, could you add dmenu-vertical ?
Offline
haxit, could you add dmenu-vertical ?
Added
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Compiled it without error. I have no problem when I installed it. I just updated my repository, everything should be up and running. Thank you blasse.
Btw. If you build this pkg for use in repo, you should change CFLAGS in my pkgbuild. March=native (the one set by me) optimizes for CPU on which pkg is build. To make it wider-compatible it should be -march=i686 (or -march=x86_64 depending on architecture) or cflags should be unset
Proud ex-maintainer of firefox-pgo
Offline
haxit wrote:Compiled it without error. I have no problem when I installed it. I just updated my repository, everything should be up and running. Thank you blasse.
Btw. If you build this pkg for use in repo, you should change CFLAGS in my pkgbuild. March=native (the one set by me) optimizes for CPU on which pkg is build. To make it wider-compatible it should be -march=i686 (or -march=x86_64 depending on architecture) or cflags should be unset
Shh. I'll rebuild it on Tuesday or something. If anyone has any problems post it here and I'll do it immediately
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Thanks for the firefox-pgo! Last one I could get to compile was .7
Offline
Thanks for the firefox-pgo! Last one I could get to compile was .7
Lol, no problem.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
firefox-pgo 3.5 compiles fine on i686 and is TM enabled
Proud ex-maintainer of firefox-pgo
Offline
how many packages do you have in your repo ? I wouldnt mind helping out for some x86_64 compiling stuff
Offline