Bug 124955

Summary: kissdx fails to build on sparc64 platform.
Product: Base System Reporter: Daniel Austin MBCS <freebsd-sparc64>
Component: sparc64Assignee: Pietro Cerutti <gahr>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd-sparc64
Priority: Normal    
Version: 7.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
kissdx.diff none

Description Daniel Austin MBCS 2008-06-24 20:00:09 UTC
	A stale 32bit object file (kissdx.o) is present in the tarball for this program.
	The compiler thinks it has already compiled the object file, and skips over it.
	On true 64 bit platforms such as sparc64, it causes a linker error when attempting to link the code.

Fix: A patch is supplied below.  It simply removes the stale object file after extract and patch stage of the build process.
How-To-Repeat: 	Attempt to build kissdx on sparc64 (or possibly alpha) platform.
Comment 1 Pietro Cerutti freebsd_committer freebsd_triage 2008-06-24 20:34:52 UTC
Responsible Changed
From-To: freebsd-sparc64->gahr

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-24 21:41:05 UTC
gahr        2008-06-24 20:40:56 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/kissdx    Makefile 
  Log:
  - Fix previous commit message, which should have sounded like:
  
    Remove stale 32bit object file, thus fixing build on non-32 bits archs
  
  PR:             124955
  Submitted by:   Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
  
  Revision  Changes    Path
  1.3       +0 -0      ports/multimedia/kissdx/Makefile
_______________________________________________
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 3 Pietro Cerutti freebsd_committer freebsd_triage 2008-06-24 21:41:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!