Alexander Hansen <alexanderk.han...@gmail.com> said:
> On 8/17/10 11:19 AM, James Howse wrote:
>>  I am using an Intel mac running leopard 10.5.8 and xcode 3.1.4.  While 
>> upgrading to
>> kdeedu4-mac-base 4.4.1-2 the build fails with the following error.  Any 
>> suggestions for a fix?
>> Thanks,
>> James
>> 
>> /usr/bin/install -d -m 755
>> /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib
>> /bin/mv
>> /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/libavogadro-kalzium.0*.dylib
>> /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/
>> mv: rename
>> /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/libavogadro-kalzium.0*.dylib
>> to
>> /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/libavogadro-kalzium.0*.dylib:
>> No such file or directory
>> ### execution of /bin/mv failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /opt/fink/bin/dpkg-lockwait -r fink-buildlock-kdeedu4-mac-4.4.1-2
>> (Reading database ... 261086 files and directories currently installed.)
>> Removing fink-buildlock-kdeedu4-mac-4.4.1-2 ...
>> Failed: phase installing: kalzium4-mac-4.4.1-2 failed
>
> "mv failed" is often a _symptom_ of an issue earlier in the build which
> caused a file not to be built--and the error could potentially involve
> some other part of the package:
>
> http://www.finkproject.org/faq/comp-general.php?phpLang=en#mv-failed
>
> .
>
> Unless there's a case sensitivity problem:  you would have to be on a
> case-sensitive filesystem, and there would be some differently-cased
> variant of the missing file within
> /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/
> .
>
> Or a typo, if there is a differently-spelled library within that
> directory, or if the library got built but mislaid somewhere else in the
> build directory.
>
> In any case you're going to want to check your build log, and possibly use
>
> find /opt/fink/src/fink.build/kdeedu4-mac-4.4.1-2 -name
> "libavogadro-kalzium.*"
> find /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2 -name
> "libavogadro-kalzium.*"
> find /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2 -name
> "libavogadro-kalzium.*"

Built fine for me on 10.6/i386 case-insensitive. Those libs were not
listed in the original packaging, which caused problems when they
later appeared during the build. So now they aren't appearing? Sounds
like there's an unspecified dependency that causes it to only get
built if [something] is detected.

dan

-- 
Daniel Macks
dma...@netspace.org


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to