[Fink-devel] Problem linking arj

2010-03-03 Thread Dr. Wolfram Schroers
Hi,

I have a problem linking arj during the build process. The error message is:

cc -DLOCALE=LANG_en -DLOCALE_DESC=\en\ -DPKGLIBDIR=\/sw/lib/arj\ 
-D_UNIX -Dlchown=chown -L/sw/lib -s  -o darwin10.2.0/en/rs/arjsfxv/arjsfxv 
./darwin10.2.0/en/rs/arjsfxv/sfx_id.o ./darwin10.2.0/en/rs/arjsfxv/filemode.o 
./darwin10.2.0/en/rs/arjsfxv/date_sig.o ./darwin10.2.0/en/rs/arjsfxv/fmsg_sfv.o 
./darwin10.2.0/en/rs/arjsfxv/imsg_sfv.o ./darwin10.2.0/en/rs/arjsfxv/nmsg_sfv.o 
./darwin10.2.0/en/rs/arjsfxv/decode.o ./darwin10.2.0/en/rs/arjsfxv/arjsfx.o 
./darwin10.2.0/en/rs/arjsfxv/fardata.o ./darwin10.2.0/en/rs/arjsfxv/arj_user.o 
./darwin10.2.0/en/rs/arjsfxv/arj_arcv.o ./darwin10.2.0/en/rs/arjsfxv/arj_file.o 
./darwin10.2.0/en/rs/arjsfxv/crc32.o ./darwin10.2.0/en/rs/arjsfxv/misc.o 
./darwin10.2.0/en/rs/arjsfxv/debug.o ./darwin10.2.0/en/rs/arjsfxv/arj_proc.o 
./darwin10.2.0/en/rs/arjsfxv/environ.o ./darwin10.2.0/en/rs/arjsfxv/ea_mgr.o 
./darwin10.2.0/en/rs/arjsfxv/ntstream.o ./darwin10.2.0/en/rs/arjsfxv/uxspec.o 
./darwin10.2.0/en/rs/arjsfxv/ext_hdr.o ./darwin10.2.0/en/rs/arjsfxv/arjtypes.o 
./darwin10.2.0/en/rs/arjsfxv/exe_sear.o ./darwin10.2.0/en/rs/arjsfxv/chk_fmsg.o 
./darwin10.2.0/en/rs/arjsfxv/filelist.o ./darwin10.2.0/en/rs/arjsfxv/arjsec_h.o 
./darwin10.2.0/en/rs/arjsfxv/arjsec_l.o ./darwin10.2.0/en/rs/arjsfxv/garble.o 
./darwin10.2.0/en/rs/arjsfxv/scrnio.o ./darwin10.2.0/en/rs/arjsfxv/ansi.o 
./darwin10.2.0/en/rs/arjsfxv/externs.o  
ld: warning: option -s is obsolete and being ignored
Undefined symbols:
  _chown$UNIX2003, referenced from:
  _set_owner in uxspec.o
  _set_owner in uxspec.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [darwin10.2.0/en/rs/arjsfxv/arjsfxv] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.DPPVQi failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-arj-3.10.21-1
(Reading database ... 206572 files and directories currently installed.)
Removing fink-buildlock-arj-3.10.21-1 ...
Failed: phase compiling: arj-3.10.21-1 failed

I am running Snow-Leopard 10.6.2, latest updates installed, latest version of 
Fink, 32-bit, and have the development branch activated.

W.



smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Problem compiling dosbox

