search for: diffutil

Displaying 20 results from an estimated 118 matches for "diffutil".

Did you mean: diffutils
2001 Oct 19
1
[RHSA-2001:116-03] Updated diffutils packages available
--------------------------------------------------------------------- Red Hat, Inc. Red Hat Security Advisory Synopsis: Updated diffutils packages available Advisory ID: RHSA-2001:116-03 Issue date: 2001-10-03 Updated on: 2001-10-17 Product: Red Hat Linux Keywords: sdiff temporary file Cross references: Obsoletes: ---------------------------------------------------------------------...
2012 Aug 14
1
[PATCH] Even on Debian, the package containing the diff binary it has been diffutils for two years.
There had been a virtual package "diff" that depended on diffutils, but that's gone in wheezy/sid, too. --- appliance/packagelist.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appliance/packagelist.in b/appliance/packagelist.in index b26ef23..4830962 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -23,7...
2009 Sep 12
1
[PATCH] Add diffutils package
Currently guestfs_equal is broken on Fedora 12. It turns out this is because /usr/bin/cmp isn't being included in the appliance, which is because diffutils is no longer an implicit dependency of something else. This patch makes diffutils an explicit package so we avoid this problem. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside...
2023 Mar 08
0
CEBA-2023:1098 CentOS 7 diffutils BugFix Update
...Errata and Bugfix Advisory 2023:1098 Upstream details at : https://access.redhat.com/errata/RHBA-2023:1098 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: eac7d9685870a65836a4ca60f270d56cb0278fbdcef6be718d7aae558eeab78d diffutils-3.3-6.el7_9.i686.rpm 3b822a517d29541cd78da3a94ca8b9ce8095283d799bf7d7ebe96461744ae90d diffutils-3.3-6.el7_9.x86_64.rpm Source: 8699309188de85e1deb74a0930852d8becc92e13e43c157d9dde94206a6a3a38 diffutils-3.3-6.el7_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughe...
2013 Jan 03
0
redhat 6.2 "libguestfs" for help
.... > Yesterday,i am build a libguestfs package with the OS > RHEL6.2(32bit),like this : rpmbuild -ba libguestfs.spec .I use a common > user.But then i get some errors follow: > ........................... > + febootstrap -i augeas-libs -i btrfs-progs -i cryptsetup-luks -i diffutils > -i e2fsprogs -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i > iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i ntfs-3g -i > reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz > -i zfs-fuse -i acl -i attr -i bash -i binutils -i coreutils...
2015 Sep 07
2
How to setup own i686 buildenv for CentOS7
Hi, Nux! Can you re-paste this cfg? The url is outdated. - robin On Tue, Dec 30, 2014 at 2:30 AM, Nux! <nux at li.nux.ro> wrote: > Hi, > > Here's how my epel-7-i386.cfg mock file looks like: > http://fpaste.org/164110/19877702/raw/ > > Do note the 32bit packages are unofficial and unsupported. RedHat does not > support 32bit in EL7. > > HTH > Lucian >
2006 Aug 15
4
How to run autotest(Zentest)
Hi, When I start the "autotest" it gives me the following error...not sure what HOME path I have to set...all Ruby/Rails related components are in path! --- C:\>autotest -rails C:/Tools/InstantRails/ruby/lib/ruby/gems/1.8/gems/ZenTest-3.3.0/lib/autotest.rb:285:in `expand_path'': couldn''t find HOME environment -- expanding `~/.autotest'' (ArgumentError) ---
2014 Aug 29
1
[patch/cygwin]: Remove setting extra permissions on system directories
...-config 27 May 2014 04:31:59 -0000 1.35 +++ contrib/cygwin/ssh-host-config 29 Aug 2014 21:24:02 -0000 @@ -37,7 +37,6 @@ declare -a csih_required_commands=( /usr/bin/mkpasswd cygwin /usr/bin/mount cygwin /usr/bin/ps cygwin - /usr/bin/setfacl cygwin /usr/bin/umount cygwin /usr/bin/cmp diffutils /usr/bin/grep grep @@ -658,11 +657,6 @@ then csih_warning "Can't set permissions on ${SYSCONFDIR}!" let ++warning_cnt fi -if ! /usr/bin/setfacl -m u:system:rwx "${SYSCONFDIR}" >/dev/null 2>&1 -then - csih_warning "Can't set extended permissions...
2016 Oct 11
2
Port to other Operating Systems
...peeking at the code, that might be the harder part. We might have to just grab cmake generated Makefile's from a Linux box and hack our way to daylight. Do you have cmake? Do you have some sort of bash shell and gnu tools? (OpenVMS has a "GNV" package with a bash shell, fileutils, diffutils, make, grep, awk, etc. which really reduces the effort) Compiling the code is just a start however. You'll eventually want to link those objects you create. What OS are you using and what hardware platform? > -----Original Message----- > From: Robinson, Paul [mailto:paul.robinson at...
2010 Nov 20
1
Trying to install R on Lucid Lynx
...al r-cran-survival r-doc-html r-recommended xz-utils zlib1g-dev Suggested packages: curl debian-keyring debian-maintainers g++-multilib g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg gfortran-multilib gfortran-doc gfortran-4.4-multilib gfortran-4.4-doc libgfortran3-dbg libstdc++6-4.4-doc diffutils-doc ess r-doc-info r-doc-pdf r-mathlib cdbs debhelper The following NEW packages will be installed: build-essential dpatch dpkg-dev fakeroot g++ g++-4.4 gfortran gfortran-4.4 libblas-dev libbz2-dev libjpeg62-dev liblapack-dev libncurses5-dev libpcre3-dev libpcrecpp0 libpng12-dev libreadline-...
2014 Oct 02
6
[PATCH v2 0/4] launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012).
v2: - Make virbr0 configurable. - Fix the tests.
2016 Jul 19
3
[PATCH 0/2] Small improvements to f2fs support
Hi, easy series to improve the support for f2fs filesystems: while we should be able to mount them already (if the used kernel has the support for this filesystem), put in the appliance f2fs-tools, so we can also create them. Unfortunately, there isn't much in f2fs-tools, so all that can be done is simply setting a different label only when creating a filesystem. Thanks, Pino Toscano (2):
2015 Sep 07
0
How to setup own i686 buildenv for CentOS7
...ate repos, and personal info, etc): config_opts['root'] = 'epel-7-i386' config_opts['target_arch'] = 'i686' config_opts['legal_host_arches'] = ('i686','x86_64',) config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which xz' config_opts['plugin_conf']['ccache_enable'] = False config_opts['dist'] = 'el7' # only useful for --resultdir variable subst conf...
2003 Jan 23
1
patched tarballs
Hello everyone, As some of you may know, I maintain a patch that puts a '.' chroot hack into OpenSSH. Unfortunately users seem to have had trouble applying the patch. This is because I use gnu's patch and diff and many systems come with a patch and diff that doesn't seem to understand -u or -N. Anyway... the point of this email is to ask if anyone had any objections to me
2007 Sep 19
2
rebuilding rpmdevtools from epel5 SRC has fc7 dependent
...d.fedora.redhat.com/pub/epel/5/ it rebuilds fine as EL5, but when I go to install it, it requires a version of rpm-build higher than the C5 base version (4.4.2-37) --------------------- grab dependencies ------------- $ rpm -qpR rpmdevtools-6.1-0.1.noarch.rpm ... config(rpmdevtools) = 6.1-0.1 cpio diffutils fakeroot ... perl(File::Spec) perl(File::Temp) perl(FileHandle) perl(Getopt::Long) perl(strict) redhat-rpm-config rpm-build >= 4.4.2.1 rpm-python rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 ... ----------------...
2014 Oct 02
0
[PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
...cmdline; then + dhclient +fi # Scan for MDs. mdadm -As --auto=yes --run diff --git a/appliance/packagelist.in b/appliance/packagelist.in index 276b4c2..4e93eaf 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -210,6 +210,7 @@ binutils bzip2 coreutils cpio +dhclient diffutils dosfstools e2fsprogs -- 2.0.4
2002 Dec 15
0
[LLVMdev] Re: llvm-gcc goes 10 rounds against the GNU mascot and loses, film at 11
...elow. > recode -- fails (bad headers, many ICEs) Can you give me a list of headers it wants? It's usally pretty easy to add them if I know what it needs... > cpio -- fails (dstring.c -- weird ssa bug) Fixed. This was a C frontend bug (problem assigning temporary reg nums). > diffutils-- fails (analyze.c, diff.c and others) The analyze.c bug is tested here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001957.html and fixed here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001958.html diff.c doesn't compile with the platform C...
2010 Mar 29
1
appliance/make.sh won't update when re-configure with new mirror (or updates) url
...ghturl/fedora/os/' '--with-updates=http://righturl/fedora/updates' '--with-repo=right_repo' --cache-file=/dev/null --srcdir=. --- but the febootstrap command which is generated during step 3 (make ) still use the previous urls: --- + febootstrap -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-too...
2015 Jun 07
2
Call for testing: OpenSSH 6.9
On 2015-06-01 1:06 AM, Darren Tucker wrote: > You were running the tests as root? I think we need to add > PermitRootLogin=yes to the regression tests to cover this case. I filed a bug report (https://bugzilla.mindrot.org/show_bug.cgi?id=2412), prematurely perhaps (i.e., I hope not a duplicate) - and doing a su to michael helped the tests along - a lot. In the end some of the tests fail
2004 Aug 26
1
Anyone using Asterisk on Slackware 9?
Hi, I am trying to do a very minimal install of Slackware to run Asterisk on. Can anyone give me a list of what packages I need to install as I don't want X an all the associated bloat? Thanks in advance. Chris -- -------------- next part -------------- An HTML attachment was scrubbed... URL: