bugBall and Paddle - Bugs: bug #63696, ./configure file is missing in...

 
 

bug #63696: ./configure file is missing in trunk

Submitter:  Wensheng XIE <wxie>
Submitted:  Tue 24 Jan 2023 03:36:32 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  wxie
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 28 Jan 2023 01:20:04 AM UTC, comment #2: 

I also updated the configure.ac file.

4. update the configure.ac file to make it work for guile 3.0

The file is attached.

(file #54278)

Wensheng XIE <wxie>
Group Member
Fri 27 Jan 2023 09:02:42 AM UTC, comment #1: 

I have done the following:

1. add file - autogen.sh
2. update file - README - with dependencies
3. remove content of directory - m4

Now the command

<code>
./autogen.sh
</code>

can produce a good file - configure. However, there is a warning:

>autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION


I am not sure how to fix it.

The Makefile is still not ok. I will check the Makefile.am.

Files are attached.

(file #54271, file #54272)

Wensheng XIE <wxie>
Group Member
Tue 24 Jan 2023 03:36:32 AM UTC, original submission:  

After getting the trunk by

<code>
bzr branch bzr://bzr.savannah.gnu.org/ballandpaddle/trunk
</code>

I find the process mentioned in README is

>Type "./configure" and "make" and "make install"


but the file ./configure is missing. However, there is a file

configure.ac

so I run the command

<code>
aclocal
autoreconf
</code>

This outputs the following error

>autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
>configure.ac:11: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
>configure.ac:11: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
>configure.ac:11: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
>configure.ac:11: error: required file './compile' not found
>configure.ac:11:   'automake --add-missing' can install 'compile'
>configure.ac:11: error: required file './config.guess' not found
>configure.ac:11:   'automake --add-missing' can install 'config.guess'
>configure.ac:11: error: required file './config.sub' not found
>configure.ac:11:   'automake --add-missing' can install 'config.sub'
>configure.ac:11: error: required file './install-sh' not found
>configure.ac:11:   'automake --add-missing' can install 'install-sh'
>configure.ac:22: error: required file './missing' not found
>configure.ac:22:   'automake --add-missing' can install 'missing'
>Makefile.am:64: error: required file './mdate-sh' not found
>Makefile.am:64:   'automake --add-missing' can install 'mdate-sh'
>Makefile.am:64: error: required file './texinfo.tex' not found
>Makefile.am:64:   'automake --add-missing' can install 'texinfo.tex'
>autoreconf: automake failed with exit status: 1


This need check.

Wensheng XIE <wxie>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #54278:  configure.ac added by wxie (4KiB - application/pkix-attr-cert)
file #54271:  autogen.sh added by wxie (477B - application/x-shellscript)
file #54272:  README added by wxie (2KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wxie (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-28 wxie Attached File- Added configure.ac, #54278
    2023-01-27 wxie Attached File- Added autogen.sh, #54271
        Attached File- Added README, #54272

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code