The time now is Wed 25 Apr 2018, 22:05
All times are UTC - 4 |
Page 26 of 31 [464 Posts] |
Goto page: Previous 1, 2, 3, ..., 24, 25, 26, 27, 28, 29, 30, 31 Next |
Author |
Message |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Thu 14 Mar 2013, 23:00 Post subject:
|
|
gecko and mono .msi files, as well as files downloaded with winetricks, are automatically put into '/root/.cache/wine' and '/root/.cache/winetricks'
I symlink these two directories into a subdirectory of /mnt/home/ to save some space in my savefile.
|
Back to top
|
|
 |
step
Joined: 04 May 2012 Posts: 1030
|
Posted: Sun 17 Mar 2013, 04:54 Post subject:
missing libs and gecko download error |
|
Hi green_dome, thank you very much for this pet! When I installed v1 on puppy saluki 023 I got the following missing libs:
File /usr/lib/wine/gphoto2.ds.so has these missing library files:
libgphoto2.so.6 libgphoto2_port.so.10
File /usr/lib/wine/winemp3.acm.so has these missing library files:
libmpg123.so.0
File /usr/lib/wine/wldap32.dll.so has these missing library files:
libldap_r-2.4.so.2 liblber-2.4.so.2
I'm not sure what's the impact.
Do you know which apps wouldn't run if I just left those libs missing?
So far all standard wine programs seem to work fine.
Do I understand correctly that in order to fix the missing libs I should install the lib pets that you have linked to in your post?
BTW, the following links are broken:
fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2_DEV-2.5.0-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Tue 19 Mar 2013, 01:24 Post subject:
|
|
Hi step,
Quote: | Do you know which apps wouldn't run if I just left those libs missing? |
I do not know exactly which apps would not run without those libs.
Quote: | Do I understand correctly that in order to fix the missing libs I should install the lib pets that you have linked to in your post? |
yes.
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1447 Location: Ukraine
|
Posted: Sun 31 Mar 2013, 18:12 Post subject:
|
|
Dear green_dome,
Any chance for 1.5.2.7 http://www.winehq.org/announce/1.5.27?
With thanks in advance and kind regards,
vovchik
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Fri 05 Apr 2013, 18:51 Post subject:
Wine 1.5.26 |
|
my attempt at compiling wine-1.5.26
-------------------------------
wine-1.5.26-i486_v1.pet | version 1 - stripped=true
wine-1.5.26-i486_v2.pet | version 2 - stripped=false
wine_DEV-1.5.26-i486.pet | compatible with v1 and v2 of the main dotpet
wine_DOC-1.5.26-i486.pet | compatible with v1 and v2 of the main dotpet
mirrors
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt -->
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
references
In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands
For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' -->
Another menu entry utility 'WineEnv' -->
-----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
pets2sfs | post | download | post
createsfs | thread | download
PETS2SFSGUI | thread
Related scripts:
sfs2pet | webpage | thread
-----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1
This puplet uses glibc 2.6.1
To see what glibc your puppy has.
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
-----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
-----------------------------------------------------------------------------------------------------------
When compiling, I used
Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
For help with Gecko,
http://wiki.winehq.org/Gecko
For help with Mono,
http://wiki.winehq.org/Mono
I use the console to install packages from winetricks. For help with this I use
Reference
updated links at my homepage. see below.
Last edited by green_dome on Sun 07 Apr 2013, 21:14; edited 1 time in total
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Sun 07 Apr 2013, 00:43 Post subject:
Wine 1.5.27 |
|
my attempt at compiling wine-1.5.27
-------------------------------
wine-1.5.27-i486_v1.pet | version 1 - stripped=true
wine-1.5.27-i486_v2.pet | version 2 - stripped=false
wine_DEV-1.5.27-i486.pet | compatible with v1 and v2 of the main dotpet
wine_DOC-1.5.27-i486.pet | compatible with v1 and v2 of the main dotpet
mirrors
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt -->
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
references
In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands
For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' -->
Another menu entry utility 'WineEnv' -->
-----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
pets2sfs | post | download | post
createsfs | thread | download
PETS2SFSGUI | thread
Related scripts:
sfs2pet | webpage | thread
-----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1
This puplet uses glibc 2.6.1
To see what glibc your puppy has.
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
-----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
-----------------------------------------------------------------------------------------------------------
When compiling, I used
Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
For help with Gecko,
http://wiki.winehq.org/Gecko
For help with Mono,
http://wiki.winehq.org/Mono
I use the console to install packages from winetricks. For help with this I use
Reference
updated links at my homepage. see below.
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1447 Location: Ukraine
|
Posted: Tue 09 Apr 2013, 16:12 Post subject:
|
|
Dear green_dome,
I finally got the latest - after the forum came back to life and I could again see your download link Many thanks.
With kind regards,
vovchik
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1447 Location: Ukraine
|
Posted: Mon 15 Apr 2013, 13:11 Post subject:
|
|
Dear green_dome,
Looks like we have a new one: http://www.winehq.org/announce/1.5.28 . Many thanks in advance.
With kind regards,
vovchik
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Wed 17 Apr 2013, 19:23 Post subject:
Wine-1.5.28 |
|
my attempt at compiling wine-1.5.28
---------------------------------------------
wine-1.5.28-i486_v1.pet | version 1 | stripped=true
wine-1.5.28-i486_v2.pet | version 2 | stripped=false
wine_DEV-1.5.28-i486.pet | compatible with v1 and v2
wine_DOC-1.5.28-i486.pet | compatible with v1 and v2
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt
If you are going to submit bug reports to WineHQ, I recommend using wine-1.5.28-i486_v2.pet
If you are not going to submit bug reports, then save some hard drive space and use wine-1.5.28-i486_v1.pet
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine. [references]
In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands
For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' -->
Another menu entry utility 'WineEnv' -->
----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
pets2sfs | post | download | post
createsfs | thread | download
PETS2SFSGUI | thread
Related scripts:
sfs2pet | webpage | thread
----------------------------------------------------------------------------------------------------------
For help with Gecko,
http://wiki.winehq.org/Gecko
For help with Mono,
http://wiki.winehq.org/Mono
I use the console to install packages from winetricks. For help with this I use
Reference
----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1
This puplet uses glibc 2.6.1
To see what glibc your puppy has.
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
----------------------------------------------------------------------------------------------------------
When compiling, I used
Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
----------------------------------------------------------------------------------------------------------
updated links at my homepage. see below.
Last edited by green_dome on Thu 18 Apr 2013, 15:38; edited 1 time in total
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1447 Location: Ukraine
|
Posted: Thu 18 Apr 2013, 03:15 Post subject:
|
|
Dear green_dome,
Works like a charm. Thanks once again.
With kind regards,
vovchik
|
Back to top
|
|
 |
vanchutr
Joined: 05 Aug 2006 Posts: 439
|
Posted: Tue 23 Apr 2013, 19:44 Post subject:
|
|
Dear green_dome
Thanks for your new wine-1.5.28 pack
I'd tried to compile it from source (in puppysqueeze); but no succes.
vanchutr
|
Back to top
|
|
 |
Liboicl
Joined: 15 Feb 2010 Posts: 90
|
Posted: Thu 25 Apr 2013, 21:56 Post subject:
XInput2 |
|
When trying to play some games the mouse will get stuck. With the debug options enabled I get
Code: | trace:cursor:X11DRV_XInput2_Init X Input 2 support not compiled in. |
Can you compile this in on a future version?
EDIT: I am compiling wine myself again. Thanks for keeping this up to date for so long.
_________________ Additional .pet packages
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Thu 09 May 2013, 23:03 Post subject:
Wine 1.5.29 |
|
my attempt at compiling wine-1.5.29
---------------------------------------------
wine-1.5.29-i486_v1.pet | version 1 | stripped=true
wine-1.5.29-i486_v2.pet | version 2 | stripped=false
wine_DEV-1.5.29-i486.pet | compatible with v1 and v2
wine_DOC-1.5.29-i486.pet | compatible with v1 and v2
wine_extras-v2.pet | menu entries
md5.txt and hashdeep.txt
If you are going to submit bug reports to WineHQ, I recommend using wine-1.5.29-i486_v2.pet
If you are not going to submit bug reports, then save some hard drive space and use wine-1.5.29-i486_v1.pet
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine. [references]
In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands
For those that want menu entries, but ...'just one entry under Utility which leads to a menu of all the wine programs. ' >
Another menu entry utility 'WineEnv' > >
----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
pets2sfs | post | download | post
createsfs | thread | download
PETS2SFSGUI | thread
Related scripts:
sfs2pet | webpage | thread
----------------------------------------------------------------------------------------------------------
For help with Gecko,
http://wiki.winehq.org/Gecko
For help with Mono,
http://wiki.winehq.org/Mono
I use the console to install packages from winetricks. For help with this I use
Reference
----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - post | mirror 1
devx_430.sfs - post | mirror 1
This puplet uses glibc 2.6.1
To see what glibc your puppy has.
It is likely the packages listed at the top of this post will not work with a glibc before 2.6.1
----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet
fontconfig_DEV-2.7.1-i486-pup4.pet
gnutls+deps-2.6.6-i486.pet
gnutls+deps_DEV-2.6.6-i486.pet
libgphoto2-2.5.0-i486_v2.pet
libgphoto2_DEV-2.5.0-i486.pet
libusb-1.0.9-i486_v2.pet
libusb_DEV-1.0.9-i486_v2.pet
mpg123-1.12.4.pet
mpg123_DEV-1.12.4.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet
----------------------------------------------------------------------------------------------------------
When compiling, I used
Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
----------------------------------------------------------------------------------------------------------
updated links at my homepage. see below.
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 204
|
Posted: Thu 09 May 2013, 23:41 Post subject:
Re: XInput2 |
|
Liboicl wrote: | When trying to play some games the mouse will get stuck. With the debug options enabled I get
Code: | trace:cursor:X11DRV_XInput2_Init X Input 2 support not compiled in. |
Can you compile this in on a future version?
EDIT: I am compiling wine myself again. Thanks for keeping this up to date for so long. |
It appears XInput2 (XI2) is in x.org 7.5
[sources: > > >]
Many puplets version 5.x, that I have seen, use x.org 7.5.
I will need to compile in a new puplet, or possibly an additional puplet(s). I am not sure which one(s) to use, as there are different glibc versions used. > > >
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1447 Location: Ukraine
|
Posted: Sat 11 May 2013, 08:29 Post subject:
|
|
Dear green_dome,
Thanks, as usual. Works nicely.
With kind regards,
vovchik
|
Back to top
|
|
 |
|
Page 26 of 31 [464 Posts] |
Goto page: Previous 1, 2, 3, ..., 24, 25, 26, 27, 28, 29, 30, 31 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|