2010-03-03 Thread Dr. Wolfram Schroers
I wish you to get well soon!


 The issue is related to the that fact that Apple switched from 
 ComponentDescription to AudioComponentDescription in 10.6, and deprecated 
 some AudioUnit API in 10.5. And I can confirm that the issue occurs indeed on 
 32bit 10.6 (though this is suprisingly the first report I got on the issue).
 
 I know several ways to work around the issue, but so far I like none, esp. 
 since I want the package to still work on 10.5. I'll tell you once I 
 committed one of them. For now, I am a bit ill and need to get sleep.
 
 
 Bye,
 Max
 
 Am 02.03.2010 um 21:29 schrieb Alexander Hansen:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 3/2/10 8:10 AM, Dr. Wolfram Schroers wrote:
 Hi,
 
 I have a problem building dosbox. During compiling I get the error message:
 
 [...]
 g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I/sw/include 
 -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -fast  -MT midi.o -MD -MP 
 -MF .deps/midi.Tpo -c -o midi.o midi.cpp
 In file included from midi.cpp:83:
 midi_coreaudio.h: In member function 'virtual bool 
 MidiHandler_coreaudio::Open(const char*)':
 midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc' has 
 incomplete type and cannot be defined
 midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 make[3]: *** [midi.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2
 (Reading database ... 207168 files and directories currently installed.)
 Removing fink-buildlock-dosbox-0.73-2 ...
 Failed: phase compiling: dosbox-0.73-2 failed
 
 I am running Snow-Leopard 10.6.2, latest updates installed, latest version 
 of Fink and have the development branch activated.
 
 W.
 
 
 
 
 
 (this probably could have gone to fink-users, since the package is
 maintained and the issue is a bug report rather than a question about
 the structure of the package)
 
 Are you using 32-bit Fink or 64-bit Fink?
 - --
 Alexander Hansen
 Fink User Liaison
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAkuNdQwACgkQB8UpO3rKjQ+62QCgga5T8mzxbzTkOC4GDKFeLFF9
 OAsAoJdHBk4FugmO82SM8/p7wugdE3iP
 =kO03
 -END PGP SIGNATURE-
 
 



smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

[Fink-devel] Problem compiling pyobjc-py26

2010-03-03 Thread Dr. Wolfram Schroers
Hi,

I have a problem compiling pyobjc-py26. The error message is:

gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes 
-Ibuild/codegen/ -Ilibffi-src/include -I/sw/include/python2.6 -c 
libffi-src/src/types.c -o 
build/temp.macosx-10.6-i386-2.6/libffi-src/src/types.o -I/sw/include -DMACOSX 
-DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith 
-Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import
cc1: error: unrecognized command line option -Wno-long-double
error: command 'gcc' failed with exit status 1
### execution of /var/tmp/tmp.1.knXJH1 failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pyobjc-py26-1.4-3
(Reading database ... 206572 files and directories currently installed.)
Removing fink-buildlock-pyobjc-py26-1.4-3 ...
Failed: phase compiling: pyobjc-py26-1.4-3 failed

I am running Snow-Leopard 10.6.2, latest updates installed, latest version of 
Fink, 32-bit, and have the development branch activated.

W.



smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Problem compiling dosbox

2010-03-03 Thread Dr. Wolfram Schroers
 On 3/2/10 8:10 AM, Dr. Wolfram Schroers wrote:
 Hi,
 
 I have a problem building dosbox. During compiling I get the error message:
 
 [...]
 g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I/sw/include 
 -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -fast  -MT midi.o -MD -MP 
 -MF .deps/midi.Tpo -c -o midi.o midi.cpp
 In file included from midi.cpp:83:
 midi_coreaudio.h: In member function 'virtual bool 
 MidiHandler_coreaudio::Open(const char*)':
 midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc' has 
 incomplete type and cannot be defined
 midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 make[3]: *** [midi.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2
 (Reading database ... 207168 files and directories currently installed.)
 Removing fink-buildlock-dosbox-0.73-2 ...
 Failed: phase compiling: dosbox-0.73-2 failed
 
 I am running Snow-Leopard 10.6.2, latest updates installed, latest version 
 of Fink and have the development branch activated.
 
 W.
 
 
 
 
 
 (this probably could have gone to fink-users, since the package is
 maintained and the issue is a bug report rather than a question about
 the structure of the package)
 
 Are you using 32-bit Fink or 64-bit Fink?

I am using 32-bit Fink.




smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

[Fink-devel] Problem compiling scummvm

2010-03-03 Thread Dr. Wolfram Schroers
Hi,

I have a problem building scummvm. During compiling I get the error message:

g++ 
-Wp,-MMD,backends/midi/.deps/coreaudio.d,-MQ,backends/midi/coreaudio.o,-MP 
-Wall -Os -I/sw/include -O2 -Wuninitialized -ansi -W -Wno-unused-parameter 
-Wconversion -pedantic -Wno-long-long -Wno-multichar -Wno-unknown-pragmas 
-Wno-reorder -Wpointer-arith -Wcast-qual -Wcast-align -Wshadow -Wimplicit 
-Wnon-virtual-dtor -Wwrite-strings -fno-rtti -fno-exceptions -fcheck-new 
-DHAVE_CONFIG_H -DUNIX -DMACOSX -DDATA_PATH=\/sw/share/scummvm\ 
-DPLUGIN_DIRECTORY=\/sw/lib/scummvm\ -DSDL_BACKEND 
-DENABLE_SCUMM=STATIC_PLUGIN -DENABLE_SCUMM_7_8 -DENABLE_HE 
-DENABLE_AGI=STATIC_PLUGIN -DENABLE_AGOS=STATIC_PLUGIN -DENABLE_AGOS2 
-DENABLE_CINE=STATIC_PLUGIN -DENABLE_CRUISE=STATIC_PLUGIN 
-DENABLE_DRASCULA=STATIC_PLUGIN -DENABLE_GOB=STATIC_PLUGIN 
-DENABLE_GROOVIE=STATIC_PLUGIN -DENABLE_KYRA=STATIC_PLUGIN 
-DENABLE_LURE=STATIC_PLUGIN -DENABLE_MADE=STATIC_PLUGIN 
-DENABLE_PARALLACTION=STATIC_PLUGIN -DENABLE_QUEEN=STATIC_PLUGIN 
-DENABLE_SAGA=STATIC_PLUGIN -DENABLE_IHNM -DENABLE_SKY=STATIC_PLUGIN 
-DENABLE_SWORD1=STATIC_PLUGIN -DENABLE_SWORD2=STATIC_PLUGIN 
-DENABLE_TINSEL=STATIC_PLUGIN -DENABLE_TOUCHE=STATIC_PLUGIN 
-DENABLE_TUCKER=STATIC_PLUGIN -I. -I. -I./engines -I/sw/include/SDL 
-D_GNU_SOURCE=1 -D_THREAD_SAFE -c backends/midi/coreaudio.cpp -o 
backends/midi/coreaudio.o
backends/midi/coreaudio.cpp: In member function 'virtual int 
MidiDriver_CORE::open()':
backends/midi/coreaudio.cpp:94: error: aggregate 'ComponentDescription desc' 
has incomplete type and cannot be defined
backends/midi/coreaudio.cpp:102: warning: 'AUGraphNewNode' is deprecated 
(declared at 
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
backends/midi/coreaudio.cpp:108: warning: 'AUGraphNewNode' is deprecated 
(declared at 
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
backends/midi/coreaudio.cpp:118: warning: 'AUGraphGetNodeInfo' is deprecated 
(declared at 
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
backends/midi/coreaudio.cpp:118: warning: 'AUGraphGetNodeInfo' is deprecated 
(declared at 
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
backends/midi/coreaudio.cpp:123: error: aggregate 'FSRef fsref' has incomplete 
type and cannot be defined
backends/midi/coreaudio.cpp:124: error: 'FSSpec' was not declared in this scope
backends/midi/coreaudio.cpp:124: error: expected `;' before 'fsSpec'
backends/midi/coreaudio.cpp:127: error: 'FSPathMakeRef' was not declared in 
this scope
backends/midi/coreaudio.cpp:130: error: 'kFSCatInfoNone' was not declared in 
this scope
backends/midi/coreaudio.cpp:130: error: 'fsSpec' was not declared in this scope
backends/midi/coreaudio.cpp:130: error: 'FSGetCatalogInfo' was not declared in 
this scope
backends/midi/coreaudio.cpp:140: error: 'fsSpec' was not declared in this scope
make: *** [backends/midi/coreaudio.o] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-scummvm-1.0.0rc1-1003
(Reading database ... 206572 files and directories currently installed.)
Removing fink-buildlock-scummvm-1.0.0rc1-1003 ...
Failed: phase compiling: scummvm-1.0.0rc1-1003 failed

I am running Snow-Leopard 10.6.2, latest updates installed, latest version of 
Fink, 32-bit, and have the development branch activated.

W.



smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Problem building vtk-py25

2010-01-18 Thread Dr. Wolfram Schroers
If there was any other way to just get mayavi(2) running it would certainly be 
good enough. I recall that some time ago there was a Windows binary 
distribution which contained all necessary libraries in the binary and did not 
require installing any further dependencies. Would it be an option to just use 
precompiled libraries and the binary from older systems? (Unfortunately, I 
don't have access to a older Intel Mac system.)


 Dr. Wolfram Schroers wrote:
 No, I do not need this old version. However, I wanted to install mayavi2 
 (or, at least, the older mayavi) and this is a required dependency. If one 
 could also use the more recent vtk, I would be very happy to use that one, 
 instead.
 
 Ah yes, forgot about mayavi. The problem with more recent versions of vtk is 
 that in python import vtk does not work, because of linking problems of the 
 python modules.
 
 There are several different ways of resolving the python-supplied symbols in 
 python modules, and so far I have not had success with any of them. This is a 
 very time-consuming process, not only because vtk takes a long time to 
 compile, but mainly because of the cmake build system, which is a royal PITA 
 in this situation. Trying to convince it to use a certain linker flag and to 
 link or not to link to a certain library is a major hacking challenge.
 
 If anyone on the list wants to give it a try, I'd be happy. The possibilities 
 are:
 
 1. Let cmake do what it wants (after setting a lot of cmake flags, of 
 course). This resolves undefined symbols from libpython2.5.dylib and links 
 the modules with that dylib. For many python modules (and this happens with 
 vtk52 and vtk54, but strangely not with vtk50), this situation leads to the 
 famous interpreter version mismatch crash when the module is imported into 
 python. I think this problem might disappear with python2.6, but I haven't 
 had time to check.
 
 2. Add the -bundle_loader /sw/bin/python2.5 linker flag. This uses the 
 python executable to resolve symbols. It is the recommended method for 
 linking python modules, but most of the time leads to linker errors.
 
 3. Try to get rid of libpython.dylib on the linker line and add either 
 -undefined dynamic_lookup or -flat_namespace -undefined suppress. This 
 works for many python modules, but with vtk I got linker errors, too.
 
 I'll continue trying this, but I cannot estimate when I will succeed. In any 
 case, I will never try to fix anything that involves funny java compiler 
 errors.
 
 -- 
 Martin
 
 
 
 
 
 
 
 


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Problem building vtk-py25

2010-01-18 Thread Dr. Wolfram Schroers
No, I do not need this old version. However, I wanted to install mayavi2 (or, 
at least, the older mayavi) and this is a required dependency. If one could 
also use the more recent vtk, I would be very happy to use that one, instead.

Wolfram


 Wolfram Schroers wrote:
 Hi,
 I have a problem building the package vtk-py25. At 79% I get the following 
 error message:
 [ 79%] Generating ../../java/vtk/vtkBuildAllDriver.class
 cd /sw/src/fink.build/vtk-py25-5.0.4-3/VTKBuild/Wrapping/Java  
 /usr/bin/javac -classpath 
 /sw/src/fink.build/vtk-py25-5.0.4-3/VTKBuild/java/vtk/.. -d 
 /sw/src/fink.build/vtk-py25-5.0.4-3/VTKBuild/java/vtk/.. 
 /sw/src/fink.build/vtk-py25-5.0.4-3/VTKBuild/java/vtk/vtkBuildAllDriver.java
 Exception in thread main java.lang.OutOfMemoryError: Java heap space
  at java.util.ResourceBundle$CacheKey.clone(ResourceBundle.java:600)
 
 Do you need this old version? There is vtk54, which builds on 10.6.
 I will probably just restrict vtk-py25 to 10.4 and 10.5, because I have no 
 idea (and don't want to spend time on) how to fix this error.
 
 -- 
 Martin
 
 


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Problem installing sbcl

2009-12-31 Thread Dr. Wolfram Schroers
Martin,

I have followed the instructions and removed the entries from 
/sw/var/lib/dpkg/status. There were no files with sbcl in their names in the 
/sw/var/lib/dpkg/info subdirectory. Finally, I ran fink scanpackages and 
sudo apt-get update.

When trying to install sbcl again, I got an error message again. So I deleted 
all sbcl-files in the src-directory, all deb-files anywhere and tried to fink 
install sbcl again. It downloaded the sources successfully, built the package 
successfully and issued the following error message during the install:

(Reading database ... 
dpkg: serious warning: files list file for package `sbcl' missing, assuming 
package has no files currently installed.
177971 files and directories currently installed.)
Removing fink-buildlock-sbcl-1.0.33-1 ...
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i 
/sw/fink/dists/unstable/main/binary-darwin-i386/languages/sbcl_1.0.33-1_darwin-i386.deb
(Reading database ... 
dpkg: serious warning: files list file for package `sbcl' missing, assuming 
package has no files currently installed.
177970 files and directories currently installed.)
Preparing to replace sbcl 1.0.33-1 (using .../sbcl_1.0.33-1_darwin-i386.deb) ...
Unpacking replacement sbcl ...
### execution of /sw/bin/dpkg-lockwait failed, exit code 6
/sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe)
Updating the list of locally available binary packages.
Scanning dists/unstable/main/binary-darwin-i386
Changed package: 
dists/unstable/main/binary-darwin-i386/languages/sbcl_1.0.33-1_darwin-i386.deb
Failed: can't install package sbcl-1.0.33-1


Any suggestions for the root of this issue?

W.


 Dr. Wolfram Schroers wrote:
 []
 Error message from sudo apt-get remove sbcl:
 []
 /sw/bin/dpkg: error processing sbcl (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
 
 In such a situation, I found that the only solution is to manually erase the 
 package from dpkg's memory:
 
 1. Go to the directory /sw/var/lib/dpkg
 
 2. Then copy the file status to status.bak to have a backup copy if 
 anything goes wrong. There is already a backup copy called status-old which 
 may be a little older.
 
 3. Then edit status using a text editor that does not destroy text files 
 (vi or pico etc., not emacs or TextEdit). The file contains little paragraphs 
 for each package. Go to the paragraph starting with the line
 
 Package: sbcl
 
 and erase it (the whole paragraph, around 23 lines).
 
 Repeat this for any other paragraph that has a Package: line with sbcl in 
 it. Do not touch paragraphs that have sbcl in some other line. Save the 
 edited file status.
 
 4. Finally go to the info subdirectory and remove any files with sbcl in 
 their names, like sbcl.list, sbcl.postinst, sbcl.prerm.
 
 This should do it. Run fink scanpackages and sudo apt-get update, and 
 then resume whatever you wanted to do.
 
 -- 
 Martin


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] swig-shlibs compile failed

2009-12-30 Thread Dr. Wolfram Schroers
Hello monipol,

Thanks for your help, both swig-* and sqlite-rb18 are working fine now!

Wolfram


 On 29/12/2009, at 07:30, Wolfram Schroers wrote:
 When trying to install the package sqlite3-rb18, I run into the following 
 compiler error with a dependent package, swig-shlibs. I am running 
 Snow-Leopard 10.6.2, latest updates installed, latest version of Fink and 
 have the development branch activated.
 
 [...]
 g++ -DHAVE_CONFIG_H-I/sw/include -I../Source/Include -I../Source/Include 
 -I../Source/DOH -I../Source/Preprocessor -I../Source/Swig 
 -I../Source/Modules  -g -O2 -Wall -c -o Modules/java.o `test -f 
 'Modules/java.cxx' || echo './'`Modules/java.cxx
 Modules/java.cxx:3268: error: extra qualification 'JAVA::' on member 
 'abstractClassTest'
 make[2]: *** [Modules/java.o] Error 1
 make[1]: *** [all] Error 2
 make: *** [source] Error 2
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-swig-1.3.20-1014
 (Reading database ... 178300 files and directories currently installed.)
 Removing fink-buildlock-swig-1.3.20-1014 ...
 Failed: phase compiling: swig-1.3.20-1014 failed
 Hello, Wolfram. I've commited a fix for this swig-shlibs build error and it 
 should reach the rsync mirrors in an hour at the latest. Please run fink 
 selfupdate and try again.
 
 Benjamin: Daniel Johnson has suggested sqlite3-rb18 to depend on swig 
 instead; swig-shlibs is an obsolete package.
 
 
 Cheers,
 
 --
 monipol
 http://finkers.wordpress.com
 
 Submitting a Fink bug report? Read this:
 http://www.finkproject.org/doc/netiquette/index.php
 http://finkers.wordpress.com/2009/06/03/bug-reports/
 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Problem installing sbcl

2009-12-30 Thread Dr. Wolfram Schroers
Hi,

Unfortunately, this didn't solve the problem.

I have deleted the source files, the deb files and rebuilt sbcl from the latest 
source on the mirror. Neither fink nor apt-get allow me to install nor remove 
sbcl.

Error message from sudo apt-get remove sbcl:
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  sbcl 
0 packages upgraded, 0 newly installed, 1 to remove and 0  not upgraded.
2 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] 
/sw/bin/dpkg: error processing sbcl (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
Errors were encountered while processing:
 sbcl
E: Sub-process /sw/bin/dpkg returned an error code (1)


Error message from fink (after successful build) on command fink reinstall 
sbcl:
Information about 8086 packages read in 1 seconds.
The following package will be reinstalled:
 sbcl
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i 
/sw/fink/dists/unstable/main/binary-darwin-i386/languages/sbcl_1.0.33-1_darwin-i386.deb
Selecting previously deselected package sbcl.
(Reading database ... 
dpkg: serious warning: files list file for package `sbcl' missing, assuming 
package has no files currently installed.
177970 files and directories currently installed.)
Preparing to replace sbcl 1.0.33-1 (using .../sbcl_1.0.33-1_darwin-i386.deb) ...
Unpacking replacement sbcl ...
### execution of /sw/bin/dpkg-lockwait failed, exit code 6
Failed: can't install package sbcl-1.0.33-1
/sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe)


What other commands can I attempt?

W.


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 12/29/09 5:05 AM, Wolfram Schroers wrote:
 Hi,
 
 When trying to install the package sbcl, I run into the following installer 
 error. The compilation was fine, but the installation fails. Afterwards, I 
 also get error messages about the 'missing file list'. The file, 
 /sw/bin/sbcl exists, however, although Fink does not list the package in the 
 list of installed files!
 
 I am running Snow-Leopard 10.6.2, latest updates installed, latest version 
 of Fink and have the development branch activated.
 
 W.
 
 Installation message:
 
 Information about 8078 packages read in 1 seconds.
 The following package will be installed or updated:
 sbcl
 Reading buildlock packages...
 /sw/bin/dpkg-lockwait -i 
 /sw/fink/dists/unstable/main/binary-darwin-i386/languages/sbcl_1.0.33-1_darwin-i386.deb
 (Reading database ... 
 dpkg: serious warning: files list file for package `sbcl' missing, assuming 
 package has no files currently installed.
 178299 files and directories currently installed.)
 Preparing to replace sbcl 1.0.33-1 (using .../sbcl_1.0.33-1_darwin-i386.deb) 
 ...
 Unpacking replacement sbcl ...
 ### execution of /sw/bin/dpkg-lockwait failed, exit code 6
 Failed: can't install package sbcl-1.0.33-1
 /sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe)
 
 
 
 
 The 'files list file' isn't /sw/bin/sbcl.  It's a database file which is
 only created when the package is fully installed.  You have a partial
 install, probably due to the earlier error you had with smalltalk vs.
 libsigsegv2, and that's why fink doesn't show sbcl as installed:  it
 doesn't care that /sw/bin/sbcl exists, but that the whole package is
 registered as installed.
 
 See if fink reinstall sbcl gives you the same error.  If it does, try
 using fink rebuild sbcl after you've gotten the other issue fixed.
 - -- 
 Alexander Hansen
 Fink User Liaison
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAks6rAwACgkQB8UpO3rKjQ8BhgCghQ9r9hd5SUeDbKl+X8Ns4HLr
 VZwAn0AX5UUoJIYz2KB2n7p06yyCuLLd
 =rpth
 -END PGP SIGNATURE-


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel