public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] emerge with portage 1.6.7
@ 2001-09-08 20:28 Kevin Gordon
  2001-09-09  6:24 ` Mikael Hallendal
  0 siblings, 1 reply; 7+ messages in thread
From: Kevin Gordon @ 2001-09-08 20:28 UTC (permalink / raw
  To: gentoo-dev

Hi everyone,
Help with these please:
(1) emerge --pretend parted-1.4.17.ebuild
     error: could not find match for >=sys-devel/automake-1.4_p5

(2) emerge nautilus needs:
      emerge librsvg-1.0.1.ebuild
     fails at rsvg-ft.c (too fast to catch line!)
     Can a bash buffer/screen be increased in size. I lose a lot off the
top.

(3) I am still using linux-2.4.1_pre8-r1. I have collected up to 3 copies of
increasing versions of applications and libraries in many areas. I guess I
can unmerge the older applications but the libraries I am not sure whether
to unmerge. I need a tidy up as more and more upgrades move in as
dependencies. What is the most practical approach?

Best Regards,
Kevin Gordon




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] emerge with portage 1.6.7
  2001-09-08 20:28 [gentoo-dev] emerge with portage 1.6.7 Kevin Gordon
@ 2001-09-09  6:24 ` Mikael Hallendal
  2001-09-10  3:47   ` Kevin Gordon
  0 siblings, 1 reply; 7+ messages in thread
From: Mikael Hallendal @ 2001-09-09  6:24 UTC (permalink / raw
  To: Gentoo Dev.

sön 2001-09-09 klockan 04.28 skrev Kevin Gordon:

> (2) emerge nautilus needs:
>       emerge librsvg-1.0.1.ebuild
>      fails at rsvg-ft.c (too fast to catch line!)
>      Can a bash buffer/screen be increased in size. I lose a lot off the
>      top.

Hmm.. I'm not sure how to increase the bash buffer but if you are
running in a terminal window there shouldn't be a problem. Since you are
trying to merge nautilus I assume you have gnome-core (with
gnome-terminal). It's easy to increase the buffer in it.

Please post when you know what's the problem when building rsvg.

Regards,
  Mikael Hallendal

-- 
Mikael Hallendal                micke@codefactory.se
CodeFactory AB                  http://www.codefactory.se/
Office: +46 (0)8 587 583 05     Cell: +46 (0)709 718 918




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] emerge with portage 1.6.7
  2001-09-09  6:24 ` Mikael Hallendal
@ 2001-09-10  3:47   ` Kevin Gordon
  2001-09-10  9:12     ` Mikael Hallendal
  0 siblings, 1 reply; 7+ messages in thread
From: Kevin Gordon @ 2001-09-10  3:47 UTC (permalink / raw
  To: gentoo-dev

Thanks for the reply Mikael,

I used gnome terminal as suggested: not sure how to copy and paste result:

compiling rsvg-paint-server.c
rsvg-ft.c:56: parse error before 'FT_Library'
rsvg-ft.c:56:warning: no semicolon at end of struct or union

then miles of similar errors

I already have nautilus installed (1.0)

Previous to this I thought I was successful (for the first time) in emerge
evolution. It runs ok but can not find the composer. Has anyone else been
successful with evolution?

Many thanks

----- Original Message -----
From: "Mikael Hallendal" <micke@codefactory.se>
To: "Gentoo Dev." <gentoo-dev@cvs.gentoo.org>
Sent: Monday, September 10, 2001 12:21 AM
Subject: Re: [gentoo-dev] emerge with portage 1.6.7


sön 2001-09-09 klockan 04.28 skrev Kevin Gordon:

> (2) emerge nautilus needs:
>       emerge librsvg-1.0.1.ebuild
>      fails at rsvg-ft.c (too fast to catch line!)
>      Can a bash buffer/screen be increased in size. I lose a lot off the
>      top.

Hmm.. I'm not sure how to increase the bash buffer but if you are
running in a terminal window there shouldn't be a problem. Since you are
trying to merge nautilus I assume you have gnome-core (with
gnome-terminal). It's easy to increase the buffer in it.

Please post when you know what's the problem when building rsvg.

Regards,
  Mikael Hallendal

--
Mikael Hallendal                micke@codefactory.se
CodeFactory AB                  http://www.codefactory.se/
Office: +46 (0)8 587 583 05     Cell: +46 (0)709 718 918


_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] emerge with portage 1.6.7
  2001-09-10  3:47   ` Kevin Gordon
@ 2001-09-10  9:12     ` Mikael Hallendal
  2001-09-11  3:30       ` Kevin Gordon
  0 siblings, 1 reply; 7+ messages in thread
From: Mikael Hallendal @ 2001-09-10  9:12 UTC (permalink / raw
  To: Gentoo Dev.

m_ 2001-09-10 klockan 11.47 skrev Kevin Gordon:
> Thanks for the reply Mikael,
> 
> I used gnome terminal as suggested: not sure how to copy and paste result:
> 
> compiling rsvg-paint-server.c
> rsvg-ft.c:56: parse error before 'FT_Library'
> rsvg-ft.c:56:warning: no semicolon at end of struct or union

This sounds like some problems with FreeType (which freetype do you have
installed?)
 
> then miles of similar errors
> 
> I already have nautilus installed (1.0)

Hmm .. Nautilus requests librsvg, how did you manage to install Nautilus
without installing librsvg?

> Previous to this I thought I was successful (for the first time) in emerge
> evolution. It runs ok but can not find the composer. Has anyone else been
> successful with evolution?

Yes, I'm using Evolution and it works just fine, if you try to open a
gnome-terminal. Then type:

oaf-slay
killev

and then start Evolution in that terminal-window. What errors do you get
when you try to open the composer.

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] emerge with portage 1.6.7
  2001-09-10  9:12     ` Mikael Hallendal
@ 2001-09-11  3:30       ` Kevin Gordon
  2001-09-11  6:39         ` Mikael Hallendal
  2001-11-12 12:36         ` [gentoo-dev] smtp server mats pettersson
  0 siblings, 2 replies; 7+ messages in thread
From: Kevin Gordon @ 2001-09-11  3:30 UTC (permalink / raw
  To: gentoo-dev

----- Original Message -----
From: "Mikael Hallendal" <hallski@gentoo.org>
To: "Gentoo Dev." <gentoo-dev@cvs.gentoo.org>
Sent: Tuesday, September 11, 2001 3:09 AM
Subject: Re: [gentoo-dev] emerge with portage 1.6.7


> m_ 2001-09-10 klockan 11.47 skrev Kevin Gordon:
> > Thanks for the reply Mikael,
> >
> > I used gnome terminal as suggested: not sure how to copy and paste
result:
> >
> > compiling rsvg-paint-server.c
> > rsvg-ft.c:56: parse error before 'FT_Library'
> > rsvg-ft.c:56:warning: no semicolon at end of struct or union
>
> This sounds like some problems with FreeType (which freetype do you have
> installed?)

ebuild freetype-2.0.1-r1.ebuild (first)
ebuild freetype-1.3.1-r2.ebuild (Daniel advised me to install the older
version to overcome a problem. I think it was with libgd-1.8.3-r1)

>
> > then miles of similar errors
> >
> > I already have nautilus installed (1.0)
>
> Hmm .. Nautilus requests librsvg, how did you manage to install Nautilus
> without installing librsvg?

Definitely have not got librsvg. ebuild Nautilus-0.8.2.ebuild and later
ebuild nautilus-1.0.ebuild: both would have given message successfully
merged otherwise I log messages. Before nautilus-0.8.2 had previously
merged: sawfish, libunicode, gal, gtkhtml, libgtop, openssl, ammonite,
medusa, nautilus-0.8.2 hence no librsvg! Not sure which of these are
dependencies of nautilus.
>
> > Previous to this I thought I was successful (for the first time) in
emerge
> > evolution. It runs ok but can not find the composer. Has anyone else
been
> > successful with evolution?
>
> Yes, I'm using Evolution and it works just fine, if you try to open a
> gnome-terminal. Then type:
>
> oaf-slay
> killev
>
> and then start Evolution in that terminal-window. What errors do you get
> when you try to open the composer.

Carried out steps above. In gnome terminal: .....activated successfully:
contacts, My Evolution, vtrash, mailstorge, mail, schema 'mailto', tasks,
calendar. Two message boxes "Could not create composer window" followed by
"Unable to retrieve message from editor". Does this make any sense Mikael?

I do have too many older versions of many applications and will unmerge some
in the weekend.

Many thanks
Kevin

>
> Regards,
>   Mikael Hallendal
>
> --
>
> Mikael Hallendal
> Gentoo Linux Developer, Desktop Team Leader
> CodeFactory AB, Stockholm, Sweden
>
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] emerge with portage 1.6.7
  2001-09-11  3:30       ` Kevin Gordon
