[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CI for mothur [Outreachy]



Hello Andreas, 

after build mothur creates 4 deb files:

- mothur_1.39.5-2_amd64.deb
- mothur-dbgsym_1.39.5-2_amd64.deb
- mothur-mpi_1.39.5-2_amd64.deb
- mothur-mpi-dbgsym_1.39.5-2_amd64.deb

but only one of mothur-dbgsym and mothur-mpi-dbgsym can be installed.
if I try to install mothur-dbgsym after installation of mothur-mpi-dbgsym I got an error:

nadiya@debian:~$ sudo dpkg -i mothur-dbgsym_1.39.5-2_amd64.deb 
(Reading database ... 242277 files and directories currently installed.)
Preparing to unpack mothur-dbgsym_1.39.5-2_amd64.deb ...
Unpacking mothur-dbgsym (1.39.5-2) ...
dpkg: error processing archive mothur-dbgsym_1.39.5-2_amd64.deb (--install):
 trying to overwrite '/usr/lib/debug/.build-id/36/4c05866b69b4a944c49f05868327d0c311bea7.debug', which is also in package mothur-mpi-dbgsym 1.39.5-2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 mothur-dbgsym_1.39.5-2_amd64.deb

if I try to install mothur-mpi-dbgsym first and then install mothur-dbgsym I got a symmetric error:

nadiya@debian:~$ sudo dpkg -i mothur-mpi-dbgsym_1.39.5-2_amd64.deb 
Selecting previously unselected package mothur-mpi-dbgsym.
(Reading database ... 242279 files and directories currently installed.)
Preparing to unpack mothur-mpi-dbgsym_1.39.5-2_amd64.deb ...
Unpacking mothur-mpi-dbgsym (1.39.5-2) ...
dpkg: error processing archive mothur-mpi-dbgsym_1.39.5-2_amd64.deb (--install):
 trying to overwrite '/usr/lib/debug/.build-id/36/4c05866b69b4a944c49f05868327d0c311bea7.debug', which is also in package mothur-dbgsym 1.39.5-2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 mothur-mpi-dbgsym_1.39.5-2_amd64.deb


Is that an expected behavior? Or am I doing something wrong?

Regards, Nadiya

Reply to: