search for: unstripped

Displaying 20 results from an estimated 71 matches for "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 What are these syms files? Are they useful? Should we ship them? Can we strip them? W: libxen3.0: package-name-doesnt-match-sonames libxenguest3.0 libxenctrl3.0 ??? E: libxen3.0: unst...
2019 Jan 20
0
[klibc:master] Kbuild: Add option to install unstripped binaries
...bc.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 install unstripped binaries The .deb and RPM packaging tools can automatically split debugging symbols into a separate package. This requires that binaries and shared libaries are initially installed unstripped, and that they are given build IDs. If CONFIG_DEBUG_INFO is defined: * Add --build-id=sha1 to the linke...
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 got: Wine Re...
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... ________________________________________ From: Eli Friedman [eli.friedman at gmail.com] Sent: Friday, November 09, 2012 4:08 PM To: Relph, Richar...
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...
2001 Apr 05
2
Newbie...WINE setup?
...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 user but linux is new to me. Here is the error message I got when trying to install WINE. Dependency Problem: libc.so.6(GLIBC_2.2) is needed by wine-cvs-unstripped-040501-1 Help! I think I may be missing a file or something. But I don't know. I got an error like this when trying to install LICQ too, but alot mor files were listed. Thanks for your help!
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
...dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. (each repeated many times) If nevertheless I try to run autocad.exe, a (Windows) messagebox tells me that cdilla rts or dll is missing. My wine installation is OK, I succeeded to run a Windows version of Acrobat Reader. I am using wine-cvs-unstripped-112201-1. Any hint ? Thank you. Roland
2012 Nov 09
3
[LLVMdev] Inlining bitcast functions...
...oes come from the linker.) That the linker 'works differently' if the modules are not stripped is arguably a 'bug', since even if the opaque types happen to have the same name, they still may not be referring to the same type. That said, I think what the linker is doing with unstripped modules is reasonable… Using an opaque structure's name to "match" types is really the only option. And they are, in fact, in this case, referring to the same type. I would go a bit further, though, and say that IF the linker is (as it seems to be) using opaque structure names to...
2012 Nov 10
0
[LLVMdev] Inlining bitcast functions...
...rom the linker.) > That the linker 'works differently' if the modules are not stripped is arguably a 'bug', since even if the opaque types happen to have the same name, they still may not be referring to the same type. > That said, I think what the linker is doing with unstripped modules is reasonable… Using an opaque structure's name to "match" types is really the only option. And they are, in fact, in this case, referring to the same type. > I would go a bit further, though, and say that IF the linker is (as it seems to be) using opaque structure name...
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
...s. It does not seem any of this information should necessarily be in the text section. 2) Could the information emitted for -fcoverage-mapping be placed into their own section(s)? The objective is to be able to strip the sections for embedded systems. But we could still use the original (unstripped) binary to run llvm-cov. Thank you Laurent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150909/529a1af2/attachment.html>
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 attached the output to this message. Any assistance or pointers would be appreciated. Thanks! -...
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 to run it from gdb, and then get a > traceback when it fail...
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 dr...
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 "cannot execute binary file". When I run ldd /usr/local/bin/wine I get &quo...
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 I've recompiled from source and I still get the same! Thanks.
2002 Feb 26
1
eFaxViewer problem
...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 the wine process. The Wine distro I have is downloaded from http://wine.dataparty.no and i use the wine-cvs-unstripped-022602-1.i386.rpm Any suggestions would be appreciated Matt tech@mathco.com