Implement shlib checks for all pkg revdeps in the transaction.
Added three new test cases to verify its correctness.
This commit is contained in:
@@ -290,8 +290,11 @@ xbps_transaction_prepare(struct xbps_handle *xhp)
|
||||
xhp->transd = NULL;
|
||||
return rv;
|
||||
}
|
||||
/*
|
||||
* Check for unresolved shared libraries.
|
||||
*/
|
||||
if (xbps_transaction_shlibs(xhp))
|
||||
return ENODEV;
|
||||
return ENOEXEC;
|
||||
|
||||
/*
|
||||
* Sort package dependencies if necessary.
|
||||
|
Reference in New Issue
Block a user