Bug#305044: addresses-for-gnustep: FTBFS: GWorkspace/ContentViewersProtocol.h: No such file or directory

2005-04-24 Thread Steve Langasek
Hi Eric,

 Finally I think it's better to just not build the VCFViewer inspector.
 Edit the Goodies/GNUmakefile file and remove this line :
  VCFViewer  \

 that's all.

According to the BTS, you're the maintainer of this package -- do you plan
to prepare an upload that fixes this bug?  Are you in need of a sponsor to
upload for you?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#305044: addresses-for-gnustep: FTBFS: GWorkspace/ContentViewersProtocol.h: No such file or directory

2005-04-24 Thread Eric Heintzmann
Steve Langasek wrote:
Hi Eric,
 

Finally I think it's better to just not build the VCFViewer inspector.
Edit the Goodies/GNUmakefile file and remove this line :
VCFViewer  \
   

 

that's all.
   

According to the BTS, you're the maintainer of this package -- do you plan
to prepare an upload that fixes this bug?  Are you in need of a sponsor to
upload for you?
 

Uploaded (sponsored by Christian Marrillat) just before I receive your mail.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#305044: addresses-for-gnustep: FTBFS: GWorkspace/ContentViewersProtocol.h: No such file or directory

2005-04-17 Thread Roland Stigge
Package: addresses-for-gnustep
Version: 0.4.6-3
Severity: serious

Hi,

building the package addresses-for-gnustep in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
done
make[2]: Leaving directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/AddressManager'
make[1]: Leaving directory `/tmp/buildd/addresses-for-gnustep-0.4.6'
: # build Goodies
. /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh; \
ADDITIONAL_INCLUDE_DIRS= 
-I/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks \
ADDITIONAL_LIB_DIRS= 
-L/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks/Addresses/Addresses.framework/Versions/Current
  
-L/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks/AddressView/AddressView.framework/Versions/Current
 \
/usr/bin/make -C Goodies messages=yes
make[1]: Entering directory `/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies'
Making all in VCFViewer...
make[2]: Entering directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies/VCFViewer'
Making all for bundle VCFViewer...
cd .; \
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs ./shared_obj; \
rm -f obj; \
ln -s ./shared_obj obj
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs VCFViewer.inspector/.
gcc VCFViewer.m -c \
  -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN 
-DGSDIAGNOSE -O2 -fno-strict-aliasing -fgnu-runtime -Wall 
-fconstant-string-class=NSConstantString 
-I/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks -I. 
-I/tmp/buildd/GNUstep/Library/Headers 
-I/usr/local/lib/GNUstep/Local/Library/Headers 
-I/usr/local/lib/GNUstep/Network/Library/Headers 
-I/usr/lib/GNUstep/System/Library/Headers \
   -o shared_obj/VCFViewer.o
In file included from VCFViewer.m:16:
VCFViewer.h:17:47: warning: GWorkspace/ContentViewersProtocol.h: No such file 
or directory
In file included from VCFViewer.m:16:
VCFViewer.h:25: error: cannot find protocol declaration for 
`ContentViewersProtocol'
make[3]: *** [shared_obj/VCFViewer.o] Error 1
make[2]: *** [VCFViewer.all.bundle.variables] Error 2
make[2]: Leaving directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies/VCFViewer'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies'
make: *** [build-arch-stamp] Error 2
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#305044: addresses-for-gnustep: FTBFS: GWorkspace/ContentViewersProtocol.h: No such file or directory

2005-04-17 Thread Eric Heintzmann
Roland Stigge wrote:
Package: addresses-for-gnustep
Version: 0.4.6-3
Severity: serious
Hi,
building the package addresses-for-gnustep in a clean sid build environment
(with pbuilder) on i386 results in:
=
[...]
done
make[2]: Leaving directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/AddressManager'
make[1]: Leaving directory `/tmp/buildd/addresses-for-gnustep-0.4.6'
: # build Goodies
. /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh; \
   ADDITIONAL_INCLUDE_DIRS= 
-I/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks \
   ADDITIONAL_LIB_DIRS= 
-L/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks/Addresses/Addresses.framework/Versions/Current
  
-L/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks/AddressView/AddressView.framework/Versions/Current
 \
   /usr/bin/make -C Goodies messages=yes
