Bug 113779 - [patch] graphics/lcdtest fails compiling and segfauls
Summary: [patch] graphics/lcdtest fails compiling and segfauls
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: Andrew Pantyukhin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 00:10 UTC by edwin
Modified: 2007-06-19 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (711 bytes, patch)
2007-06-17 00:10 UTC, edwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2007-06-17 00:10:06 UTC
graphics/lcdtest fails compilation due to missing phtread linking.

And after that, it just segfaults:
	In X:
		[~] edwin@k7>lcdtest 
		Segmentation fault: 11 (core dumped)
	On a console:
		[~] root@k7>lcdtest 
		svgalib: signal 11: segmentation fault: 11 received

Fix: This will at least fix the compilation issue.

? work
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-17 00:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->infofarmer

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-19 06:22:17 UTC
sat         2007-06-19 05:22:12 UTC

  FreeBSD ports repository

  Modified files:
    graphics/lcdtest     Makefile 
  Log:
  - Fix build by linking to pthread_libs
  
  PR:             ports/113779
  Submitted by:   edwin
  
  Revision  Changes    Path
  1.2       +1 -1      ports/graphics/lcdtest/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 sat freebsd_committer freebsd_triage 2007-06-19 06:22:30 UTC
State Changed
From-To: open->closed

Committed, thanks! 
Portrevision wasn't bumped as this was described as a 
compile-time issue.