| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2004 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.60 2003/09/23 01:26:58 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.88 2004/04/18 20:45:23 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is for general purpose functions that most ebuilds |
7 | # This eclass is for general purpose functions that most ebuilds |
| 8 | # have to implement themselves. |
8 | # have to implement themselves. |
| … | |
… | |
| 10 | # NB: If you add anything, please comment it! |
10 | # NB: If you add anything, please comment it! |
| 11 | |
11 | |
| 12 | ECLASS=eutils |
12 | ECLASS=eutils |
| 13 | INHERITED="$INHERITED $ECLASS" |
13 | INHERITED="$INHERITED $ECLASS" |
| 14 | |
14 | |
| 15 | newdepend "!bootstrap? ( sys-devel/patch )" |
15 | DEPEND="!bootstrap? ( sys-devel/patch )" |
| 16 | |
16 | |
| 17 | DESCRIPTION="Based on the ${ECLASS} eclass" |
17 | DESCRIPTION="Based on the ${ECLASS} eclass" |
| 18 | |
18 | |
| 19 | # This function generate linker scripts in /usr/lib for dynamic |
19 | # This function generate linker scripts in /usr/lib for dynamic |
| 20 | # libs in /lib. This is to fix linking problems when you have |
20 | # libs in /lib. This is to fix linking problems when you have |
| … | |
… | |
| 258 | else |
258 | else |
| 259 | PATCH_TARGET="${x}" |
259 | PATCH_TARGET="${x}" |
| 260 | fi |
260 | fi |
| 261 | |
261 | |
| 262 | echo -n "PATCH COMMAND: " >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
262 | echo -n "PATCH COMMAND: " >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
| 263 | echo "patch ${popts} -p${count} < ${PATCH_TARGET}" >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
263 | echo "patch -p${count} ${popts} < ${PATCH_TARGET}" >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
| 264 | |
264 | |
| 265 | echo >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
265 | echo >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
| 266 | draw_line "***** ${x##*/} *****" >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
266 | draw_line "***** ${x##*/} *****" >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
| 267 | |
267 | |
| 268 | if [ "${PATCH_SUFFIX}" != "patch" ] |
268 | if [ "${PATCH_SUFFIX}" != "patch" ] |
| … | |
… | |
| 275 | count=5 |
275 | count=5 |
| 276 | break |
276 | break |
| 277 | fi |
277 | fi |
| 278 | fi |
278 | fi |
| 279 | |
279 | |
| 280 | if (cat ${PATCH_TARGET} | patch ${popts} --dry-run -f -p${count}) >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} 2>&1 |
280 | if (cat ${PATCH_TARGET} | patch -p${count} ${popts} --dry-run -f) >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} 2>&1 |
| 281 | then |
281 | then |
| 282 | draw_line "***** ${x##*/} *****" > ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
282 | draw_line "***** ${x##*/} *****" > ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
| 283 | echo >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
283 | echo >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
| 284 | echo "ACTUALLY APPLYING ${x##*/}..." >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
284 | echo "ACTUALLY APPLYING ${x##*/}..." >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
| 285 | echo >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
285 | echo >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
| 286 | draw_line "***** ${x##*/} *****" >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
286 | draw_line "***** ${x##*/} *****" >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real |
| 287 | |
287 | |
| 288 | cat ${PATCH_TARGET} | patch ${popts} -p${count} >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real 2>&1 |
288 | cat ${PATCH_TARGET} | patch -p${count} ${popts} >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real 2>&1 |
| 289 | |
289 | |
| 290 | if [ "$?" -ne 0 ] |
290 | if [ "$?" -ne 0 ] |
| 291 | then |
291 | then |
| 292 | cat ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
292 | cat ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/}.real >> ${STDERR_TARGET%/*}/${x##*/}-${STDERR_TARGET##*/} |
| 293 | echo |
293 | echo |
| … | |
… | |
| 422 | jobs="$((`grep "^cpus active" /proc/cpuinfo | sed -e "s/^.*: //"` * 2))" |
422 | jobs="$((`grep "^cpus active" /proc/cpuinfo | sed -e "s/^.*: //"` * 2))" |
| 423 | else |
423 | else |
| 424 | jobs=2 |
424 | jobs=2 |
| 425 | fi |
425 | fi |
| 426 | |
426 | |
| 427 | elif [ "${ARCH}" = "ppc" ] |
427 | elif [ "${ARCH}" = "ppc" -o "${ARCH}" = "ppc64" ] |
| 428 | then |
428 | then |
| 429 | # ppc has "processor", but only when compiled with SMP |
429 | # ppc has "processor", but only when compiled with SMP |
| 430 | if [ "`grep -c "^processor" /proc/cpuinfo`" -eq 1 ] |
430 | if [ "`grep -c "^processor" /proc/cpuinfo`" -eq 1 ] |
| 431 | then |
431 | then |
| 432 | jobs="$((`grep -c ^processor /proc/cpuinfo` * 2))" |
432 | jobs="$((`grep -c ^processor /proc/cpuinfo` * 2))" |
| 433 | else |
433 | else |
| 434 | jobs=2 |
434 | jobs=2 |
| 435 | fi |
435 | fi |
|
|
436 | elif [ "${ARCH}" = "s390" ] |
|
|
437 | then |
|
|
438 | # s390 has "# processors : " |
|
|
439 | jobs="$((`grep "^\# processors" /proc/cpuinfo | sed -e "s/^.*: //"` * 2))" |
| 436 | else |
440 | else |
| 437 | jobs="$((`grep -c ^cpu /proc/cpuinfo` * 2))" |
441 | jobs="$((`grep -c ^cpu /proc/cpuinfo` * 2))" |
| 438 | die "Unknown ARCH -- ${ARCH}!" |
442 | die "Unknown ARCH -- ${ARCH}!" |
| 439 | fi |
443 | fi |
| 440 | |
444 | |
| … | |
… | |
| 456 | fi |
460 | fi |
| 457 | fi |
461 | fi |
| 458 | } |
462 | } |
| 459 | |
463 | |
| 460 | # Cheap replacement for when debianutils (and thus mktemp) |
464 | # Cheap replacement for when debianutils (and thus mktemp) |
| 461 | # do not exist on the users system |
465 | # does not exist on the users system |
| 462 | # vapier@gentoo.org |
466 | # vapier@gentoo.org |
| 463 | # |
467 | # |
| 464 | # Takes just 1 parameter (the directory to create tmpfile in) |
468 | # Takes just 1 parameter (the directory to create tmpfile in) |
| 465 | mymktemp() { |
469 | mymktemp() { |
| 466 | local topdir="$1" |
470 | local topdir="$1" |
| … | |
… | |
| 496 | then |
500 | then |
| 497 | eerror "No username specified !" |
501 | eerror "No username specified !" |
| 498 | die "Cannot call enewuser without a username" |
502 | die "Cannot call enewuser without a username" |
| 499 | fi |
503 | fi |
| 500 | |
504 | |
| 501 | # setup a file for testing usernames/groups |
|
|
| 502 | local tmpfile="`mymktemp ${T}`" |
|
|
| 503 | chown ${euser} ${tmpfile} >& /dev/null |
|
|
| 504 | local realuser="`ls -l ${tmpfile} | awk '{print $3}'`" |
|
|
| 505 | |
|
|
| 506 | # see if user already exists |
505 | # lets see if the username already exists |
| 507 | if [ "${euser}" == "${realuser}" ] |
506 | if [ "${euser}" == "`getent passwd \"${euser}\" | cut -d: -f1`" ] |
| 508 | then |
507 | then |
| 509 | return 0 |
508 | return 0 |
| 510 | fi |
509 | fi |
| 511 | einfo "Adding user '${euser}' to your system ..." |
510 | einfo "Adding user '${euser}' to your system ..." |
| 512 | |
511 | |
| … | |
… | |
| 517 | local euid="$1"; shift |
516 | local euid="$1"; shift |
| 518 | if [ ! -z "${euid}" ] && [ "${euid}" != "-1" ] |
517 | if [ ! -z "${euid}" ] && [ "${euid}" != "-1" ] |
| 519 | then |
518 | then |
| 520 | if [ "${euid}" -gt 0 ] |
519 | if [ "${euid}" -gt 0 ] |
| 521 | then |
520 | then |
| 522 | opts="${opts} -u ${euid}" |
521 | if [ ! -z "`getent passwd ${euid}`" ] |
|
|
522 | then |
|
|
523 | euid="next" |
|
|
524 | fi |
| 523 | else |
525 | else |
| 524 | eerror "Userid given but is not greater than 0 !" |
526 | eerror "Userid given but is not greater than 0 !" |
| 525 | die "${euid} is not a valid UID" |
527 | die "${euid} is not a valid UID" |
| 526 | fi |
528 | fi |
| 527 | else |
529 | else |
| 528 | euid="next available" |
530 | euid="next" |
| 529 | fi |
531 | fi |
|
|
532 | if [ "${euid}" == "next" ] |
|
|
533 | then |
|
|
534 | for euid in `seq 101 999` ; do |
|
|
535 | [ -z "`getent passwd ${euid}`" ] && break |
|
|
536 | done |
|
|
537 | fi |
|
|
538 | opts="${opts} -u ${euid}" |
| 530 | einfo " - Userid: ${euid}" |
539 | einfo " - Userid: ${euid}" |
| 531 | |
540 | |
| 532 | # handle shell |
541 | # handle shell |
| 533 | local eshell="$1"; shift |
542 | local eshell="$1"; shift |
| 534 | if [ ! -z "${eshell}" ] |
543 | if [ ! -z "${eshell}" ] && [ "${eshell}" != "-1" ] |
| 535 | then |
544 | then |
| 536 | if [ ! -e "${eshell}" ] |
545 | if [ ! -e "${eshell}" ] |
| 537 | then |
546 | then |
| 538 | eerror "A shell was specified but it does not exist !" |
547 | eerror "A shell was specified but it does not exist !" |
| 539 | die "${eshell} does not exist" |
548 | die "${eshell} does not exist" |
| … | |
… | |
| 544 | einfo " - Shell: ${eshell}" |
553 | einfo " - Shell: ${eshell}" |
| 545 | opts="${opts} -s ${eshell}" |
554 | opts="${opts} -s ${eshell}" |
| 546 | |
555 | |
| 547 | # handle homedir |
556 | # handle homedir |
| 548 | local ehome="$1"; shift |
557 | local ehome="$1"; shift |
| 549 | if [ -z "${ehome}" ] |
558 | if [ -z "${ehome}" ] && [ "${eshell}" != "-1" ] |
| 550 | then |
559 | then |
| 551 | ehome="/dev/null" |
560 | ehome="/dev/null" |
| 552 | fi |
561 | fi |
| 553 | einfo " - Home: ${ehome}" |
562 | einfo " - Home: ${ehome}" |
| 554 | opts="${opts} -d ${ehome}" |
563 | opts="${opts} -d ${ehome}" |
| 555 | |
564 | |
| 556 | # handle groups |
565 | # handle groups |
| 557 | local egroups="$1"; shift |
566 | local egroups="$1"; shift |
| 558 | if [ ! -z "${egroups}" ] |
567 | if [ ! -z "${egroups}" ] |
| 559 | then |
568 | then |
| 560 | local realgroup= |
|
|
| 561 | local oldifs="${IFS}" |
569 | local oldifs="${IFS}" |
| 562 | export IFS="," |
570 | export IFS="," |
| 563 | for g in ${egroups} |
571 | for g in ${egroups} |
| 564 | do |
572 | do |
| 565 | chgrp ${g} ${tmpfile} >& /dev/null |
573 | if [ -z "`getent group \"${g}\"`" ] |
| 566 | realgroup="`ls -l ${tmpfile} | awk '{print $4}'`" |
|
|
| 567 | if [ "${g}" != "${realgroup}" ] |
|
|
| 568 | then |
574 | then |
| 569 | eerror "You must add ${g} to the system first" |
575 | eerror "You must add group ${g} to the system first" |
| 570 | die "${g} is not a valid GID" |
576 | die "${g} is not a valid GID" |
| 571 | fi |
577 | fi |
| 572 | done |
578 | done |
| 573 | export IFS="${oldifs}" |
579 | export IFS="${oldifs}" |
| 574 | opts="${opts} -g ${egroups}" |
580 | opts="${opts} -g ${egroups}" |
| … | |
… | |
| 618 | then |
624 | then |
| 619 | eerror "No group specified !" |
625 | eerror "No group specified !" |
| 620 | die "Cannot call enewgroup without a group" |
626 | die "Cannot call enewgroup without a group" |
| 621 | fi |
627 | fi |
| 622 | |
628 | |
| 623 | # setup a file for testing groupname |
|
|
| 624 | local tmpfile="`mymktemp ${T}`" |
|
|
| 625 | chgrp ${egroup} ${tmpfile} >& /dev/null |
|
|
| 626 | local realgroup="`ls -l ${tmpfile} | awk '{print $4}'`" |
|
|
| 627 | |
|
|
| 628 | # see if group already exists |
629 | # see if group already exists |
| 629 | if [ "${egroup}" == "${realgroup}" ] |
630 | if [ "${egroup}" == "`getent group \"${egroup}\" | cut -d: -f1`" ] |
| 630 | then |
631 | then |
| 631 | return 0 |
632 | return 0 |
| 632 | fi |
633 | fi |
| 633 | einfo "Adding group '${egroup}' to your system ..." |
634 | einfo "Adding group '${egroup}' to your system ..." |
| 634 | |
635 | |
| … | |
… | |
| 639 | local egid="$1"; shift |
640 | local egid="$1"; shift |
| 640 | if [ ! -z "${egid}" ] |
641 | if [ ! -z "${egid}" ] |
| 641 | then |
642 | then |
| 642 | if [ "${egid}" -gt 0 ] |
643 | if [ "${egid}" -gt 0 ] |
| 643 | then |
644 | then |
|
|
645 | if [ -z "`getent group ${egid}`" ] |
|
|
646 | then |
| 644 | opts="${opts} -g ${egid}" |
647 | opts="${opts} -g ${egid}" |
|
|
648 | else |
|
|
649 | egid="next available; requested gid taken" |
|
|
650 | fi |
| 645 | else |
651 | else |
| 646 | eerror "Groupid given but is not greater than 0 !" |
652 | eerror "Groupid given but is not greater than 0 !" |
| 647 | die "${egid} is not a valid GID" |
653 | die "${egid} is not a valid GID" |
| 648 | fi |
654 | fi |
| 649 | else |
655 | else |
| … | |
… | |
| 665 | # Simple script to replace 'dos2unix' binaries |
671 | # Simple script to replace 'dos2unix' binaries |
| 666 | # vapier@gentoo.org |
672 | # vapier@gentoo.org |
| 667 | # |
673 | # |
| 668 | # edos2unix(file, <more files>...) |
674 | # edos2unix(file, <more files>...) |
| 669 | edos2unix() { |
675 | edos2unix() { |
| 670 | for f in $@ |
676 | for f in "$@" |
| 671 | do |
677 | do |
| 672 | cp ${f} ${T}/edos2unix |
678 | cp "${f}" ${T}/edos2unix |
| 673 | sed 's/\r$//' ${T}/edos2unix > ${f} |
679 | sed 's/\r$//' ${T}/edos2unix > "${f}" |
| 674 | done |
680 | done |
| 675 | } |
681 | } |
| 676 | |
682 | |
| 677 | # Make a desktop file ! |
683 | # Make a desktop file ! |
| 678 | # Great for making those icons in kde/gnome startmenu ! |
684 | # Great for making those icons in kde/gnome startmenu ! |
| … | |
… | |
| 696 | |
702 | |
| 697 | local exec="${1}" |
703 | local exec="${1}" |
| 698 | local name="${2:-${PN}}" |
704 | local name="${2:-${PN}}" |
| 699 | local icon="${3:-${PN}.png}" |
705 | local icon="${3:-${PN}.png}" |
| 700 | local type="${4}" |
706 | local type="${4}" |
|
|
707 | local subdir="${6}" |
| 701 | local path="${5:-${GAMES_PREFIX}}" |
708 | local path="${5:-${GAMES_PREFIX}}" |
| 702 | if [ -z "${type}" ] |
709 | if [ -z "${type}" ] |
| 703 | then |
710 | then |
| 704 | case ${CATEGORY} in |
711 | case ${CATEGORY} in |
| 705 | "app-emulation") |
712 | "app-emulation") |
| 706 | type=Emulator |
713 | type=Emulator |
|
|
714 | subdir="Emulation" |
| 707 | ;; |
715 | ;; |
| 708 | "games-"*) |
716 | "games-"*) |
| 709 | type=Game |
717 | type=Game |
|
|
718 | subdir="Games" |
|
|
719 | ;; |
|
|
720 | "net-"*) |
|
|
721 | type=Network |
|
|
722 | subdir="${type}" |
| 710 | ;; |
723 | ;; |
| 711 | *) |
724 | *) |
| 712 | type= |
725 | type= |
|
|
726 | subdir= |
| 713 | ;; |
727 | ;; |
| 714 | esac |
728 | esac |
| 715 | fi |
729 | fi |
| 716 | local desktop="${T}/${exec}.desktop" |
730 | local desktop="${T}/${exec}.desktop" |
| 717 | |
731 | |
| … | |
… | |
| 747 | # done |
761 | # done |
| 748 | #fi |
762 | #fi |
| 749 | |
763 | |
| 750 | if [ -d "/usr/share/applnk" ] |
764 | if [ -d "/usr/share/applnk" ] |
| 751 | then |
765 | then |
| 752 | insinto /usr/share/applnk/${type} |
766 | insinto /usr/share/applnk/${subdir} |
| 753 | doins ${desktop} |
767 | doins ${desktop} |
| 754 | fi |
768 | fi |
| 755 | |
769 | |
| 756 | return 0 |
770 | return 0 |
| 757 | } |
771 | } |
| 758 | |
772 | |
| 759 | # new convenience patch wrapper function to eventually replace epatch(), |
773 | # for internal use only (unpack_pdv and unpack_makeself) |
| 760 | # $PATCHES, $PATCHES1, src_unpack:patch, src_unpack:autopatch and |
774 | find_unpackable_file() { |
| 761 | # /usr/bin/patch |
775 | local src="$1" |
| 762 | # Features: |
|
|
| 763 | # - bulk patch handling similar to epatch()'s |
|
|
| 764 | # - automatic patch level detection like epatch()'s |
|
|
| 765 | # - automatic patch uncompression like epatch()'s |
|
|
| 766 | # - doesn't have the --dry-run overhead of epatch() - inspects patchfiles |
|
|
| 767 | # manually instead |
|
|
| 768 | # - once I decide it's production-ready, it'll be called from base_src_unpack |
|
|
| 769 | # to handle $PATCHES to avoid defining src_unpack just to use xpatch |
|
|
| 770 | |
|
|
| 771 | # accepts zero or more parameters specifying patchfiles and/or patchdirs |
|
|
| 772 | |
|
|
| 773 | # known issues: |
|
|
| 774 | # - only supports unified style patches (does anyone _really_ use anything |
|
|
| 775 | # else?) |
|
|
| 776 | # - because it doesn't use --dry-run there is a risk of it failing |
|
|
| 777 | # to find the files to patch, ie detect the patchlevel, properly. It doesn't use |
|
|
| 778 | # any of the backup heuristics that patch employs to discover a filename. |
|
|
| 779 | # however, this isn't dangerous because if it works for the developer who's |
|
|
| 780 | # writing the ebuild, it'll always work for the users, and if it doesn't, |
|
|
| 781 | # then we'll fix it :-) |
|
|
| 782 | # - no support as yet for patches applying outside $S (and not directly in $WORKDIR). |
|
|
| 783 | xpatch() { |
|
|
| 784 | |
|
|
| 785 | debug-print-function ${FUNCNAME} $* |
|
|
| 786 | |
|
|
| 787 | local list= |
|
|
| 788 | local list2= |
|
|
| 789 | declare -i plevel |
|
|
| 790 | |
|
|
| 791 | # parse patch sources |
|
|
| 792 | for x in $* |
|
|
| 793 | do |
|
|
| 794 | debug-print "${FUNCNAME}: parsing parameter ${x}" |
|
|
| 795 | if [ -f "${x}" ] |
776 | if [ -z "${src}" ] |
| 796 | then |
777 | then |
| 797 | list="${list} ${x}" |
778 | src="${DISTDIR}/${A}" |
| 798 | elif [ -d "${x}" ] |
779 | else |
| 799 | then |
780 | if [ -e "${DISTDIR}/${src}" ] |
| 800 | # handles patchdirs like epatch() for now: no recursion. |
|
|
| 801 | # patches are sorted by filename, so with an xy_foo naming scheme you'll get the right order. |
|
|
| 802 | # only patches with _$ARCH_ or _all_ in their filenames are applied. |
|
|
| 803 | for file in `ls -A ${x}` |
|
|
| 804 | do |
|
|
| 805 | debug-print "${FUNCNAME}: parsing in subdir: file ${file}" |
|
|
| 806 | if [ -f "${x}/${file}" -a "${file}" != "${file/_all_}" -o \ |
|
|
| 807 | "${file}" != "${file/_$ARCH_}" ] |
|
|
| 808 | then |
781 | then |
| 809 | list2="${list2} ${x}/${file}" |
782 | src="${DISTDIR}/${src}" |
|
|
783 | elif [ -e "${PWD}/${src}" ] |
|
|
784 | then |
|
|
785 | src="${PWD}/${src}" |
|
|
786 | elif [ -e "${src}" ] |
|
|
787 | then |
|
|
788 | src="${src}" |
| 810 | fi |
789 | fi |
| 811 | done |
790 | fi |
| 812 | list="`echo ${list2} | sort` ${list}" |
791 | [ ! -e "${src}" ] && die "Could not find requested archive ${src}" |
|
|
792 | echo "${src}" |
|
|
793 | } |
|
|
794 | |
|
|
795 | # Unpack those pesky pdv generated files ... |
|
|
796 | # They're self-unpacking programs with the binary package stuffed in |
|
|
797 | # the middle of the archive. Valve seems to use it a lot ... too bad |
|
|
798 | # it seems to like to segfault a lot :(. So lets take it apart ourselves. |
|
|
799 | # |
|
|
800 | # Usage: unpack_pdv [file to unpack] [size of off_t] |
|
|
801 | # - you have to specify the off_t size ... i have no idea how to extract that |
|
|
802 | # information out of the binary executable myself. basically you pass in |
|
|
803 | # the size of the off_t type (in bytes) on the machine that built the pdv |
|
|
804 | # archive. one way to determine this is by running the following commands: |
|
|
805 | # strings <pdv archive> | grep lseek |
|
|
806 | # strace -elseek <pdv archive> |
|
|
807 | # basically look for the first lseek command (we do the strings/grep because |
|
|
808 | # sometimes the function call is _llseek or something) and steal the 2nd |
|
|
809 | # parameter. here is an example: |
|
|
810 | # root@vapier 0 pdv_unpack # strings hldsupdatetool.bin | grep lseek |
|
|
811 | # lseek |
|
|
812 | # root@vapier 0 pdv_unpack # strace -elseek ./hldsupdatetool.bin |
|
|
813 | # lseek(3, -4, SEEK_END) = 2981250 |
|
|
814 | # thus we would pass in the value of '4' as the second parameter. |
|
|
815 | unpack_pdv() { |
|
|
816 | local src="`find_unpackable_file $1`" |
|
|
817 | local sizeoff_t="$2" |
|
|
818 | |
|
|
819 | [ -z "${sizeoff_t}" ] && die "No idea what off_t size was used for this pdv :(" |
|
|
820 | |
|
|
821 | local shrtsrc="`basename ${src}`" |
|
|
822 | echo ">>> Unpacking ${shrtsrc} to ${PWD}" |
|
|
823 | local metaskip=`tail -c ${sizeoff_t} ${src} | hexdump -e \"%i\"` |
|
|
824 | local tailskip=`tail -c $((${sizeoff_t}*2)) ${src} | head -c ${sizeoff_t} | hexdump -e \"%i\"` |
|
|
825 | |
|
|
826 | # grab metadata for debug reasons |
|
|
827 | local metafile="`mymktemp ${T}`" |
|
|
828 | tail -c +$((${metaskip}+1)) ${src} > ${metafile} |
|
|
829 | |
|
|
830 | # rip out the final file name from the metadata |
|
|
831 | local datafile="`tail -c +$((${metaskip}+1)) ${src} | strings | head -n 1`" |
|
|
832 | datafile="`basename ${datafile}`" |
|
|
833 | |
|
|
834 | # now lets uncompress/untar the file if need be |
|
|
835 | local tmpfile="`mymktemp ${T}`" |
|
|
836 | tail -c +$((${tailskip}+1)) ${src} 2>/dev/null | head -c 512 > ${tmpfile} |
|
|
837 | |
|
|
838 | local iscompressed="`file -b ${tmpfile}`" |
|
|
839 | if [ "${iscompressed:0:8}" == "compress" ] ; then |
|
|
840 | iscompressed=1 |
|
|
841 | mv ${tmpfile}{,.Z} |
|
|
842 | gunzip ${tmpfile} |
|
|
843 | else |
|
|
844 | iscompressed=0 |
|
|
845 | fi |
|
|
846 | local istar="`file -b ${tmpfile}`" |
|
|
847 | if [ "${istar:0:9}" == "POSIX tar" ] ; then |
|
|
848 | istar=1 |
|
|
849 | else |
|
|
850 | istar=0 |
|
|
851 | fi |
|
|
852 | |
|
|
853 | #for some reason gzip dies with this ... dd cant provide buffer fast enough ? |
|
|
854 | #dd if=${src} ibs=${metaskip} count=1 \ |
|
|
855 | # | dd ibs=${tailskip} skip=1 \ |
|
|
856 | # | gzip -dc \ |
|
|
857 | # > ${datafile} |
|
|
858 | if [ ${iscompressed} -eq 1 ] ; then |
|
|
859 | if [ ${istar} -eq 1 ] ; then |
|
|
860 | tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \ |
|
|
861 | | head -c $((${metaskip}-${tailskip})) \ |
|
|
862 | | tar -xzf - |
| 813 | else |
863 | else |
| 814 | die "Couldn't find ${x}" |
864 | tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \ |
|
|
865 | | head -c $((${metaskip}-${tailskip})) \ |
|
|
866 | | gzip -dc \ |
|
|
867 | > ${datafile} |
|
|
868 | fi |
|
|
869 | else |
|
|
870 | if [ ${istar} -eq 1 ] ; then |
|
|
871 | tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \ |
|
|
872 | | head -c $((${metaskip}-${tailskip})) \ |
|
|
873 | | tar --no-same-owner -xf - |
|
|
874 | else |
|
|
875 | tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \ |
|
|
876 | | head -c $((${metaskip}-${tailskip})) \ |
|
|
877 | > ${datafile} |
|
|
878 | fi |
| 815 | fi |
879 | fi |
| 816 | done |
880 | true |
| 817 | |
881 | #[ -s "${datafile}" ] || die "failure unpacking pdv ('${metaskip}' '${tailskip}' '${datafile}')" |
| 818 | debug-print "${FUNCNAME}: final list of patches: ${list}" |
882 | #assert "failure unpacking pdv ('${metaskip}' '${tailskip}' '${datafile}')" |
| 819 | |
|
|
| 820 | for x in ${list}; |
|
|
| 821 | do |
|
|
| 822 | debug-print "${FUNCNAME}: processing ${x}" |
|
|
| 823 | # deal with compressed files. /usr/bin/file is in the system profile, or should be. |
|
|
| 824 | case "`/usr/bin/file -b ${x}`" in |
|
|
| 825 | *gzip*) |
|
|
| 826 | patchfile="${T}/current.patch" |
|
|
| 827 | ungzip -c "${x}" > "${patchfile}" |
|
|
| 828 | ;; |
|
|
| 829 | *bzip2*) |
|
|
| 830 | patchfile="${T}/current.patch" |
|
|
| 831 | bunzip2 -c "${x}" > "${patchfile}" |
|
|
| 832 | ;; |
|
|
| 833 | *text*) |
|
|
| 834 | patchfile="${x}" |
|
|
| 835 | ;; |
|
|
| 836 | *) |
|
|
| 837 | die "Could not determine filetype of patch ${x}" |
|
|
| 838 | ;; |
|
|
| 839 | esac |
|
|
| 840 | debug-print "${FUNCNAME}: patchfile=${patchfile}" |
|
|
| 841 | |
|
|
| 842 | # determine patchlevel. supports p0 and higher with either $S or $WORKDIR as base. |
|
|
| 843 | target="`/bin/grep -m 1 '^+++ ' ${patchfile}`" |
|
|
| 844 | debug-print "${FUNCNAME}: raw target=${target}" |
|
|
| 845 | # strip target down to the path/filename, remove leading +++ |
|
|
| 846 | target="${target/+++ }"; target="${target%% *}" |
|
|
| 847 | # duplicate slashes are discarded by patch wrt the patchlevel. therefore we need |
|
|
| 848 | # to discard them as well to calculate the correct patchlevel. |
|
|
| 849 | target="${target//\/\//\/}" |
|
|
| 850 | debug-print "${FUNCNAME}: stripped target=${target}" |
|
|
| 851 | |
|
|
| 852 | # look for target |
|
|
| 853 | for basedir in "${S}" "${WORKDIR}" "${PWD}"; do |
|
|
| 854 | debug-print "${FUNCNAME}: looking in basedir=${basedir}" |
|
|
| 855 | cd "${basedir}" |
|
|
| 856 | |
|
|
| 857 | # try stripping leading directories |
|
|
| 858 | target2="${target}" |
|
|
| 859 | plevel=0 |
|
|
| 860 | debug-print "${FUNCNAME}: trying target2=${target2}, plevel=${plevel}" |
|
|
| 861 | while [ ! -f "${target2}" ] |
|
|
| 862 | do |
|
|
| 863 | target2="${target2#*/}" # removes piece of target2 upto the first occurence of / |
|
|
| 864 | plevel=$((plevel+1)) |
|
|
| 865 | debug-print "${FUNCNAME}: trying target2=${target2}, plevel=${plevel}" |
|
|
| 866 | [ "${target2}" == "${target2/\/}" ] && break |
|
|
| 867 | done |
|
|
| 868 | test -f "${target2}" && break |
|
|
| 869 | |
|
|
| 870 | # try stripping filename - needed to support patches creating new files |
|
|
| 871 | target2="${target%/*}" |
|
|
| 872 | plevel=0 |
|
|
| 873 | debug-print "${FUNCNAME}: trying target2=${target2}, plevel=${plevel}" |
|
|
| 874 | while [ ! -d "${target2}" ] |
|
|
| 875 | do |
|
|
| 876 | target2="${target2#*/}" # removes piece of target2 upto the first occurence of / |
|
|
| 877 | plevel=$((plevel+1)) |
|
|
| 878 | debug-print "${FUNCNAME}: trying target2=${target2}, plevel=${plevel}" |
|
|
| 879 | [ "${target2}" == "${target2/\/}" ] && break |
|
|
| 880 | done |
|
|
| 881 | test -d "${target2}" && break |
|
|
| 882 | |
|
|
| 883 | done |
|
|
| 884 | |
|
|
| 885 | test -f "${basedir}/${target2}" || test -d "${basedir}/${target2}" \ |
|
|
| 886 | || die "Could not determine patchlevel for ${x}" |
|
|
| 887 | debug-print "${FUNCNAME}: determined plevel=${plevel}" |
|
|
| 888 | # do the patching |
|
|
| 889 | ebegin "Applying patch ${x##*/}..." |
|
|
| 890 | /usr/bin/patch -p${plevel} < "${patchfile}" > /dev/null \ |
|
|
| 891 | || die "Failed to apply patch ${x}" |
|
|
| 892 | eend $? |
|
|
| 893 | |
|
|
| 894 | done |
|
|
| 895 | |
|
|
| 896 | } |
883 | } |
| 897 | |
884 | |
| 898 | # Unpack those pesky makeself generated files ... |
885 | # Unpack those pesky makeself generated files ... |
| 899 | # They're shell scripts with the binary package tagged onto |
886 | # They're shell scripts with the binary package tagged onto |
| 900 | # the end of the archive. Loki utilized the format as does |
887 | # the end of the archive. Loki utilized the format as does |
| … | |
… | |
| 903 | # Usage: unpack_makeself [file to unpack] [offset] |
890 | # Usage: unpack_makeself [file to unpack] [offset] |
| 904 | # - If the file is not specified then unpack will utilize ${A}. |
891 | # - If the file is not specified then unpack will utilize ${A}. |
| 905 | # - If the offset is not specified then we will attempt to extract |
892 | # - If the offset is not specified then we will attempt to extract |
| 906 | # the proper offset from the script itself. |
893 | # the proper offset from the script itself. |
| 907 | unpack_makeself() { |
894 | unpack_makeself() { |
| 908 | local src="$1" |
895 | local src="`find_unpackable_file $1`" |
| 909 | local skip="$2" |
896 | local skip="$2" |
| 910 | |
|
|
| 911 | if [ -z "${src}" ] |
|
|
| 912 | then |
|
|
| 913 | src="${DISTDIR}/${A}" |
|
|
| 914 | else |
|
|
| 915 | if [ -e "${DISTDIR}/${src}" ] |
|
|
| 916 | then |
|
|
| 917 | src="${DISTDIR}/${src}" |
|
|
| 918 | elif [ -e "${PWD}/${src}" ] |
|
|
| 919 | then |
|
|
| 920 | src="${PWD}/${src}" |
|
|
| 921 | elif [ -e "${src}" ] |
|
|
| 922 | then |
|
|
| 923 | src="${src}" |
|
|
| 924 | fi |
|
|
| 925 | fi |
|
|
| 926 | [ ! -e "${src}" ] && die "Could not find requested makeself archive ${src}" |
|
|
| 927 | |
897 | |
| 928 | local shrtsrc="`basename ${src}`" |
898 | local shrtsrc="`basename ${src}`" |
| 929 | echo ">>> Unpacking ${shrtsrc} to ${PWD}" |
899 | echo ">>> Unpacking ${shrtsrc} to ${PWD}" |
| 930 | if [ -z "${skip}" ] |
900 | if [ -z "${skip}" ] |
| 931 | then |
901 | then |
| … | |
… | |
| 959 | ;; |
929 | ;; |
| 960 | esac |
930 | esac |
| 961 | debug-print "Detected Makeself version ${ver} ... using ${skip} as offset" |
931 | debug-print "Detected Makeself version ${ver} ... using ${skip} as offset" |
| 962 | fi |
932 | fi |
| 963 | |
933 | |
| 964 | # we do this because otherwise a failure in gzip will cause 0 bytes to be sent |
934 | # lets grab the first few bytes of the file to figure out what kind of archive it is |
| 965 | # to tar which will make tar not extract anything and exit with 0 |
935 | local tmpfile="`mymktemp ${T}`" |
| 966 | tail -n +${skip} ${src} | gzip -cd | tar -x --no-same-owner -f - 2>/dev/null |
936 | tail -n +${skip} ${src} 2>/dev/null | head -c 512 > ${tmpfile} |
| 967 | local pipestatus="${PIPESTATUS[*]}" |
937 | local filetype="`file -b ${tmpfile}`" |
| 968 | pipestatus="${pipestatus// }" |
938 | case ${filetype} in |
| 969 | if [ "${pipestatus//0}" != "" ] |
939 | *tar\ archive) |
| 970 | then |
|
|
| 971 | # maybe it isnt gzipped ... they usually are, but not always ... |
|
|
| 972 | tail -n +${skip} ${src} | tar -x --no-same-owner -f - \ |
940 | tail -n +${skip} ${src} | tar --no-same-owner -xf - |
|
|
941 | ;; |
|
|
942 | bzip2*) |
|
|
943 | tail -n +${skip} ${src} | bzip2 -dc | tar --no-same-owner -xf - |
|
|
944 | ;; |
|
|
945 | gzip*) |
|
|
946 | tail -n +${skip} ${src} | tar --no-same-owner -xzf - |
|
|
947 | ;; |
|
|
948 | *) |
|
|
949 | false |
|
|
950 | ;; |
|
|
951 | esac |
| 973 | || die "failure unpacking makeself ${shrtsrc} ('${ver}' +${skip})" |
952 | assert "failure unpacking (${filetype}) makeself ${shrtsrc} ('${ver}' +${skip})" |
| 974 | fi |
|
|
| 975 | } |
953 | } |
| 976 | |
954 | |
| 977 | # Display a license for user to accept. |
955 | # Display a license for user to accept. |
| 978 | # |
956 | # |
| 979 | # Usage: check_license [license] |
957 | # Usage: check_license [license] |
| … | |
… | |
| 990 | elif [ -e "${src}" ] ; then |
968 | elif [ -e "${src}" ] ; then |
| 991 | lic="${src}" |
969 | lic="${src}" |
| 992 | fi |
970 | fi |
| 993 | fi |
971 | fi |
| 994 | [ ! -f "${lic}" ] && die "Could not find requested license ${src}" |
972 | [ ! -f "${lic}" ] && die "Could not find requested license ${src}" |
|
|
973 | local l="`basename ${lic}`" |
| 995 | |
974 | |
| 996 | # here is where we check for the licenses the user already |
975 | # here is where we check for the licenses the user already |
| 997 | # accepted ... if we don't find a match, we make the user accept |
976 | # accepted ... if we don't find a match, we make the user accept |
| 998 | local alic |
977 | local alic |
| 999 | for alic in ${ACCEPT_LICENSE} ; do |
978 | for alic in "${ACCEPT_LICENSE}" ; do |
| 1000 | [ "${alic}" == "*" ] && return 0 |
979 | [ "${alic}" == "*" ] && return 0 |
| 1001 | [ "${alic}" == "${lic}" ] && return 0 |
980 | [ "${alic}" == "${l}" ] && return 0 |
| 1002 | done |
981 | done |
| 1003 | |
982 | |
| 1004 | local licmsg="`mymktemp ${T}`" |
983 | local licmsg="`mymktemp ${T}`" |
| 1005 | cat << EOF > ${licmsg} |
984 | cat << EOF > ${licmsg} |
| 1006 | ********************************************************** |
985 | ********************************************************** |
| … | |
… | |
| 1011 | ********************************************************** |
990 | ********************************************************** |
| 1012 | |
991 | |
| 1013 | EOF |
992 | EOF |
| 1014 | cat ${lic} >> ${licmsg} |
993 | cat ${lic} >> ${licmsg} |
| 1015 | ${PAGER:-less} ${licmsg} || die "Could not execute pager (${PAGER}) to accept ${lic}" |
994 | ${PAGER:-less} ${licmsg} || die "Could not execute pager (${PAGER}) to accept ${lic}" |
| 1016 | einfon "Do you accept the terms of this license? [yes/no] " |
995 | einfon "Do you accept the terms of this license (${l})? [yes/no] " |
| 1017 | read alic |
996 | read alic |
| 1018 | case ${alic} in |
997 | case ${alic} in |
| 1019 | yes|Yes|y|Y) |
998 | yes|Yes|y|Y) |
| 1020 | return 0 |
999 | return 0 |
| 1021 | ;; |
1000 | ;; |
| … | |
… | |
| 1024 | eerror "You MUST accept the license to continue! Exiting!" |
1003 | eerror "You MUST accept the license to continue! Exiting!" |
| 1025 | die "Failed to accept license" |
1004 | die "Failed to accept license" |
| 1026 | ;; |
1005 | ;; |
| 1027 | esac |
1006 | esac |
| 1028 | } |
1007 | } |
|
|
1008 | |
|
|
1009 | # Aquire cd(s) for those lovely cd-based emerges. Yes, this violates |
|
|
1010 | # the whole 'non-interactive' policy, but damnit I want CD support ! |
|
|
1011 | # |
|
|
1012 | # with these cdrom functions we handle all the user interaction and |
|
|
1013 | # standardize everything. all you have to do is call cdrom_get_cds() |
|
|
1014 | # and when the function returns, you can assume that the cd has been |
|
|
1015 | # found at CDROM_ROOT. |
|
|
1016 | # |
|
|
1017 | # normally the cdrom functions will refer to the cds as 'cd #1', 'cd #2', |
|
|
1018 | # etc... if you want to give the cds better names, then just export |
|
|
1019 | # the CDROM_NAME_X variables before calling cdrom_get_cds(). |
|
|
1020 | # |
|
|
1021 | # for those multi cd ebuilds, see the cdrom_load_next_cd() below. |
|
|
1022 | # |
|
|
1023 | # Usage: cdrom_get_cds <file on cd1> [file on cd2] [file on cd3] [...] |
|
|
1024 | # - this will attempt to locate a cd based upon a file that is on |
|
|
1025 | # the cd ... the more files you give this function, the more cds |
|
|
1026 | # the cdrom functions will handle |
|
|
1027 | cdrom_get_cds() { |
|
|
1028 | # first we figure out how many cds we're dealing with by |
|
|
1029 | # the # of files they gave us |
|
|
1030 | local cdcnt=0 |
|
|
1031 | local f= |
|
|
1032 | for f in "$@" ; do |
|
|
1033 | cdcnt=$((cdcnt + 1)) |
|
|
1034 | export CDROM_CHECK_${cdcnt}="$f" |
|
|
1035 | done |
|
|
1036 | export CDROM_TOTAL_CDS=${cdcnt} |
|
|
1037 | export CDROM_CURRENT_CD=1 |
|
|
1038 | |
|
|
1039 | # now we see if the user gave use CD_ROOT ... |
|
|
1040 | # if they did, let's just believe them that it's correct |
|
|
1041 | if [ ! -z "${CD_ROOT}" ] ; then |
|
|
1042 | export CDROM_ROOT="${CD_ROOT}" |
|
|
1043 | einfo "Found CD #${CDROM_CURRENT_CD} root at ${CDROM_ROOT}" |
|
|
1044 | return |
|
|
1045 | fi |
|
|
1046 | # do the same for CD_ROOT_X |
|
|
1047 | if [ ! -z "${CD_ROOT_1}" ] ; then |
|
|
1048 | local var= |
|
|
1049 | cdcnt=0 |
|
|
1050 | while [ ${cdcnt} -lt ${CDROM_TOTAL_CDS} ] ; do |
|
|
1051 | cdcnt=$((cdcnt + 1)) |
|
|
1052 | var="CD_ROOT_${cdcnt}" |
|
|
1053 | if [ -z "${!var}" ] ; then |
|
|
1054 | eerror "You must either use just the CD_ROOT" |
|
|
1055 | eerror "or specify ALL the CD_ROOT_X variables." |
|
|
1056 | eerror "In this case, you will need ${CDROM_TOTAL_CDS} CD_ROOT_X variables." |
|
|
1057 | die "could not locate CD_ROOT_${cdcnt}" |
|
|
1058 | fi |
|
|
1059 | export CDROM_ROOTS_${cdcnt}="${!var}" |
|
|
1060 | done |
|
|
1061 | export CDROM_ROOT=${CDROM_ROOTS_1} |
|
|
1062 | einfo "Found CD #${CDROM_CURRENT_CD} root at ${CDROM_ROOT}" |
|
|
1063 | return |
|
|
1064 | fi |
|
|
1065 | |
|
|
1066 | if [ ${CDROM_TOTAL_CDS} -eq 1 ] ; then |
|
|
1067 | einfon "This ebuild will need the " |
|
|
1068 | if [ -z "${CDROM_NAME}" ] ; then |
|
|
1069 | echo "cdrom for ${PN}." |
|
|
1070 | else |
|
|
1071 | echo "${CDROM_NAME}." |
|
|
1072 | fi |
|
|
1073 | echo |
|
|
1074 | einfo "If you do not have the CD, but have the data files" |
|
|
1075 | einfo "mounted somewhere on your filesystem, just export" |
|
|
1076 | einfo "the variable CD_ROOT so that it points to the" |
|
|
1077 | einfo "directory containing the files." |
|
|
1078 | echo |
|
|
1079 | else |
|
|
1080 | einfo "This package will need access to ${CDROM_TOTAL_CDS} cds." |
|
|
1081 | cdcnt=0 |
|
|
1082 | while [ ${cdcnt} -lt ${CDROM_TOTAL_CDS} ] ; do |
|
|
1083 | cdcnt=$((cdcnt + 1)) |
|
|
1084 | var="CDROM_NAME_${cdcnt}" |
|
|
1085 | [ ! -z "${!var}" ] && einfo " CD ${cdcnt}: ${!var}" |
|
|
1086 | done |
|
|
1087 | echo |
|
|
1088 | einfo "If you do not have the CDs, but have the data files" |
|
|
1089 | einfo "mounted somewhere on your filesystem, just export" |
|
|
1090 | einfo "the following variables so they point to the right place:" |
|
|
1091 | einfon "" |
|
|
1092 | cdcnt=0 |
|
|
1093 | while [ ${cdcnt} -lt ${CDROM_TOTAL_CDS} ] ; do |
|
|
1094 | cdcnt=$((cdcnt + 1)) |
|
|
1095 | echo -n " CD_ROOT_${cdcnt}" |
|
|
1096 | done |
|
|
1097 | echo |
|
|
1098 | einfo "Or, if you have all the files in the same place, or" |
|
|
1099 | einfo "you only have one cdrom, you can export CD_ROOT" |
|
|
1100 | einfo "and that place will be used as the same data source" |
|
|
1101 | einfo "for all the CDs." |
|
|
1102 | echo |
|
|
1103 | fi |
|
|
1104 | export CDROM_CURRENT_CD=0 |
|
|
1105 | cdrom_load_next_cd |
|
|
1106 | } |
|
|
1107 | |
|
|
1108 | # this is only used when you need access to more than one cd. |
|
|
1109 | # when you have finished using the first cd, just call this function. |
|
|
1110 | # when it returns, CDROM_ROOT will be pointing to the second cd. |
|
|
1111 | # remember, you can only go forward in the cd chain, you can't go back. |
|
|
1112 | cdrom_load_next_cd() { |
|
|
1113 | export CDROM_CURRENT_CD=$((CDROM_CURRENT_CD + 1)) |
|
|
1114 | local var= |
|
|
1115 | |
|
|
1116 | if [ ! -z "${CD_ROOT}" ] ; then |
|
|
1117 | einfo "Using same root as before for CD #${CDROM_CURRENT_CD}" |
|
|
1118 | return |
|
|
1119 | fi |
|
|
1120 | |
|
|
1121 | unset CDROM_ROOT |
|
|
1122 | var=CDROM_ROOTS_${CDROM_CURRENT_CD} |
|
|
1123 | if [ -z "${!var}" ] ; then |
|
|
1124 | var="CDROM_CHECK_${CDROM_CURRENT_CD}" |
|
|
1125 | cdrom_locate_file_on_cd ${!var} |
|
|
1126 | else |
|
|
1127 | export CDROM_ROOT="${!var}" |
|
|
1128 | fi |
|
|
1129 | |
|
|
1130 | einfo "Found CD #${CDROM_CURRENT_CD} root at ${CDROM_ROOT}" |
|
|
1131 | } |
|
|
1132 | |
|
|
1133 | # this is used internally by the cdrom_get_cds() and cdrom_load_next_cd() |
|
|
1134 | # functions. this should *never* be called from an ebuild. |
|
|
1135 | # all it does is try to locate a give file on a cd ... if the cd isn't |
|
|
1136 | # found, then a message asking for the user to insert the cdrom will be |
|
|
1137 | # displayed and we'll hang out here until: |
|
|
1138 | # (1) the file is found on a mounted cdrom |
|
|
1139 | # (2) the user hits CTRL+C |
|
|
1140 | cdrom_locate_file_on_cd() { |
|
|
1141 | while [ -z "${CDROM_ROOT}" ] ; do |
|
|
1142 | local dir="$(dirname ${@})" |
|
|
1143 | local file="$(basename ${@})" |
|
|
1144 | local mline="" |
|
|
1145 | local showedmsg=0 |
|
|
1146 | |
|
|
1147 | for mline in `mount | egrep -e '(iso|cdrom)' | awk '{print $3}'` ; do |
|
|
1148 | [ -d "${mline}/${dir}" ] || continue |
|
|
1149 | [ ! -z "$(find ${mline}/${dir} -iname ${file} -maxdepth 1)" ] \ |
|
|
1150 | && export CDROM_ROOT=${mline} |
|
|
1151 | done |
|
|
1152 | |
|
|
1153 | if [ -z "${CDROM_ROOT}" ] ; then |
|
|
1154 | echo |
|
|
1155 | if [ ${showedmsg} -eq 0 ] ; then |
|
|
1156 | if [ ${CDROM_TOTAL_CDS} -eq 1 ] ; then |
|
|
1157 | if [ -z "${CDROM_NAME}" ] ; then |
|
|
1158 | einfo "Please insert the cdrom for ${PN} now !" |
|
|
1159 | else |
|
|
1160 | einfo "Please insert the ${CDROM_NAME} cdrom now !" |
|
|
1161 | fi |
|
|
1162 | else |
|
|
1163 | if [ -z "${CDROM_NAME_1}" ] ; then |
|
|
1164 | einfo "Please insert cd #${CDROM_CURRENT_CD} for ${PN} now !" |
|
|
1165 | else |
|
|
1166 | local var="CDROM_NAME_${CDROM_CURRENT_CD}" |
|
|
1167 | einfo "Please insert+mount the ${!var} cdrom now !" |
|
|
1168 | fi |
|
|
1169 | fi |
|
|
1170 | showedmsg=1 |
|
|
1171 | fi |
|
|
1172 | einfo "Press return to scan for the cd again" |
|
|
1173 | einfo "or hit CTRL+C to abort the emerge." |
|
|
1174 | read |
|
|
1175 | fi |
|
|
1176 | done |
|
|
1177 | } |