Opened 17 years ago

Closed 17 years ago

#11847 closed defect (worksforme)

Broken build with fusefs

Reported by: brentn@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version:
Keywords: Cc: brentn@…, kballard (Lily Ballard)
Port:

Description

Installing the latest revision of fusefs fails:

CompileC build/fusefs.build/Release/fusefs.build/Objects-normal/i386/fuse_ipc.o /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c normal i386 c com.apple.compilers.gcc.4_0

cd /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs /usr/bin/gcc-4.0 -x c -arch i386 -pipe -Wno-trigraphs -fasm-blocks -Os -Werror -Wmissing-prototypes -Wreturn-type -Wformat -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wshadow -Wsign-compare -Wnewline-eof -fmessage-length=0 -mmacosx-version-min=10.4 -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/build/fusefs.build/Release/fusefs.build/fusefs.hmap -F/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/build/Release -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/build/Release/include -I/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/build/fusefs.build/Release/fusefs.build/DerivedSources -fno-common -nostdinc -fno-builtin -finline -fno-keep-inline-functions -force_cpusubtype_ALL -fno-exceptions -msoft-float -static -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -DFreeBSD=10 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c -o /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/build/fusefs.build/Release/fusefs.build/Objects-normal/i386/fuse_ipc.o

/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c:17:52: error: UserNotification/kUNCUserNotifications.h: No such file or directory /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c: In function 'fticket_wait_answer': /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c:254: error: 'kKUNCDefaultResponse' undeclared (first use in this function) /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c:254: error: (Each undeclared identifier is reported only once /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_fuse_fusefs/work/fusefs/fuse_ipc.c:254: error: for each function it appears in.) BUILD FAILED

Change History (2)

comment:1 Changed 17 years ago by brentn@…

Figured it out: This will always break on a case-sensitive HFS file system because its looking for kUNCUserNotification, but the file is actually KUNCUserNotification

comment:2 Changed 17 years ago by kballard (Lily Ballard)

Cc: brentn@… eridius@… added
Resolution: worksforme
Status: newclosed

Ok, I'll close this ticket then. Did you notify the upstream developers about this bug?

Note: See TracTickets for help on using tickets.