lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Apr 2008 00:09:18 +0530
From:	"Manish Katiyar" <mkatiyar@...il.com>
To:	tytso@....edu, linux-ext4@...r.kernel.org
Subject: e2fsprogs - Unable to run "make check" on ubuntu

Hi,

I was running "make check" on ubuntu 7.10 and encountered the below error

/home/mkatiyar/e2fs-git/lib/ss> make check
        RUN TEST test_ss
/bin/sh: Syntax error: Bad fd number
make: *** [check] Error 2

It is because on ubuntu /bin/sh is a soft link to "dash" on ubuntu
which doesn't seem to respect the standard redirection of >& to
test_out. Changing either the shell to "/bin/bash" or changing the
standard ">& test_out" to ">test_out 2>&1" works properly.

Let me know if we need to change and which one is the correct fix for
it. I will submit a patch for it.

-- 
Thanks & Regards,
********************************************
Manish Katiyar ( http://mkatiyar.googlepages.com )
3rd Floor, Fair Winds Block
EGL Software Park
Off Intermediate Ring Road
Bangalore 560071, India
***********************************************
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