@ 2001-09-11  6:39         ` Mikael Hallendal
  2001-11-12 12:36         ` [gentoo-dev] smtp server mats pettersson
  1 sibling, 0 replies; 7+ messages in thread
From: Mikael Hallendal @ 2001-09-11  6:39 UTC (permalink / raw
  To: Gentoo Dev.

tis 2001-09-11 klockan 10.59 skrev Kevin Gordon:

> > This sounds like some problems with FreeType (which freetype do you have
> > installed?)
> 
> ebuild freetype-2.0.1-r1.ebuild (first)
> ebuild freetype-1.3.1-r2.ebuild (Daniel advised me to install the older
> version to overcome a problem. I think it was with libgd-1.8.3-r1)

Yes, libgd needs freetype-1.3.1 but I don't think there will be a
problem with both freetype2 and freetype1 (I think I have them both at
home).

Hmm, I had no problems building librsvg 1.0.1.

Could you try to remove all old packages and libraries from your system
and update to latest package of all of Nautilus dependencies. If you
find out which package is too old, please let me know and I'll update
the dependency line.

> > Yes, I'm using Evolution and it works just fine, if you try to open a
> > gnome-terminal. Then type:
> >
> > oaf-slay
> > killev
> >
> > and then start Evolution in that terminal-window. What errors do you get
> > when you try to open the composer.
> 
> Carried out steps above. In gnome terminal: .....activated successfully:
> contacts, My Evolution, vtrash, mailstorge, mail, schema 'mailto', tasks,
> calendar. Two message boxes "Could not create composer window" followed by
> "Unable to retrieve message from editor". Does this make any sense Mikael?

Hmm, not really :) Haven't seen it before.
Perhaps it solves by updating and removing old libraries.

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-dev] smtp server
  2001-09-11  3:30       ` Kevin Gordon
  2001-09-11  6:39         ` Mikael Hallendal
@ 2001-11-12 12:36         ` mats pettersson
  1 sibling, 0 replies; 7+ messages in thread
From: mats pettersson @ 2001-11-12 12:36 UTC (permalink / raw
  To: gentoo-dev

Hello !
this is a bit off topic but i will ask anyway. 
does anyone have any tips how one should setup a smtp gateway that 
supports user authentification ? i have read some documents in order to get 
sendmail to support this feature does any one have experince with the 
different methods of doing this ? 


Best regards Ninja 

-- 

Located @ N65°61746' E22°12535' (WGS84) 
------ Hiroshime 45, Tjernobyl 86, Windows 95, Windows 98, WinY2K ------
Unix IS user friendly --- its just selective about who its friends are.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-11-12 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-08 20:28 [gentoo-dev] emerge with portage 1.6.7 Kevin Gordon
2001-09-09  6:24 ` Mikael Hallendal
2001-09-10  3:47   ` Kevin Gordon
2001-09-10  9:12     ` Mikael Hallendal
2001-09-11  3:30       ` Kevin Gordon
2001-09-11  6:39         ` Mikael Hallendal
2001-11-12 12:36         ` [gentoo-dev] smtp server mats pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox