#31757: "Warning: violation" in wireshark installation ---------------------------------------+------------------------------------ Reporter: ishikura.kiwamu@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: wireshark violation | Port: ---------------------------------------+------------------------------------ When I install wireshark+python27, I got following warnings: {{{ ---> Building wireshark ---> Staging wireshark into destroot Warning: violation by /opt/local/homeplug.py.sample Warning: violation by /opt/local/register-dissector.py Warning: violation by /opt/local/wspy_dissector.py Warning: violation by /opt/local/wspy_libws.py Warning: wireshark violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! ---> Installing wireshark @1.6.2_0+python27 ---> Activating wireshark @1.6.2_0+python27 ---> Cleaning wireshark }}} and I checked the following: {{{ % ls -la /opt/local/*.py* -rw-r--r-- 1 root admin 2937 10 25 02:58 /opt/local/homeplug.py.sample -rw-r--r-- 1 root admin 2444 10 25 02:58 /opt/local/register- dissector.py -rw-r--r-- 1 root admin 13155 10 25 02:58 /opt/local/wspy_dissector.py -rw-r--r-- 1 root admin 1541 10 25 02:58 /opt/local/wspy_libws.py }}} It seems that these files are located to the wrong place and are set to the wrong file mode. I moved these files to /opt/local/bin/ and changed the file mode as 0755. Is it OK? If not, please tell us the right solutions. Thank you for reading. -- Ticket URL: <https://trac.macports.org/ticket/31757> MacPorts <http://www.macports.org/> Ports system for Mac OS