Bug 160973 - [PATCH] math/gotoblas cannot build with gcc46
Summary: [PATCH] math/gotoblas cannot build with gcc46
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-24 13:10 UTC by Eijiro Shibusawa
Modified: 2011-10-04 02:57 UTC (History)
0 users

See Also:


Attachments
file.diff (568 bytes, patch)
2011-09-24 13:10 UTC, Eijiro Shibusawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eijiro Shibusawa 2011-09-24 13:10:03 UTC
The build error occurs as a result of wrong configuration, Makefile.conf and Makefile_kernel.conf, which are created by a perl script "f_check".
The attached patch fixes the script so that it does not generate empty linker flag "-l".

Fix: Patch attached with submission follows:
How-To-Repeat: Please refer http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20110919075211/gotoblas-2.1.13_2.log .
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-24 13:10:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-28 07:21:33 UTC
maho        2011-09-28 06:21:19 UTC

  FreeBSD ports repository

  Modified files:
    math/gotoblas        Makefile 
    math/gotoblas/files  patch-Makefile.system 
  Added files:
    math/gotoblas/files  patch-cpuid_sparc.c patch-f_check 
                         pkg-message.in 
  Log:
  Build fix with gcc46 [1] and other small improvements [2].
  
  PR:             160973
  Submitted by:   bf [1, 2], Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> [1]
  
  Revision  Changes    Path
  1.26      +97 -86    ports/math/gotoblas/Makefile
  1.3       +28 -4     ports/math/gotoblas/files/patch-Makefile.system
  1.1       +10 -0     ports/math/gotoblas/files/patch-cpuid_sparc.c (new)
  1.1       +20 -0     ports/math/gotoblas/files/patch-f_check (new)
  1.1       +7 -0      ports/math/gotoblas/files/pkg-message.in (new)
_______________________________________________
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 Maho Nakata freebsd_committer freebsd_triage 2011-10-04 02:57:31 UTC
State Changed
From-To: open->closed

committed, thanks!