make[1]: Entering directory `/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies'
Making all in VCFViewer...
make[2]: Entering directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies/VCFViewer'
Making all for bundle VCFViewer...
cd .; \
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs ./shared_obj; \
rm -f obj; \
ln -s ./shared_obj obj
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs VCFViewer.inspector/.
gcc VCFViewer.m -c \
 -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN 
-DGSDIAGNOSE -O2 -fno-strict-aliasing -fgnu-runtime -Wall 
-fconstant-string-class=NSConstantString 
-I/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks -I. 
-I/tmp/buildd/GNUstep/Library/Headers 
-I/usr/local/lib/GNUstep/Local/Library/Headers 
-I/usr/local/lib/GNUstep/Network/Library/Headers 
-I/usr/lib/GNUstep/System/Library/Headers \
  -o shared_obj/VCFViewer.o
In file included from VCFViewer.m:16:
VCFViewer.h:17:47: warning: GWorkspace/ContentViewersProtocol.h: No such file 
or directory
In file included from VCFViewer.m:16:
VCFViewer.h:25: error: cannot find protocol declaration for 
`ContentViewersProtocol'
make[3]: *** [shared_obj/VCFViewer.o] Error 1
make[2]: *** [VCFViewer.all.bundle.variables] Error 2
make[2]: Leaving directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies/VCFViewer'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies'
make: *** [build-arch-stamp] Error 2
=
Thanks for considering.
 

Well, Gworkspace have been deeply changed. The headers are no longer at 
the place where addresses expect to find them.
I'll look and rebuild addresses at that when I will have upgraded 
gnustep core libraries and gworkspace (addresses build-depends on them).
In the meantime I suggest to not build the addresses-goodies package.

Comment these lines in debian/rules should suffice:
: # build Goodies
#   . /$(GS_MAKEFILES_DIR)/GNUstep.sh; \
#   ADDITIONAL_INCLUDE_DIRS=$(ADDITIONAL_INCLUDE_DIRS) \
#   ADDITIONAL_LIB_DIRS=$(ADDITIONAL_LIB_DIRS) \
#   $(MAKE) -C Goodies messages=yes
: # install Goodies
#   . /$(GS_MAKEFILES_DIR)/GNUstep.sh; \
#   $(MAKE) -C Goodies install \
#   GNUSTEP_INSTALLATION_DIR=$(CURDIR)/$(d_good)/$(GS_SYSTEM_ROOT)
   Eric
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#305044: addresses-for-gnustep: FTBFS: GWorkspace/ContentViewersProtocol.h: No such file or directory

2005-04-17 Thread Eric Heintzmann
Roland Stigge wrote:
Package: addresses-for-gnustep
Version: 0.4.6-3
Severity: serious
Hi,
building the package addresses-for-gnustep in a clean sid build environment
(with pbuilder) on i386 results in:
=
[...]
done
make[2]: Leaving directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/AddressManager'
make[1]: Leaving directory `/tmp/buildd/addresses-for-gnustep-0.4.6'
: # build Goodies
. /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh; \
   ADDITIONAL_INCLUDE_DIRS= 
-I/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks \
   ADDITIONAL_LIB_DIRS= 
-L/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks/Addresses/Addresses.framework/Versions/Current
  
-L/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks/AddressView/AddressView.framework/Versions/Current
 \
   /usr/bin/make -C Goodies messages=yes
make[1]: Entering directory `/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies'
Making all in VCFViewer...
make[2]: Entering directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies/VCFViewer'
Making all for bundle VCFViewer...
cd .; \
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs ./shared_obj; \
rm -f obj; \
ln -s ./shared_obj obj
/usr/lib/GNUstep/System/Library/Makefiles/mkinstalldirs VCFViewer.inspector/.
gcc VCFViewer.m -c \
 -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN 
-DGSDIAGNOSE -O2 -fno-strict-aliasing -fgnu-runtime -Wall 
-fconstant-string-class=NSConstantString 
-I/tmp/buildd/addresses-for-gnustep-0.4.6/Frameworks -I. 
-I/tmp/buildd/GNUstep/Library/Headers 
-I/usr/local/lib/GNUstep/Local/Library/Headers 
-I/usr/local/lib/GNUstep/Network/Library/Headers 
-I/usr/lib/GNUstep/System/Library/Headers \
  -o shared_obj/VCFViewer.o
In file included from VCFViewer.m:16:
VCFViewer.h:17:47: warning: GWorkspace/ContentViewersProtocol.h: No such file 
or directory
In file included from VCFViewer.m:16:
VCFViewer.h:25: error: cannot find protocol declaration for 
`ContentViewersProtocol'
make[3]: *** [shared_obj/VCFViewer.o] Error 1
make[2]: *** [VCFViewer.all.bundle.variables] Error 2
make[2]: Leaving directory 
`/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies/VCFViewer'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/tmp/buildd/addresses-for-gnustep-0.4.6/Goodies'
make: *** [build-arch-stamp] Error 2
=
Thanks for considering.
--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/
Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.
 

Finally I think it's better to just not build the VCFViewer inspector.
Edit the Goodies/GNUmakefile file and remove this line :
VCFViewer  \
that's all.
   Eric

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]