Ticket #1976 (new bug)
Installing Development package failes
| Reported by: | plfiorini | Owned by: | bonefish |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Build System | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | x86 | Blocking: |
Description
Haiku rev24633, buildtools rev24633. Here's my UserBuildConfig: ######################## # Install Haiku on device /dev/sda57. Be sure you know what you're doing! HAIKU_IMAGE_DIR = /dev ; HAIKU_IMAGE_NAME = hda2 ; #HAIKU_DONT_CLEAR_IMAGE = 1 ;
# Add symlink/file (timezone and keymap settings) to the image. AddSymlinkToHaikuImage home config settings
: /boot/beos/etc/timezones/Europe/Rome : timezone ;
AddFilesToHaikuImage home config settings : <keymap>Italian
: Key_map ;
AddOptionalHaikuImagePackages Development ; ########################
Haiku was built using gcc 2.95.3. After a successful build I added the last line to my UserBuildConfig in order to install the Development package into the image, but I got the output I'm attaching to this report.
