Bug 124955 - kissdx fails to build on sparc64 platform.
Summary: kissdx fails to build on sparc64 platform.
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: sparc64 (show other bugs)
Version: 7.0-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 20:00 UTC by Daniel Austin MBCS
Modified: 2008-06-24 21:50 UTC (History)
1 user (show)

See Also:


Attachments
kissdx.diff (436 bytes, patch)
2008-06-24 20:00 UTC, Daniel Austin MBCS
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!