search for: 5058

Displaying 20 results from an estimated 42 matches for "5058".

Did you mean: 505
2007 Nov 04
3
DO NOT REPLY [Bug 5058] New: Rsync re-copies up-to-date files on external FAT drive after reconnect
https://bugzilla.samba.org/show_bug.cgi?id=5058 Summary: Rsync re-copies up-to-date files on external FAT drive after reconnect Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Windows XP Status: NEW Severity: normal Priority: P3...
2011 Aug 12
1
[LLVMdev] Using sret AND thiscall calling convention
...the > correct LLVM IR. > > I found nothing about this on the mailing list, I apologize if I missed any > important information. I would suggest avoiding any complicated calls from LLVM-generated code into Visual Studio-generated code. For example, http://llvm.org/bugs/show_bug.cgi?id=5058 , http://llvm.org/bugs/show_bug.cgi?id=5064 . Not sure about the particular issue you're running into; looks like a bug at first glance. The file that mostly controls this sort of thing is lib/Target/X86/X86CallingConv.td . -Eli
2004 Apr 14
1
Variable Descriptors
...for is something analogous to the label statement in SAS. Thanks for your help. Marc Marc W. Zodet, MS Health Statistician Agency for Healthcare Research and Quality Center for Financing, Access, and Cost Trends Division of Statistical Research and Methods 540 Gaither Road, Room 5058 Rockville, Maryland 20850 Phone: 301-427-1563 FAX: 301-427-1276 E-mail: <mailto:mzodet@ahrq.gov> mzodet@ahrq.gov [[alternative HTML version deleted]]
2012 Oct 02
5
[LLVMdev] Handling SRet on Windows x86
...of. > It's frontend responsibility to emit proper IR in this case. Isn't it what's SRet is supposed to be? > See http://llvm.org/bugs/show_bug.cgi?id=5064 and around. This seems > to be the correct description of what's going on. FTR, http://llvm.org/bugs/show_bug.cgi?id=5058 seems to be more up-to-date. Thanks for your reply!
2019 May 12
2
nut vs ups fail
On Sunday 12 May 2019 02:41:02 pm Charles Lepple wrote: > /lib/nut/usbhid-ups -a myups -DD gene at coyote:~$ /lib/nut/usbhid-ups -a myups -DD Network UPS Tools - Generic HID driver 0.41 (2.7.4) USB communication driver 0.33 Can't open /etc/nut/ups.conf: Can't open /etc/nut/ups.conf: Permission denied lemme see who owns that. huh? amandabackup:nut what the h? Who is supposed to own
2012 Oct 02
2
[LLVMdev] Handling SRet on Windows x86
...y to emit proper IR in this case. >> Isn't it what's SRet is supposed to be? >> >>> See http://llvm.org/bugs/show_bug.cgi?id=5064 and around. This seems >>> to be the correct description of what's going on. >> FTR, http://llvm.org/bugs/show_bug.cgi?id=5058 seems to be more up-to-date. >> >> Thanks for your reply! > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Oct 02
4
[LLVMdev] Handling SRet on Windows x86
Hello Aaron, Anton, LLVM-dev, While working on http://llvm.org/PR13676#c6 I found out that whenever I compile code with class methods returning structures it get generated incompatible with MSVC. Looking at lib/Target/X86/X86CallingConv.td, I found out that CC_X86_32_ThisCall maps SRet to EAX but in fact it should push the address of the return temp on stack. The following patch fixes the issue
2012 Oct 02
0
[LLVMdev] Handling SRet on Windows x86
...ontend responsibility to emit proper IR in this case. > Isn't it what's SRet is supposed to be? > >> See http://llvm.org/bugs/show_bug.cgi?id=5064 and around. This seems >> to be the correct description of what's going on. > FTR, http://llvm.org/bugs/show_bug.cgi?id=5058 seems to be more up-to-date. > > Thanks for your reply!
2012 Oct 02
0
[LLVMdev] Handling SRet on Windows x86
...in this case. >>> Isn't it what's SRet is supposed to be? >>> >>>> See http://llvm.org/bugs/show_bug.cgi?id=5064 and around. This seems >>>> to be the correct description of what's going on. >>> FTR, http://llvm.org/bugs/show_bug.cgi?id=5058 seems to be more up-to-date. >>> >>> Thanks for your reply! >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Oct 02
3
[LLVMdev] Handling SRet on Windows x86
...t;>> Isn't it what's SRet is supposed to be? >>>> >>>>> See http://llvm.org/bugs/show_bug.cgi?id=5064 and around. This seems >>>>> to be the correct description of what's going on. >>>> FTR, http://llvm.org/bugs/show_bug.cgi?id=5058 seems to be more up-to-date. >>>> >>>> Thanks for your reply! >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mail...
2012 Oct 04
0
[LLVMdev] Handling SRet on Windows x86
...39;t it what's SRet is supposed to be? >>>>> >>>>>> See http://llvm.org/bugs/show_bug.cgi?id=5064 and around. This seems >>>>>> to be the correct description of what's going on. >>>>> FTR, http://llvm.org/bugs/show_bug.cgi?id=5058 seems to be more up-to-date. >>>>> >>>>> Thanks for your reply! >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>> http:...
2009 Oct 07
1
[LLVMdev] MinGW/MSVC++ uses different ABI for sret
Hi, is there any news about this problem? How hart it will be to resolve this compatibility problem with Visual Studio functions ? This is really great problem for my project with should call may different function compiled by Visual Studio!!! Here is also problem that is looking similar. http://llvm.org/bugs/show_bug.cgi?id=5046 -- View this message in context:
2012 Oct 02
0
[LLVMdev] Handling SRet on Windows x86
Hello Timur, > I'd like to ask for advice: > a) Is it OK to change the SRet/ThisCall behaviour on non-Windows platforms? > [I suppose no] no > > b) Should I be altering CC_X86_32_ThisCall > OR should I introduce CC_X86_Win32_ThisCall instead? > [Answer not clear to me - is there any platform besides Windows > that uses thiscall?] no It seems for me
2019 May 12
0
nut vs ups fail
...gt; lemme see who owns that. huh? amandabackup:nut what the h? Who is > supposed to own it and what perms? chown -R nut:nut nut didn't help Needs to be readable by user/group nut, so setting the group as you did, plus "chmod g+r": $ ls -l /etc/nut/ups.conf -rw-r----- 1 root nut 5058 Oct 29 2018 /etc/nut/ups.conf ... although ups.conf for a USB-connected UPS likely doesn't contain anything sensitive, so mode 0644 would also be fine.
2019 May 22
0
[centos/centos.org] branch master updated: Modified eukhost.com logo
...ibed below commit e94df7271bffc18e2b3bf6ae09e01886c5a39223 Author: Fabian Arrotin <arrfab at centos.org> AuthorDate: Wed May 22 13:34:42 2019 +0200 Modified eukhost.com logo Signed-off-by: Fabian Arrotin <arrfab at centos.org> --- static/images/sponsors/eukhost.png | Bin 5058 -> 15159 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/static/images/sponsors/eukhost.png b/static/images/sponsors/eukhost.png index 16ad80c..e2c70f4 100644 Binary files a/static/images/sponsors/eukhost.png and b/static/images/sponsors/eukhost.png differ -- To stop recei...
2007 Mar 19
0
Having problems installing doomsday
...blems installing Hearts of Iron: Doomsday. I'm using Ubuntu 6.10 and I downloaded and installed wine (version 0.9.22) from the "add/remove" application. I followed the instructions on how to install doomsday from the Wine Application DB: http://appdb.winehq.org/appview.php?iVersionId=5058 The first time I tried to install it, I only did the part where you open winecfg and set the winver to Windows 98. I then launched the setup.exe. I managed to install at an average speed up until 23%. From there it took half an hour to get to 24% and I had waited nearly 40 minutes on 24% but never...
2007 Nov 15
1
Yum update fails
I updated my centos 4.5 server to centos last week and I am now getting errors when I attempt to do a yum update: [root at AJD-slag ~]# yum update Loading "installonlyn" plugin Plugin "fastestmirror" uses deprecated constant TYPE_INTERFACE. Please use TYPE_INTERACTIVE instead. Loading "fastestmirror" plugin Setting up Update Process Setting up repositories update
2011 Aug 12
1
[LLVMdev] Using sret AND thiscall calling convention
Hi all, I am trying to generate LLVM IR that calls an external C++ function returning a structure by copy: vec3 vec3::Cross(const vec3& iV) const; Here is the LLVM IR that I am generating for win32 ABI, which says that the first parameter should be a pointer to the return value: %vec3 = type <{ float, float, float }> define void @CPP_Return_Struct(%vec3* %v1, %vec3* %v2) inlinehint
2004 Jul 23
2
Complex Surveys...Specifying Design
...remedy the problem). Any insight would be much appreciated. Thanks. Marc Marc W. Zodet, MS Senior Health Statistician Agency for Healthcare Research and Quality Center for Financing, Access, and Cost Trends Division of Statistical Research and Methods 540 Gaither Road, Room 5058 Rockville, Maryland 20850 Phone: 301-427-1563 FAX: 301-427-1276 E-mail: <mailto:mzodet@ahrq.gov> mzodet@ahrq.gov [[alternative HTML version deleted]]
2019 May 12
2
nut vs ups fail
...? Who is > > supposed to own it and what perms? chown -R nut:nut nut didn't help > > Needs to be readable by user/group nut, so setting the group as you > did, plus "chmod g+r": > That seemed to work, making > $ ls -l /etc/nut/ups.conf > -rw-r----- 1 root nut 5058 Oct 29 2018 /etc/nut/ups.conf -rw-rw---- 1 nut nut 3784 May 7 10:39 /etc/nut/ups.conf and -rw-rw---- 1 nut nut 1544 Feb 18 2015 /etc/nut/nut.conf went to /etc/init.d and restarted everything root at coyote:init.d$ service nut-server restart root at coyote:init.d$ service nut-clent restart root a...