Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61357 - Version Bump w/ nptl removing and cflags maintaining
Summary: Version Bump w/ nptl removing and cflags maintaining
Status: RESOLVED DUPLICATE of bug 68525
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 04:19 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
wine-20040914.ebuild (wine-20040914.ebuild,3.43 KB, text/plain)
2004-09-29 02:36 UTC, Diego Elio Pettenò (RETIRED)
Details
wine-20041019.ebuild (wine-20041019.ebuild,3.46 KB, text/plain)
2004-10-23 22:10 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2004-08-23 04:19:02 UTC
Hi,
I rebuilt my glibc with nptl support and I was taking a look to packages who are using the nptl USE flag.
Seems like Wine has it, liked to the --with-nptl configure parameter, but wine doesn't have the --with-nptl (no more at least): in the changelog of 2003-11-12 we can see this

        * configure, configure.ac, loader/.cvsignore, loader/Makefile.in,
          loader/glibc.c, tools/wineinstall:
        Added a wine-glibc binary that detects the glibc threading in use and
        execs the corresponding wine binary.
        Removed the --with-nptl configure option.

So I think the nptl USE flag can be safely removed.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-09-29 02:36:08 UTC
Ok I'm also attaching the update to wine-20040914, removing the two patches because I'm not completely sure that they are needed with the new version, removing the nptl flag (useless), removing the unset of CFLAGS (I'm using Wine compiled with the same CFLAGS I use on gentoo but -fomit-frame-pointer which crashes the scrollbar, and -fstack-protector which seems to have some issues with the preloader, and it's also useless because it won't protect the Win32 stack, because Wine implements one of its own).

The OLD_P stuff is because I wasn't able to put the updated tarballs of the gentoo's stuff, so I took the old ones.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-09-29 02:36:57 UTC
Created attachment 40692 [details]
wine-20040914.ebuild
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-10-23 22:10:48 UTC
Created attachment 42477 [details]
wine-20041019.ebuild

Bumped to new version and fixed some MY_P/OLD_P mismatch in the old ebuild.
Comment 4 SpanKY gentoo-dev 2004-10-24 00:46:03 UTC

*** This bug has been marked as a duplicate of 68525 ***