* [gentoo-user] Big problem: Seamonkey
@ 2015-11-18 16:54 Alan Grimes
2015-11-18 17:10 ` Mick
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Alan Grimes @ 2015-11-18 16:54 UTC (permalink / raw
To: gentoo-user
Hey, both Seamonkey 2.38 and 2.39 are unstable to the point of being
utterly unusable, I need to re-install 2.35 but it has already been
removed from Portage, HELP!!
There are some mutterings on the upstream bugtracker about it being
related to how Cairo is being compiled/poorly coded, but urgently, I
need 2.35 back.
--
IQ is a measure of how stupid you feel.
Powers are not rights.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Big problem: Seamonkey
2015-11-18 16:54 [gentoo-user] Big problem: Seamonkey Alan Grimes
@ 2015-11-18 17:10 ` Mick
2015-11-18 18:25 ` [gentoo-user] " »Q«
2015-11-19 12:26 ` [gentoo-user] " Raffaele BELARDI
2 siblings, 0 replies; 9+ messages in thread
From: Mick @ 2015-11-18 17:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 632 bytes --]
On Wednesday 18 Nov 2015 16:54:23 Alan Grimes wrote:
> Hey, both Seamonkey 2.38 and 2.39 are unstable to the point of being
> utterly unusable, I need to re-install 2.35 but it has already been
> removed from Portage, HELP!!
>
> There are some mutterings on the upstream bugtracker about it being
> related to how Cairo is being compiled/poorly coded, but urgently, I
> need 2.35 back.
http://gpo.zugaina.org/www-client/seamonkey
There was also the CVS archive, but the link is dead. Probably all moved to
git now? Someone else should be more knowledgeable on current portage
architecture.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: Big problem: Seamonkey
2015-11-18 16:54 [gentoo-user] Big problem: Seamonkey Alan Grimes
2015-11-18 17:10 ` Mick
@ 2015-11-18 18:25 ` »Q«
2015-11-19 15:08 ` Alan Grimes
2015-11-19 12:26 ` [gentoo-user] " Raffaele BELARDI
2 siblings, 1 reply; 9+ messages in thread
From: »Q« @ 2015-11-18 18:25 UTC (permalink / raw
To: gentoo-user
On Wed, 18 Nov 2015 11:54:23 -0500
Alan Grimes <ALONZOTG@verizon.net> wrote:
> Hey, both Seamonkey 2.38 and 2.39 are unstable to the point of being
> utterly unusable, I need to re-install 2.35 but it has already been
> removed from Portage, HELP!!
>
> There are some mutterings on the upstream bugtracker about it being
> related to how Cairo is being compiled/poorly coded, but urgently, I
> need 2.35 back.
<https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/seamonkey/seamonkey-2.35.ebuild?id=e45cfc56ca7f5ae52ae873c30da1c86b898dc5d0>
In case it helps anyone else find old stuff, I got there by looking at
the log on the web -- when/where a file is removed or added, it has a
link to that file.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: Big problem: Seamonkey
2015-11-18 18:25 ` [gentoo-user] " »Q«
@ 2015-11-19 15:08 ` Alan Grimes
2015-11-19 15:24 ` Raffaele BELARDI
0 siblings, 1 reply; 9+ messages in thread
From: Alan Grimes @ 2015-11-19 15:08 UTC (permalink / raw
To: gentoo-user
Okay, since just dumping the legacy e-build into the portage tree would
be too easy, it was prevented. How do I build an ebuild out-of-tree? =(
I've kinda wanted to know how to do this for years but was too lazy to
track down the information but these later versions of Seamonkey are so
crashtastic that I need to get rid of it... I got a million irrelevant
results when I tried to google it. =(
--
IQ is a measure of how stupid you feel.
Powers are not rights.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: Big problem: Seamonkey
2015-11-19 15:08 ` Alan Grimes
@ 2015-11-19 15:24 ` Raffaele BELARDI
2015-11-19 15:32 ` Todd Goodman
0 siblings, 1 reply; 9+ messages in thread
From: Raffaele BELARDI @ 2015-11-19 15:24 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
Alan Grimes wrote:
> Okay, since just dumping the legacy e-build into the portage tree would
> be too easy, it was prevented. How do I build an ebuild out-of-tree? =(
>
create a portage overlay and put your ebuild in there, then mask
seamonkey > 2.38 in package.mask:
$ ll /usr/portage/local/mygentoo/www-plugins/adobe-flash/
total 8
-rw-r--r-- 1 portage portage 3561 Jul 22 2013
adobe-flash-10.3.183.90.ebuild
-rw-r--r-- 1 portage portage 786 Jul 22 2013 Manifest
$ grep OVERLAY /etc/portage/make.conf
# PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
#PORTDIR_OVERLAY=/usr/portage/local/mygentoo
I don't remember the details since I did it a long time ago and no
longer need it.
raffaele
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: Big problem: Seamonkey
2015-11-19 15:24 ` Raffaele BELARDI
@ 2015-11-19 15:32 ` Todd Goodman
2015-11-19 15:45 ` Raffaele BELARDI
0 siblings, 1 reply; 9+ messages in thread
From: Todd Goodman @ 2015-11-19 15:32 UTC (permalink / raw
To: gentoo-user
* Raffaele BELARDI <raffaele.belardi@st.com> [151119 10:24]:
> Alan Grimes wrote:
> > Okay, since just dumping the legacy e-build into the portage tree would
> > be too easy, it was prevented. How do I build an ebuild out-of-tree? =(
> >
>
> create a portage overlay and put your ebuild in there, then mask
> seamonkey > 2.38 in package.mask:
>
>
> $ ll /usr/portage/local/mygentoo/www-plugins/adobe-flash/
> total 8
> -rw-r--r-- 1 portage portage 3561 Jul 22 2013
> adobe-flash-10.3.183.90.ebuild
> -rw-r--r-- 1 portage portage 786 Jul 22 2013 Manifest
>
> $ grep OVERLAY /etc/portage/make.conf
> # PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
> #PORTDIR_OVERLAY=/usr/portage/local/mygentoo
>
> I don't remember the details since I did it a long time ago and no
> longer need it.
>
> raffaele
I believe using PORTDIR_OVERLAY is now deprecated and overlays are
configured in /etc/portage/repos.conf/*
Check out:
https://wiki.gentoo.org/wiki/Overlay/Local_overlay
Todd
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Big problem: Seamonkey
2015-11-18 16:54 [gentoo-user] Big problem: Seamonkey Alan Grimes
2015-11-18 17:10 ` Mick
2015-11-18 18:25 ` [gentoo-user] " »Q«
@ 2015-11-19 12:26 ` Raffaele BELARDI
2 siblings, 0 replies; 9+ messages in thread
From: Raffaele BELARDI @ 2015-11-19 12:26 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
Alan Grimes wrote:
> Hey, both Seamonkey 2.38 and 2.39 are unstable to the point of being
> utterly unusable, I need to re-install 2.35 but it has already been
> removed from Portage, HELP!!
>
> There are some mutterings on the upstream bugtracker about it being
> related to how Cairo is being compiled/poorly coded, but urgently, I
> need 2.35 back.
Maybe I've been lucky, but I've had and have no problems with 2.38 nor
2.39 on ~x86 and I do use Seamonkey a lot. This does not help you but I
wonder why.
raffaele
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-11-19 15:51 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 16:54 [gentoo-user] Big problem: Seamonkey Alan Grimes
2015-11-18 17:10 ` Mick
2015-11-18 18:25 ` [gentoo-user] " »Q«
2015-11-19 15:08 ` Alan Grimes
2015-11-19 15:24 ` Raffaele BELARDI
2015-11-19 15:32 ` Todd Goodman
2015-11-19 15:45 ` Raffaele BELARDI
2015-11-19 15:51 ` Todd Goodman
2015-11-19 12:26 ` [gentoo-user] " Raffaele BELARDI
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox