List Info

Thread: Error building world for -current




Error building world for -current
user name
2008-05-07 01:59:08
Hi,
I am running into a strange error when trying to build world
for -current.

===> usr.bin/kdump (depend)
sh /usr/src/usr.bin/kdump/mkioctls
/usr/obj/usr/src/tmp/usr/include >
ioctl.c
In file included from <stdin>:96:
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
dev/mpt/mpilib/mpi_type.h: No such file or directory
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
dev/mpt/mpilib/mpi.h: No such file or directory
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
sh /usr/src/usr.bin/kdump/mksubr
/usr/obj/usr/src/tmp/usr/include >
kdump_subr.c
rm -f .depend
mkdep -f .depend -a    -I/usr/src/usr.bin/kdump/../ktrace
-I/usr/src/usr.bin/kdump -I/usr/src/usr.bin/kdump/../..
/usr/src/usr.bin/kdump/kdump.c ioctl.c kdump_subr.c
/usr/src/usr.bin/kdump/../ktrace/subr.c
In file included from ioctl.c:120:
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
dev/mpt/mpilib/mpi_type.h: No such file or directory
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
dev/mpt/mpilib/mpi.h: No such file or directory
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.bin/kdump.
*** Error code 1

Stop in /usr/src/usr.bin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Tried removing /usr/obj but still the same result.

Am I missing something here?


Jiawei Ye
-- 
"If it looks like a duck, walks like a duck, and quacks
like a duck, then to
the end user it's a duck, and end users have made it pretty
clear they want
a duck; whether the duck drinks hot chocolate or coffee is
irrelevant."
_______________________________________________
freebsd-currentfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-curre
nt
To unsubscribe, send any mail to
"freebsd-current-unsubscribefreebsd.org"

Re: Error building world for -current
country flaguser name
United States
2008-05-07 02:33:02
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A committe was made about 4 hrs ago that fixed this.

Jiawei Ye wrote:
| Hi,
| I am running into a strange error when trying to build
world for -current.
|
| ===> usr.bin/kdump (depend)
| sh /usr/src/usr.bin/kdump/mkioctls
/usr/obj/usr/src/tmp/usr/include >
| ioctl.c
| In file included from <stdin>:96:
| /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
| dev/mpt/mpilib/mpi_type.h: No such file or directory
| /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
| dev/mpt/mpilib/mpi.h: No such file or directory
| /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
| dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
| sh /usr/src/usr.bin/kdump/mksubr
/usr/obj/usr/src/tmp/usr/include >
| kdump_subr.c
| rm -f .depend
| mkdep -f .depend -a    -I/usr/src/usr.bin/kdump/../ktrace
| -I/usr/src/usr.bin/kdump -I/usr/src/usr.bin/kdump/../..
| /usr/src/usr.bin/kdump/kdump.c ioctl.c kdump_subr.c
| /usr/src/usr.bin/kdump/../ktrace/subr.c
| In file included from ioctl.c:120:
| /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
| dev/mpt/mpilib/mpi_type.h: No such file or directory
| /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
| dev/mpt/mpilib/mpi.h: No such file or directory
| /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
| dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
| mkdep: compile failed
| *** Error code 1
|
| Stop in /usr/src/usr.bin/kdump.
| *** Error code 1
|
| Stop in /usr/src/usr.bin.
| *** Error code 1
|
| Stop in /usr/src.
| *** Error code 1
|
| Stop in /usr/src.
| *** Error code 1
|
| Stop in /usr/src.
|
| Tried removing /usr/obj but still the same result.
|
| Am I missing something here?
|
|
| Jiawei Ye

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iEYEARECAAYFAkghWy0ACgkQk8GFzCrQm4AKiwCgr/CkrlXlsw+NT0gH5nsu
i0Gh
2xEAniFBUbrpiVRusd5iAriGpjvoZTDE
=PvLj
-----END PGP SIGNATURE-----

_______________________________________________
freebsd-currentfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-curre
nt
To unsubscribe, send any mail to
"freebsd-current-unsubscribefreebsd.org"

Re: Error building world for -current
user name
2008-05-07 04:20:35
On May 7, 2008, at 12:33 AM, Aryeh M. Friedman wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> A committe was made about 4 hrs ago that fixed this.
>
> Jiawei Ye wrote:
> | Hi,
> | I am running into a strange error when trying to
build world for - 
> current.
> |
> | ===> usr.bin/kdump (depend)
> | sh /usr/src/usr.bin/kdump/mkioctls
/usr/obj/usr/src/tmp/usr/ 
> include >
> | ioctl.c
> | In file included from <stdin>:96:
> |
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
> | dev/mpt/mpilib/mpi_type.h: No such file or directory
> |
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
> | dev/mpt/mpilib/mpi.h: No such file or directory
> |
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
> | dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
> | sh /usr/src/usr.bin/kdump/mksubr
/usr/obj/usr/src/tmp/usr/include >
> | kdump_subr.c
> | rm -f .depend
> | mkdep -f .depend -a   
-I/usr/src/usr.bin/kdump/../ktrace
> | -I/usr/src/usr.bin/kdump
-I/usr/src/usr.bin/kdump/../..
> | /usr/src/usr.bin/kdump/kdump.c ioctl.c kdump_subr.c
> | /usr/src/usr.bin/kdump/../ktrace/subr.c
> | In file included from ioctl.c:120:
> |
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
> | dev/mpt/mpilib/mpi_type.h: No such file or directory
> |
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
> | dev/mpt/mpilib/mpi.h: No such file or directory
> |
/usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
> | dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
> | mkdep: compile failed
> | *** Error code 1
> |
> | Stop in /usr/src/usr.bin/kdump.
> | *** Error code 1
> |
> | Stop in /usr/src/usr.bin.
> | *** Error code 1
> |
> | Stop in /usr/src.
> | *** Error code 1
> |
> | Stop in /usr/src.
> | *** Error code 1
> |
> | Stop in /usr/src.
> |
> | Tried removing /usr/obj but still the same result.
> |
> | Am I missing something here?
> |
> |
> | Jiawei Ye
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

>
>
iEYEARECAAYFAkghWy0ACgkQk8GFzCrQm4AKiwCgr/CkrlXlsw+NT0gH5nsu
i0Gh
> 2xEAniFBUbrpiVRusd5iAriGpjvoZTDE
> =PvLj
> -----END PGP SIGNATURE-----

I'm not sure if it's just me, but I haven't been able to run
 
buildworld for quite some time.

-Garrett
_______________________________________________
freebsd-currentfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-curre
nt
To unsubscribe, send any mail to
"freebsd-current-unsubscribefreebsd.org"

Re: Error building world for -current
country flaguser name
United States
2008-05-07 04:30:26
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Garrett Cooper wrote:
| On May 7, 2008, at 12:33 AM, Aryeh M. Friedman wrote:
|
| A committe was made about 4 hrs ago that fixed this.
|
| Jiawei Ye wrote:
| | Hi,
| | I am running into a strange error when trying to build
world for 
-current.
| |
| | ===> usr.bin/kdump (depend)
| | sh /usr/src/usr.bin/kdump/mkioctls
/usr/obj/usr/src/tmp/usr/include >
| | ioctl.c
| | In file included from <stdin>:96:
| | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
| | dev/mpt/mpilib/mpi_type.h: No such file or directory
| | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
| | dev/mpt/mpilib/mpi.h: No such file or directory
| | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
| | dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
| | sh /usr/src/usr.bin/kdump/mksubr
/usr/obj/usr/src/tmp/usr/include >
| | kdump_subr.c
| | rm -f .depend
| | mkdep -f .depend -a   
-I/usr/src/usr.bin/kdump/../ktrace
| | -I/usr/src/usr.bin/kdump -I/usr/src/usr.bin/kdump/../..
| | /usr/src/usr.bin/kdump/kdump.c ioctl.c kdump_subr.c
| | /usr/src/usr.bin/kdump/../ktrace/subr.c
| | In file included from ioctl.c:120:
| | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37:
error:
| | dev/mpt/mpilib/mpi_type.h: No such file or directory
| | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32:
error:
| | dev/mpt/mpilib/mpi.h: No such file or directory
| | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37:
error:
| | dev/mpt/mpilib/mpi_cnfg.h: No such file or directory
| | mkdep: compile failed
| | *** Error code 1
| |
| | Stop in /usr/src/usr.bin/kdump.
| | *** Error code 1
| |
| | Stop in /usr/src/usr.bin.
| | *** Error code 1
| |
| | Stop in /usr/src.
| | *** Error code 1
| |
| | Stop in /usr/src.
| | *** Error code 1
| |
| | Stop in /usr/src.
| |
| | Tried removing /usr/obj but still the same result.
| |
| | Am I missing something here?
| |
| |
| | Jiawei Ye
|

| I'm not sure if it's just me, but I haven't been able to
run 
buildworld for quite some time.

I was in the same boat until about 12 hrs ago when that was
posted... 
you may want to nuke /usr/obj and /usr/src to make sure
though

| -Garrett


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iEYEARECAAYFAkghdrIACgkQk8GFzCrQm4DczACgiCeKlT7jBMooL6B5qR/h
ODu4
4B4AnjBb59TM/evun80lf+DYUu8HE6Ay
=0n8O
-----END PGP SIGNATURE-----

_______________________________________________
freebsd-currentfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-curre
nt
To unsubscribe, send any mail to
"freebsd-current-unsubscribefreebsd.org"

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )