Ok, I have created a case sensitive development patition, and I have compiled 
the whole toolchain.

Next step I have tried to build the whole system. The first problem has come 
from the strace package. I do not know why, but the behaviour is different in 
the make file than in the console. Results from the Makefile:

----------------------
target: strace.install
----------------------

GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin10.0
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File `install' does not exist.
Must remake target `install'.
make  install-am
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin10.0
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File `install-am' does not exist.
   File `all-am' does not exist.
  Must remake target `all-am'.
  Successfully remade target file `all-am'.
Must remake target `install-am'.
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin10.0
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File `install-exec-am' does not exist.
   File `install-binPROGRAMS' does not exist.
  Must remake target `install-binPROGRAMS'.
test -z "/usr/bin" || /opt/local/bin/mkdir -p 
"/Volumes/Varios/Phytec/BSP/OSELAS/OSELAS.BSP-Pengutronix-Generic-2010.01.0/platform-phyCORE-i.MX31/packages/strace-4.5.19/usr/bin"
/opt/local/bin/mkdir: cannot create directory 
`/Volumes/Varios/Phytec/BSP/OSELAS/OSELAS.BSP-Pengutronix-Generic-2010.01.0/platform-phyCORE-i.MX31/packages/strace-4.5.19/usr/bin':
 File exists
make[3]: *** [install-binPROGRAMS] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install] Error 2
make: *** 
[/Volumes/Varios/Phytec/BSP/OSELAS/OSELAS.BSP-Pengutronix-Generic-2010.01.0/platform-phyCORE-i.MX31/state/strace.install]
 Error 2

It seems that mkdir -p  gives an error. But if I do the same on the console:

n174:~ chema$ ls -al 
"/Volumes/Varios/Phytec/BSP/OSELAS/OSELAS.BSP-Pengutronix-Generic-2010.01.0/platform-phyCORE-i.MX31/packages/strace-4.5.19/usr/bin"
total 0
drwxr-xr-x 2 chema staff  68 feb 19 09:04 .
drwxr-xr-x 8 chema staff 272 feb 19 09:04 ..
n174:~ chema$ test -z "/usr/bin" || /opt/local/bin/mkdir -p 
"/Volumes/Varios/Phytec/BSP/OSELAS/OSELAS.BSP-Pengutronix-Generic-2010.01.0/platform-phyCORE-i.MX31/packages/strace-4.5.19/usr/bin"
n174:~ chema$ echo $?0n174:~ chema$ 

Do you have an idea?

        Thanks in advance,

                Jose M. Gomez


--
ptxdist mailing list
[email protected]

Reply via email to