Bug 140171 - emulators/virtualbox port build error since 3.0.51.r22902
Summary: emulators/virtualbox port build error since 3.0.51.r22902
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-01 18:10 UTC by Hubert Tournier
Modified: 2009-11-06 14:22 UTC (History)
1 user (show)

See Also:


Attachments
trace.txt (2.97 KB, text/plain)
2009-11-01 18:10 UTC, Hubert Tournier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Tournier 2009-11-01 18:10:03 UTC
	Since the 3.0.51.r22902 (september, 13) version of virtualbox
	port, build crashes near the end, while testing device struct
	sizes (on VGASTATE).

	It worked fine with earlier versions on the same machines.

	A full trace is available there:
	http://www.frbsd.org/dist/vb/trace.txt.7z

Fix: No fix but a workaround: using the package instead of the port.
How-To-Repeat: 	I provide a VirtualBox virtual machine with FreeBSD 8.0RC2
	installed where this problem happens, there:
	http://www.frbsd.org/dist/vb/freebsd8rc2.vdi.7z (circ 700 MB)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-01 21:00:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vbox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Beat Gaetzi freebsd_committer freebsd_triage 2009-11-01 21:58:30 UTC
State Changed
From-To: open->feedback

Could you please try this patch: 
http://people.freebsd.org/~beat/vbox/virtualbox-testcases-without_x11.patch
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2009-11-01 21:58:41 UTC
Responsible Changed
From-To: vbox->beat

I'll take it.
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2009-11-04 19:49:58 UTC
State Changed
From-To: feedback->open

Submitter confirms that patch fixes the problem (via private mail).
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-11-06 14:17:20 UTC
beat        2009-11-06 14:17:06 UTC

  FreeBSD ports repository

  Modified files:
    emulators/virtualbox Makefile pkg-plist 
  Added files:
    emulators/virtualbox/files patch-src-VBox-Devices-Makefile.kmk 
  Log:
  - Disable testcases to fix possible build breakage with non default
    options set
  
  PR:             ports/140171
  Submitted by:   Hubert Tournier <hubert AT tournier.org>
  Reported by:    Stanislav Dulis <stasd AT xnx.ru> (via private mail)
  
  Revision  Changes    Path
  1.12      +1 -0      ports/emulators/virtualbox/Makefile
  1.1       +15 -0     ports/emulators/virtualbox/files/patch-src-VBox-Devices-Makefile.kmk (new)
  1.8       +0 -1      ports/emulators/virtualbox/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Beat Gaetzi freebsd_committer freebsd_triage 2009-11-06 14:22:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!