Displaying 20 results from an estimated 71 matches for "unstriped".
Did you mean:
unstripped
2006 Feb 20
1
Unstripped stuff
Hi!
I was running lintian on our package... Among the copious errors and warnings
there are:
W: xen-utils: manpage-has-errors-from-man usr/share/man/man1/xm.1.gz 668: warning: can't find numbered character 160
Should we try to fix this, perhaps?
E: xen-hypervisor-pae: unstripped-binary-or-object ./boot/xen_pae-syms-3.0.1
E: xen-hypervisor: unstripped-binary-or-object ./boot/xen-syms-3.0.1
2019 Jan 20
0
[klibc:master] Kbuild: Add option to install unstripped binaries
Commit-ID: 908fca5066fa8e8934df21cbde84b8eccab8a5c9
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=908fca5066fa8e8934df21cbde84b8eccab8a5c9
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 19 Jan 2019 23:19:38 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sun, 20 Jan 2019 00:14:40 +0000
[klibc] Kbuild: Add option to
2001 Feb 05
1
"wineserver: /home/Ani/.wine/config is not a valid registry file"
Okay went to: http://wine.dataparty.no/ form there downloaded the rpm,
http://wine.dataparty.no/rpm/unstripped/wine-cvs-unstripped-013001-1.i386.rpm
downloaded the config file and worked through the install guide. I
edited the config file to mirror my window setup:
c:\ = \mnt\c
d:\ = \temp
e:\ = \web
f:\ = \documents
g:\ = \music
h:\ = \mnt\cdrom
i:\ = \mnt\zip
then as a check did
$wine -v
and
2012 Nov 10
2
[LLVMdev] Inlining bitcast functions...
Spoke too soon... running the inst combine pass does seem to resolve the linker/inlining issue. But the resulting code fails to run correctly. I was expecting the same result that I get when running with unstripped modules, that is passing test runs. When it still failed, I guessed the failure mode to be the same, but it isn't.
Not sure WHAT to make of this...
2016 May 25
2
[PATCH] init: Don't allocate modules on the stack (RHBZ#1339691).
If the modules are unstripped and/or especially large, then the stack
can overflow.
---
init/init.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/init/init.c b/init/init.c
index 106be02..733d66e 100644
--- a/init/init.c
+++ b/init/init.c
@@ -314,7 +314,11 @@ insmod (const char *filename)
exit (EXIT_FAILURE);
}
size = st.st_size;
- char buf[size];
+ char
2001 Apr 05
2
Newbie...WINE setup?
Hi all, I just installed Linux-Mandrake 7.2 Powerpack Deluxe, and now I
am installing programs. First I installed AIM. That worked fine, but now
I want to install a windows emulator for my games. I have been told to
use WINE. I downloaded the RPM, opened it and hit "Install". But I got
some errors. Now you have to understand I know almost NOTHING about
linux. I am a very advanced Windows
2001 Nov 22
1
Wine / Whine
In the information on your site you talk of stripped and unstripped wine, ok so
I load both of them onto my machine. When i look at the installation guide it
says download the wine and wineserver? What is the wineserver it hasn't been
mentioned yet?
2008 Nov 13
4
Zpool mishap
Evening all, I''m new to Solaris but after drooling over zfs for ages I finally took the plunge.
First off I had 2x1Tb hdd in raid1 XFS format using mdadm, so using a opensolaris vm image I transfered one side of the mirror to the other in zfs. (using rsync and it took 3days!)
So with a 1 disk zpool carrying all my data I brought both the drives over in a new box, all going swimmingly
2001 Nov 29
2
Autocad without an installed Windows
Hello
I tried to install an old version of autocad (13, student edition,
Release 13c4a), on a MSWindows-free box.
I ran :
$ wine d:\setup32.exe
It begun all right, I had the installation screens, then it failed with the
following messages :
err:win:WIN_FindWndPtr window 10029 belongs to other process
err:win:WIN_FindWndPtr window 10021 belongs to other process
err:win:WIN_FindWndPtr window
2012 Nov 09
3
[LLVMdev] Inlining bitcast functions...
Eli,
Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that by inserting the bitcast. ;-) (That does come from the linker.)
That the linker 'works
2012 Nov 10
0
[LLVMdev] Inlining bitcast functions...
On Fri, Nov 9, 2012 at 3:58 PM, Relph, Richard <Richard.Relph at amd.com> wrote:
> Eli,
> Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that
2002 Jun 11
5
problem installing WINE on Mandrake v8.2 - confirm with textutils
I'm trying to install WINE on my newly installed Mandrake v8.2 system.
The error I receive is "file /usr/bin/expand from install of
wine-cvs-unstripped-061102-1 conflicts with file from package
textutils-2.0.17-7mdk"
Any input would be greatly appreciated.
Thanks,
Josh
2015 Sep 09
2
RFC: Reducing Instr PGO size overhead
Thank you for doing this.
The size issue is actually a big concern for me. So this is step in the right direction.
Two other points to consider, that would help us:
1) When using -fcoverage-mapping, some of the information is emitted in the text section. This is creating linking issues with very large files. It does not seem any of this information should necessarily be in the text
2001 Nov 30
1
Wine and Poser 4
I am fairly new to wine and have been attempting to get Metacreation's
Poser 4 to run. It installs without error, but never starts up properly
when I try to run it.
I am running the unstripped binaries dated today (11/30/2001) under
Mandrake 8.1. I do not reference my installed windows 98 partition at
all in my configuration.
I have attempted to get some information from winedbg and have
2006 Apr 05
1
NUT and debuggers (was: newhidups crashes intermittently (double free or corruption))
2006/4/4, Niels Baggesen <nba@users.sourceforge.net>:
> On Tue, Apr 04, 2006 at 10:57:51PM +0200, Nick Rosier wrote:
> > Again, with an unstripped version of newhidups. But it doesn't seem to
> > give more information; no core dump either. Anything else I can try?
> > Strace it and hope the file doesn't fill up my disk :-)
>
> It is probably better to try
2001 Jul 10
1
Windows2000 questions
I am about to configure Wine on RH7.1 and have it work with windows2000
and OfficeXP with 2 partitions in NTFS / FAT32....any considerations or
general opinions?
I just downloaded the unstripped and want to get going......
I have not seen any postings dealing with this.
TIA
~PJ
2001 Sep 20
1
No driver found for Display
l installed wine from
wine-cvs-unstripped-091501-1.i386.rpm on Redhat 7.1
and always get this message.
l tried to install another package but they didn't
work
l think l have a Xfree86 problem l don't know what
should l do?
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll
display.dll still not found
err:dc:CreateDCA no driver found for DISPLAY
FIXME:pthread_rwlock_rdlock
2001 Oct 02
1
Trouble setting up wine
Hi,
I have followed the Installation Guide on the winehq website, but the "bz"
files they reference in the guide are not there. All I could download was
the "unstripped-latest-version" rpm files, which I did.
Through following the installation instructions, I copied and renamed the
files, as well as changed the attributes, but all I come up with when
running wine -v is
2001 Dec 02
1
wine: error while loading shared libraries: libntdll.so
I had an old version which I removed by the "remove all" or sth method. I
think I may have done a mistake when I was removing and I get the following
message but nothing else, it is an unstripped version:
wine: error while loading shared libraries: libntdll.so: cannot open shared
object file: No such file or directory.
Please let me know which is the normal way to recover since
2002 Feb 26
1
eFaxViewer problem
The installation of the eFax veiwer worked fine. No glitches.
But when running the eFaxViewer it allows me to open the document
and it displays it.
But after a minute or so my xterm window get filled
with the message
err:local:LOCAL_GetBlock not enough space in GDI heap 0207 for 20 bytes
err:region:CombineRgn Invalid rgn=0000
And the only way to stops this is to open up a new xterm and kill