Opened 14 years ago
Closed 10 years ago
#26208 closed defect (worksforme)
WeeChat 0.3.2 double plugins
Reported by: | f.p.verhoog@… | Owned by: | harciga |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | sewebster@… | |
Port: | weechat |
Description
in the plugins folder of weechat "/opt/local/lib/weechat/plugins/" are symlinks of the original plugins and the original plugins. Like symlink "alias.so" and the plugin "alias.0.so". wich gives errors at startup of weechat. the symlinks should be removed or the plugins should be in another folder.
Change History (8)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | f.p.verhoog@… removed |
---|---|
Keywords: | plugins removed |
Owner: | changed from macports-tickets@… to milosh@… |
comment:2 Changed 14 years ago by sewebster@…
Isn't that a usual way of setting up shared object files? With a bunch of different links I mean. Anyway, I get the same warnings. You can stop them from appearing by changing the extension line of the plugins section of ~/.weechat/weechat.conf
to:
extension = ".0.so"
comment:5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from milosh@… to nefar@… |
---|
comment:6 Changed 11 years ago by neverpanic (Clemens Lang)
Owner: | changed from nefar@… to starkhalo@… |
---|
Re-assigning to new maintainer.
comment:7 Changed 10 years ago by harciga
This is not present anymore. Please close
$ ls /opt/local/lib/weechat/plugins/ total 3680 -rwxr-xr-x 1 root admin 39768 Jan 17 20:24 logger.so* -rwxr-xr-x 1 root admin 475260 Jan 17 20:24 irc.so* -rwxr-xr-x 1 root admin 14808 Jan 17 20:24 fifo.so* -rwxr-xr-x 1 root admin 36884 Jan 17 20:24 exec.so* -rwxr-xr-x 1 root admin 18672 Jan 17 20:24 charset.so* -rwxr-xr-x 1 root admin 24256 Jan 17 20:24 alias.so* -rwxr-xr-x 1 root admin 71840 Jan 17 20:24 xfer.so* -rwxr-xr-x 1 root admin 75236 Jan 17 20:24 trigger.so* -rwxr-xr-x 1 root admin 227948 Jan 17 20:24 tcl.so* -rwxr-xr-x 1 root admin 91672 Jan 17 20:24 script.so* -rwxr-xr-x 1 root admin 180280 Jan 17 20:24 ruby.so* -rwxr-xr-x 1 root admin 131600 Jan 17 20:24 relay.so* -rwxr-xr-x 1 root admin 172952 Jan 17 20:24 python.so* -rwxr-xr-x 1 root admin 289588 Jan 17 20:24 perl.so* drwxr-xr-x 3 root admin 102 Jan 17 20:24 ../ drwxr-xr-x 16 root admin 544 Jan 17 20:24 ./
comment:8 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please remember to cc the maintainer, and note that you do not need to be in cc when you are the reporter.