Displaying 20 results from an estimated 32725 matches for "common".
2017 Jun 15
0
[PATCH v6 05/41] utils: Split out cleanups into common/cleanups.
Those cleanups which only depend on libc, gnulib or libxml2 are split
out into a separate common/cleanups directory.
---
.gitignore | 3 +-
Makefile.am | 4 +-
align/Makefile.am | 2 +
builder/Makefile.am | 4 +
cat/Makefile.am...
2008 Dec 05
0
resync onnv_105 partial for 6713916
...usr/src/cmd/dladm/dladm.xcl
usr/src/cmd/dladm/vnic.conf
usr/src/cmd/fdisk/Makefile
usr/src/cmd/fdisk/fdisk.c
usr/src/cmd/flowadm/Makefile
usr/src/cmd/flowadm/flowadm.c
usr/src/cmd/flowadm/flowadm.conf
usr/src/cmd/flowadm/flowadm.xcl
usr/src/cmd/flowadm/flowprop.conf
usr/src/cmd/fm/modules/common/snmp-trapgen/Makefile
usr/src/cmd/format/Makefile
usr/src/cmd/format/menu_fdisk.c
usr/src/cmd/fs.d/smbclnt/mount/mount.c
usr/src/cmd/fs.d/smbclnt/smbutil/smbutil.c
usr/src/cmd/fs.d/smbclnt/smbutil/view.c
usr/src/cmd/hal/addons/network-devices/Makefile
usr/src/cmd/hal/probing/network-printer/...
2007 Nov 30
0
Cannot install ferret gem on Leopard
...ld take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install ferret
creating Makefile
make
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c analysis.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c api.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-da...
2006 Apr 26
1
Building native extensions fail on Macbook Pro
...;'ferret''
Local gem file not found: ferret*.gem
Attempting remote installation of ''ferret''
Building native extensions. This could take a while...
/usr/bin/ld: multiple definitions of symbol _ranalyzer_key
r_index_io.o definition of _ranalyzer_key in section (__DATA,__common)
r_qparser.o definition of _ranalyzer_key in section (__DATA,__common)
collect2: ld returned 1 exit status
make: *** [ferret_ext.bundle] Error 1
/usr/bin/ld: multiple definitions of symbol _ranalyzer_key
r_index_io.o definition of _ranalyzer_key in section (__DATA,__common)
r_qparser.o definition o...
2017 Jun 19
0
[PATCH v7 10/13] utils: Split out structs cleanups and printing into common/structs.
These won't be used by the daemon, so interferes with us using
common/utils in the daemon, so they are moved to a different library.
---
.gitignore | 8 +++---
Makefile.am | 4 ++-
align/Makefile.am | 2 ++
align/scan.c | 1 +
cat/Makefile.am...
2019 Dec 18
1
[PATCH] po: reduce the list of extracted sources
...\.c|dummy\.c)$$' | \
grep -v -E '^python/utils\.c$$' | \
grep -v -E '^perl/lib/Sys/Guestfs\.c$$' | \
+ grep -v -E '.*-(tests|gperf)\.c$$' | \
LC_ALL=C sort -u > $@-t
mv $@-t $@
@@ -341,6 +342,7 @@ po/POTFILES-ml: configure.ac
cd $(srcdir); \
find builder common/ml* customize dib get-kernel resize sparsify sysprep -name '*.ml' | \
grep -v '^builder/templates/' | \
+ grep -v -E '.*_tests\.ml$$' | \
LC_ALL=C sort > $@-t
mv $@-t $@
diff --git a/po/POTFILES b/po/POTFILES
index 64eb3f9ce..3cd1ddd47 100644
--- a/po/POTFILES
+++...
2008 Jul 25
0
resynv onnv-gate
...enm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 9bb308a0778101fcef9ff65336bcec8e68a7bd06
Total changesets: 40
Log message:
resynv onnv-gate
Files:
.hgtags
deleted_files/usr/src/cmd/fps/Makefile.inc
deleted_files/usr/src/cmd/fps/Makefile.subdirs
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.h
deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c
deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h
deleted_files/usr/src/common/crypto/des/des_cbc_crypt.c
deleted_files/usr/src/c...
2019 Dec 18
2
[v2v PATCH] po: do not extract tests
...ontain messages.
---
Makefile.am | 1 +
po/POTFILES-ml | 11 -----------
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4dde5002..46a52ca3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,6 +115,7 @@ po/POTFILES-ml: configure.ac
grep -v '^common/mlprogress/' | \
grep -v '^common/mlvisit/' | \
grep -v '^v2v/config.ml$$' | \
+ grep -v -E '.*_tests\.ml$$' | \
LC_ALL=C sort > $@-t
mv $@-t $@
diff --git a/po/POTFILES-ml b/po/POTFILES-ml
index dae9bd1a..7512d63b 100644
--- a/po/POTFILES-ml
+++ b/po/POTFIL...
2017 Sep 26
5
[PATCH 0/5] Miscellaneous refactoring of common/utils, create common/mltools
Miscellaneous refactoring, but the main one is to rename mllib/
as common/mltools/
Rich.
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
...kcred
6394554 integrate Solaris Trusted Extensions
Files:
create: deleted_files/usr/src/cmd/dminfo/Makefile
create: usr/src/cmd/allocate/dminfo.c
create: usr/src/cmd/devfsadm/devalloc.c
create: usr/src/cmd/ldap/ns_ldap/ldapaddtsol.c
create: usr/src/cmd/lp/lib/lp/tx.c
create: usr/src/cmd/mdb/common/modules/genunix/tsol.c
create: usr/src/cmd/mdb/common/modules/genunix/tsol.h
create: usr/src/common/tsol/blabel.c
create: usr/src/lib/libbsm/common/devalloc.c
create: usr/src/lib/libbsm/common/devalloc.h
create: usr/src/lib/libbsm/common/getdadefs.c
create: usr/src/lib/libbsm/common/getdevice...
2007 Feb 06
3
CentOS samba upgrade
...- is the only way to upgrade to the latest samba 3.0.24 is to
recompile the samba source? I have tried "yum update samba" however it says
3.0.10 is the latest so i downloaded 3.0.24 and tried rpm -Uvh or yum
localinstall but i get the following dependency errors
to # yum install samba-common-3.0.24-1.i386.rpm
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Examining samba-common-3.0.24-1.i386.rpm: samba-common - 3.0.24-1.i386
Marking samba-common-3.0.24-1.i386.rpm as an update to samba-common -
3.0.10-...
2020 Jul 07
2
[nbdkit PATCH] RFC tests: Avoid odd test behavior under NDEBUG
...to just ensure that
assertions always work in our tests, even if they are turned off for
the main binary.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
I don't know if I like this one. Since 'make check' passed in a build
with CFLAGS=-DNDEBUG, I'm not sure we need it.
common/include/test-ascii-ctype.c | 1 +
common/include/test-ascii-string.c | 1 +
common/include/test-byte-swapping.c | 1 +
common/include/test-current-dir-name.c | 1 +
common/include/test-isaligned.c | 1 +
common/include/test-ispowerof2.c | 1 +
common/include/test-iszero.c...
2017 Jan 25
0
[PATCH v2 2/7] lib: Move utilities to new directory common/utils.
...tignore | 10 ++---
Makefile.am | 2 +-
align/Makefile.am | 3 +-
builder/Makefile.am | 3 ++
cat/Makefile.am | 15 ++++---
common/utils/Makefile.am | 53 +++++++++++++++++++++++
{src => common/utils}/cleanup.c | 0
{src => common/utils}/guestfs-internal-frontend.h | 0
{src => common/utils}/utils.c | 0
configure.ac...
2019 Apr 23
8
[PATCH 0/7] Make deprecation warnings more prominent
...using GUESTFS_WARN_DEPRECATED
lib: introduce GUESTFS_NO_DEPRECATED
python: show warnings for deprecated functions
ruby: show warnings for deprecated functions
perl: show warnings for deprecated functions
align/Makefile.am | 2 +-
cat/Makefile.am | 10 +++++-----
common/edit/Makefile.am | 2 +-
common/options/Makefile.am | 2 +-
common/parallel/Makefile.am | 2 +-
common/progress/Makefile.am | 2 +-
common/structs/Makefile.am | 2 +-
common/utils/Makefile.am | 2 +-
common/visit/Makefile.am | 2 +-
common/windows/Makefile.am |...
2017 Jan 25
10
[PATCH v2 0/7] Rename src/ to lib/ and move common code to common/
Previous patch series was posted here:
https://www.redhat.com/archives/libguestfs/2017-January/msg00059.html
v2 simply extends this patch series to cover the extra directories
common/edit, common/progress, common/windows and common/parallel.
The only remaining item is to consider whether we should rename mllib
to something else, mlcommon was my suggestion.
Rich.
2019 May 28
1
[PATCH] build: build C sources using OCaml API with CAML_NAME_SPACE
This way no non-namespaced OCaml C symbols are used, reducing the risk
of clashes with other code.
The only exception is ocaml-augeas, which does not build with
CAML_NAME_SPACE; it will be fixed upstream, and it affects only
ocaml-augeas itself.
---
builder/Makefile.am | 2 ++
common/mllibvirt/Makefile.am | 1 +
common/mlpcre/Makefile.am | 1 +
common/mlprogress/Makefile.am | 1 +
common/mltools/Makefile.am | 1 +
common/mlutils/Makefile.am | 1 +
common/mlvisit/Makefile.am | 1 +
common/mlxml/Makefile.am | 1 +
customize/Makefile.am | 1 +
daemon/Mak...
2017 Jun 09
12
[PATCH 00/12] Refactor utility functions.
This turned out to be rather more involved than I thought.
We have lots of utility functions, spread all over the repository,
with not a lot of structure. This moves many of them under common/
and structures them so there are clear dependencies.
This doesn't complete the job by any means. Other items I had on my
to-do list for this change were:
- Split up mllib/common_utils into:
- bindings around common/options to common/mloptions
- util functions (such as error handli...
2017 Jun 15
0
[PATCH v6 10/41] mllib, v2v: Split out OCaml utils bindings ‘common/mlutils’.
Create a module ‘C_utils’ containing functions like ‘drive_name’ and
‘shell_unquote’ which come from the C utilities.
The new directory ‘common/mlutils’ also contains the ‘Unix_utils’
wrappers around POSIX functions missing from the OCaml stdlib.
---
.gitignore | 3 +
Makefile.am | 24 ++---
builder/Makefile.am | 6 +-
common/mlutils/Makefile.am...
2009 Feb 16
5
Photoshop Cs3 or Cs4
...oshop cs3, it give me this:
deandreon at deandreon-desktop:~/Scrivania/photoshop2$ wine setup.exe
fixme:console:AttachConsole stub ffffffff
Begin Adobe Setup
UI mode: Full GUI
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:advapi:SetNamedSecurityInfoW L"C:\\Programmi\\Common Files\\Adobe\\caps" 1 -2147483644 0x148b7c 0x148b88 0x1527f8 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\Programmi\\Common Files\\Adobe\\caps" 1 -2147483644 0x14f434 0x14f440 0x1490e8 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\Programmi\\Common Files\\Adobe\\caps" 1...
2006 Oct 31
0
PSARC 2005/572 PKCS#11 v2.20
...hg/zfs-crypto/gate
Revision: f7c96af91f148327ba792c8fbcb9e49897664f9c
Log message:
PSARC 2005/572 PKCS#11 v2.20
4920408 PKCS#11 v2.20 support for the Crypto Framework
6287425 residual bzero''s in hmac part of sha2
6287428 add sha2 to the i.kcfconfbase upgrade script
Files:
create: usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c
create: usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h
create: usr/src/lib/pkcs11/pkcs11_softtoken/common/softBlowfishCrypt.c
update: usr/src/cmd/cmd-crypto/digest/digest.c
update: usr/src/common/crypto/blowfish/Makefile
update: usr/src/common/crypto/b...