Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194593 - app-mobilephone/obexftp-0.22_rc9 fails to install
Summary: app-mobilephone/obexftp-0.22_rc9 fails to install
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 10:12 UTC by Patrizio Bassi
Modified: 2007-10-03 13:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrizio Bassi 2007-10-03 10:12:19 UTC
make -fMakefile.ruby install
make[4]: Entering directory `/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/work/obexftp-0.22/swig/ruby'
mkdir -p /mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
/usr/bin/install -c -m 0755 obexftp.so /mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
/usr/bin/install: impossibile creare il file normale `/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux': No such file or directory
make[4]: *** [/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux/obexftp.so] Error 1
make[4]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/work/obexftp-0.22/swig/ruby'
make[3]: *** [install-data-local] Error 2
make[3]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/work/obexftp-0.22/swig/ruby'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/work/obexftp-0.22/swig/ruby'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/app-mobilephone/obexftp-0.22_rc9/work/obexftp-0.22/swig'
make: *** [install-recursive] Error 1
 *
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-10-03 10:33:08 UTC
Maybe your disk is full?
Comment 2 Patrizio Bassi 2007-10-03 10:55:53 UTC
no no absolutly, 5gb free! i just installed openoffice....
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2007-10-03 11:10:31 UTC
Well, it works for me:
make -fMakefile.ruby install
make[4]: Entering directory `/var/tmp/portage/app-mobilephone/obexftp-0.22_rc9/work/obexftp-0.22/swig/ruby'
mkdir -p /var/tmp/portage/app-mobilephone/obexftp-0.22_rc9/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
/usr/bin/install -c -m 0755 obexftp.so /var/tmp/portage/app-mobilephone/obexftp-0.22_rc9/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux

Other than insufficient space on /mnt/Dati partition, I don't see why it is 'impossibile creare il file normale'.
Comment 4 Patrizio Bassi 2007-10-03 11:13:47 UTC
i don't know, tried again, no way....that' swhy i opened this bug
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2007-10-03 11:18:50 UTC
How about trying to run that install command by hand? I don't really understand what you expect from me.
Comment 6 Alin Năstac (RETIRED) gentoo-dev 2007-10-03 11:21:43 UTC
Ah, I see the following error stats that directory don't exist. Something strange with your mkdir or PATH perhaps?
Comment 7 Patrizio Bassi 2007-10-03 11:21:54 UTC
i did a different try: unmerged old rc7 version and merged rc9 again. seems working now.

so strange.

i close it
Comment 8 Patrizio Bassi 2007-10-03 11:22:48 UTC
i think another problem can be the jobs. i had -j4.

can you filter to 1? should be much safer
Comment 9 Alin Năstac (RETIRED) gentoo-dev 2007-10-03 12:06:28 UTC
According to Makefile.ruby it cannot possibly be a -j problem.

The rule that run install command is install-so and it depends on $(RUBYARCHDIR) which is the rule that runs makedir. 
Can you verify -j4 don't screw things up? I would verify it myself but I don't have a multicore system, hence it is very unlikely it will bite me.
Comment 10 Patrizio Bassi 2007-10-03 13:00:55 UTC
i merged with -j4