pkgsrc-Bugs archive

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

Re: pkg/56843 (Building ncurses on Fedora 35 leads to error mv: 'demo.o' and '../obj_lo/demo.o' are the same file)



I also see this problem on RHEL-9.3. ncurses is presumably built because
of PREFER_PKGSRC=yes (bootstrap default).

Setting PREFER_NATIVE=curses seems to solve my issues, because it avoids
building ncurses. ;)

Eric.

NB: I'm building as root because this is a throw away test machine.

--->8---

[root@dell-r730-041 ncurses]# ~/pkg-2023Q3/bin/bmake MAKE_JOBS=1
[..]
mv: 'demo.o' and '../obj_lo/demo.o' are the same file
make[1]: *** [Makefile:267: ../obj_lo/demo.lo] Error 1
make: *** [Makefile:142: all] Error 2


Home | Main Index | Thread Index | Old Index