View previous topic :: View next topic |
Author |
Message |
kdvgent Guru
Joined: 29 Sep 2004 Posts: 352 Location: Belgium
|
Posted: Sat Dec 16, 2006 11:00 am Post subject: Why does foo2zjs depends on vim? |
|
|
This week, via the "emerge -uDav --newuse world" update of my machine, foo2zjs brought in vim (and some others).
Checking the ebuild, I find indeed in foo2zjs-20061130.ebuild:
Quote: | DEPEND="app-arch/unzip
app-editors/vim" |
Why does a printer driver require an editior to build correctly? |
|
Back to top |
|
|
djay Apprentice
Joined: 18 Apr 2005 Posts: 188 Location: Israel
|
Posted: Sun Dec 17, 2006 7:56 am Post subject: Re: Why does foo2zjs depends on vim? |
|
|
kdvgent wrote: | This week, via the "emerge -uDav --newuse world" update of my machine, foo2zjs brought in vim (and some others).
Checking the ebuild, I find indeed in foo2zjs-20061130.ebuild:
Quote: | DEPEND="app-arch/unzip
app-editors/vim" |
Why does a printer driver require an editior to build correctly? |
Hey kdvgent
Don't know what to say to you - I only have this Code: | DEPEND="app-arch/unzip" | in my ebuild.
Have you synced recently? |
|
Back to top |
|
|
kdvgent Guru
Joined: 29 Sep 2004 Posts: 352 Location: Belgium
|
Posted: Sun Dec 17, 2006 9:03 am Post subject: foo2zjs depending on vim? |
|
|
The relevant ebuild has been downloaded to my PC on dec 14.
Quote: | ls -l /usr/portage/net-print/foo2zjs
total 28
-rw-r--r-- 1 root root 5168 dec 14 20:06 ChangeLog
drwxr-xr-x 2 portage portage 4096 dec 14 20:06 files
-rw-r--r-- 1 root root 4050 dec 14 20:06 foo2zjs-20061130.ebuild
-rw-r--r-- 1 root root 4404 dec 14 20:06 Manifest
-rw-r--r-- 1 portage portage 266 nov 20 2004 metadata.xml |
I have emerge (via regular emerge -uDav --newuse world) the same package on December 3 (when it was not yet depending on vim) and again yesterday (when it turned out to be depending on vim):
Quote: | genlop -ie foo2zjs
* net-print/foo2zjs
Sun Dec 3 18:28:16 2006 >>> net-print/foo2zjs-20061130
Sat Dec 16 09:09:24 2006 >>> net-print/foo2zjs-20061130
Total builds: 2
Global build time: 52 seconds.
Average merge time: 26 seconds.
Info about currently installed ebuild:
* net-print/foo2zjs-20061130
Install date: Sat Dec 16 09:09:24 2006
USE=""
CFLAGS="-march=k8 -O2 -pipe" |
|
|
Back to top |
|
|
djay Apprentice
Joined: 18 Apr 2005 Posts: 188 Location: Israel
|
Posted: Sun Dec 17, 2006 1:34 pm Post subject: Re: foo2zjs depending on vim? |
|
|
kdvgent wrote: | The relevant ebuild has been downloaded to my PC on dec 14.
Quote: | ls -l /usr/portage/net-print/foo2zjs
total 28
-rw-r--r-- 1 root root 5168 dec 14 20:06 ChangeLog
drwxr-xr-x 2 portage portage 4096 dec 14 20:06 files
-rw-r--r-- 1 root root 4050 dec 14 20:06 foo2zjs-20061130.ebuild
-rw-r--r-- 1 root root 4404 dec 14 20:06 Manifest
-rw-r--r-- 1 portage portage 266 nov 20 2004 metadata.xml |
I have emerge (via regular emerge -uDav --newuse world) the same package on December 3 (when it was not yet depending on vim) and again yesterday (when it turned out to be depending on vim):
Quote: | genlop -ie foo2zjs
* net-print/foo2zjs
Sun Dec 3 18:28:16 2006 >>> net-print/foo2zjs-20061130
Sat Dec 16 09:09:24 2006 >>> net-print/foo2zjs-20061130
Total builds: 2
Global build time: 52 seconds.
Average merge time: 26 seconds.
Info about currently installed ebuild:
* net-print/foo2zjs-20061130
Install date: Sat Dec 16 09:09:24 2006
USE=""
CFLAGS="-march=k8 -O2 -pipe" |
|
Well, found your problem now.
First, indeed, ebuild was updated to include vim.
Second, it was made so because foo2zjs requires ex to be built with USB support, and in this case ex==vim (look at bug 157316)
So all the questions should go upstream.... |
|
Back to top |
|
|
|