Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"make uninstall" not working properly #216

Closed
veripoolbot opened this issue Feb 8, 2010 · 3 comments
Closed

"make uninstall" not working properly #216

veripoolbot opened this issue Feb 8, 2010 · 3 comments
Assignees
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Iztok Jeras (@jeras)
Original Redmine Issue: 216 from https://www.veripool.org
Original Date: 2010-02-08
Original Assignee: Wilson Snyder (@wsnyder)


"make uninstall" is trying to remove a directory without -r

cd /usr/local/share/man/man1 && rm -f verilator.1
cd /usr/local/bin && rm -f verilator verilator_bin verilator_bin_dbg verilator_includer verilator_profcfunc
rm -f /usr/local/share/verilator
rm: cannot remove `/usr/local/share/verilator': Is a directory
make: [uninstall] Error 1 (ignored)

I am working on packaging verilator, SystemC for my PPA for Ubuntu/Debian, so there might be more installation related problems.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-02-08T13:03:04Z


I'll fix this, but BTW if you're packaging you won't need to worry about it, as (most?) packages use DESTDIR to install to a temp directory, then create a rpm. The rpm remembers what's installed so it can remove it, the "uninstall" rule is never needed.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-02-08T14:29:22Z


Fixed in git for next release.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-03-17T12:16:15Z


In 3.801

@veripoolbot veripoolbot added area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants