Date: Fri, 30 Sep 2005 10:25:26 -0600 (MDT) From: Jonathan Duncan <admin@jkdwebmagic.com> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: freebsd-ports@freebsd.org Subject: Re: Problem making a Linux Compatibility Port Message-ID: <20050930101839.D34232@hercules.jkdwebmagic.com> In-Reply-To: <20050928105713.r1vu78ua80ckwco4@netchild.homeip.net> References: <20050927095145.W37828@hercules.jkdwebmagic.com> <20050928105713.r1vu78ua80ckwco4@netchild.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Sep 2005, Alexander Leidinger wrote: > Jonathan Duncan <admin@jkdwebmagic.com> wrote: > >> ===> linux_base-rh-9 depends on executable: rpm - found >> mknod: >> /var/build/ports/emulators/linux_base-rh-9/work/linux_base-rh-9/dev/null: >> Operation not permitted >> *** Error code 1 >> >> Stop in /ports/emulators/linux_base-rh-9. >> ------------------------------------------------------------ >> >> Any ideas on how to get past this? > > Use the default (linux_base-8) or remove the "mknod" lines in the rh-9 > Makefile. > > Bye, > Alexander. > Ok, I commented out two lines for the mknod and ran make again. They were basically for making a /dev/null directory in the chrooted environment. I am not sure why it failed but they are gone and hopefully not needed. Anyway, now I get this error: ----------------------------------------------------- #@mknod /var/build/home/lacerta/linux_base-rh-9/work/linux_base-rh-9/dev/null c 2 2 #@/bin/chmod 666 /var/build/home/lacerta/linux_base-rh-9/work/linux_base-rh-9/dev/null kern.fallback_elf_brand: -1 sysctl: kern.fallback_elf_brand: Operation not permitted glibc-2.3.2-27.9.7.i386.rpm ELF binary type "0" not known. execution of glibc-2.3.2-27.9.7 script failed, exit status 0 *** Error code 1 ----------------------------------------------------- Any idea why this is happening? Thanks, Jonathan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050930101839.D34232>