Bug 116196 - sysutils/fusefs-kmod requires also userland sources
Summary: sysutils/fusefs-kmod requires also userland sources
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-08 06:00 UTC by edwin
Modified: 2007-10-03 06:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2007-09-08 06:00:06 UTC
Fusefs-kmod says it requires kernel sources, but it also requires
userland sources:

Warning: Object directory not changed from original /var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs
cc -O2 -fno-strict-aliasing -pipe   -I/usr/src/sbin/mount -I../include  -c mount_fusefs.c
                                   ^^^^^^^^^^^^^^^^^^^^^^
mount_fusefs.c:50:21: mntopts.h: No such file or directory
mount_fusefs.c:57: error: elements of array `mopts' have incomplete type

Fix: 

Add a check for it in the Makefile
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-08 06:00:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-03 06:05:27 UTC
edwin       2007-10-03 05:05:22 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-kmod Makefile 
  Log:
  Sysutils/fusefs-kmod requires also userland sources
  
          Fusefs-kmod says it requires kernel sources, but it also requires
          userland sources:
  
          Warning: Object directory not changed from original /var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs
          cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c mount_fusefs.c
                                            ^^^^^^^^^^^^^^^^^^^^^^
          mount_fusefs.c:50:21: mntopts.h: No such file or directory
          mount_fusefs.c:57: error: elements of array `mopts' have incomplete type
  
  PR:             ports/116196
  Submitted by:   Edwin Groothuis <edwin@mavetju.org>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.14      +3 -0      ports/sysutils/fusefs-kmod/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 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-03 06:05:28 UTC
State Changed
From-To: feedback->closed

Committed, thanks!