NetBSD-Bugs archive

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

re: port-mips/53538: MIPS install fails with "exec /sbin/init: error 8"



The following reply was made to PR port-mips/53538; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-mips-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: port-mips/53538: MIPS install fails with "exec /sbin/init: error 8"
Date: Sun, 19 Aug 2018 20:27:09 +1000

 i see the problem.  eg, this chunk:
 
 +#ifdef DEBUG_EXEC
                 if (old_abi !=3D p->p_md.md_abi)
                         printf("pid %d(%s): ABI set to O32 (e_flags=3D%#x)=
 \n", p->p_pid, p->p_comm, eh->e_flags);
                 break;
 +#endif /* DEBUG_EXEC */
 
 should not hide the "break;" line.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index