public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge dependence question
@ 2011-11-06  3:56 Zhang Jun
  2011-11-06  4:46 ` Joseph
  2011-11-06 10:19 ` Neil Bothwick
  0 siblings, 2 replies; 6+ messages in thread
From: Zhang Jun @ 2011-11-06  3:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

# emerge -pvutDN world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[nomerge       ] app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png xft
xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod -kerberos
-livecd -m17n-lib -motif -sound -source -svg -tiff -toolkit-scroll-bars"
[nomerge       ]  app-emacs/emacs-common-gentoo-1.2-r2  USE="X
-emacs22icons"
[ebuild  N     ]   virtual/emacs-23  0 kB
[ebuild  N     ]    app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
-kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
-toolkit-scroll-bars" 37,842 kB
[ebuild  N     ]     app-emacs/emacs-common-gentoo-1.2-r2  USE="X
-emacs22icons" 46 kB

Total: 3 packages (3 new), Size of downloads: 37,888 kB


question is, which package makes emerge want to install emacs ?
I used to use emacs from portage, but just unmerged it, want to use a
special version from dev source.

thanks!

[-- Attachment #2: Type: text/html, Size: 1127 bytes --]

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

* Re: [gentoo-user] emerge dependence question
  2011-11-06  3:56 [gentoo-user] emerge dependence question Zhang Jun
@ 2011-11-06  4:46 ` Joseph
  2011-11-06  8:33   ` Zhang Jun
  2011-11-06 10:19 ` Neil Bothwick
  1 sibling, 1 reply; 6+ messages in thread
From: Joseph @ 2011-11-06  4:46 UTC (permalink / raw
  To: gentoo-user

I don't use emacs so running:
emerge -pv emacs (wants to pull the following pacages on amd64)
[ebuild  N     ] app-admin/eselect-ctags-1.13  8 kB
[ebuild  N     ] app-admin/eselect-emacs-1.13  0 kB
[ebuild  N     ] app-emacs/emacs-common-gentoo-1.2-r2  
[ebuild  N     ] app-editors/emacs-23.3-r2   
[ebuild  N     ] virtual/emacs-23  0 kB

just check which one you have installed and pull down the one you are missing.

--
Joseph


On 11/06/11 11:56, Zhang Jun wrote:
>   # emerge -pvutDN world
>
>   These are the packages that would be merged, in reverse order:
>
>   Calculating dependencies... done!
>   [nomerge       ] app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
>   xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
>   -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
>   -toolkit-scroll-bars"
>   [nomerge       ]  app-emacs/emacs-common-gentoo-1.2-r2  USE="X
>   -emacs22icons"
>   [ebuild  N     ]   virtual/emacs-23  0 kB
>   [ebuild  N     ]    app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
>   xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
>   -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
>   -toolkit-scroll-bars" 37,842 kB
>   [ebuild  N     ]     app-emacs/emacs-common-gentoo-1.2-r2  USE="X
>   -emacs22icons" 46 kB
>
>   Total: 3 packages (3 new), Size of downloads: 37,888 kB
>
>   question is, which package makes emerge want to install emacs ?
>   I used to use emacs from portage, but just unmerged it, want to use a
>   special version from dev source.
>
>   thanks!




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

* Re: [gentoo-user] emerge dependence question
  2011-11-06  4:46 ` Joseph
@ 2011-11-06  8:33   ` Zhang Jun
  0 siblings, 0 replies; 6+ messages in thread
From: Zhang Jun @ 2011-11-06  8:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2806 bytes --]

I remove these packages, and then:

# emerge -pvutDN world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[nomerge       ] app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png xft
xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod -kerberos
-livecd -m17n-lib -motif -sound -source -svg -tiff -toolkit-scroll-bars"
[nomerge       ]  app-emacs/emacs-common-gentoo-1.2-r2  USE="X
-emacs22icons"
[ebuild  N     ]   virtual/emacs-23  0 kB
[ebuild  N     ]    app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
-kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
-toolkit-scroll-bars" 37,842 kB
[ebuild  N     ]     app-admin/eselect-emacs-1.13  8 kB
[ebuild  N     ]      app-admin/eselect-ctags-1.13  0 kB
[ebuild  N     ]     app-emacs/emacs-common-gentoo-1.2-r2  USE="X
-emacs22icons" 46 kB


the -t option should display the dependence,
it seems all new packages (N) are needed by
app-editors/emacs-23.3-r2, but app-editors/emacs-23.3-r2 is not installed.


On Sun, Nov 6, 2011 at 12:46 PM, Joseph <syscon780@gmail.com> wrote:

> I don't use emacs so running:
> emerge -pv emacs (wants to pull the following pacages on amd64)
> [ebuild  N     ] app-admin/eselect-ctags-1.13  8 kB
> [ebuild  N     ] app-admin/eselect-emacs-1.13  0 kB
> [ebuild  N     ] app-emacs/emacs-common-gentoo-**1.2-r2  [ebuild  N     ]
> app-editors/emacs-23.3-r2   [ebuild  N     ] virtual/emacs-23  0 kB
>
> just check which one you have installed and pull down the one you are
> missing.
>
> --
> Joseph
>
>
>
> On 11/06/11 11:56, Zhang Jun wrote:
>
>>  # emerge -pvutDN world
>>
>>  These are the packages that would be merged, in reverse order:
>>
>>  Calculating dependencies... done!
>>  [nomerge       ] app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
>>  xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
>>  -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
>>  -toolkit-scroll-bars"
>>  [nomerge       ]  app-emacs/emacs-common-gentoo-**1.2-r2  USE="X
>>  -emacs22icons"
>>  [ebuild  N     ]   virtual/emacs-23  0 kB
>>  [ebuild  N     ]    app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg
>> png
>>  xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
>>  -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
>>  -toolkit-scroll-bars" 37,842 kB
>>  [ebuild  N     ]     app-emacs/emacs-common-gentoo-**1.2-r2  USE="X
>>  -emacs22icons" 46 kB
>>
>>  Total: 3 packages (3 new), Size of downloads: 37,888 kB
>>
>>  question is, which package makes emerge want to install emacs ?
>>  I used to use emacs from portage, but just unmerged it, want to use a
>>  special version from dev source.
>>
>>  thanks!
>>
>
>
>

[-- Attachment #2: Type: text/html, Size: 3576 bytes --]

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

* Re: [gentoo-user] emerge dependence question
  2011-11-06  3:56 [gentoo-user] emerge dependence question Zhang Jun
  2011-11-06  4:46 ` Joseph
@ 2011-11-06 10:19 ` Neil Bothwick
  2011-11-06 10:27   ` Zhang Jun
  1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2011-11-06 10:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

On Sun, 6 Nov 2011 11:56:50 +0800, Zhang Jun wrote:

> # emerge -pvutDN world
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
> [nomerge       ] app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
> xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
> -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
> -toolkit-scroll-bars" [nomerge       ]
> app-emacs/emacs-common-gentoo-1.2-r2  USE="X -emacs22icons"
> [ebuild  N     ]   virtual/emacs-23  0 kB
> [ebuild  N     ]    app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg
> png xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
> -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
> -toolkit-scroll-bars" 37,842 kB
> [ebuild  N     ]     app-emacs/emacs-common-gentoo-1.2-r2  USE="X
> -emacs22icons" 46 kB

Something wants emacs, but it doesn't appear to be any of your installed
package. What doe "eselect editor list" show?


-- 
Neil Bothwick

*Libra*: /(Sept 23--Oct 23)/ An unfortunate typo on your application
results in your being accepted into the Legion Of Superherpes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] emerge dependence question
  2011-11-06 10:19 ` Neil Bothwick
@ 2011-11-06 10:27   ` Zhang Jun
  2011-11-06 14:48     ` victor romanchuk
  0 siblings, 1 reply; 6+ messages in thread
From: Zhang Jun @ 2011-11-06 10:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]

 # eselect editor list
Available targets for the EDITOR variable:
  [1]   /bin/nano
  [2]   /bin/ed
  [3]   /usr/bin/ex
  [4]   /usr/bin/vi
  [ ]   (free form)


On Sun, Nov 6, 2011 at 6:19 PM, Neil Bothwick <neil@digimed.co.uk> wrote:

> On Sun, 6 Nov 2011 11:56:50 +0800, Zhang Jun wrote:
>
> > # emerge -pvutDN world
> >
> > These are the packages that would be merged, in reverse order:
> >
> > Calculating dependencies... done!
> > [nomerge       ] app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg png
> > xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
> > -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
> > -toolkit-scroll-bars" [nomerge       ]
> > app-emacs/emacs-common-gentoo-1.2-r2  USE="X -emacs22icons"
> > [ebuild  N     ]   virtual/emacs-23  0 kB
> > [ebuild  N     ]    app-editors/emacs-23.3-r2  USE="X gtk gzip-el jpeg
> > png xft xpm -Xaw3d -alsa (-aqua) -athena -dbus -gconf -gif -gpm -hesiod
> > -kerberos -livecd -m17n-lib -motif -sound -source -svg -tiff
> > -toolkit-scroll-bars" 37,842 kB
> > [ebuild  N     ]     app-emacs/emacs-common-gentoo-1.2-r2  USE="X
> > -emacs22icons" 46 kB
>
> Something wants emacs, but it doesn't appear to be any of your installed
> package. What doe "eselect editor list" show?
>
>
> --
> Neil Bothwick
>
> *Libra*: /(Sept 23--Oct 23)/ An unfortunate typo on your application
> results in your being accepted into the Legion Of Superherpes.
>

[-- Attachment #2: Type: text/html, Size: 1961 bytes --]

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

* Re: [gentoo-user] emerge dependence question
  2011-11-06 10:27   ` Zhang Jun
@ 2011-11-06 14:48     ` victor romanchuk
  0 siblings, 0 replies; 6+ messages in thread
From: victor romanchuk @ 2011-11-06 14:48 UTC (permalink / raw
  To: gentoo-user

Zhang Jun wrote, at 11/06/2011 02:27 PM:
>  # eselect editor list
> Available targets for the EDITOR variable:
>   [1]   /bin/nano
>   [2]   /bin/ed
>   [3]   /usr/bin/ex
>   [4]   /usr/bin/vi
>   [ ]   (free form)
>
>

sanitize the EDITOR environment: eselect editor update

then set a suitable one from the displayed list. as far as i know the @system
requires at least one editor to be installed and set as default

>
>     Something wants emacs, but it doesn't appear to be any of your installed
>     package. What doe "eselect editor list" show?
>
>
>     --
>     Neil Bothwick
>



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

end of thread, other threads:[~2011-11-06 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06  3:56 [gentoo-user] emerge dependence question Zhang Jun
2011-11-06  4:46 ` Joseph
2011-11-06  8:33   ` Zhang Jun
2011-11-06 10:19 ` Neil Bothwick
2011-11-06 10:27   ` Zhang Jun
2011-11-06 14:48     ` victor romanchuk

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