[Users] [Bug 4061] New: --prefix configure option doesn't work correctly on 'make uninistall'
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Thu Jul 26 14:07:16 CEST 2018
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4061
Bug ID: 4061
Summary: --prefix configure option doesn't work correctly on
'make uninistall'
Classification: Unclassified
Product: Claws Mail
Version: GIT
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: removed-gdpr at example.com
STR:
cd /tmp
rm -rf claws
git clone git://git.claws-mail.org/claws.git
cd /tmp/claws
./autogen.sh
█ Note the --prefix value:
./configure \
--build=$(uname -m)-suse-linux-gnu \
--prefix=/usr \
--disable-jpilot \
--disable-maintainer-mode \
--disables-manual \
--disable-static \
--enable-bogofilter-plugin \
--enable-crash-dialog \
--enable-enchant \
--enable-gnutls \
--enable-ldap \
--enable-pgpmime-plugin \
--enable-silent-rules \
--enable-spamassassin-plugin \
--disable-dillo-plugin \
--disable-fancy-plugin
make
su -
cd /tmp/claws
make install
make uninistall
█ Note: the output shows many attempts to remove files from '/usr/local'
instead of '/usr' as specified in the --prefix above
which claws-mail
EXPECTED:
which: no claws-mail in
(/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/sbin)
ACTUAL:
/usr/bin/claws-mail
Additionally directories like /usr/lib64/claws-mail/plugins/ remain. (I don't
know which others too since I am not familiar with the whole tree structure)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list