Philippe Valembois - Phil wrote: > Huuuum ! > I forgot ! You have SuSe and there was some exceptions for SuSe in the > original spec I used... > Is there any easy way to speak with you ? (Mails aren't a good one ;) ) > Can you go on IRC ? > Because it needs some checks... > Where are located desktop files on SuSe 10 ? > Phil > Yeah i can go on irc (tell me what server and channel) or you can use this email address in msn
> Le Wednesday 05 July 2006 13:18, Russ Kowald a écrit : > >> Philippe Valembois - Phil wrote: >> >>> Thanks ;) >>> Phil >>> >>> Le Wednesday 05 July 2006 13:00, Russ Kowald a écrit : >>> >>>> Philippe Valembois - Phil wrote: >>>> >>>>> Please use the "make rpm" way... >>>>> If you do that, we will get a uniform RPM for all distributions... >>>>> And it is really simpler : open a console on aMsn source directory and >>>>> type "make rpm" >>>>> That's all... >>>>> Phil >>>>> >>>> My bad I just thought I might do one to test my building skills and I >>>> thought that the make rpm was machine specific. I'll do one using the >>>> make rpm way and put it on my site. I'll follow through with another >>>> email with the link >>>> >>>> Using Tomcat but need to do more? Need to support web services, >>>> security? Get stuff done quickly with pre-integrated technology to make >>>> your job easier Download IBM WebSphere Application Server v.1.0.1 based >>>> on Apache Geronimo >>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>>> _______________________________________________ >>>> Amsn-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/amsn-devel >>>> >>> Using Tomcat but need to do more? Need to support web services, security? >>> Get stuff done quickly with pre-integrated technology to make your job >>> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> Amsn-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/amsn-devel >>> >> OW OH! >> I tried the make rpm and when building it came up with this error >> message( ive just copied and pasted exactly what showed in the console >> after i entered make rpm) >> >> mkdir -p ./distrib >> rm -f THIS.TK.SPEC >> echo "%define _builddir `pwd`" > THIS.AMSN.SPEC >> echo "%define _rpmdir /tmp/RPMS" >> THIS.AMSN.SPEC >> echo "%define _prefix /usr" >> THIS.AMSN.SPEC >> echo "%define _tmppath /tmp" >> THIS.AMSN.SPEC >> echo "%define _datadir /usr/share/amsn" >> THIS.AMSN.SPEC >> echo "%define _bindir /usr/bin" >> THIS.AMSN.SPEC >> echo "%define _doc_files docs INSTALL CREDITS FAQ GNUGPL HELP README >> TODO AGREEMENT remote.help" >> THIS.AMSN.SPEC >> echo "%define _platform `uname -m`" >> THIS.AMSN.SPEC >> echo "%define _version 0.96RC1" >> THIS.AMSN.SPEC >> echo "%define __release 1" >> THIS.AMSN.SPEC >> cat amsn.spec >> THIS.AMSN.SPEC >> mkdir -p /tmp/RPMS >> rpmbuild -bb THIS.AMSN.SPEC >> error: Macro % has illegal name (%define) >> Executing(%prep): /bin/sh -e /tmp/rpm-tmp.9800 >> + umask 022 >> + cd /home/russ/amsnrc1/Release-0_96rc1/amsn >> + exit 0 >> Executing(%build): /bin/sh -e /tmp/rpm-tmp.9800 >> + umask 022 >> + cd /home/russ/amsnrc1/Release-0_96rc1/amsn >> + rm -rf /tmp/build-amsn-0.96RC1 >> ++ dirname /tmp/build-amsn-0.96RC1 >> + mkdir -p /tmp >> + /bin/mkdir /tmp/build-amsn-0.96RC1 >> + make >> make[1]: Entering directory `/home/russ/amsnrc1/Release-0_96rc1/amsn' >> make[1]: Nothing to be done for `build'. >> make[1]: Leaving directory `/home/russ/amsnrc1/Release-0_96rc1/amsn' >> + exit 0 >> Executing(%install): /bin/sh -e /tmp/rpm-tmp.31894 >> + umask 022 >> + cd /home/russ/amsnrc1/Release-0_96rc1/amsn >> + mkdir -p /tmp/build-amsn-0.96RC1/usr/share/amsn >> + mkdir -p /tmp/build-amsn-0.96RC1/usr/bin >> + make rpm-install INSTALL_PREFIX=/tmp/build-amsn-0.96RC1 >> make[1]: Entering directory `/home/russ/amsnrc1/Release-0_96rc1/amsn' >> rm -Rf /tmp/build-amsn-0.96RC1//usr/share/amsn >> mkdir --parents /tmp/build-amsn-0.96RC1//usr/share/amsn >> find /tmp/build-amsn-0.96RC1//usr/share/amsn -name CVS -print | xargs rm >> -Rf mkdir --parents /tmp/build-amsn-0.96RC1//usr/bin >> ln -sf /usr/share/amsn/amsn /tmp/build-amsn-0.96RC1//usr/bin/amsn >> ln -sf /usr/share/amsn/amsn-remote >> /tmp/build-amsn-0.96RC1//usr/bin/amsn-remote >> ln -sf /usr/share/amsn/amsn-remote-CLI >> /tmp/build-amsn-0.96RC1//usr/bin/amsn-remote-CLI >> make[1]: Leaving directory `/home/russ/amsnrc1/Release-0_96rc1/amsn' >> + mkdir -p /tmp/build-amsn-0.96RC1/usr/share/applications >> + cp /tmp/build-amsn-0.96RC1/usr/share/amsn/amsn.desktop >> /tmp/build-amsn-0.96RC1/usr/share/applications >> + mkdir -p /tmp/build-amsn-0.96RC1/usr/share/pixmaps >> + ln -s -f /usr/share/amsn/icons/48x48/msn.png >> /tmp/build-amsn-0.96RC1/usr/share/pixmaps/msn.png >> + mkdir -p /tmp/build-amsn-0.96RC1/opt/kde3/share/applnk/Internet/ >> + cp '/tmp/build-amsn-0.96RC1/opt/kde/share/applnk/Internet/*.desktop' >> /tmp/build-amsn-0.96RC1/opt/kde3/share/applnk/Internet/ >> cp: cannot stat >> `/tmp/build-amsn-0.96RC1/opt/kde/share/applnk/Internet/*.desktop': No >> such file or directory >> error: Bad exit status from /tmp/rpm-tmp.31894 (%install) >> >> >> RPM build errors: >> Macro % has illegal name (%define) >> Bad exit status from /tmp/rpm-tmp.31894 (%install) >> make: *** [rpm] Error 1 >> >> why is it trying to copy a file that doesnt exist to the exact same >> location as shown in >> cp '/tmp/build-amsn-0.96RC1/opt/kde/share/applnk/Internet/*.desktop' >> /tmp/build-amsn-0.96RC1/opt/kde3/share/applnk/Internet/ >> >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Amsn-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/amsn-devel >> > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Amsn-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
