ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1316] New: dosbook: make failed b/c wrong perms of ./check

Date: Fri, 19 Jan 2007 16:30:08 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1316

           Summary: dosbook: make failed b/c wrong perms of
                    ./check_svn_version.sh
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: toralf.foerster@xxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I get:
tfoerste@n22 ~/devel/wireshark/trunk/docbook $ make
dos2unix ./check_svn_version.sh
dos2unix: converting file ./check_svn_version.sh to UNIX format ...
make: execvp: ./check_svn_version.sh: Permission denied
make: *** [svn_version_check] Error 127


which seems to come from 
r20491 | ulfl | 2007-01-19 00:57:03 +0100 (Fri, 19 Jan 2007) | 4 lines

the docbook generation also suffers from the cygwin bash CR/LF problem :-(
I've added a call to dos2unix to convert check_svn_version.sh that way

Is it safe to assume that dos2unix is available on a common UNIX developer
machine?!?



but the permissions are now only:

tfoerste@n22 ~/devel/wireshark/trunk/docbook $ ls -l ./check_svn_version.sh
-rw------- 1 tfoerste users 1266 Jan 19 17:26 ./check_svn_version.sh

And BTW, what's about using sed 's/\r\n/\n/g' instead of dos2unix under Linux ?


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.