Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Minefield (aka Firefox-cvs, Gran Paradiso)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 23, 24, 25  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Sun May 27, 2007 4:40 pm    Post subject: Reply with quote

Insanity5902 wrote:

I read through them and one of the fixes work, there is no need to write a patch, just add
Code:
dosym /usr/lib/nss/libnssckbi.so /usr/lib/minefield/libnssckbi.so
to the bottom of pkg_install() and it should work fine.

I tested it out on mine and it works great. No more popups for woot, paypal, google, etc.

Well I don't like to do symlinking on shared-object, not that in this case it would matter - there should be no side effects.
I hopefully fixed it, at least it works here, with an ugly patch :)
I have also incorporated in the new revisions the patches from wuno - g_thread_init and the sed fix, many thanks for them.

On a side note has someone succeeded to import bookmarks in the new places, as it generally does not work here, it either deletes all the preinstalled ones or does nothing (simulating some processing for a minute) :)
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Sun May 27, 2007 5:29 pm    Post subject: Reply with quote

Gergan Penkov wrote:
On a side note has someone succeeded to import bookmarks in the new places, as it generally does not work here, it either deletes all the preinstalled ones or does nothing (simulating some processing for a minute) :)


Not sure what you mean. But I think my did, I looked and they are all in a sqllite file, though I can't tell anything different on the end-user portion of it.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Sun May 27, 2007 6:07 pm    Post subject: Reply with quote

Well, strange I've tried again with opera bookmarks and it worked. Last week didn't seem to work at all, had to copy links between the browsers :(
I suppose I've had bad luck with the checkouts, as they are pretty much in flux with the places and sqlite now.
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Sun May 27, 2007 6:39 pm    Post subject: Reply with quote

Also, from what I have read, it was only in the past few days that the Mozilla team added places to the trunk, so that might of been part of it.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Thu May 31, 2007 12:10 am    Post subject: Reply with quote

No one experienced the b0rkage :)
Ok a newer nspr checkout to remedy the problem...
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Jun 19, 2007 2:05 pm    Post subject: Reply with quote

last mienefield rev asks for libpng + apng support. libpng provided by portage doesnt have a patch.
here you can download a patch or an already patched libpng (up to 1.2.16): http://littlesvr.ca/apng
configure doesnt fail anymore, now Im trying to build it ;)
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Jun 19, 2007 2:34 pm    Post subject: Reply with quote

compile fails..some hunspell error (yes, I do have the latest version installed from your overlay) this is the compile error: www.dottout.com/files/errore.txt
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Jun 19, 2007 3:43 pm    Post subject: Reply with quote

I removed from the ebuild the spell related --enable, and things go ok..but suddenly another compile error :( minefield snapshots dont like me. here it is: www.dottout.com/files/error.txt
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Tue Jun 19, 2007 4:53 pm    Post subject: Reply with quote

really strange - I have just rebuilt and don't see any problems,
first libpng - it seems that you are probably right, as I have looked around and nowhere is to be seen that minefield links to it, so most probably it is building the internal version, but I don't have errors in configure, it just passes through.
second hunspell - could you post your ldflags and a little bit longer part of the failing message (at least the link command with the libraries), it could be because I'm building with --as-needed, and there really could be the case that they try to link to it, although it is not needed
the third case is again very strange, I'll remove my current checkout and pull the source again just to be sure, that there are no stale files in the game, but I could not reproduce your errors at all.
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Jun 19, 2007 5:03 pm    Post subject: Reply with quote

I dont use any ldflags settings in my make.conf..(and my cflags aren't extreme: CFLAGS="-O2 -march=prescott -fomit-frame-pointer")
btw, right now im trying to build without that extension, so Ive lost build.log. as soon as I finish to build I try again with your original ebuild and paste more output

EDIT:
without typeahead ext nomore problems ;) now I try with hunspell

EDIT2:
www.dottout.com/files/log.txt <-- compile error with original ebuild


Last edited by Dottout on Tue Jun 19, 2007 6:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Tue Jun 19, 2007 6:23 pm    Post subject: Reply with quote

Ok, I've reproduced the png error now, after pruning the cvs directory (I hate cvs) - I suppose now I will be able to reproduce the rest of your problems ;). I'll update the post when I have them resolved.
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Vlad.Sharp
Guru
Guru


Joined: 08 Dec 2004
Posts: 337
Location: Cambridgeshire, UK

PostPosted: Tue Jun 19, 2007 6:33 pm    Post subject: Reply with quote

I can reproduce the Hunspell error - gcc 4.2.0 and glibc 2.6 here (with binutils 2.17.50.0.17 and using --as-needed, --hash-style=gnu). I'll try to get further by removing the relevant spells ;)
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Tue Jun 19, 2007 9:50 pm    Post subject: Reply with quote

Ok, I think I fixed all the issues (have made minefield use the internal png copy as I didn't have the time to apply the patch to the latest libpng - there were conflicts). But the other two problems should be now resolved, till the next time they break sth ;)
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Jun 20, 2007 7:40 am    Post subject: Reply with quote

it works :) thank you
Back to top
View user's profile Send private message
KiDDMais
n00b
n00b


Joined: 06 Jun 2007
Posts: 12

PostPosted: Fri Jun 22, 2007 1:50 am    Post subject: Reply with quote

I am having some issues with the ebuild first was the apng not found in libpng and now I had to take off the cairo-glitz patch from it and I am compiling it now, Its a ugly workaround but...
hope that it works
:lol:
Back to top
View user's profile Send private message
KiDDMais
n00b
n00b


Joined: 06 Jun 2007
Posts: 12

PostPosted: Fri Jun 22, 2007 2:42 am    Post subject: Reply with quote

NoW I am having the following error:
Code:
i486-pc-linux-gnu-gcc -o cairo-xlib-utils.o -c -fvisibility=hidden -DIMPL_THEBES -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET  -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -DGENTOO_LIB_DIR=\"/usr/lib\" -DBUILD_ID=2007062123  -I../../../dist/include/cairo -I../../../dist/include/libpixman -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/xpcom -I../../../dist/include/unicharutil -I../../../dist/include/glitz -I../../../dist/include/glitzglx -I../../../dist/include   -I../../../dist/include/thebes -I/usr/include/nspr  -DMOZ_PNG_READ -DMOZ_PNG_WRITE  -I../../../dist/sdk/include    -fPIC -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"   -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=prescott -pipe -Wno-return-type -w -pthread -pipe  -DNDEBUG -DTRIMMED -O2 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12    -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -include ../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/cairo-xlib-utils.pp cairo-xlib-utils.c
cairo-xlib-utils.c:446: error: expected ')' before '*' token
cairo-xlib-utils.c: In function 'cairo_draw_with_xlib':
cairo-xlib-utils.c:586: error: 'uint32_t' undeclared (first use in this function)
cairo-xlib-utils.c:586: error: (Each undeclared identifier is reported only once
cairo-xlib-utils.c:586: error: for each function it appears in.)
cairo-xlib-utils.c:586: error: expected expression before ')' token
gmake[5]: *** [cairo-xlib-utils.o] Error 1
gmake[5]: Leaving directory `/var/tmp/portage/www-client/minefield-9999-r4/work/mozilla/gfx/thebes/src'
gmake[4]: *** [libs] Error 2


Can someone help me, or any ideas???
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Fri Jun 22, 2007 6:30 am    Post subject: Reply with quote

KiDDMais wrote:
I am having some issues with the ebuild first was the apng not found in libpng and now I had to take off the cairo-glitz patch from it and I am compiling it now, Its a ugly workaround but...
hope that it works
:lol:


about libpng you should read the last posts..everything has been explained (and solved). about cairo, is your version up to date?
Back to top
View user's profile Send private message
KiDDMais
n00b
n00b


Joined: 06 Jun 2007
Posts: 12

PostPosted: Fri Jun 22, 2007 1:25 pm    Post subject: Reply with quote

my version of cairo installed is x11-libs/cairo-1.4.6
I thinks its ok, maybe I should use a new version?
tnx for the help
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Fri Jun 22, 2007 1:57 pm    Post subject: Reply with quote

dunno if it helps, but latest is 1.4.8, maybe you should try with that one
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Fri Jun 22, 2007 4:36 pm    Post subject: Reply with quote

@KiDDMais
cairo-1.4.6 should be enough, 1.4.8 is b0rked for now
Are you sure, you are using the latest svn version of my overlay, also svn up in its root directory would update it.
I ask first because I've noticed, that some of the ebuilds are mirrored on the polish forum overlay, but are not the latest versions.
If you have errors with apng, it means that the eclass directory is not updated, if the glitz patch does not apply cleanly, it means that the minefield directory is not updated (I've changed the patch last week).
This does not mean that the ebuilds will always work, but as a precaution one should use the latest subversion repository and the latest mozilla-cvs (eventually removing the /usr/portage/distfiles/cvs-src/mozilla for a clean checkout).
just for information - the latest subversion revision is 31.
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
KiDDMais
n00b
n00b


Joined: 06 Jun 2007
Posts: 12

PostPosted: Fri Jun 22, 2007 5:07 pm    Post subject: Reply with quote

@ Gergan Penkov I will try removing /usr/portage/distfiles/cvs-src/mozilla and emerge again, I will post if it works,
I think it is not a serious problem
tnx for the help
Back to top
View user's profile Send private message
KiDDMais
n00b
n00b


Joined: 06 Jun 2007
Posts: 12

PostPosted: Sat Jun 23, 2007 2:37 am    Post subject: Reply with quote

@ Gergan Penkov: I emerged again the ebuild after deleting the cvs mozilla directory and, that worked
Tnx for the help
Now I am writing in the new browser minefield :)
Back to top
View user's profile Send private message
St.MPA3b
n00b
n00b


Joined: 04 Jul 2007
Posts: 3

PostPosted: Wed Jul 04, 2007 4:19 pm    Post subject: Reply with quote

Firefox 3.0a6 is out. Pleasee bump version :).
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Jul 04, 2007 4:29 pm    Post subject: Reply with quote

St.MPA3b wrote:
Firefox 3.0a6 is out. Pleasee bump version :).


since we use a cvs ebuild..version bump has no point ;)
Back to top
View user's profile Send private message
St.MPA3b
n00b
n00b


Joined: 04 Jul 2007
Posts: 3

PostPosted: Wed Jul 04, 2007 8:55 pm    Post subject: Reply with quote

wow :D thanks
just reemerged it
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4 ... 23, 24, 25  Next
Page 3 of 25

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum