search for: archive_fil

Displaying 9 results from an estimated 9 matches for "archive_fil".

Did you mean: archive_file
2013 Oct 22
4
[LLVMdev] ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember
...4H1503). The project has dependencies on, and links against, an Objective-C static library Xcode project, and a C++ static library Xcode project. All are using using LLVM 4.2. ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember, file /SourceCache/ld64/ld64-136/src/ld/parsers/archive_file.cpp, line 354. 0 0x10fa41098 __assert_rtn + 144 1 0x10fa678af archive::File<x86_64>::makeObjectFileForMember(archive::File<x86_64>::Entry const*) const + 1149 2 0x10fa670fd archive::File<x86_64>::forEachAtom(ld::File::AtomHandler&) const + 645 3 0x10fa7776c ld::tool:...
2013 Oct 23
0
[LLVMdev] ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember
...he project has dependencies on, and links against, an Objective-C static library Xcode project, and a C++ static library Xcode project. All are using using LLVM 4.2. > > ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember, file /SourceCache/ld64/ld64-136/src/ld/parsers/archive_file.cpp, line 354. > > 0 0x10fa41098 __assert_rtn + 144 > 1 0x10fa678af archive::File<x86_64>::makeObjectFileForMember(archive::File<x86_64>::Entry const*) const + 1149 > 2 0x10fa670fd archive::File<x86_64>::forEachAtom(ld::File::AtomHandler&) const + 645 >...
2016 Jul 26
1
how to backup samba ad domain
...cript* *#* *####################################* *# Stop Samba* */etc/init.d/samba stop* *# What to backup* *backup_files="/etc/samba /var/lib/samba"* *# Where to backup to* *dest="/BACKUP"* *# Create archive filename* *day=$(date +%Y_%m_%d_%H%M)* *hostname=$(hostname -s)* *archive_file="$hostname-$day.tgz"* *# Backup the files using tar* *tar --acls --xattrs -czf $dest/$archive_file $backup_files* *# Start Samba* */etc/init.d/samba start* Anderson Hoffmann do Carmo MCP | MTA | MCDST | MCTS | MCSA | MS | MOS | ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV | 2016-07...
2013 Oct 23
0
[LLVMdev] ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember
Hi David, > ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember, file /SourceCache/ld64/ld64-136/src/ld/parsers/archive_file.cpp, line 354. This looks like a bug in the Apple linker, which isn't part of LLVM. The best on-topic place to ask would probably be Apple's developer forum (https://devforums.apple.com), but linkers are rather specialised beasts. The fact that it's been fixed in XCode 5 probably mea...
2016 Jul 26
5
how to backup samba ad domain
Hai Kevin, I to have more dc's but same as what your saying.. > In general that's fine if all you care about is being able to recreate a > failed DC (after hardware failure or bad system update). It's no use in > protecting you against user/sysadmin error where you make large, but > unwanted changes to your directory (like accidentally deleting 200 users) > and you
2020 Jul 23
2
How to debug a missing symbol with ThinLTO?
....app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a > > When is the link_command file written and do you have any idea why this file is discarded at this point? > > Using clang from xcode seems to work - it includes the file in archive_files. > > I built libogg.a with both xcode/clang and llvm.org <http://llvm.org/> clang and then tried to link to them and it reproduces each time that it won't link to the llvm.org <http://llvm.org/> version while the xcode built one works fine. I have tarred the libogg files to...
2012 Aug 23
1
Puppet Agent VS User
...ts: b64_zlib_yaml pson raw yaml; using pson debug: Using cached certificate for ca debug: Using cached certificate for vusion-production debug: Using cached ce ..............* it works* ## User mode config root@vusion-production:~# puppet config print all --mode user allow_duplicate_certs = false archive_file_server = puppet archive_files = false async_storeconfigs = false authconfig = /etc/puppet/namespaceauth.conf autoflush = false autosign = /etc/puppet/autosign.conf bindaddress = "" bucketdir = /var/lib/puppet/bucket ca = true ca_days = "" ca_md = md5 ca_name = Puppet CA: vusion...
2020 Jul 22
2
How to debug a missing symbol with ThinLTO?
Looks like your static library is not even pulled into the link command so the static library is not even in the snapshot. From the link command in the snapshot, the static library is not on the command line from snapshot: /Applications/Xcode-11.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -Z -demangle -object_path_lto
2011 Nov 04
1
Storeconfigs and nagios and foreman
...# smtpserver = none # Where to find the sendmail binary with which to send email. # The default value is ''/usr/sbin/sendmail''. # sendmail = /usr/sbin/sendmail # During an inspect run, whether to archive files whose contents are audited to a file bucket. # archive_files = false # During an inspect run, the file bucket server to archive files to if archive_files is set. # The default value is ''$server''. archive_file_server = puppet # The url where the puppet couchdb database will be created # The default value is ''...