Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14275 - app-emulation/wine-20030115 does not install wrapper script in /usr/bin/wine
Summary: app-emulation/wine-20030115 does not install wrapper script in /usr/bin/wine
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
: 14296 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-21 01:20 UTC by Aniruddha Shankar
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

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 Aniruddha Shankar 2003-01-21 01:20:45 UTC
> /usr/bin/wine
bash: /usr/bin/wine: No such file or directory

DESPITE 

>>> /usr/lib/wine/lib/libntdll.dll.so -> wine/ntdll.dll.so

 * Use /usr/bin/wine to start wine. This is a wrapper-script
 * which will take care of everything else.
 * 
 * Use /usr/bin/regedit-wine to import registry files into the
 * wine registry.
 * 
 * If you have further questions, enhancements or patches
 * send an email to phoenix@gentoo.org
>>> Regenerating /etc/ld.so.cache...
>>> app-emulation/wine-20030115 merged.
>>> Recording app-emulation/wine in "world" favorites file...
>>> Regenerating /etc/ld.so.cache...

 * GNU info directory index is up-to-date.
Comment 1 Arno Ekkes 2003-01-21 09:52:31 UTC
And regedit-wine is also missing.
The ebuild gives an errormessage:
>>> dobin: making regedit-wine executable...
install: cannot stat `regedit-wine': No such file or directory
>>> dobin: making wine executable...
install: cannot stat `wine': No such file or directory
rm: cannot remove `regedit-wine': No such file or directory
rm: cannot remove `wine': No such file or directory
cp: `/var/tmp/portage/wine-20030115/image//usr/lib/wine/man/man1/wine.1' and
`/var/tmp/portage/wine-20030115/image//usr/lib/wine/man/man1/wine.1' are the
same file
The ebuild builds fine, but is missing regedit-wine and wine.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-01-21 09:54:04 UTC
*** Bug 14296 has been marked as a duplicate of this bug. ***
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-01-21 11:01:04 UTC
lu_zero: you forgot to copy the wine-20021125-misc.tar.bz2 and wine-20021125-
fake_windows.tar.bz2 


how about changing the build to detect this ?
change xjvf to xjf
  tar xjf ${FILESDIR}/${P}-fake_windows.tar.bz2 | die
should work
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-01-21 13:11:57 UTC
just added the two files