Hello Mr. Niederstrasser,
On 2013/09/14, at 2:45, Hanspeter Niederstrasser <[email protected]> wrote:
> On 9/12/2013 8:33 PM, 安斎 浩一 wrote:
>> Hello Mr. Niederstrasser,
>>
>> Thank you, again for your advice.
>> I did the process you advised, but failed.
>> Then, I erased all the files under /sw/* and I tried to build up /sw from
>> the beginning.
>>
>> (1) Install the fink from the source.
>> (2) fink selfupdate
>> (3) fink configure (I selected Japanese resources)
>> (4) fink install netpbm11-shlibs
>>
>> Then, I have the same error as follows.
>> May I have your another advice ?
>
> 1) Keep replies on list. Don't reply only to me.
> 2) What is the output of the following (the command is one line):
Yes, I do.
> grep UseMaxBuildJobs
> /sw/fink/dists/stable/main/finkinfo/graphics/netpbm11-shlibs.info
>
> It should say "UseMaxBuildJobs: false"
>
Yes, it does.
> If it doesn't, your rsync mirror is not working.
>
> Look at the file /sw/etc/fink.conf, and the field "Mirror-rsync" should
> have the following value "rsync://hnd.jp.asi.finkmirrors.net/finkinfo/"
> I just verified that this mirror works and has a netpbm11 description
> that is up to date.
>
> 3) If none of that works, run 'fink configure' again and set the number
> of build jobs to 1. Then build netpbm11. You can set it back to the
> default value you originally had after netpbm11 is built.
>
> Hanspeter
>
Sorry, I still have the same trouble as follows.
What's wrong?
ANZAI Koichi, Sendai, JAPAN
--------------------------------------------------------------------------------
make -C lib -f
/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/lib/Makefile \
SRCDIR=/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01
BUILDDIR=/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01
install.sharedlibstub
/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/buildtools/mkinstalldirs
/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/package/link
mkdir /sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/package/link
cd /sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/package/link/
; \
rm -f libnetpbm.dylib; \
ln -s ../lib/libnetpbm.11.63.dylib libnetpbm.dylib
Netpbm has been successfully packaged under directory
/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/package. Run
'installnetpbm' to install it on your system.
# run tests now if needed
if [ -f
/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/INSTALL_MAKE_CHECK
]; then
chmod u+x
/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/test/*.test
export
DYLD_LIBRARY_PATH=/sw/src/fink.build/netpbm11-shlibs-10.63.01-2/netpbm-10.63.01/package/lib
make check pkgdir=`pwd`/package resultdir=`pwd`/test-out ||
exit 2
fi
install -d -m 755
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/netpbm
printf
"package\n/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw\n\n\n\n/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/netpbm\n\n\n\n"
| ./installnetpbm
Welcome to the Netpbm install dialogue. We will now proceed
to interactively install Netpbm on this system.
You must have already built Netpbm and then packaged it for
installation by running 'make package'. See the INSTALL file.
Where is the install package you created with 'make package'?
package directory (/tmp/netpbm) ==>
Enter the default prefix for installation locations. I will use
this in generating defaults for the following prompts to save you
typing. If you plan to spread Netpbm across your system,
enter '/'.
install prefix (/sw) ==>
Where do you want the programs installed?
program directory (/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/bin)
==>
Installing programs...
Done.
Where do you want the shared library installed?
shared library directory
(/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib) ==>
Installing shared libraries...
done.
You have installed shared libraries in
'/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib',
which does not appear to be a system shared library directory ('ldconfig -p'
doesn't show any other libraries in there). Therefore, the system may not be
able to find the Netpbm shared libraries when you run Netpbm programs.
To fix this, you may need to update /etc/ld.so.conf
You may need to use an LD_LIBRARY_PATH environment variable when running Netpbm
programs
In order for the Netpbm shared library to be found when you invoke
A Netpbm program, you must either set an environment variable to
tell where to look for it, or you must put its location in the shared
library location cache. Do you want to run Ldconfig now to put the
Netpbm shared library in the cache? This works only if you have
installed the library in a directory Ldconfig knows about.
Y(es) or N(o) (Y) ==> Ldconfig completed successfully.
Where do you want the static link library installed?
static library directory
(/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib) ==>
Installing link libraries.
done.
Where do you want the data files installed?
data file directory (/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib)
==>
Installing data files...
done.
Where do you want the library interface header files installed?
header directory
(/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/include) ==>
Installing interface header files...
done.
Where do you want the man pages installed?
man page directory
(/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/man) ==>
Installing man pages...
done.
Where do you want the Pkg-config file netpbm.pc installed?
Pkg-config directory
(/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib/pkgconfig) ==> Use
of uninitialized value $response in scalar chomp at
./buildtools/installnetpbm.pl line 39, <STDIN> line 9.
Use of uninitialized value $response in string eq at
./buildtools/installnetpbm.pl line 40, <STDIN> line 9.
Installation is complete (except where previous error messages have
indicated otherwise).
rm -rf
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/man/web
mv /sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/bin/doc.url
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/netpbm
perl -pi -e
's|/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw|/sw|g'
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib/pkgconfig/netpbm.pc
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/bin/netpbm-config
sudo -u fink-bld [ENV] sh -c /tmp/fink.vkZwr
/usr/bin/install -d -m 700
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/doc/netpbm11-shlibs
/bin/cp -r README
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/doc/netpbm11-shlibs/
/bin/cp -r doc/*
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/doc/netpbm11-shlibs/
/bin/chmod -R go=u-w
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/doc/netpbm11-shlibs
/bin/rm -f /sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/info/dir
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/info/dir.old
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/info/dir
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-netpbm11-10.63.01-2
/bin/mkdir -p /sw/src/fink.build/root-netpbm11-10.63.01-2/sw
/bin/mkdir -p /sw/src/fink.build/root-netpbm11-10.63.01-2/DEBIAN
/usr/sbin/chown -R fink-bld:fink-bld /sw/src/fink.build/root-netpbm11-10.63.01-2
sudo -u fink-bld [ENV] sh -c /tmp/fink.UKsPr
/usr/bin/install -d -m 755 /sw/src/fink.build/root-netpbm11-10.63.01-2/sw/bin
/bin/mv /sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/bin/netpbm-config
/sw/src/fink.build/root-netpbm11-10.63.01-2/sw/bin/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-netpbm11-10.63.01-2/sw
/bin/mv /sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/include
/sw/src/fink.build/root-netpbm11-10.63.01-2/sw/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-netpbm11-10.63.01-2/sw/lib
/bin/mv
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib/libnetpbm.dylib
/sw/src/fink.build/root-netpbm11-10.63.01-2/sw/lib/
mv: rename
/sw/src/fink.build/root-netpbm11-shlibs-10.63.01-2/sw/lib/libnetpbm.dylib to
/sw/src/fink.build/root-netpbm11-10.63.01-2/sw/lib/libnetpbm.dylib: No such
file or directory
### execution of /bin/mv failed, exit code 1
### execution of /tmp/fink.UKsPr failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-netpbm11-shlibs-10.63.01-2
(データベースを読み込んでいます... 現在 63689 個のファイルとディレクトリがインストールされています。)
fink-buildlock-netpbm11-shlibs-10.63.01-2 を削除しています...
Failed: phase installing: netpbm11-10.63.01-2 failed
Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <[email protected]>
The Fink Beginners List <[email protected]>,
with a carbon copy to the maintainer:
Hanspeter Niederstrasser <[email protected]>
Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Also include the following system information:
Package manager version: 0.35.1
Distribution version: selfupdate-rsync Fri Sep 13 09:58:00 2013, 10.8, x86_64
Trees: local/main stable/main
Xcode.app: 4.6.3
Xcode command-line tools: 4.6.0.0.1.1365549073
Max. Fink build jobs: 1
anzai-kouichi-no-Mac-Pro:fink-0.34.4 anzai$ cat /sw/etc/fink.conf
# Fink configuration, initially created by bootstrap
Basepath: /sw
RootMethod: sudo
Trees: local/main stable/main
Distribution: 10.8
SelfUpdateTrees: 10.7
AutoUid: false
ConfFileCompatVersion: 3
FinkBldUid: 601
MaxBuildJobs: 1
Mirror-apache: ftp://ftp.kddilabs.jp/infosystems/apache
Mirror-apt: http://fink.sodan.ecc.u-tokyo.ac.jp/bindist/bindist
Mirror-cpan: ftp://ftp.dti.ad.jp/pub/lang/CPAN
Mirror-ctan: ftp://ftp.jaist.ac.jp/pub/CTAN
Mirror-debian: http://ftp.jp.debian.org/debian
Mirror-freebsd: ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/distfiles
Mirror-gimp: ftp://ftp.ring.gr.jp/pub/graphics/gimp
Mirror-gnome: ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME
Mirror-gnu: ftp://ftp.ring.gr.jp/pub/GNU
Mirror-kde: ftp://ftp.kddlabs.co.jp/pub/X11/kde
Mirror-master: http://distfiles.hnd.jp.asi.finkmirrors.net/
Mirror-rsync: rsync://hnd.jp.asi.finkmirrors.net/finkinfo/
Mirror-sourceforge: http://jaist.dl.sourceforge.net/sourceforge/
MirrorContinent: asi
MirrorCountry: asi-jp
MirrorOrder: ClosestFirst
ProxyPassiveFTP: true
UseBinaryDist: false
Verbose: 1
SelfUpdateMethod: rsync
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users