Mailinglist Archive: opensuse-packaging (150 mails)
| < Previous | Next > |
Re: [opensuse-packaging] [bwgraph] - Need help with error *** No rule to make target `install'
- From: "Sascha 'saigkill' Manns" <samannsml@xxxxxxxxxxxxx>
- Date: Sat, 3 Oct 2009 16:23:03 +0200
- Message-id: <200910031623.03926@xxxxxxxxxxxxxxxxxxx>
Hi Glenn,
Am Samstag 03 Oktober 2009 15:26:57 wrote doiggl@xxxxxxxxxxxxxxxxxx:
# if test -x ./configure; then
# %configure
# fi
%configure
That is my first proposal.I have to check the source
--
Sincerely yours
Sascha Manns
openSUSE Member
openSUSE Ambassador
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Blog: http://saigkill.wordpress.com
ClaimID: http://claimid.com/saigkill
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Am Samstag 03 Oktober 2009 15:26:57 wrote doiggl@xxxxxxxxxxxxxxxxxx:
HelloMaybe you have to change:
I'm using an existing make file in building this package.
The make file is as follows it just has one line in it.
all: bw
The package error log shows the following:
+ cd /usr/src/packages/BUILD
+ /bin/rm -rf /usr/src/packages/BUILDROOT/bwgraph-1-2.1.x86_64
++ dirname /usr/src/packages/BUILDROOT/bwgraph-1-2.1.x86_64
+ /bin/mkdir -p /usr/src/packages/BUILDROOT
+ /bin/mkdir /usr/src/packages/BUILDROOT/bwgraph-1-2.1.x86_64
+ cd bwgraph
+ test -x ./configure
+ make
cc bw.c -o bw
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SC1SKd
+ umask 022
+ cd /usr/src/packages/BUILD
+ cd bwgraph
+ make DESTDIR=/usr/src/packages/BUILDROOT/bwgraph-1-2.1.x86_64 install
make: *** No rule to make target `install'. Stop.
error: Bad exit status from /var/tmp/rpm-tmp.SC1SKd (%install)
# if test -x ./configure; then
# %configure
# fi
%configure
That is my first proposal.I have to check the source
--
Sincerely yours
Sascha Manns
openSUSE Member
openSUSE Ambassador
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Blog: http://saigkill.wordpress.com
ClaimID: http://claimid.com/saigkill
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |