Re: Wine-fbsd64 updated to 1.3.31 (32bit Wine for 64bit FreeBSD)

2011-11-02 Thread David Naylor
Hi,

I have fixed an issue where the integrated nVidia patch failed to install or 
run as expected.  The packages [4] have been uploaded and replaced the old 
packages.  

Only if you are a nVidia user who has been unable to get wine-1.3.31 working 
would you need to download and install the updated packages.  

Lastly, there are reports that wine does not work with a clang built world.  

Regards,

David
[4]
  MD5 (freebsd8/wine-fbsd64-1.3.31,1.tbz) = e38e694dc55a99882c137d0f11b4eb9e
  MD5 (freebsd9/wine-fbsd64-1.3.31,1.txz) = 59ec8c1b68e3eb12f4b2c97674d0d563

On Tuesday, 25 October 2011 18:52:40 David Naylor wrote:
 Hi,
 
 Packages [1] for wine-fbsd64-1.3.31 have been uploaded to mediafire [2] and
 the wine-fbsd64.diff patch has been updated.  There is a known UDP related
 problem with wine (see http://markmail.org/message/i7rtfz7uxd5s4fvl for
 details).
 
 To date there has been 1217 (+70) downloads from mediafire.
 
 The patch [3] for nVidia users is now included in the package and is run on
 installation (if the relevant files are accessable).  Please read the
 installation messages for further information.
 
 Regards,
 
 David
 [1]
   MD5 (freebsd8/wine-fbsd64-1.3.31,1.tbz) =
 3ada791cc70a692b71f331a9b658d0ce MD5 (freebsd9/wine-fbsd64-1.3.31,1.txz) =
 7b9f0b9a122646822542e540aeed09e5 [2] http://www.mediafire.com/wine_fbsd64
 [3] The patch is located at /usr/local/share/wine/patch-nvidia.sh


signature.asc
Description: This is a digitally signed message part.


Re: Wine-fbsd64 updated to 1.3.31 (32bit Wine for 64bit FreeBSD)

2011-10-30 Thread Romain Garbage
2011/10/25 David Naylor naylor.b.da...@gmail.com:
 Hi,

Hi,

 Packages [1] for wine-fbsd64-1.3.31 have been uploaded to mediafire [2] and
 the wine-fbsd64.diff patch has been updated.  There is a known UDP related
 problem with wine (see http://markmail.org/message/i7rtfz7uxd5s4fvl for
 details).

 To date there has been 1217 (+70) downloads from mediafire.

 The patch [3] for nVidia users is now included in the package and is run on
 installation (if the relevant files are accessable).  Please read the
 installation messages for further information.

$ sudo pkg_add Downloads/wine-fbsd64-1.3.31,1.txz
tar: /usr/local/share/wine/patch-nvidia.sh: Cannot stat: No such file
or directory
tar: Error exit delayed from previous errors.
A NVIDIA GRAPHICS DRIVER HAS BEEN DETECTED ON THIS SYSTEM AND THE AUTOMATED
PATCHING HAS FAILED, execute (as root)
sh /usr/local/share/wine/patch-nvidia.sh
to get 2D/3D acceleration to work with the nvidia driver.  Without this wine
will crash when a program requires 2D/3D graphics acceleration.
[...]

$ file /usr/local/share/wine/patch-nvidia.sh
/usr/local/share/wine/patch-nvidia.sh: cannot open
`/usr/local/share/wine/patch-nvidia.sh' (No such file or directory)

$ tar tf Downloads/wine-fbsd64-1.3.31,1.txz | grep -C 2 nvidia
bin32/wmc
bin32/wrc
usr/local/share/wine/patch-nvidia.sh
share/wine/fonts/coue1255.fon
share/wine/fonts/coue1256.fon

The problem here seems to be the trailing usr/local/ for
patch-nvidia.sh file, which get actually installed into
$PREFIX/usr/local/share/wine instead of $PREFIX/share/wine

Regards,
Romain

PD: I used the fbsd9 package. md5 is ok.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wine-fbsd64 updated to 1.3.31 (32bit Wine for 64bit FreeBSD)

2011-10-30 Thread David Naylor
Hi Romain,

Thank you for the report.  I will address this over the coming week
and update the
packages.

In the interim, the packages will work for both nvidia and non-nvidia users
except nvidia users will need to run patch-nvidia-wine.sh (from mediafire)
manually...

Regards

On 30 October 2011 13:07, Romain Garbage romain.garb...@gmail.com wrote:
 2011/10/25 David Naylor naylor.b.da...@gmail.com:
 Hi,

 Hi,

 Packages [1] for wine-fbsd64-1.3.31 have been uploaded to mediafire [2] and
 the wine-fbsd64.diff patch has been updated.  There is a known UDP related
 problem with wine (see http://markmail.org/message/i7rtfz7uxd5s4fvl for
 details).

 To date there has been 1217 (+70) downloads from mediafire.

 The patch [3] for nVidia users is now included in the package and is run on
 installation (if the relevant files are accessable).  Please read the
 installation messages for further information.

 $ sudo pkg_add Downloads/wine-fbsd64-1.3.31,1.txz
 tar: /usr/local/share/wine/patch-nvidia.sh: Cannot stat: No such file
 or directory
 tar: Error exit delayed from previous errors.
 A NVIDIA GRAPHICS DRIVER HAS BEEN DETECTED ON THIS SYSTEM AND THE AUTOMATED
 PATCHING HAS FAILED, execute (as root)
        sh /usr/local/share/wine/patch-nvidia.sh
 to get 2D/3D acceleration to work with the nvidia driver.  Without this wine
 will crash when a program requires 2D/3D graphics acceleration.
 [...]

 $ file /usr/local/share/wine/patch-nvidia.sh
 /usr/local/share/wine/patch-nvidia.sh: cannot open
 `/usr/local/share/wine/patch-nvidia.sh' (No such file or directory)

 $ tar tf Downloads/wine-fbsd64-1.3.31,1.txz | grep -C 2 nvidia
 bin32/wmc
 bin32/wrc
 usr/local/share/wine/patch-nvidia.sh
 share/wine/fonts/coue1255.fon
 share/wine/fonts/coue1256.fon

 The problem here seems to be the trailing usr/local/ for
 patch-nvidia.sh file, which get actually installed into
 $PREFIX/usr/local/share/wine instead of $PREFIX/share/wine

 Regards,
 Romain

 PD: I used the fbsd9 package. md5 is ok.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Wine-fbsd64 updated to 1.3.31 (32bit Wine for 64bit FreeBSD)

2011-10-25 Thread David Naylor
Hi,

Packages [1] for wine-fbsd64-1.3.31 have been uploaded to mediafire [2] and 
the wine-fbsd64.diff patch has been updated.  There is a known UDP related 
problem with wine (see http://markmail.org/message/i7rtfz7uxd5s4fvl for 
details).  

To date there has been 1217 (+70) downloads from mediafire.  

The patch [3] for nVidia users is now included in the package and is run on 
installation (if the relevant files are accessable).  Please read the 
installation messages for further information.

Regards,

David
[1] 
  MD5 (freebsd8/wine-fbsd64-1.3.31,1.tbz) = 3ada791cc70a692b71f331a9b658d0ce
  MD5 (freebsd9/wine-fbsd64-1.3.31,1.txz) = 7b9f0b9a122646822542e540aeed09e5
[2] http://www.mediafire.com/wine_fbsd64
[3] The patch is located at /usr/local/share/wine/patch-nvidia.sh


signature.asc
Description: This is a digitally signed message part.