Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172357 - app-emulation/wine-9999 emerge fails because $S is incorrect
Summary: app-emulation/wine-9999 emerge fails because $S is incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 21:47 UTC by Daniel Waeber
Modified: 2007-03-28 07:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Waeber 2007-03-26 21:47:49 UTC
something went wrong with the handling of some pathes in the wine-9999 ebuild, the ebuild does not find the src of wine, so patching and configure fail.
I don't know what went wrong, but somehow the ebuild looks in the wrong directory.
WORKAROUND: copy the contents of <portagetmpdir>/app-emulation/wine-9999/work/wine to <portagetmpdir>/app-emulation/wine-9999/work and create a symlink wine->./ in the work dir and everyting works great.

Reproducible: Always

Steps to Reproduce:
1. unmask wine-9999 and emerge it
Comment 1 SpanKY gentoo-dev 2007-03-27 04:38:22 UTC
post the output out:
ls -al <portagetmpdir>/app-emulation/wine-9999/work/
ls -al <portagetmpdir>/app-emulation/wine-9999/work/*
Comment 2 Daniel Waeber 2007-03-27 13:59:52 UTC
Ok, here's the output (done on the original/failing version):

(In reply to comment #1)
> post the output out:
> ls -al <portagetmpdir>/app-emulation/wine-9999/work/

total 12
drwx------  3 root    root    4096 2007-03-27 15:42 ./
drwxrwxr-x  7 portage portage 4096 2007-03-27 15:42 ../
drwxr-xr-x 12 root    root    4096 2007-03-27 15:42 wine/


> ls -al <portagetmpdir>/app-emulation/wine-9999/work/*
> 

total 2920
drwxr-xr-x  12 root root    4096 2007-03-27 15:42 ./
drwx------   3 root root    4096 2007-03-27 15:42 ../
-rw-r--r--   1 root root    5395 2007-03-27 15:42 aclocal.m4
-rw-r--r--   1 root root   28765 2007-03-27 15:42 ANNOUNCE
-rw-r--r--   1 root root   13053 2007-03-27 15:42 AUTHORS
-rw-r--r--   1 root root 2027694 2007-03-27 15:42 ChangeLog
-rwxr-xr-x   1 root root  640924 2007-03-27 15:42 configure*
-rw-r--r--   1 root root   66838 2007-03-27 15:42 configure.ac
-rw-r--r--   1 root root   26434 2007-03-27 15:42 COPYING.LIB
drwxr-xr-x 209 root root    4096 2007-03-27 15:42 dlls/
drwxr-xr-x   2 root root    4096 2007-03-27 15:42 documentation/
drwxr-xr-x   2 root root    4096 2007-03-27 15:42 fonts/
drwxr-xr-x   7 root root    4096 2007-03-27 15:42 .git/
-rw-r--r--   1 root root   24317 2007-03-27 15:42 .gitignore
drwxr-xr-x   5 root root    8192 2007-03-27 15:42 include/
drwxr-xr-x   5 root root    4096 2007-03-27 15:42 libs/
-rw-r--r--   1 root root     824 2007-03-27 15:42 LICENSE
-rw-r--r--   1 root root    1324 2007-03-27 15:42 LICENSE.OLD
drwxr-xr-x   2 root root    4096 2007-03-27 15:42 loader/
-rw-r--r--   1 root root   36038 2007-03-27 15:42 Makefile.in
-rw-r--r--   1 root root    9192 2007-03-27 15:42 Make.rules.in
drwxr-xr-x  40 root root    4096 2007-03-27 15:42 programs/
-rw-r--r--   1 root root    6670 2007-03-27 15:42 README
drwxr-xr-x   2 root root    4096 2007-03-27 15:42 server/
drwxr-xr-x   9 root root    4096 2007-03-27 15:42 tools/
-rw-r--r--   1 root root      20 2007-03-27 15:42 VERSION
Comment 3 SpanKY gentoo-dev 2007-03-28 07:52:16 UTC
ebuild was still using $ECVS_MODULE rather than $EGIT_PROJECT

fixed in cvs, cheers