When an installation from the ports stop, say - because of a dependency SNAFU, and that SNAFU is corrected - the next step hopefully is to continue the installation.
I've seen the following recommended:
Frequently, the deinstall step is skipped as the port /(pkg) is not yet installed, and then the
Is my thinking correct?
I have been installing a program from the ports, it's been running for several hours, supposedly in the
tdb 1.3.7 was in the ports, which I installed
Now, I'd like to continue, 'without remaking the wheel' so far completed - directive appreciated!
Thanks!
I've seen the following recommended:
make cleanmake deinstallmake install clean
make clean step remove all the object files already compiled, although not linked etc?Frequently, the deinstall step is skipped as the port /(pkg) is not yet installed, and then the
make install clean seems as if the whole process is restarted again.Is my thinking correct?
I have been installing a program from the ports, it's been running for several hours, supposedly in the
make mode; then it encountered
Code:
Checking for system tdb >= 1.3.6 : 17:47:20 runner pkg- config --errors-to-stdout --print-errors "tdb >= 1.3.6" --cflags --libs tdb
not found
ERROR: System library tdb of version 1.3.6 not found, and bundling disabled
[104222 refs]
===> Script "configure" failed unexpectedly.
tdb 1.3.7 was in the ports, which I installed
Now, I'd like to continue, 'without remaking the wheel' so far completed - directive appreciated!
Thanks!